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

  1. b6503f1 Cygwin-centric fixes from Jan Nijtmans. by stephan · 5 months ago
  2. 9d59235 Fix a problem with SQLITE_OS_WINRT builds. by dan · 8 months ago
  3. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  4. bc91738 Add a C-source spell-checking facility. make misspell (on Nix) by larrybr · 2 years, 1 month ago
  5. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  6. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  7. 7bb22ac Silence some harmless uninitialized local variable warnings. by mistachkin · 11 years ago
  8. f74b9e0 Further work on Windows header file reform. by mistachkin · 12 years ago
  9. e84d8d3 More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. by mistachkin · 12 years ago
  10. 503a686 Always use strncmp() rather than memcmp() when comparing strings where one by drh · 12 years ago
  11. 46f7d98 In test_quota.c, provide a work-around for the missing _chsize_s() function by drh · 13 years ago
  12. b3f787f Fix compiler warnings found on Lion. by drh · 13 years ago
  13. 83905c9 Remove support for OS/2 from the source tree. by drh · 13 years ago
  14. 98c78ea Add sqlite3_quota_ferror() and sqlite3_quota_file_available() interfaces to by drh · 13 years ago
  15. 94e858b Move some #defines earlier in the file for test_quota.c in order to avoid by drh · 13 years ago
  16. 83cc139 Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in by drh · 13 years ago
  17. c00ce49 Add new interfaces to the test_quota.c module: sqlite3_quota_ftruncate(), by drh · 13 years ago
  18. 7da5fcb Fix MSVC compiler warnings in test code. by drh · 13 years ago
  19. 72cd90a Fix the sqlite3_quota_file() function in test_quota.c so that it adds the second nul-terminator to all file names that will be passed to a VFS xOpen method. by dan · 14 years ago
  20. c39f3e0 Use _commit() rather than FlushFileBuffers() as a substitute for fsync() by drh · 14 years ago quota-stdio
  21. 49ed5c8 Harden the utf8-to-mbcs converter in the quota module against failures. by drh · 14 years ago
  22. 27cec37 Enhancements to test_quota.c: Remove the external dependency on by drh · 14 years ago
  23. 663cebf Make sure the quota logic is usable as C++. by drh · 14 years ago
  24. 69b2232 Add the sqlite3_quota_fflush() interface. Enhance sqlite3_quota_remove() by drh · 14 years ago
  25. c8ccda6 Progress toward getting things to work better on windows. by drh · 14 years ago
  26. a76e858 Add test logic and some test cases. by drh · 14 years ago
  27. 60f21e4 Add stdio-like I/O interfaces to the test_quota VFS. This is a prototype by drh · 14 years ago
  28. 26541c9 Fix an file separator character issue with test_quota.c that was causing by drh · 14 years ago
  29. b6020c4 Add the sqlite3_quota_file() interface to test_quota.c. by drh · 14 years ago
  30. 796af15 Changes to test_quota.c to make quota groups persistent even after files by drh · 14 years ago
  31. b0a3283 Add a couple of pointer type casts to test file test_quota.c. by dan · 14 years ago
  32. 3778ac1 Modify the test_quote.c demonstration shim so that it works when by drh · 14 years ago
  33. 06bfd36 Add tests to quota.test. by dan · 15 years ago
  34. 9fc7702 Call quota callback destructors from within sqlite3_quota_shutdown(). by dan · 15 years ago
  35. 9237a25 Boundary value fix to the descriptive comment at the top of test_quota.c. by drh · 15 years ago
  36. 6e19e91 Merge the test_quota.c module into the trunk. by drh · 15 years ago
  37. 3d3e60e Fix the TCL interface to test_quota.c so that it works with empty callback by drh · 15 years ago
  38. 75c1917 Variable name and comment changes to test_quota.c for clearer presentation. by drh · 15 years ago
  39. 61cc423 Make all private routines in test_quota.c begin with "quota". by drh · 15 years ago
  40. ef9659b Add the sqlite3_quota_dump test command. Add a destructor argument on by drh · 15 years ago
  41. 549dc1b Clean up comments in the test_quota.c source file. by drh · 15 years ago
  42. 745de2e Update the quota shim so that when the same file is opened multiple times, by drh · 15 years ago
  43. 748a52c Add an assert() with an evidence mark to show that automatically by drh · 15 years ago
  44. 8cf35eb Add file test_quota.c, demonstrating how file-system quotas may be implemented as a VFS wrapper. by dan · 15 years ago