Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
bitvec.c
a09a4fb
Improved selection of the divisor when subdividing nested Bitvec objects.
by drh
· 6 weeks ago
6a23ff5
Minor corrections to the new Bitvec testing logic.
by drh
· 6 weeks ago
5706b31
Enhancements to sqlite3BitvecBuiltinTest() that allow testing code to
by drh
· 6 weeks ago
90ba0d4
Improved diagnostics for Bitvec: Add the sqlite3ShowBitvec() routine that
by drh
· 6 weeks ago
c071c47
Tamp down various harmless compiler warnings. Use "int" in places instead
by drh
· 5 months ago
ef86b94
Code changes that make it easier to prove that no 32-bit integer overflows
by drh
· 5 months ago
bc91738
Add a C-source spell-checking facility. make misspell (on Nix)
by larrybr
· 2 years, 1 month ago
7d4c94b
Fix harmless static-analyzer warnings.
by drh
· 3 years, 10 months ago
d12602a
Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.
by drh
· 9 years ago
fad3039
Enhance ability to debug out-of-memory errors.
by mistachkin
· 9 years ago
62aaa6c
Fix over-length source code lines. No logic changes.
by drh
· 10 years ago
82ef877
Simplifications and performance improvement in pager_write().
by drh
· 10 years ago
234a93f
Very small size reduction and performance increase in sqlite3BitvecTest().
by drh
· 10 years ago
f3cdcdc
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
by drh
· 10 years ago
48864df
Many spelling fixes in comments. No changes to code.
by mistachkin
· 12 years ago
6809c96
Replace a few sqlite3_malloc()+memset() sequences with calls to sqlite3MallocZero().
by dan
· 13 years ago
f6171e9
Make the size of a Bitvec object 512 bytes on all platforms, instead of
by drh
· 15 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
643a392
Increase the size of bitvec objects to 1024 bytes on 64-bit systems.
by drh
· 16 years ago
7ee27b0
Change a condition to a '%' operator in bitvec.c. (CVS 6940)
by drh
· 16 years ago
6aac11d
Code tweaks in support of full-coverage testing. (CVS 6907)
by drh
· 16 years ago
e98c904
Further reductions in the amount of stack space required. (CVS 6707)
by drh
· 16 years ago
64f798d
Increase test coverage of bitvec.c slightly. Fix the line length on a
by drh
· 16 years ago
bea2a94
Big change to make pager.c easier to follow. Unused variables removed, comments improved, etc. (CVS 6197)
by danielk1977
· 17 years ago
45d6882
Revert (6187). (CVS 6188)
by danielk1977
· 17 years ago
443c059
This commit is an error. Reverted by (6188). (CVS 6187)
by danielk1977
· 17 years ago
7539b6b
Memory allocation failure in Bitvec are probably all benign. Still, add
by drh
· 17 years ago
1feb7dd
Update the SECURE_DELETE code to track the latest changes in the pager. (CVS 5928)
by drh
· 17 years ago
86a7a69
Avoid signed/unsigned comparison warnings in bitvec.c by changing the
by drh
· 17 years ago
dfe88ec
Change the name of the Cursor object to VdbeCursor. (CVS 5857)
by drh
· 17 years ago
2d1d86f
Add a mode to the sqlite3_test_control() interface to register hooks called at the beginning and end of "benign malloc failure" blocks. This allows malloc() failure testing to be done using public APIs only. (CVS 5254)
by danielk1977
· 17 years ago
4873d5f
Make the benign-fault setting recursive. Make all malloc failures
by drh
· 17 years ago
c5d0bd9
Get the SQLITE_SECURE_DELETE compile-time option working again.
by drh
· 17 years ago
3088d59
Add a completely new testing system for the Bitvec object. The new
by drh
· 17 years ago
dda5b68
Revise Bitvec struct sizing to prevent assertion failure on 64-bit systems (CVS 4862)
by mlcreech
· 17 years ago
f5e7bb5
Add the Bitvec object for tracking which pages have been journalled.
by drh
· 17 years ago