aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* make base16_encode() fail more obviously when it failsRoger Dingledine2004-07-21
* fix our tls handshake chain cert bugRoger Dingledine2004-07-21
* Log certificate lifetime on failure.Nick Mathewson2004-07-21
* Log number of certs in wrong-length chainsNick Mathewson2004-07-21
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson2004-07-21
* When faking gettimeofday with ftime, do it right.Nick Mathewson2004-07-20
* more useful warning messagesRoger Dingledine2004-07-19
* Resolve all DOCDOCs.Nick Mathewson2004-07-16
* Add generic expand_filename function to handle expanding ~/Nick Mathewson2004-07-15
* add is_local_IP() function to help distinguish which bandwidth "matters"Roger Dingledine2004-07-13
* trivial punctuation tweakRoger Dingledine2004-07-12
* Yes, I did mean "else if".Nick Mathewson2004-07-06
* Fix bug reported by peter palfrader: an empty address is unresolvable, but no...Nick Mathewson2004-07-06
* More digest/nickname fixesNick Mathewson2004-07-02
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* Always use get_data_directory() instead of options.DataDirectory; fix a memor...Nick Mathewson2004-06-30
* Always log version when starting tor.Nick Mathewson2004-06-30
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
* if datadirectory isn't owned by this uid, tell the user he mustRoger Dingledine2004-06-13
* Unbork windows whitespaceNick Mathewson2004-06-05
* Make tor build on win32 again; handle locking for serverNick Mathewson2004-06-05
* define FD_SETSIZE in all cases, not just win32Roger Dingledine2004-06-02
* Stop multiplying logs on sighup.Nick Mathewson2004-06-02
* use sys/param.h if it's thereRoger Dingledine2004-06-01
* put a comment reminding us that we do hashes in software onlyRoger Dingledine2004-06-01
* rik's patch to not complain about freebsd's bugRoger Dingledine2004-05-26
* it looks like parse_log_level() was never taught about WARN?Roger Dingledine2004-05-21
* minor comment patchRoger Dingledine2004-05-21
* Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson2004-05-20
* Allow multiple logfiles at different severity rangesNick Mathewson2004-05-19
* Resolve some XXXsNick Mathewson2004-05-18
* bugfix: our integrity-checking digest was checking only the mostRoger Dingledine2004-05-15
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* doxygen markup for common/*.hRoger Dingledine2004-05-10
* Doxygenate common.Nick Mathewson2004-05-10
* Add doxygen markup for util and buffersNick Mathewson2004-05-07
* Fix bug in stream position adjustmentNick Mathewson2004-05-06
* Use correct aes-ctr implementation in mainline, too.Nick Mathewson2004-05-06
* Add intptr_t and uintptr_t to torint.hNick Mathewson2004-05-05
* Make non-fake tor_poll robust against -1 fdsNick Mathewson2004-05-05
* Fix mac compileNick Mathewson2004-05-04
* tor_assert(), not assert()Nick Mathewson2004-05-02
* Fix windows compile.Nick Mathewson2004-05-02
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02
* Assert that we never try to fakepoll on sock -1.Nick Mathewson2004-05-02
* some patches on the patchesRoger Dingledine2004-05-01
* Remove bogus */ so util.c compilesNick Mathewson2004-05-01
* Finish documenting the functions in commonNick Mathewson2004-05-01
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01