Commit Graph

15 Commits (83f7013e7ff1adbf9e53a96a80cd0aff7446123d)

Author SHA1 Message Date
Timothy Stack c29d756fd3 [sql] implement the sqlite3 .schema command 10 years ago
Suresh Sundriyal 13f5ad0dce Change the code to use Spookyhash.
* This change removes the external dependency on OpenSSL, which should
  allow the code to compile on Mac OS X without specifying the
  MAC_OS_X_VERSION_MIN_REQUIRED non-sense.
* Spookyhash should be faster than SHA-1's Merkle-Damgård construction.
* Spookyhash is only 128-bits as opposed to SHA-1's 160-bits so memory
  consumption should be less. I doubt it will lead to too many
  collisions.
* The docs are updated to reflect the fact that OpenSSL is not a
  dependency.
11 years ago
Timothy Stack 5ef8a168a7 [perf] reduce copies of log messages 11 years ago
Timothy Stack 001f9abdef [cmd] open/close file commands 11 years ago
Timothy Stack 9b8ceb5cb0 [log formats] transfer more formats to config 11 years ago
Vagrant User c557a9ad33 [build] freebsd fixes 11 years ago
Timothy Stack 79c4038128 [log time] add a command to adjust log message times 11 years ago
Timothy Stack 5a7d6dab2c [cleanup] uncrustify 11 years ago
Timothy Stack 5ba3097ee7 [cleanup] move some code around and try to pretty things up a bit 11 years ago
Timothy Stack a4792841da [test] add-test command 11 years ago
Timothy Stack e5d9779cde [session] save bookmarks 11 years ago
Timothy Stack 9304add25b [session] start session support 11 years ago
Timothy Stack 865849f017 [spam] uncrustify pass 11 years ago
Timothy Stack f62b5c271c [release] bump to 0.5.1 11 years ago
tstack b4ec432515 first commit 15 years ago