Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

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