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