aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-05-23i screwed up the dirport reachability testing when we don't yetRoger Dingledine
2005-05-23Always disable kqueue on OSX. It seems linked to kernel panicsNick Mathewson
2005-05-23test out commit mails againRoger Dingledine
2005-05-23put a tor version at the top of the torrc.sample fileRoger Dingledine
2005-05-23Make hashed controller password encoding use hex not base64; this makes it po...Nick Mathewson
2005-05-21If a socks connection ends because read fails, don't warn that you'reRoger Dingledine
2005-05-20we were leaking 616 bytes every time somebody established us asRoger Dingledine
2005-05-20a note for nick about other memory not freed at exitRoger Dingledine
2005-05-20add HttpProxyAuthenticator config option tooRoger Dingledine
2005-05-18bump to 0.1.0.7-rc-cvsRoger Dingledine
2005-05-18fix the assumption that uninitialized variables are 0Roger Dingledine
2005-05-18fix seg faults when router_load_single_router failsRoger Dingledine
2005-05-17Handle relay cells with rh.length too large.Nick Mathewson
2005-05-17allow the middle hop of the testing circuit to be runningRoger Dingledine