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

  1. 79c792d Make the new sqlite3_setlk_timeout() interface accessible to loadable by drh · 9 weeks ago
  2. aa36dcf Make the new sqlite3_get_clientdata() and sqlite3_set_clientdata() interfaces by drh · 1 year, 9 months ago
  3. 7dc0cc4 Round one of an audit for SQLITE_ENABLE_API_ARMOR for functions exposed by JNI and those functions missing armor, as [forum:5e3fc453a69b49ca|reported in several forum posts]. by stephan · 1 year, 9 months ago
  4. 0d83c71 Make sqlite3_stmt_explain() accessible to loadable extensions. by drh · 1 year, 11 months ago
  5. 39a7a1a If the filename argument to sqlite3_load_extension() is an empty string, then by drh · 2 years, 2 months ago
  6. e589533 Even tighter bounds on the maximum length of the filename for by drh · 2 years, 4 months ago
  7. 12b954d Tighter constraints on the maximum length of the filename handed over by drh · 2 years, 4 months ago
  8. 3b7a19b Add a new sqlite3_is_interrupted() interface that can be used by long-running by drh · 2 years, 6 months ago
  9. 2a07250 Fix last function pointer in sqlite3Apis init. Reported at https://sqlite.org/forum/info/eba0faa96d by larrybr · 2 years, 8 months ago
  10. 0388f17 Add missing initializer from the extension loader. Fix for by drh · 2 years, 9 months ago
  11. ff16267 Add the sqlite3_db_name() interface. by drh · 3 years, 2 months ago
  12. 07fd1bf Fix problem with SQLITE_OMIT_VIRTUALTABLE builds. by dan · 3 years, 3 months ago
  13. b5bb769 expose sqlite3_{deserialize,serialize}() in sqlite3ext.h by larrybr · 3 years, 4 months ago extapi-serializing
  14. 0fe7e7d Add new interfaces to enable virtual table to process IN operator constraints by drh · 3 years, 6 months ago
  15. ec778d2 An initial attempt to implement sqlite3_vtab_distinct(). by drh · 3 years, 6 months ago
  16. 82801a5 Initial implementation of the sqlite3_vtab_rhs_value() interface and the by drh · 3 years, 6 months ago
  17. f62641e Add the sqlite3_error_offset() interface. Use it in the CLI to provide by drh · 3 years, 7 months ago
  18. 1bbfc67 Demostrate a prototype sqlite3_autovacuum_pages() interface. by drh · 3 years, 9 months ago
  19. 10496f7 Fully incorporate *_changes64() API improvement. by larrybr · 4 years, 1 month ago
  20. cf14504 Avoid bugs in some implementations of dlopen() by avoiding calls to by drh · 4 years, 1 month ago
  21. 4989a53 Add the new sqlite3_txn_state() interface to the set of routines accessible by drh · 4 years, 8 months ago
  22. ccb2113 Refactoring various names. No changes in the resulting machine code. by drh · 5 years ago
  23. e238e31 Yet another attempt to enhance sqlite3_load_extension() so that it works by drh · 5 years ago
  24. ec9a25c Fix an issue with check-in [bc3bf7c6681a96bc] when compiling on Windows. by drh · 5 years ago
  25. 7d9ad75 Fix the sqlite3_load_extension() interface so that it tolerates backslashes by drh · 5 years ago
  26. 480620c Experimental API: sqlite3_database_file_object(). by drh · 5 years ago
  27. 4defddd Add the new sqlite3_create_filename() and sqlite3_free_filename() interfaces by drh · 5 years ago
  28. 8080403 Redesign for better legacy compatibility. Add the sqlite3_uri_key() interface. by drh · 6 years ago
  29. 803f06b Merge recent enhancements from trunk. by drh · 6 years ago
  30. b008e4d Fix some test script issues that come up with SQLITE_OMIT_VIRTUALTABLE builds. by dan · 6 years ago
  31. 007ba64 Bring the hard-heap-limit branch up-to-date with trunk. by drh · 6 years ago
  32. 95da9d5 Add the new sqlite3_drop_modules() interface to the loadable extension by drh · 6 years ago
  33. 10c0e71 Add the sqlite3_hard_heap_limit64() interface and the corresponding by drh · 6 years ago
  34. 80ac9cb Correctly initialize the loadable extension thunk. by drh · 6 years ago
  35. d5b44d6 When masking bits off of sqlite3.flags, make sure the mask is 64 bits by drh · 7 years ago
  36. f6e015f Fixes for SQLITE_OMIT_VIRTUAL_TABLE builds. by dan · 7 years ago
  37. 8bee11a Add the sqlite3_normalized_sql() API. by mistachkin · 7 years ago normalized_sql
  38. 173e782 Add the ability for loadable extensions to access the new by drh · 7 years ago
  39. f0f9dbd Add 14 new interfaces to the loadable extension mechanism. by drh · 7 years ago
  40. 60208c3 Backout change [05fee1a21ea398f1e4d6f1cf3] because it does not take into by drh · 7 years ago
  41. 4a4532b Make the new sqlite3_vtab_collation() interface accessible to loadable by drh · 8 years ago
  42. 76506cd Add the new "nochange" APIs to the extension loading mechanism. by drh · 8 years ago
  43. 88a921c Simplification to the error handling logic in the extension loader. by drh · 8 years ago
  44. ab42a2f Improve the error message that comes back when sqlite3_load_extension() by drh · 8 years ago
  45. 5587d86 Add the three new pointer interfaces to the loadable extension mechanism. by drh · 8 years ago
  46. f0f44b7 Compile cleanly with SQLITE_OMIT_UTF16. by drh · 8 years ago
  47. db3e045 Enabled the new sqlite3_prepare_v3() and sqlite3_prepare16_v3() interfaces by drh · 8 years ago
  48. 0d8d9c9 Add the new sqlite3_set_last_insert_rowid() interface to the extension by drh · 8 years ago
  49. 8674e49 If compiled with SQLITE_INLINE_MEMCPY, all memcpy() calls are replaced with by drh · 9 years ago
  50. 98365be Omit the sqlite3Apis constant object when compiling with by drh · 9 years ago
  51. b0df540 Fix other harmless compiler warnings. by drh · 9 years ago
  52. 4df049f Remove a duplicate typedef from loadext.c (remaining copy is in sqlite3ext.h). by dan · 9 years ago
  53. 32c83c8 Avoid making unnecessary changes to the signatures of the by drh · 9 years ago
  54. 78d5e02 The return type used by the auto-extension entry points is 'int', not 'void'. by mistachkin · 9 years ago
  55. 177d0f0 Make sure all the auto-extension mechanism function signatures match up precisely. by mistachkin · 9 years ago
  56. 44e95d4 Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. by mistachkin · 9 years ago
  57. 087ec07 Fix code so that the deprecated sqlite3_trace() and sqlite3_profile() by drh · 9 years ago
  58. c1502e2 Enhance the sqlite3_load_extension() interface to permit extensions to by drh · 9 years ago load-permanently
  59. 191dd06 Revert sqlite3_enable_load_extension() to its original long-standing behavior. by drh · 9 years ago
  60. 1a55ded <b>API Change:</b> Modify sqlite3_enable_load_extension() so that it only by drh · 9 years ago
  61. 1b9f214 Experimental implementation of the sqlite3_system_errno() interface. by drh · 9 years ago
  62. fad3039 Enhance ability to debug out-of-memory errors. by mistachkin · 9 years ago
  63. 7be53fe Make the sqlite3_status64(), sqlite3_strlike(), and by drh · 10 years ago
  64. cdabd7b Fix harmless compiler warnings. by mistachkin · 10 years ago
  65. 58a8a92 Change all references to 3.8.12 into 3.9.0. Comment changes only - no by drh · 10 years ago
  66. 728e0f9 Compiler warning fixes: Rename some local variables from "j1" to avoid a by drh · 10 years ago
  67. cf94f17 Make the sqlite3_value_subtype() and sqlite3_result_subtype() interfaces by drh · 10 years ago
  68. 80c0302 Add the sqlite3_bind_zeroblob64() API. by dan · 10 years ago
  69. 6bacdc2 Fix compiler warnings. Get the new sqlite3_result_zeroblob64() working by drh · 10 years ago
  70. f5ed7ad Fix harmless compiler warnings. by drh · 10 years ago
  71. 6a412b8 Fix signed/unsigned comparison compiler warnings. Add the by drh · 10 years ago
  72. f3cdcdc Use sqlite3_malloc64() in place of sqlite3_malloc() internally. by drh · 10 years ago
  73. 8c3026e Make the sqlite3_table_column_metadata() interface available by default and by drh · 11 years ago
  74. bbf483f Change the name of the _texte64() interfaces to just _test64(), without the "e". by drh · 11 years ago 64-bit-lengths
  75. 0807cc2 Add new interfaces to the loadable extension mechanism. by drh · 11 years ago
  76. 13f40da Split the sqlite3Error() routine into sqlite3Error() and by drh · 11 years ago
  77. 425e27d Add the sqlite3_cancel_auto_extension(X) interface which will undo a prior by drh · 12 years ago
  78. c288e44 Experiments in making loadable extensions easier to program. The by drh · 12 years ago
  79. 1d59d03 Complete the initialization of the loadable extension thunk table. Also by drh · 12 years ago
  80. e5077c1 When an sqlite3_auto_extension() function fails, report back its actual by drh · 14 years ago
  81. 52dbea8 Be sure to allocate plenty of space for error messages coming out of by drh · 14 years ago
  82. 0ea2517 Changes to allow FTS to be compiled as a loadable module again. by dan · 14 years ago
  83. bb2b441 Changes to support building with various SQLITE_OMIT_XXX options defined. by dan · 14 years ago
  84. 4e49c77 Further changes to extension loading to support compile-time options. by drh · 15 years ago
  85. fd7ebbf Make APIs added since version 3.6.0 accessible to loadable extensions. by drh · 15 years ago
  86. b975598 Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() and by drh · 15 years ago
  87. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  88. 50d654d Additional changes to reduce stack usage. The SQLITE_SMALL_STACK compile-time by drh · 16 years ago
  89. 7aaa878 Updates to the extension loading logic to support full coverage testing. (CVS 6659) by drh · 16 years ago
  90. 78ca0e7 When not compiling for an EBCDIC system, use built-in alternatives to the tolowe by danielk1977 · 17 years ago
  91. 1875f7a The amalgamation now compiles cleanly on GCC with options by drh · 17 years ago
  92. eec556d Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808) by shane · 17 years ago
  93. 18472fa Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0 by drh · 17 years ago
  94. 78f82d1 Continuing work on adding full support for the SQLITE_OMIT_WSD by drh · 17 years ago
  95. 701bb3b Additional coverage testing. Fix a segfault following OOM in by drh · 17 years ago
  96. 633e6d5 Implement the "lookaside" memory allocation cache. Use of this cache makes by drh · 17 years ago
  97. 00f0faf Fix a compilation bug with SQLITE_OMIT_AUTOINIT. (CVS 5366) by danielk1977 · 17 years ago
  98. 8b6abed Add recent API additions to the loadable extension interface. (CVS 5246) by drh · 17 years ago
  99. 59f8c08 Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration modes. (CVS 5234) by danielk1977 · 17 years ago
  100. 40257ff Progress toward implementation of sqlite3_config() and a rework of the by drh · 17 years ago