Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 97bc087 Further tweaks to malloc paths. by dan · 13 years ago calloc
  2. 32e28c8 Remove another branch from the DbMalloc() paths. by dan · 13 years ago
  3. a785a59 Reorganize code to remove a few of the branches introduced into the critical sqlite3DbMallocXXX() path by the previous commit. by dan · 13 years ago
  4. cb2b9c8 Enhance the custom memory allocation interface to allow the user to specify a calloc() function. by dan · 13 years ago
  5. 5373b76 Ensure that there is always at least one aReadMark slot usable by an unprivileged reader while a checkpoint is running. Also, if one or more transactions are recovered from a log file, initialize one of the aReadMark slots to contain mxFrame as part of the recovery process. by dan · 13 years ago
  6. 610b8d8 Amplification of a comment in wal.c. Change the aReadMark[] processing so by drh · 13 years ago
  7. 13a2bed Fix compiler warnings about unused code in spellfix. Fix the editDist3Core() by drh · 13 years ago spellfix-matchlen
  8. b4a553e Fix a bug in the phonetic-hash routine in spellfix1: Even if the first character of a word is deemed to be "silent", do not apply the special handling intended for the first character of each word to the second. by dan · 13 years ago
  9. 5ad17e5 Merge trunk changes. by dan · 13 years ago
  10. 5885e76 If a specific database is nominated as part of a "PRAGMA integrity_check" or "PRAGMA quick_check" command, search for problems in the nominated database only. i.e. "PRAGMA main.quick_check" now only scans the main database, not all attached databases as before. by dan · 13 years ago
  11. 8512752 Add the "matchlen" column to the spellfix1 virtual table. by dan · 13 years ago
  12. 2deb165 Update test_spellfix.c with latest changes. by dan · 13 years ago
  13. 2f3de32 Another changes to the shell in support of SQLITE_OMIT_AUTOINIT. by drh · 13 years ago
  14. bbb0be8 Update the shell so that it works with SQLITE_OMIT_FLOATING_POINT and by drh · 13 years ago
  15. 5afbd60 Remove code that was incorrectly changing SQLITE_MISUSE errors into SQLITE_OK by drh · 13 years ago
  16. ed68801 Add the sqlite3_close_v2() interface (from the deferred-close branch) that by drh · 13 years ago
  17. 5675202 Merge changes to trunk that ensure that floating point values are exactly by drh · 13 years ago
  18. 20b1ff0 Fix spelling typo. by mistachkin · 13 years ago
  19. f1c6bc5 Remove more references to OS/2. by mistachkin · 13 years ago
  20. c722a2c Disable the atof1.test module when compiling on MSVC. by drh · 13 years ago floating-point-conversions
  21. d1b0afc Fix the SQLITE_ZERO_MALLOC compile-time option so that it works on windows. by drh · 13 years ago
  22. fe7b2bc Merge several compiler compatibility fixes to trunk. by mistachkin · 13 years ago
  23. 83905c9 Remove support for OS/2 from the source tree. by drh · 13 years ago
  24. 2b434a7 Move variable declaration to fix compilation with MSVC. by mistachkin · 13 years ago
  25. 4ef9413 Round-trip conversions of real->text->real are now lossless on x64 with GCC. by drh · 13 years ago
  26. 72b3fbc Improved accuracy on text-to-real and real-to-text conversions. Most by drh · 13 years ago
  27. 89f1508 Improved rounding accuracy on test-to-float conversions. by drh · 13 years ago
  28. 9721c21 Allow the SQLITE_API macro to apply to the sqlite3_win32_sleep function. by mistachkin · 13 years ago compiler-compat
  29. c8bde37 Fix a few compilation issues that can occur with certain compilers (e.g. GCC 2.95.3, MSVC). by mistachkin · 13 years ago
  30. 4104337 Fix compiler warning. by mistachkin · 13 years ago deferred-close
  31. 155812d Documentation and evidence mark updates. Remove a redundant assert(). by drh · 13 years ago
  32. 0b8dcfa Fix a problem preventing a shared in-memory database from being attached to a read-only connection. by dan · 13 years ago
  33. a879342 Fix a malloc/free mismatch in pager.c (sqlite3_free() called on a buffer allocated by sqlite3DbMalloc()). by dan · 13 years ago
  34. 4bd6952 Provide an (undocumented) compile-time option to disable the page cache by drh · 13 years ago
  35. 5e0c493 Fix harmless Clang warnings. by drh · 13 years ago
  36. 617235b Fix an #if that is applicable to WinRT, even thought it is currently disabled by another #if. by mistachkin · 13 years ago
  37. cc71645 Merge the changes need to compile on WinRT into trunk. by drh · 13 years ago
  38. 2c897e3 Disable FTS unicode61 by default. It is enabled by specifying compile time option SQLITE_ENABLE_FTS4_UNICODE61. by dan · 13 years ago
  39. a19b896 Make sure the Index.azColl pointers do not point to connection-specific memory. by drh · 13 years ago shared-schema
  40. bae591a Merge the latest trunk changes into shared-schema branch. Also fix a C99-ism by drh · 13 years ago
  41. 98c78ea Add sqlite3_quota_ferror() and sqlite3_quota_file_available() interfaces to by drh · 13 years ago
  42. d3babb5 Correct docs regarding use of malloc and free by the Windows VFS layer. No changes to code. by mistachkin · 13 years ago
  43. 401e915 When not compiling for WinRT, skip using a couple Win32 APIs unavailable when compiling with MinGW. by mistachkin · 13 years ago
  44. 167cd6a Revert sqlite3_close() to legacy behavior. Create a new sqlite3_close_v2() by drh · 13 years ago
  45. 4245c40 The sqlite3_close() interface returns SQLITE_OK even if there are outstanding by drh · 13 years ago
  46. 1e6eea9 Update several APIs to enable compilation with newer revisions of WinRT. by mistachkin · 13 years ago
  47. ed46682 Avoid calling fchown() if the process is not running as root. by drh · 13 years ago
  48. 1b28b89 Link the NDEBUG macro to SQLITE_DEBUG so that when SQLITE_DEBUG is defined, by drh · 13 years ago
  49. 666a1d8 Fix a typo (a repeated "or") in the documentation. No changes to code. by drh · 13 years ago
  50. d3d8c04 Changes some NDEBUG macros to SQLITE_DEBUG in os_unix.c. The is a notational by drh · 13 years ago
  51. 9cb7200 Updates regarding URI query parameters and shared cache in the documentation by drh · 13 years ago
  52. 9c67b2a Add the mode=memory option to URI filenames, which when present forces the by drh · 13 years ago
  53. 2bfcce4 Merge into trunk the changes that permit :memory: databases to use shared cache. by drh · 13 years ago
  54. d4e0bb0 Have user interfaces report out the filename of in-memory databases as an by drh · 13 years ago shared-cache-memdb
  55. 4ab9d25 Only allow :memory: databases to share cache if there are created using a by drh · 13 years ago
  56. 7946c53 If SQLITE_DISABLE_FTS3_UNICODE is defined, do not build the "unicode61" tokenizer. by dan · 13 years ago fts4-unicode
  57. afc8b7f Enable the use of shared cache for an in-memory database, so that separate by drh · 13 years ago
  58. ba67e31 Merge the 3.7.12.1 trunk changes into the WinRT branch. by drh · 13 years ago
  59. bbabe19 Mark and always-true conditional as such. Add the fuzz-oss1.test test module. by drh · 13 years ago
  60. 3a8c4be Candidate fix for the nested aggregate query problem of ticket by drh · 13 years ago
  61. a51009b Convert the NameContext object from using u8 booleans to using individual by drh · 13 years ago
  62. 3608f17 Make sure lookaside memory allocations are unusable after they are freed. by drh · 13 years ago
  63. 94e858b Move some #defines earlier in the file for test_quota.c in order to avoid by drh · 13 years ago
  64. 84ee0af Allow the sqlite3ExplainBegin function to be compiled by MSVC. by mistachkin · 13 years ago
  65. ac43e98 Change the ".schema" command of the shell to output VIEWs in declared order, by drh · 13 years ago
  66. 4ec0100 Merge updates from trunk. by mistachkin · 13 years ago
  67. ca8b9ba Return SQLITE_MISUSE if an application attempts to register a virtual table module with the same name as an existing module. by dan · 13 years ago
  68. 5efb314 Avoid using sqlite3ResetAllSchemasOfConnection() purely for its side-effects. by drh · 13 years ago
  69. 81028a4 The former sqlite3ResetInternalSchema() routine was really two different by drh · 13 years ago
  70. bba02a9 When a connection disconnects from a shared-cache database, only delete the in-memory schema if there are no other connections. by dan · 13 years ago
  71. 29ddd3a Add assert()s to verify that Table objects in the schema never use by drh · 13 years ago
  72. 74ea19b Add an assert() that verifies that the statement pointer from by drh · 13 years ago
  73. 5b6c44a Fix a typo in a comment which is used to generate documentation. No changes by drh · 13 years ago
  74. ab35eae Parser bug fix: Make sure the table constraints allowed by prior releases by drh · 13 years ago
  75. 26d8b0f Fix a harmless compiler warning inside an assert() statement within test code. by drh · 13 years ago
  76. d187655 Fix an evidence-mark typo in the comments of sqlite3.h. No changes to code. by drh · 13 years ago
  77. dd9819c Fix a harmless compiler warning. by drh · 13 years ago
  78. 882f87d Merge the table constraint parser fixes from trunk. by drh · 13 years ago
  79. aeb281c Further changes to constraint parsing to support legacy syntax. by drh · 13 years ago
  80. b60803f Merge parser adjustments from the trunk. by mistachkin · 13 years ago
  81. fcd2f12 Merge Windows directory checking changes from trunk. by mistachkin · 13 years ago
  82. 4dc330d Adjust the parser so that certain legacy schema constructs (that are not by drh · 13 years ago
  83. 48a55aa Simplify directory checking for winOpen and add checking to winDelete. by mistachkin · 13 years ago win-check-dir
  84. 1e039a2 Do not do the AV retry loop on open if the file that is attempting to be by drh · 13 years ago
  85. 3badf8a Sync the latest trunk changes into the winRT branch. by drh · 13 years ago
  86. a4c5860 Fix a minor deviation from the coding style guidelines. by drh · 13 years ago
  87. 70331cd Enhance the processing of ORDER BY clauses on compound queries to better by drh · 13 years ago
  88. 9250581 All virtual table constructors to be invoked recursively. A test case for by drh · 13 years ago
  89. b202d70 Fix a sign-extension problem for BLOB output in ".insert" mode of the by drh · 13 years ago
  90. 9878123 Update the ".table" command in the shell to show all tables in all by drh · 13 years ago
  91. 9b8d357 If terminating interactive input to the command-line shell with ^D, issue by drh · 13 years ago
  92. 045f09c Merge the latest trunk changes into the WinRT branch (fixes for tickets [2a5629202f] and [385a5b56b9]). by mistachkin · 13 years ago
  93. 6a36f43 Do not consider a DISTINCT clause redundant unless a subset of the result-set is collectively subject to a UNIQUE constraint and it can be guaranteed that all columns of the subset are NOT NULL (either due to NOT NULL constraints WHERE clause terms). Fix for [385a5b56b9]. by dan · 13 years ago
  94. 99f8fb6 Fix for 2a5629202f. When considering whether or not a UNIQUE index may be used to optimize an ORDER BY clause, do not assume that all index entries are distinct unless there is some reason to believe that the index contains no NULL values. by dan · 13 years ago
  95. c2f2d92 Merge the latest trunk changes into the WinRT branch (fixes various MSVC compiler warnings). by mistachkin · 13 years ago
  96. 83cc139 Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in by drh · 13 years ago
  97. 7ed243b Fix a harmless compiler warning in tclsqlite.c for MSVC x64. Fix a test by drh · 13 years ago
  98. d5a336e Fix harmless compiler warnings (unused parameter warnings) in the aggregate by drh · 13 years ago
  99. a749486 Import all the latest trunk changes into the WinRT branch. Refactor and/or remove WinCE-specific macros and functions used for file locking to improve clarity of presentation. by mistachkin · 13 years ago
  100. 374fdce Improved handling of aggregate subqueries within an aggregate query. by drh · 13 years ago