about summary refs log tree commit homepage
DateCommit message (Collapse)
2011-02-01nodelay.c: update source header with license, too v1.0.0
Just in case people dispute the GPLv2 addition
2011-01-31dual license under LGPLv3 and GPLv2
This allows us to be explicitly compatible with GPLv2-only applications since LGPLv3 may not be compatible with GPLv2.
2011-01-26README: this project has a mailing list, now!
2011-01-26README: update git URLs for bogomips.org
bogomips.org went on a URL diet!
2011-01-26README: update link to use the secure wikipedia site
Better to encourage security+anonymity these days.
2011-01-26line wrap at 80 characters or less
I'll never use a wider terminal :>
2011-01-26localize optval variable in setsockopt()
No need to declare it outside of the if () block
2011-01-26Enforce NODELAY on setsockopt().
2009-06-08Fixup README to use as a homepage v0.0.1
2009-06-07sleep in test to avoid race condition
Yeah, it's janky and non-portable but so is the entire project.
2009-05-29initial commit