1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-26 21:19:54 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
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.
2014-02-03 22:36:33 -08:00
Timothy Stack
33584ed9f8 [docs] minor tweaks and version bump 2013-09-10 09:42:30 -07:00
Tim Stack
2101a6c19b Some more minor tweaks before release 2011-07-20 20:16:47 -07:00
Tim Stack
f8a3e5fd02 Update the url for the home page 2011-06-11 13:23:16 -07:00
Timothy Stack
f0f221d1ed Fix lnav URL 2010-02-23 21:06:09 -08:00
Timothy Stack
88889954b8 Fix a bunch of bugs. Add horizontal search support. 2010-02-23 20:35:52 -08:00