aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson2005-06-30
* Fix an fd leak in start_daemonNick Mathewson2005-06-30
* Fix libc compilationNick Mathewson2005-06-27
* Compile on win32Nick Mathewson2005-06-27
* note a bug in our tor_socketpair implementationRoger Dingledine2005-06-26
* Appease the hungry God of GCC: it hates K&R style unspecified args!Nick Mathewson2005-06-21
* Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson2005-06-20
* fix typoRoger Dingledine2005-06-18
* Add a tor_memmem functionNick Mathewson2005-06-18
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* a bit more cleanupRoger Dingledine2005-06-12
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* Remove extraneous newlines from libevent log messages. Backport candidate?Nick Mathewson2005-06-08
* Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostnameNick Mathewson2005-06-07
* Possible bugfix for 151: backport candidate.Nick Mathewson2005-06-06
* Implement --disable-threadsNick Mathewson2005-05-10
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* fix a commentRoger Dingledine2005-05-02
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* Apparently, ASN1 failures are not treated as SSL connection errors, but are j...Nick Mathewson2005-04-23
* LOG_ERR is for when you're planning to die.Roger Dingledine2005-04-23
* Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...Nick Mathewson2005-04-23
* Make libevent_logging_callback static.Nick Mathewson2005-04-08
* Stop putting nodename in the Platform string of server descriptors.Roger Dingledine2005-04-06
* bugfix: chdir to your datadirectory at the *end* of theRoger Dingledine2005-04-06
* Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson2005-04-05
* I hear the smart kinds compile before committing. Then they never miss parensNick Mathewson2005-04-03
* Make smartlist_string_remove consistent with smartlist_stringNick Mathewson2005-04-03
* Add useful smartlist_string_remove function.Nick Mathewson2005-04-03
* Fix unterminated commentNick Mathewson2005-04-03
* update copyright notices.Nick Mathewson2005-04-01
* fix typo in earlier libevent mmessage suppress patchNick Mathewson2005-04-01
* Add code to suppress spurious libevent log msgs; use it to resolve bug 68.Nick Mathewson2005-04-01
* Use recent libevent features when possibleNick Mathewson2005-04-01
* Try to make crash-on-shutdown bug harder to trigger.Nick Mathewson2005-04-01
* add a tor_tls_is_server method to remember if conn->tlsRoger Dingledine2005-03-31
* remember some thoughts about using WSAStartup to learnRoger Dingledine2005-03-28
* Fix a few more instances of memory not freed on exit (found by weasel).Nick Mathewson2005-03-23
* bugfix: make smartlist_join_strings2 actually use the separator/terminatorRoger Dingledine2005-03-22
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Fix a fun windows bug: apparently windows stat wants paths not to end with sl...Nick Mathewson2005-03-16
* Fix some more obscure compiler warningsNick Mathewson2005-03-14
* Renormalize whitespaceNick Mathewson2005-03-14
* Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson2005-03-03
* Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson2005-02-28
* Fix strmap_free to release memory actually held by the strmap.Nick Mathewson2005-02-28
* give a better warning when tor points at an https server.Nick Mathewson2005-02-28