summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2004-06-01use sys/param.h if it's thereRoger Dingledine
2004-06-01put a comment reminding us that we do hashes in software onlyRoger Dingledine
2004-05-26rik's patch to not complain about freebsd's bugRoger Dingledine
2004-05-21it looks like parse_log_level() was never taught about WARN?Roger Dingledine
2004-05-21minor comment patchRoger Dingledine
2004-05-20Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson
2004-05-19Allow multiple logfiles at different severity rangesNick Mathewson
2004-05-18Resolve some XXXsNick Mathewson
2004-05-15bugfix: our integrity-checking digest was checking only the mostRoger Dingledine
2004-05-12Not every RSA decrypt should warn on failure.Nick Mathewson
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
2004-05-10doxygen markup for common/*.hRoger Dingledine
2004-05-10Doxygenate common.Nick Mathewson
2004-05-07Add doxygen markup for util and buffersNick Mathewson
2004-05-06Fix bug in stream position adjustmentNick Mathewson
2004-05-06Use correct aes-ctr implementation in mainline, too.Nick Mathewson
2004-05-05Add intptr_t and uintptr_t to torint.hNick Mathewson
2004-05-05Make non-fake tor_poll robust against -1 fdsNick Mathewson