aboutsummaryrefslogtreecommitdiff
path: root/src/bitvec.c
Commit message (Expand)AuthorAge
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* Fix harmless static-analyzer warnings.drh2021-10-04
* Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.drh2016-12-07
* Enhance ability to debug out-of-memory errors.mistachkin2016-02-13
* Fix over-length source code lines. No logic changes.drh2015-11-21
* Simplifications and performance improvement in pager_write().drh2015-06-29
* Very small size reduction and performance increase in sqlite3BitvecTest().drh2015-06-29
* Use sqlite3_malloc64() in place of sqlite3_malloc() internally.drh2015-04-29
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
* Replace a few sqlite3_malloc()+memset() sequences with calls to sqlite3Malloc...dan2012-07-30
* Make the size of a Bitvec object 512 bytes on all platforms, instead ofdrh2010-08-05
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Increase the size of bitvec objects to 1024 bytes on 64-bit systems.drh2009-09-09
* Change a condition to a '%' operator in bitvec.c. (CVS 6940)drh2009-07-25
* Code tweaks in support of full-coverage testing. (CVS 6907)drh2009-07-18
* Further reductions in the amount of stack space required. (CVS 6707)drh2009-06-02
* Increase test coverage of bitvec.c slightly. Fix the line length on adrh2009-04-01
* Big change to make pager.c easier to follow. Unused variables removed, commen...danielk19772009-01-20
* Revert (6187). (CVS 6188)danielk19772009-01-16
* This commit is an error. Reverted by (6188). (CVS 6187)danielk19772009-01-16
* Memory allocation failure in Bitvec are probably all benign. Still, adddrh2009-01-02
* Update the SECURE_DELETE code to track the latest changes in the pager. (CVS ...drh2008-11-19
* Avoid signed/unsigned comparison warnings in bitvec.c by changing thedrh2008-11-11
* Change the name of the Cursor object to VdbeCursor. (CVS 5857)drh2008-11-03
* Add a mode to the sqlite3_test_control() interface to register hooks called a...danielk19772008-06-20
* Make the benign-fault setting recursive. Make all malloc failuresdrh2008-05-13
* Get the SQLITE_SECURE_DELETE compile-time option working again.drh2008-04-14
* Add a completely new testing system for the Bitvec object. The newdrh2008-03-21
* Revise Bitvec struct sizing to prevent assertion failure on 64-bit systems (C...mlcreech2008-03-14
* Add the Bitvec object for tracking which pages have been journalled.drh2008-02-18