aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Eliminate some of the "unused parameter" warnings in os_unix.c. (CVS 5923)danielk19772008-11-19
| | | FossilOrigin-Name: 2f5aaad90b7e3bbb31866c43db3e24a1be26f03b
* Simplify the way the pager layer invokes the busy-handler callback. (CVS 5922)danielk19772008-11-19
| | | FossilOrigin-Name: 7bd1ac189906d87ed360875551d50147dd2186f6
* Changes to avoid "unused parameter" compiler warnings. (CVS 5921)danielk19772008-11-19
| | | FossilOrigin-Name: 88134322c36b41304aaeef99c39b4ef5b495ca3b
* Add an alternative application-defined pcache implementation and add testdrh2008-11-19
| | | | | | cases to permutations.test to invoke it. Added the SQLITE_CONFIG_GETPCACHE method to sqlite3_config(). (CVS 5920) FossilOrigin-Name: 16f1e6ec2ad92f68c0079a0c2b5ca08a3b4af816
* Add support for SQLITE_NO_SYNC for OS/2, too. (CVS 5918)pweilbacher2008-11-18
| | | FossilOrigin-Name: 2990b5b8e7bd8f91af24e5a606666077855ae283
* Expose the MBCS->UTF8 convert routine in the Win32 backend. (CVS 5917)drh2008-11-18
| | | FossilOrigin-Name: f4411f0c8075adc8a37002ac7ad958ff3158c0c0
* Application-defined page cache documentation updates. (CVS 5916)drh2008-11-18
| | | FossilOrigin-Name: db0f1203591fcc4c554c47cdf28abe279cf7f1d5
* Reduce the number of "missing initializer" warnings. (CVS 5915)danielk19772008-11-18
| | | FossilOrigin-Name: d68e2795e72f1bfc0bf3b8e75cdec2e0b3d5bfcb
* Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914)danielk19772008-11-17
| | | FossilOrigin-Name: 8009220c36635dd9b6efea7dc13281ca9625c40a
* Modifications to avoid unsigned/signed comparisons in where.c. (CVS 5913)danielk19772008-11-17
| | | FossilOrigin-Name: f35606d1d8cd6dba541a79dcb1307698b8831854
* Modifications to avoid signed/unsigned warnings in vdbe.c. (CVS 5912)danielk19772008-11-17
| | | FossilOrigin-Name: 9939dd839ac13708f9b5b877c48729b1781eedf3
* Changes to btree.c to avoid the unsigned/signed comparison warnings. (CVS 5911)danielk19772008-11-17
| | | FossilOrigin-Name: 24469dbace433ca89e22274f741f382052c5d17d
* Added support for vxworks >= 6.4; RTP mode tested, kernel mode untested. ↵chw2008-11-17
| | | | | (CVS 5910) FossilOrigin-Name: f45a1493636a5ee474dd6c0b5d286be2249b05aa
* Modifications to pager.c to avoid the unsigned/signed warnings. (CVS 5909)danielk19772008-11-17
| | | FossilOrigin-Name: cb6be84dfc5d6546d07359b32fe04555561325de
* Fix compiler warnings in pcache1.c related to comparison of unsigned and ↵danielk19772008-11-15
| | | | | signed values. (CVS 5908) FossilOrigin-Name: ce77ea989ea0bf4b44d5b9d0e58d30fd956038d3
* Fix a couple of memory leaks that may follow malloc failures. (CVS 5906)danielk19772008-11-13
| | | FossilOrigin-Name: 4cf8a8e1bf22e1d8f7166e64328a95fe36c75033
* Fixed several more crashes due to corrupt db files. Added corruptC.test to ↵shane2008-11-13
| | | | | soak.test. (CVS 5905) FossilOrigin-Name: 9b7a52e952c81e50611e04d2d79003b0ddc57ee5
* Added support for -DSQLITE_NO_SYNC to os_win.c. (CVS 5904)shane2008-11-13
| | | FossilOrigin-Name: 2649337937077d2dba7cdc7473fcd176aa252a52
* Avoid committing a transaction from within the xSync() method of a virtual ↵danielk19772008-11-13
| | | | | table. Fix for #3497. (CVS 5902) FossilOrigin-Name: eabb8b7591eab164c637d78ca4df00fcb5bd3c5b
* Minor changes to get memsys5 compiling and its tests passing. Ticket #3495. ↵danielk19772008-11-13
| | | | | (CVS 5901) FossilOrigin-Name: 96453ca16e90bc0c0cbfb75b3e39899f56d6ea66
* Add an API to support custom page cache implementations. (CVS 5899)danielk19772008-11-13
| | | FossilOrigin-Name: 47866d6708e9b69e367937fd85f93580fd025447
* Avoid some buffer overreads detected by valgrind while running ↵danielk19772008-11-12
| | | | | corruptC.test. (CVS 5898) FossilOrigin-Name: faa6bd7b615837c920b5b3b027115caa2f56ec15
* Do not redefine the MIN and MAX macros if they are already defined. (CVS 5896)drh2008-11-12
| | | FossilOrigin-Name: f41dd2053c8a297a05b47d0ef631b4d9a7db2fff
* Fix a faulty assert in select.c. Ticket #3494. (CVS 5892)drh2008-11-12
| | | FossilOrigin-Name: e89f9c806328e0de2e8633e09242f67e26f43d76
* Fix a database corruption related crash uncovered by corruptC.test. (CVS 5890)danielk19772008-11-12
| | | FossilOrigin-Name: 395084acbb4c8ef878d858f640f1ed6be908d175
* Make sure affinities and implicit collation sequences are correctly used by ↵danielk19772008-11-12
| | | | | comparison expressions in the select-list or having clause of an aggregate query. Ticket #3493. (CVS 5889) FossilOrigin-Name: b8ceaa00500f29bbbd0cc5aec71a6ffa91ae6b43
* Fixed a few more crashes when dealing with corrupt db files. (CVS 5888)shane2008-11-12
| | | FossilOrigin-Name: f8bb34e40917e55696376d2def932a41ad43d0ae
* Fixed crash during an UPDATE when free cell size is corrupt. (CVS 5887)shane2008-11-11
| | | FossilOrigin-Name: ec18667e2d2826a27f2c052ba3790ab5b8cf0bc4
* Prevent a crash during an UPDATE when the cell offset is corrupt. (CVS 5886)shane2008-11-11
| | | FossilOrigin-Name: 99d4172ed6825c7efb6cbb28eb00d98323a13954
* Send the "Incomplete SQL" error message of the CLI to stderr instead ofdrh2008-11-11
| | | | | stdout. Ticket #3476. (CVS 5885) FossilOrigin-Name: dacae200477afffec826b3ca1517f33b110b6122
* Remove some asserts that refer to variables removed in (5830). (CVS 5884)danielk19772008-11-11
| | | FossilOrigin-Name: 9d880a6fd244fb73d0fce7e8180177c54d95cde2
* Change the way threadsOverrideEachOthersLocks() works to avoid trying to ↵danielk19772008-11-11
| | | | | write-lock a (potentially) read-only files. Also, assume that on non-linux systems threads do override each others locks. Ticket #3472. (CVS 5883) FossilOrigin-Name: 8ecae0943b06102fe22133db0dcaf58ecbd39545
* Cleanup in flattenSubquery. Add OOM tests for flattenSubquery. Fix issuesdrh2008-11-11
| | | | | with OOM errors causes problems for flattenSubquery. Ticket #3485. (CVS 5882) FossilOrigin-Name: ea5f4baa041aed934600f0f96b84afb92a14bc47
* Fixed crash in integrity_check with corrupt content offset size in page ↵shane2008-11-11
| | | | | header. (CVS 5881) FossilOrigin-Name: 0659a666ff0a9fc81ee4df3c35e535164c79e588
* Avoid signed/unsigned comparison warnings in bitvec.c by changing thedrh2008-11-11
| | | | | types of loop variables to unsigned int. (CVS 5880) FossilOrigin-Name: da869446c53ec6ed769bba01cdc2b6fd69a8b5c9
* When an assignment occurs in a boolean, always test the result using "!=0"drh2008-11-11
| | | | | | to avoid confusion and make it clear that assignment is intended, not an equality test. Ticket #3491. (CVS 5879) FossilOrigin-Name: 89ee5295bdea6f2c093eb6a44d69917dcc8459e3
* Fix the CLI so that it does not terminate input when an Oracle or MS-SQLdrh2008-11-11
| | | | | | command terminator mark is seen in the middle of a string literal. Ticket #3490. (CVS 5878) FossilOrigin-Name: 68662e3b487b80b2c94cd2376060388bd8df0e4e
* When an OOM error occurs while resizing an sqlite_value object, make suredrh2008-11-11
| | | | | the value of the object is set to NULL. Ticket #3488. (CVS 5877) FossilOrigin-Name: 7b9c9b35fffb233e76148182426199d51243fba7
* Fix the documentation of the SQLITE_FUNCTION authorizer code so that itdrh2008-11-10
| | | | | agrees with how SQLite has always behaved. Ticket #3489. (CVS 5876) FossilOrigin-Name: 806b6ed202292e386ac3e51cebcfb67f3870cd2f
* #ifdef out unused static function mutexIsNT(). Ticket #3481. (CVS 5875)shane2008-11-10
| | | FossilOrigin-Name: 239186804c7541abc512da33bba8f6fc7d24a374
* Updated comment in source. Ticket #3453. (CVS 5874)shane2008-11-10
| | | FossilOrigin-Name: 83caa22087bcaa184eff559971262e4d7eecd0e0
* Removed a few more small parts of memsys6 code, including some config and ↵shane2008-11-10
| | | | | test code for it; (CVS 5872) FossilOrigin-Name: a11241d6fbc9e0408d5adc73d494b85124d2d609
* In btree.c, omit calls to setChildPtrmaps() if SQLITE_OMIT_AUTOVACUUM is ↵shane2008-11-10
| | | | | defined. Ticket #3439. (CVS 5871) FossilOrigin-Name: e0f07323e878c44ad2ccc38628c74c27f79e35ef
* Fixed typos; Consistent use of Mac OS X name; (CVS 5870)shane2008-11-10
| | | FossilOrigin-Name: dfc94743378e576ecc5c567ae4020bf9594a3fb9
* Prevent buffer overruns when converting malformed UTF16 to UTF8. Ticket ↵drh2008-11-07
| | | | | #3482. (CVS 5869) FossilOrigin-Name: 3f657e88767f60d305dd6151e7aa54363341d052
* Prevent a rollback from crashing if the sector-size field of thedrh2008-11-07
| | | | | rollback journal is corrupted. (CVS 5868) FossilOrigin-Name: cf9d1d933f6b6713018928d9a7680ae63e8edcd0
* Add documentation to make it clear that short reads from xRead in the VFSdrh2008-11-07
| | | | | must be zero-filled. (CVS 5867) FossilOrigin-Name: fb311d6f4098a08f05b3fac9a2a7e2a53c38bb5f
* Fix a bug in the CAST operator associated with the column cache. (CVS 5866)drh2008-11-06
| | | FossilOrigin-Name: 1b6a5140446da896f69fddc8d1ea076815bb45e3
* Fix memory allocation problems when string length exceeds limits. (CVS 5865)drh2008-11-05
| | | FossilOrigin-Name: b568e325205acaa2f63bce2d6cc2808edc9f2e01
* The COMMIT command now works even if there are pending queries, as longdrh2008-11-05
| | | | | as the pending queries are reading and not writing the database. (CVS 5864) FossilOrigin-Name: 51f04aaff2803487933b9dfcf39f27a249f18a98