Commit Graph

6 Commits (72e3a4d8dff1a7c0afedc0944396625953a3adae)

Author SHA1 Message Date
Timothy Stack 9ff2d3774d [line_buffer] split long lines
Fixes #81
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 f62b5c271c [release] bump to 0.5.1 11 years ago
Tim Stack 7d0e6583df Add 'C' hotkey for clearing the user-selected bookmarks 12 years ago
Tim Stack 44e8abc593 Some more sequence matching stuff. 13 years ago
Tim Stack e3d2d41aba a start at doing sequence matching 13 years ago