| Commit message (Expand) | Author | Age |
* | 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 Dingledine | 2005-06-07 |
* | Fix for 152: reject malformed .onion addresses rather then passing them on•••svn:r4329
| Nick Mathewson | 2005-06-07 |
* | Use correct errno from libevent on win32•••svn:r4327
| Nick Mathewson | 2005-06-07 |
* | Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostname•••svn:r4326
| Nick Mathewson | 2005-06-07 |
* | bump cvs to 0.1.1.0-alpha-cvs•••svn:r4323
| Roger Dingledine | 2005-06-06 |
* | Fix win32 compilation: backport candidate•••svn:r4320
| Nick Mathewson | 2005-06-06 |
* | When RNG seeding fails, die. Backport candidate•••svn:r4319
| Nick Mathewson | 2005-06-06 |
* | Possible bugfix for 151: backport candidate.•••svn:r4318
| Nick Mathewson | 2005-06-06 |
* | Instrument buffers.c and rephist.c memory usage•••svn:r4317
| Nick Mathewson | 2005-06-06 |
* | correct some instructions in the sample torrc•••svn:r4314
| Roger Dingledine | 2005-06-06 |
* | Fix buffer overlow when checking hashed passwords•••svn:r4308
| Nick Mathewson | 2005-06-05 |
* | Add unit test for openpgp s2k•••svn:r4306
| Nick Mathewson | 2005-06-04 |
* | clean up a few more log entries•••svn:r4304
| Roger Dingledine | 2005-05-27 |
* | downgrade the 'caught sigpipe' notice.•••we're going to pretend like all of these are fine.
svn:r4301
| Roger Dingledine | 2005-05-25 |
* | make lucky's weird libevent poll einprogress bug just warn, not kill tor.•••svn:r4300
| Roger Dingledine | 2005-05-24 |
* | Fix not-freed-on-exit event•••svn:r4298
| Nick Mathewson | 2005-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 Dingledine | 2005-05-23 |
* | bump to 0.1.0.8-rc•••svn:r4286
| Roger Dingledine | 2005-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 Dingledine | 2005-05-23 |
* | Always disable kqueue on OSX. It seems linked to kernel panics•••svn:r4282
| Nick Mathewson | 2005-05-23 |
* | test out commit mails again•••svn:r4281
| Roger Dingledine | 2005-05-23 |
* | put a tor version at the top of the torrc.sample file•••svn:r4280
| Roger Dingledine | 2005-05-23 |
* | Make hashed controller password encoding use hex not base64; this makes it po...•••svn:r4279
| Nick Mathewson | 2005-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 Dingledine | 2005-05-21 |
* | we were leaking 616 bytes every time somebody established us as•••an intro point for their hidden service.
svn:r4276
| Roger Dingledine | 2005-05-20 |
* | a note for nick about other memory not freed at exit•••svn:r4275
| Roger Dingledine | 2005-05-20 |
* | add HttpProxyAuthenticator config option too•••svn:r4272
| Roger Dingledine | 2005-05-20 |
* | bump to 0.1.0.7-rc-cvs•••svn:r4267
| Roger Dingledine | 2005-05-18 |
* | fix the assumption that uninitialized variables are 0•••clean up router_load_single_router() more
svn:r4266
| Roger Dingledine | 2005-05-18 |
* | fix seg faults when router_load_single_router fails•••svn:r4265
| Roger Dingledine | 2005-05-18 |
* | Handle relay cells with rh.length too large.•••svn:r4264
| Nick Mathewson | 2005-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 Dingledine | 2005-05-17 |
* | doxygeny goodness from tyranix•••svn:r4262
| Roger Dingledine | 2005-05-17 |
* | bump to 0.1.0.7-rc•••svn:r4255
| Roger Dingledine | 2005-05-17 |
* | fix a comment that tyranix noticed•••svn:r4239
| Roger Dingledine | 2005-05-17 |
* | free some memory that is still reachable on exit•••svn:r4234
| Roger Dingledine | 2005-05-16 |
* | Normalize whitespace•••svn:r4233
| Nick Mathewson | 2005-05-16 |
* | bump cvs to 0.1.0.6-rc-cvs•••svn:r4231
| Roger Dingledine | 2005-05-15 |
* | clean up some log entries•••svn:r4228
| Roger Dingledine | 2005-05-15 |
* | fix url in comment in torrc•••svn:r4225
| Roger Dingledine | 2005-05-15 |
* | Add an explanatory comment•••svn:r4222
| Nick Mathewson | 2005-05-15 |
* | bump to 0.1.0.6-rc•••svn:r4217
| Roger Dingledine | 2005-05-15 |
* | Add ENABLE_THREADS macro to windows orconfig.h•••svn:r4212
| Nick Mathewson | 2005-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 Dingledine | 2005-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 Dingledine | 2005-05-14 |
* | move the periodic buffer shrinking interval from 3 mins to 1 min•••svn:r4204
| Roger Dingledine | 2005-05-14 |
* | Append default exit policy before checking for implicit internal addresses: f...•••svn:r4201
| Nick Mathewson | 2005-05-14 |
* | Fix a segfault•••svn:r4191
| Nick Mathewson | 2005-05-11 |
* | Patch for task 133•••svn:r4189
| Nick Mathewson | 2005-05-10 |
* | Apply patch from Geoff for bug 132. Clean it up a little to fix a memory lea...•••svn:r4188
| Nick Mathewson | 2005-05-10 |