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

  1. bc91738 Add a C-source spell-checking facility. make misspell (on Nix) by larrybr · 2 years, 1 month ago
  2. 45dc9ca Fix typos in RowSet. by pdr · 5 years ago
  3. 9d67afc Also free up the MEM_RowSet bit in the Mem.flags field and have RowSet objects by drh · 7 years ago
  4. b982bfe Optimizations to link list merge sort code in vdbesort.c, pcache.c, and by drh · 9 years ago
  5. aa50271 Further simplifications and improved commentting on the rowset.c module, by drh · 9 years ago
  6. 396794f Comment changes only: Add several optimization marks in rowset.c. Add by drh · 9 years ago
  7. 2075fb0 Fix typo in comment. No changes to code. by mistachkin · 9 years ago
  8. cb6d66b Rearrange some code in the RowSet logic for clarity of presentation, while by drh · 9 years ago
  9. 575fad6 Add the slightly faster sqlite3DbMallocRawNN(db,n) routine for the majority by drh · 9 years ago oom-handling
  10. 60ec914 Fix typos in comments. No code changes. by peter.d.reid · 11 years ago
  11. d83cad2 Modify the OR-clause handling so that it can safely deal with OR-clause by drh · 11 years ago
  12. d557843 Fix all known instances of 'repeated the' style typos in comments. No changes to code. by mistachkin · 13 years ago
  13. 3343b43 Performance improvements for the RowSet object when it undergoes many by drh · 13 years ago
  14. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  15. 49145af Fix an 8-byte alignment problem on HP/UX. Ticket #3869 (CVS 6666) by drh · 16 years ago
  16. 6149526 Change the OP_Rowid opcode so that a deferred OP_Seek is pending, it simply by drh · 16 years ago
  17. 733bf1b Extend the Rowset object to contain all the capabilities of Rowhash in by drh · 16 years ago
  18. 4b2b8b7 Change an unreachable error condition test to an assert() in rowset.c. (CVS 6429) by drh · 16 years ago
  19. a9e364f Updates to comments as suggested by tickets #3578 and #3579. (CVS 6172) by drh · 17 years ago
  20. e2f02ba Increased test coverage. (CVS 6147) by drh · 17 years ago
  21. 3d4501e Replace the VDBE Fifo object with the new RowSet object. (CVS 5977) by drh · 17 years ago