summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2004-09-02Add basic wrappers for zlib/gzipNick Mathewson
2004-08-25Define LONG_MAX and UINT_MAX when they are missingNick Mathewson
2004-08-25fix a seg fault on solarisRoger Dingledine
2004-08-25make the compile work (and not complain) on sunos 5.9Roger Dingledine
2004-08-24agree with nick: this legal-chars-in-filename stuff gets us nothingRoger Dingledine
2004-08-24As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ...Nick Mathewson
2004-08-19Workaround for oddity in cygwin autoconfNick Mathewson
2004-08-18tweak the [...truncated] string againRoger Dingledine
2004-08-18don't add a spurious newline before [truncated]Roger Dingledine
2004-08-18Functions to test nickname validityNick Mathewson
2004-08-17Move string-splitting into a separate functionNick Mathewson
2004-08-17Add strmap_isemptyNick Mathewson
2004-08-16Convenience function to do a strcmp on each member of a smartlist of stringsNick Mathewson
2004-08-15End truncated log entries with [truncated]Nick Mathewson
2004-08-09Add replace_file to util.[ch] to survive stupidity of windows rename callNick Mathewson
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson
2004-08-07fencepostNick Mathewson
2004-08-07hex_encode is obsoleted by base16_encode, and never actually worked in the fi...Nick Mathewson
2004-08-04Add functions to format and parse RFC1123-style times, for HTTP protocol.Nick Mathewson
2004-08-03Fix all warnings on win32 buildNick Mathewson
2004-08-03It is possible to have struct timeval but not gettimeofday.Nick Mathewson
2004-07-23check return value of fclose while writing to disk, since it mightRoger Dingledine
2004-07-22tell the user what time _they_ are too, when a cert is expiredRoger Dingledine
2004-07-22Fix base16_decode; trashing the stack is rude.Nick Mathewson
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
2004-07-22Make tor_tls_new variant use alternative (certless) contextNick Mathewson
2004-07-21oh, and it should compile tooRoger Dingledine
2004-07-21make base16_encode() fail more obviously when it failsRoger Dingledine
2004-07-21fix our tls handshake chain cert bugRoger Dingledine
2004-07-21Log certificate lifetime on failure.Nick Mathewson
2004-07-21Log number of certs in wrong-length chainsNick Mathewson
2004-07-21Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson
2004-07-20When faking gettimeofday with ftime, do it right.Nick Mathewson
2004-07-19more useful warning messagesRoger Dingledine
2004-07-16Resolve all DOCDOCs.Nick Mathewson
2004-07-15Add generic expand_filename function to handle expanding ~/Nick Mathewson
2004-07-13add is_local_IP() function to help distinguish which bandwidth "matters"Roger Dingledine
2004-07-12trivial punctuation tweakRoger Dingledine
2004-07-06Yes, I did mean "else if".Nick Mathewson
2004-07-06Fix bug reported by peter palfrader: an empty address is unresolvable, but no...Nick Mathewson
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-01Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson
2004-06-30Always use get_data_directory() instead of options.DataDirectory; fix a memor...Nick Mathewson
2004-06-30Always log version when starting tor.Nick Mathewson
2004-06-21Implement several 008pre1 items: needs more testingNick Mathewson
2004-06-13if datadirectory isn't owned by this uid, tell the user he mustRoger Dingledine
2004-06-05Unbork windows whitespaceNick Mathewson
2004-06-05Make tor build on win32 again; handle locking for serverNick Mathewson
2004-06-02define FD_SETSIZE in all cases, not just win32Roger Dingledine
2004-06-02Stop multiplying logs on sighup.Nick Mathewson