๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh ยท 16 years ago
  2. 782b873 Convert an always-true condition in hash.c into an assert(). (CVS 6624) by drh ยท 17 years ago
  3. e61922a Remove the aFKey hash table, which was not being used. Simplify the by drh ยท 17 years ago
  4. 0d59d17 Fix asserts in hash.c so that zero-length symbols can be used. (CVS 6563) by drh ยท 17 years ago
  5. 8a1e594 Simplifications to the symbol table implementation in hash.c. For very small by drh ยท 17 years ago
  6. a83ccca Do not store the zero string terminator as part of the name when holding by drh ยท 17 years ago
  7. e2f02ba Increased test coverage. (CVS 6147) by drh ยท 17 years ago
  8. ea67883 Never use strlen(). Use our own internal sqlite3Strlen30() which is by drh ยท 17 years ago
  9. 1b67f3c Simplify the symbol hash table to use only a single key class. Other by drh ยท 17 years ago
  10. 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 ยท 18 years ago
  11. e5ae573 Continuing work on the new memory allocation subsystem. by drh ยท 18 years ago
  12. 4873d5f Make the benign-fault setting recursive. Make all malloc failures by drh ยท 18 years ago
  13. 41eb9e9 Minor optimizations. (CVS 4955) by drh ยท 18 years ago
  14. eee4c8c Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. by drh ยท 18 years ago
  15. 643167f Add the fault injector module in fault.c. Use it as a basis for memory by drh ยท 18 years ago
  16. 7c836f0 Add internal locking to the test_async.c backend. So that more than one connection may be used from within a single process. (CVS 4396) by danielk1977 ยท 18 years ago
  17. cd2543b Fix a problem in hash.c when replacing entries in tables configured with copyKey==0. (CVS 4375) by danielk1977 ยท 18 years ago
  18. a1644fd Modifications to the malloc failure tests to test transient and persistent failures. (CVS 4321) by danielk1977 ยท 18 years ago
  19. 1e53695 More work on refactoring of malloc() interfaces. There are still many errors. (CVS 4233) by danielk1977 ยท 18 years ago
  20. 1743575 Half-way through a major refactoring of the memory allocation. by drh ยท 18 years ago
  21. 93553ad Fix a long-standing memory leak in the hash table. The leak only appears by drh ยท 19 years ago
  22. 750b03e Changes so that test_async.c works with memory management turned on. (CVS 3093) by danielk1977 ยท 20 years ago
  23. 762e584 The hash tables deallocate when empty in order to avoid nuisanse complaints by drh ยท 20 years ago
  24. 52a83fb Move sqlite3HashNoCase to hash.c. (CVS 2294) by danielk1977 ยท 21 years ago
  25. e8cf2ca Optimizations in the hash table module. (CVS 1896) by drh ยท 21 years ago
  26. 76d7f8b Do not use "new" as a variable name - some compilers think it is a keyword. (CVS 1787) by drh ยท 21 years ago
  27. cc19587 Improved test coverage of func.c and hash.c. (CVS 1772) by drh ยท 21 years ago
  28. 4adee20 Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the by danielk1977 ยท 22 years ago
  29. ba21256 Remove unused code and tighten existing code to make the library a little by drh ยท 22 years ago
  30. 5364f60 Make sure hash functions always return non-negative. (CVS 969) by drh ยท 23 years ago
  31. 8c1238a Code optimizations to help the library run faster. (CVS 808) by drh ยท 23 years ago
  32. 2ce1a6e Fix for ticket #47: Use a cast to avoid a warning about discarding a "const" by drh ยท 24 years ago
  33. 8e0a2f9 Added support for user-defined normal functions. Support for user-defined by drh ยท 24 years ago
  34. 1ab4300 Fix warning messages in VC++. Patches from nicolas352001. (CVS 347) by drh ยท 24 years ago
  35. aacc543 Comment updates most. Also some small changes to the VDBE. (CVS 339) by drh ยท 24 years ago
  36. 5a2c2c2 Attempting to add support for 64-bit platforms. (CVS 314) by drh ยท 24 years ago
  37. 6d4abfb More changes for 2.0.7. (CVS 293) by drh ยท 24 years ago
  38. 81a20f2 Fix an assertion failure when the disk fills up. Add tests for a full by drh ยท 24 years ago
  39. beae319 Put in a generic hash table system in place of the various ad-hoc by drh ยท 24 years ago