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

  1. cf8e914 Add experimental API sqlite3session_diff(). by dan · 10 years ago sessions-diff
  2. 159e6b3 Merge printf() width and precision overflow fixes from trunk. by drh · 10 years ago
  3. b6f47de Avoid signed integer overflow when converting oversized in-line integer by drh · 10 years ago
  4. 8c06914 Another change to avoid a problem caused by integer overflow in the printf() code. by dan · 10 years ago
  5. a30d22a Further changes to guard against integer overflow in the width and precision by drh · 10 years ago
  6. 74b4227 Guard against excessive width and precision in floating-point conversions by drh · 10 years ago
  7. af76530 Merge obscure problem fixes from trunk. by drh · 10 years ago
  8. e3cdbad Fix a problem with fts3 prefix terms within phrase queries on "order=DESC" tables with a mix of negative and positive rowids. by dan · 10 years ago
  9. 4b0000c Fix a problem with fts3 prefix terms within phrase queries on "order=DESC" tables with a mix of negative and positive rowids. by dan · 10 years ago fts3-prefix-query-fix
  10. cf86070 Fix a problem with resolving ORDER BY clauses that feature COLLATE clauses attached to compound SELECT statements. by dan · 10 years ago
  11. b33c50f Fix a problem with resolving ORDER BY clauses that feature COLLATE clauses attached to compound SELECT statements. by dan · 10 years ago compound-order-by-fix
  12. 62ca61e Disable the SQLITE_FCNTL_WAL_BLOCK feature for now. It needs more work and by drh · 10 years ago
  13. eaf2640 Add source code to the "showlocks" utility program in the tool/ subdirectory. by drh · 10 years ago
  14. 5f1731f Disable e_walauto.test on OpenBSD, as it requires a coherent cache. by dan · 10 years ago
  15. edb3e43 Merge recent enhancements from trunk. by drh · 10 years ago
  16. ccf46d0 Improved detection and suppression of endless loops in clearDatabasePage(). by drh · 10 years ago
  17. f9d02f3 On windows, flush the mapping view when syncing content to disk. by drh · 11 years ago
  18. 4c45196 Add the "mptest" target to main.mk. Change TRUNCATE and PERSIST to DELETE by drh · 11 years ago
  19. 8237f6d Change the sqlite3_log() message generated on a retry after delay in os_win by drh · 11 years ago
  20. d881ce8 Fix configure.ac and Makefile.in so that they generate pkgIndex.tcl correctly. by drh · 11 years ago
  21. 4d2daba Minor tweaks to the MSVC Makefile. by mistachkin · 11 years ago
  22. 6b5f0eb Handle very large URI pathnames for in-memory shared-cache databases. by drh · 11 years ago
  23. 1cc0d11 Fix harmless compiler warnings in lemon.c by drh · 11 years ago
  24. 96e2856 Fix the corruptJ.test case so that it works with and without by drh · 11 years ago
  25. 8773b85 Additional logging information output by mptester. by drh · 11 years ago
  26. fe0ba71 Add the "mptest" target to Makefile.msc by drh · 11 years ago
  27. bc8a6b3 Ensure that comparison operators do not mess up the MEM_Dyn flag on registers by drh · 11 years ago
  28. 2a07f5e Merge all recent trunk enhancements and fixes into the sessions branch. by drh · 11 years ago
  29. 116f0be Prevent a possible infinite loop when trying to DROP a table from by drh · 11 years ago
  30. 30d1dca Merge updates from trunk. by mistachkin · 11 years ago winViewFlush
  31. ad1e55e Enhancements to OSTRACE usage in the Win32 VFS. by mistachkin · 11 years ago
  32. 6f5a37a Fix the ".testctrl imposter" command in the command-line shell to be by drh · 11 years ago
  33. 9871a93 Using MSVC, get the sqlite3IoTrace variable working with the USE_STDCALL and/or DYNAMIC_SHELL options. by mistachkin · 11 years ago
  34. 34a8065 In the MSVC Makefile, make the DYNAMIC_SHELL option work without USE_STDCALL. by mistachkin · 11 years ago
  35. ccb4371 When syncing a memory mapped file on Windows, flush the mapped view as well. by mistachkin · 11 years ago
  36. 56d89cb Revise Win32 locking test to account for recent log message changes. by mistachkin · 11 years ago
  37. 592f0cb Avoid leaving the malloc subsystem in a partially initialized state if by drh · 11 years ago
  38. 21aa6a1 Provide source code line numbers for errors in the Windows VFS generated by drh · 11 years ago
  39. f3e8748 Fix a harmless compiler warning in FTS3. by drh · 11 years ago
  40. 606a357 Change an unreachable branch into an assert(). by drh · 11 years ago
  41. d2f8313 Fix the saveCursorPosition() routine in btree.c so that it works by drh · 11 years ago
  42. cbd3349 Reactivate an older assert() (adding an "|| CORRUPT_DB" term) and add a by drh · 11 years ago
  43. f94c948 Add two new assert()s to the sqlite3BtreeDataSize() method. by drh · 11 years ago
  44. d69e557 Add SQLITE_STDCALL and SQLITE_CDECL macros on public function definitions. by mistachkin · 11 years ago
  45. 790fa6e Further simplifications to the amalgamation builder. by drh · 11 years ago stdcall
  46. 8de1250 Update the 'mksqlite3c-noext' tool as well. by mistachkin · 11 years ago
  47. 26bbfaa Fix a couple comment typos in a tool script. No changes to code. by mistachkin · 11 years ago
  48. 59b9b02 Add SQLITE_STDCALL and SQLITE_CDECL macros on public function definitions. by mistachkin · 11 years ago
  49. edea911 Merge all recent trunk enhancements into the sessions branch. by drh · 11 years ago
  50. 4756404 Suppress a compiler warning that was appearing with SQLITE_THREADSAFE=0. by drh · 11 years ago
  51. 126e9e6 Prevent a virtual table from being destroyed while it is in use. by drh · 11 years ago
  52. 428630c Add tests to check that attempting to DROP a virtual table while it is use does not cause problems. by dan · 11 years ago nVDestroy
  53. 466fd81 Simplify the EXPLAIN output of virtual table P4 parameters to only show the by drh · 11 years ago
  54. f496a7d More defenses against virtual table being deleted out from under a running by drh · 11 years ago
  55. a68d628 Prevent a virtual table from being destroyed while it is in use. by drh · 11 years ago
  56. 086723a Replace the Vdbe.inVtabMethod field with the sqlite3.nVDestroy counter. by drh · 11 years ago
  57. ada3f2b Disable loadable extensions in the command-line shell on VxWorks user-space. by drh · 11 years ago
  58. d741129 Track total memory usage using a 64-bit integer on 64-bit systems. Add by drh · 11 years ago
  59. 2493870 Fix a non-C89 variable declaration that causes problems for MSVC. by drh · 11 years ago status64
  60. 062cf27 Fix datetype size asserts in btree.c. by drh · 11 years ago
  61. 2b4905c Add the SQLITE_PTRSIZE macro. Use it to help sqlite3_status() run faster by drh · 11 years ago
  62. af89fe6 Add the sqlite3_status64() interface. Make the new interface and the legacy by drh · 11 years ago
  63. 74893a4 Fix a potential NULL pointer dereference following a syntax error. by drh · 11 years ago
  64. d425864 Fix harmless compiler warnings with MSVC when assert() and SQLITE_MEMDEBUG are both enabled. by mistachkin · 11 years ago
  65. 774f42b Add more comments to the MSVC batch build tool. by mistachkin · 11 years ago
  66. 082be63 Increase the debugging level for the debug configuration in the MSVC batch build tool. by mistachkin · 11 years ago
  67. 5ac9365 Do not invoke a C preprocessor macro with an empty argument, as (reportedly) by drh · 11 years ago
  68. 3858cb4 Add a missing "int" on a constant declaration. by drh · 11 years ago
  69. e10d87f Avoid a segfault if NULL is passed as the first argument to SQL scalar function fts3_tokenizer(). by dan · 11 years ago
  70. d2f9933 Change walblock.test to block an external process for 10 seconds, not 5. 5 seconds is not long enough to tell the difference between a blocking lock and a series of retries. by dan · 11 years ago
  71. c435cf7 Fix the blocking WAL lock so that it works and so that it compiles on a Mac. by drh · 11 years ago
  72. b4e0fd2 Remove an unreachable branch from the OP_VCreate opcode (merge accidental fork in trunk). by dan · 11 years ago
  73. 998aaa0 Avoid an integer overflow in fts3 causing gcc 4.7.1 with -O2 to behave counter-intuitively (perhaps because the behaviour is undefined). Add an "ifcapable trace" to a test in shell4.test. by dan · 11 years ago
  74. 4746406 Remove an unreachable branch from the OP_VCreate opcode. by drh · 11 years ago
  75. e56f53e Add a missing "ifcapable fts3" to a test case in vtab2.test. by dan · 11 years ago
  76. 8f9d0b2 Correctly detect the error of having a "*" wildcard on a SELECT without by drh · 11 years ago
  77. f063685 If a column is both UNIQUE and a PRIMARY KEY, make sure the PRIMARY KEY by drh · 11 years ago
  78. 299903c Remove superfluous define from the MSVC makefile. by mistachkin · 11 years ago
  79. 44723ce Improvements to the MSVC build. Fix harmless compiler warnings. Enable use of 'stdcall'. by mistachkin · 11 years ago
  80. e441efb Provide the BTREE_SEEK_EQ hint to the b-tree layer. by drh · 11 years ago
  81. 1fa509a Fix to get SQLITE_SMALL_STACK working correctly again after the previous change. by drh · 11 years ago seek-eq
  82. e0997b3 Provide the BTREE_SEEK_EQ hint to the b-tree layer. by drh · 11 years ago
  83. 80103fc Fix a problem causing collation sequence names to be dequoted multiple times under some circumstances. by dan · 11 years ago
  84. 17ba562 If a virtual table is created with a malformed UTF8 name in a UTF16 database, by drh · 11 years ago
  85. 8b3c0ae Fix a crash that can occur following an OOM condition within a CREATE VIRTUAL TABLE statement on a utf-16 database. by dan · 11 years ago malformed-vtab-name
  86. 7377945 Fix a problem with creating virtual table with names specified using malformed utf-8 within utf-16 databases. by dan · 11 years ago
  87. b7134d0 Fix an FTS3/4 problem with handling empty tokenizer declarations (e.g. "CREATE VIRTUAL TABLE t(tokenize=);"). by dan · 11 years ago
  88. e041762 Silently ignore any attempt to add a prefix index for prefixes zero bytes in size to an fts3/4 table. Or any prefix index size so large that it overflows a 32-bit signed integer. by dan · 11 years ago
  89. b77009f Add an assert() to check that the database mutex is held in sqlite3BtreeLeave(). by dan · 11 years ago
  90. ba132c7 Fix typo in shell error message. by mistachkin · 11 years ago
  91. 657b4a8 Fix a bug in error handling in the ".trace" command of the command-line shell. by drh · 11 years ago
  92. 2b3f140 Add another sqlite3FaultSim() to the multi-threaded sorter logic to by drh · 11 years ago
  93. d671e66 Clarify the documentation on sqlite3_errcode(). No changes to code. by drh · 11 years ago
  94. 099006d Merge all recent trunk enhancements into the sessions branch. by drh · 11 years ago
  95. 5572f7e Also merge the WAL blocking lock tests that were somehow missed on the by drh · 11 years ago
  96. a5eaece Transient locks in WAL mode can now block in order to resolve priority by drh · 11 years ago
  97. 363fc9e Add a test for the change on this branch. by dan · 11 years ago wal-blocking-lock
  98. f104abb Make SQLite slightly more likely to use an auto-index within a sub-query. by dan · 11 years ago
  99. 05b6048 Fix typo of test prefix in the new WHERE test file. by mistachkin · 11 years ago
  100. 29894b6 When the WHERE clause contains two OR-connected terms with identical by drh · 11 years ago