aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.•••svn:r4378 Nick Mathewson2005-06-09
* when a dirserver gets a mismatched fingerprint, log the expected•••fp and the received fp svn:r4372 Roger Dingledine2005-06-09
* pay more attention to the ClientOnly config option•••svn:r4367 Roger Dingledine2005-06-09
* fix another underflow in keeping stats•••these size_ts are subtle buggers svn:r4364 Roger Dingledine2005-06-09
* Fix an underflow in buffer use conting.•••svn:r4360 Nick Mathewson2005-06-08
* clean up the log warn a bit•••svn:r4357 Roger Dingledine2005-06-08
* Fix warning about unused function when compiling with ancient libevent•••svn:r4355 Nick Mathewson2005-06-08
* absolutely refuse to let people pick internal IP addresses if•••they're using the default dirservers. we're getting a big pile of a dozen or so servers that have picked private IP addresses despite the warning (presumably they don't even know they have logs) svn:r4354 Roger Dingledine2005-06-08
* Reset buf->highwater every time buf_shrink is called, not just on suffessful ...•••svn:r4353 Nick Mathewson2005-06-08
* don't upload your descriptor if rebuilding it failed•••svn:r4352 Roger Dingledine2005-06-08
* Some play code to throw away old buffers sometimes rather•••than constantly reallocing them; just in case this is our memory problem. It looks for now like it isn't, so disabled. svn:r4349 Roger Dingledine2005-06-08
* dump periodic memory usage stats•••svn:r4348 Roger Dingledine2005-06-08
* Fix syntax error.•••svn:r4346 Nick Mathewson2005-06-08
* add patch for 143 and code to check for known-bad/slow libevent versions. Ne...•••svn:r4344 Nick Mathewson2005-06-08
* reenable the part of the code that tries to flush as soon as an OR outbuf•••has a full tls record available. perhaps this will make OR outbufs not grow as huge except in rare cases, thus saving lots of cpu time plus memory. svn:r4343 Roger Dingledine2005-06-08
* when you send a USR2 signal, the log message now tells you to send•••a HUP signal if you want to change back to old log levels. svn:r4332 Roger Dingledine2005-06-07
* Fix for 152: reject malformed .onion addresses rather then passing them on•••svn:r4329 Nick Mathewson2005-06-07
* Use correct errno from libevent on win32•••svn:r4327 Nick Mathewson2005-06-07
* Fix win32 compilation: backport candidate•••svn:r4320 Nick Mathewson2005-06-06
* When RNG seeding fails, die. Backport candidate•••svn:r4319 Nick Mathewson2005-06-06
* Instrument buffers.c and rephist.c memory usage•••svn:r4317 Nick Mathewson2005-06-06
* Fix buffer overlow when checking hashed passwords•••svn:r4308 Nick Mathewson2005-06-05
* Add unit test for openpgp s2k•••svn:r4306 Nick Mathewson2005-06-04
* clean up a few more log entries•••svn:r4304 Roger Dingledine2005-05-27
* downgrade the 'caught sigpipe' notice.•••we're going to pretend like all of these are fine. svn:r4301 Roger Dingledine2005-05-25
* make lucky's weird libevent poll einprogress bug just warn, not kill tor.•••svn:r4300 Roger Dingledine2005-05-24
* Fix not-freed-on-exit event•••svn:r4298 Nick Mathewson2005-05-24
* Bugfix: we were checking to see if you want to send a keepalive, based•••on five minutes since last successful write. But if you have bytes queued already, and they're not getting through, we were adding a new keepalive every second. This was bad. svn:r4296 Roger Dingledine2005-05-23
* i screwed up the dirport reachability testing when we don't yet•••have a cached version of the directory. hopefully now fixed. svn:r4284 Roger Dingledine2005-05-23
* Always disable kqueue on OSX. It seems linked to kernel panics•••svn:r4282 Nick Mathewson2005-05-23
* Make hashed controller password encoding use hex not base64; this makes it po...•••svn:r4279 Nick Mathewson2005-05-23
* If a socks connection ends because read fails, don't warn that you're•••not sending a socks reply back. (bug reported by Warren Barrow) svn:r4277 Roger Dingledine2005-05-21
* we were leaking 616 bytes every time somebody established us as•••an intro point for their hidden service. svn:r4276 Roger Dingledine2005-05-20
* a note for nick about other memory not freed at exit•••svn:r4275 Roger Dingledine2005-05-20
* add HttpProxyAuthenticator config option too•••svn:r4272 Roger Dingledine2005-05-20
* fix the assumption that uninitialized variables are 0•••clean up router_load_single_router() more svn:r4266 Roger Dingledine2005-05-18
* fix seg faults when router_load_single_router fails•••svn:r4265 Roger Dingledine2005-05-18
* Handle relay cells with rh.length too large.•••svn:r4264 Nick Mathewson2005-05-17
* allow the middle hop of the testing circuit to be running•••any version, now that most of them have the bugfix to let them connect to unknown servers. svn:r4263 Roger Dingledine2005-05-17
* doxygeny goodness from tyranix•••svn:r4262 Roger Dingledine2005-05-17
* fix a comment that tyranix noticed•••svn:r4239 Roger Dingledine2005-05-17
* free some memory that is still reachable on exit•••svn:r4234 Roger Dingledine2005-05-16
* Normalize whitespace•••svn:r4233 Nick Mathewson2005-05-16
* clean up some log entries•••svn:r4228 Roger Dingledine2005-05-15
* Add an explanatory comment•••svn:r4222 Nick Mathewson2005-05-15
* fix a case error in suppressing a bogus libevent warning.•••nick, was this lower-case for a reason? have both cases appeared? or was this just a typo. svn:r4206 Roger Dingledine2005-05-14
* if router_resolve fails on the descriptor the controller•••gives us, we shouldn't leave the routerinfo in the list. svn:r4205 Roger Dingledine2005-05-14
* move the periodic buffer shrinking interval from 3 mins to 1 min•••svn:r4204 Roger Dingledine2005-05-14
* Append default exit policy before checking for implicit internal addresses: f...•••svn:r4201 Nick Mathewson2005-05-14