summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-06-18Add a tor_memmem functionNick Mathewson
2005-06-17Implement all the easy bits of the new control protocolNick Mathewson
2005-06-17Start implementing framework for revised control spec.Nick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-13compile fix by agl, for code that is always commented outRoger Dingledine
2005-06-13Allow a few EINVALs from libevent before dying. Warn on kqueue with libevent...Nick Mathewson
2005-06-12a bit more cleanupRoger Dingledine
2005-06-11some more cleaning and docingRoger Dingledine
2005-06-11whitespace fixNick Mathewson
2005-06-11fix typo in last patchNick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11move more docs into our codeRoger Dingledine
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09don't tell people you're publishing the server descriptor if you'reRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-06-09forward-port:Roger Dingledine
2005-06-09when a dirserver gets a mismatched fingerprint, log the expectedRoger Dingledine
2005-06-09pay more attention to the ClientOnly config optionRoger Dingledine
2005-06-09fix another underflow in keeping statsRoger Dingledine
2005-06-08Fix an underflow in buffer use conting.Nick Mathewson
2005-06-08clean up the log warn a bitRoger Dingledine
2005-06-08Fix warning about unused function when compiling with ancient libeventNick Mathewson
2005-06-08absolutely refuse to let people pick internal IP addresses ifRoger Dingledine
2005-06-08Reset buf->highwater every time buf_shrink is called, not just on suffessful ...Nick Mathewson
2005-06-08don't upload your descriptor if rebuilding it failedRoger Dingledine
2005-06-08Remove extraneous newlines from libevent log messages. Backport candidate?Nick Mathewson
2005-06-08Some play code to throw away old buffers sometimes ratherRoger Dingledine
2005-06-08dump periodic memory usage statsRoger Dingledine
2005-06-08Fix syntax error.Nick Mathewson
2005-06-08add patch for 143 and code to check for known-bad/slow libevent versions. Ne...Nick Mathewson
2005-06-08reenable the part of the code that tries to flush as soon as an OR outbufRoger Dingledine
2005-06-07when you send a USR2 signal, the log message now tells you to sendRoger Dingledine
2005-06-07Fix for 152: reject malformed .onion addresses rather then passing them onNick Mathewson
2005-06-07Use correct errno from libevent on win32Nick Mathewson
2005-06-07Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostnameNick Mathewson
2005-06-06bump cvs to 0.1.1.0-alpha-cvsRoger Dingledine
2005-06-06Fix win32 compilation: backport candidateNick Mathewson
2005-06-06When RNG seeding fails, die. Backport candidateNick Mathewson
2005-06-06Possible bugfix for 151: backport candidate.Nick Mathewson
2005-06-06Instrument buffers.c and rephist.c memory usageNick Mathewson
2005-06-06correct some instructions in the sample torrcRoger Dingledine
2005-06-05Fix buffer overlow when checking hashed passwordsNick Mathewson
2005-06-04Add unit test for openpgp s2kNick Mathewson
2005-05-27clean up a few more log entriestor-0.1.0.9-rctor-0.1.0.14tor-0.1.0.13tor-0.1.0.12tor-0.1.0.11tor-0.1.0.10Roger Dingledine
2005-05-25downgrade the 'caught sigpipe' notice.Roger Dingledine
2005-05-24make lucky's weird libevent poll einprogress bug just warn, not kill tor.Roger Dingledine
2005-05-24Fix not-freed-on-exit eventNick Mathewson
2005-05-23Bugfix: we were checking to see if you want to send a keepalive, basedRoger Dingledine
2005-05-23bump to 0.1.0.8-rcRoger Dingledine