]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-06-21  danielk1977Remove mutex2.test. It will be replaced later today...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  danielk1977Fix a problem in the test suite that could cause a...
2008-06-21  mihailimDocumentation spellcheck and cleanup. No changes to...
2008-06-20  drhAdd new Compare and Jump codes to the virtual machine...
2008-06-20  danielk1977Add a test to check that opening a second connection...
2008-06-20  drhChange the SRT_Subroutine mode into SRT_Coroutine....
2008-06-20  danielk1977Add a mode to the sqlite3_test_control() interface...
2008-06-20  danielk1977Move (almost all) malloc failure test logic from fault...
2008-06-20  drhPatch to memsubsys1.test in order to avoid a segfault...
2008-06-19  drhUnset global TCL variables in the func.test script...
2008-06-19  danielk1977Move the malloc() failure simulation out of malloc...
2008-06-19  drhDocumentation and test-script updates. (CVS 5249)
2008-06-19  drhFix some minor compile problems. (CVS 5248)
2008-06-19  drhAdditional test cases for loadable extensions. (CVS...
2008-06-19  drhAdd recent API additions to the loadable extension...
2008-06-19  drhCheck in the missing status.c source file. (CVS 5245)
2008-06-19  danielk1977Shuffle some of the mutex related documentation in...
2008-06-19  drhAdd the sqlite3_next_stmt() interface, including test...
2008-06-19  drhFix a bug in the noop-mutex implementation. (CVS 5242)
2008-06-19  drhBug fixes: Plug a memory leak introduced by the previo...
2008-06-19  drhAdd some test logic to the new memory allocation subsys...
2008-06-18  pweilbacherfix OS/2 files to compile again (looking at Windows...
2008-06-18  danielk1977Remove public APIs sqlite3_mutex_init() and sqlite3_mut...
2008-06-18  drhAdded support for scratch-memory lookaside allocations...
2008-06-18  danielk1977Add a call to sqlite3_initialize() to sqlite3_mutex_all...
2008-06-18  danielk1977Fix a test case in mutex1.test that was failing when...
2008-06-18  danielk1977Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITH...
2008-06-18  drhMake sure aggregate functions can take any number of...
2008-06-18  drhAdd documentation on the sqlite3_mutex_methods object...
2008-06-18  drhAdded new configuration options to query the low-level...
2008-06-18  danielk1977Add some test infrastructure and cases for the new...
2008-06-18  drhRemove mem3.c and mem5.c from the amalgamation for...
2008-06-17  danielk1977Add the SQLITE_CONFIG_MUTEX symbol for use with sqlite3...
2008-06-17  danielk1977Change the mutex interface to be pluggable. This is...
2008-06-17  drhAdd internal interfaces: PageMalloc/PageFree and Scrat...
2008-06-17  drhDo not allow a VACUUM to try to change the page_size...
2008-06-16  drhClean up obfuscated code in sqlite3_table_column_meta_d...
2008-06-16  danielk1977Fix a recently introduced resource leak in test file...
2008-06-16  danielk1977Fix a problem with the incremental blob API. sqlite3_bl...
2008-06-16  danielk1977Add a test to verify that IN(...) WHERE clause terms...
2008-06-15  drhContinuing work on the new memory allocation subsystem.
2008-06-14  drhContinuing progress on the new memory allocation subsys...
2008-06-13  drhProgress toward implementation of sqlite3_config()...
2008-06-12  drhEnhance zeroblob tests to use the sqlite3_memory_highwa...
2008-06-12  drhFix a typo in the date/time function tests. Add additi...
2008-06-12  drhConvert the date/time functions to work with millisecon...
2008-06-12  danielk1977Add another test to incrblob2.test. This test failed...
2008-06-12  drhAvoid unnecessary float->text->float conversions in...
2008-06-12  drhAdd the ability to disable the "localtime" modifier...
2008-06-12  drhRemove obsolete code from the test_osinst.c module...
2008-06-12  drhCopy the latest VFS changes into the OS/2 implementatio...
2008-06-12  shaneAdded additional testcases for julianday calculations...
2008-06-12  shaneAdded x86_64 version of hwtime function. Ticket #3156...
2008-06-12  shaneRemoved all C++ style comments. Ticket #3172. (CVS...
2008-06-12  drhAdditional refinements to the new sqlite3_initialize...
2008-06-11  drhAdjust the error-message text in corrupt7.test. (CVS...
2008-06-11  danielk1977Fix an error in the previous commit found by corrupt7...
2008-06-11  danielk1977Check that the offsets in the cell-offset array of...
2008-06-11  drhAdd a test case for the database corruption in the...
2008-06-11  danielk1977Update utility program speedtest8inst1.c. (CVS 5201)
2008-06-10  drhA completely new design for the sqlite3_initialize...
2008-06-10  danielk1977Invalidate sqlite3_blob* handles whenever an SQL statem...
2008-06-09  drhInitial attempt at defining the sqlite3_initialize...
2008-06-09  shaneMoved declaration of int nPage; to top of block to...
2008-06-09  danielk1977Add test file incrblob2.test to test opening two blob...
2008-06-07  danielk1977Change the signature of sqlite3PagerPagecount() so...
2008-06-07  danielk1977Do not call xSync() from zeroJournalHdr() if the Pager...
2008-06-06  danielk1977Avoid attempting to delete the journal file of a tempor...
2008-06-06  danielk1977Add the xGetLastError() member function to the sqlite3_...
2008-06-06  drhRemove the subroutine return stack from the VDBE. ...
2008-06-06  danielk1977Remove the xGetTempname() method from the vfs structure...
2008-06-05  danielk1977Reorganize some of the code that detects expression...
2008-06-05  danielk1977Modify the signatures of the sqlite3_vfs.xAccess and...
2008-06-04  drhFix another typo in the rtree README file. (CVS 5187)
2008-06-04  drhFix a bug in the R-Tree documentation. (CVS 5186)
2008-06-04  danielk1977Add "pragma journal_size_limit", used to limit the...
2008-06-03  danielk1977Ensure that vacuum3.test closes all opened database...
2008-06-02  danielk1977Avoid passing a null pointer to sqlite3SetString in...
2008-05-30  shaneFix typos in comments in vdbe.c. (CVS 5182)
2008-05-30  shaneFix typos in comments in sqlite.h.in. (CVS 5181)
2008-05-30  drhFix typos in comments in where.c. (CVS 5180)
2008-05-29  shaneConsolidated inline assembly versions of "hwtime()...
2008-05-29  shaneConsolidated inline assembly versions of "hwtime()...
2008-05-29  drhFix cosmetic issues spotted while working on ticket...
2008-05-29  shaneMoved check and define for OS_WINCE from os_win.c to...
2008-05-29  drhWhen initializing the sqlite_sequence entry for an...
2008-05-29  drhFix an obsolete comment on the OP_Rowid opcode in the...
2008-05-29  shaneOmit declaration for functions that are only used by...
2008-05-29  shaneUnused functions in testfixture.exe with certain define...
2008-05-29  shanesqlite3OsDl*() APIs can be omitted if SQLITE_OMIT_LOAD_...
2008-05-28  shaneUse %llx instead of %x for 64 bit values (this only...
2008-05-28  shaneUpdate makefile.in so that makefiles generated by confi...
2008-05-28  danielk1977Add another test case to vacuum3.test. (CVS 5168)
2008-05-28  danielk1977Add a test to vacuum3.test to try to trick sqlite into...
2008-05-28  drhAllow the SQLITE_MAX_EXPR_DEPTH compile-time parameter...
2008-05-27  shaneIn test3.c, use type 'u32' instead of 'unsigned int...
2008-05-27  shaneUpdated to use localtime_s() in Windows build environme...
2008-05-27  shaneExplicitly typedef Pgno as 'u32' instead of 'unsigned...
2008-05-27  drhFix a bug in rtree that occurs when too many constraint...
next