Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | when you send a USR2 signal, the log message now tells you to send | Roger Dingledine | 2005-06-07 |
| | | | | | | | a HUP signal if you want to change back to old log levels. svn:r4332 | ||
* | Fix for 152: reject malformed .onion addresses rather then passing them on | Nick Mathewson | 2005-06-07 |
| | | | | svn:r4329 | ||
* | Use correct errno from libevent on win32 | Nick Mathewson | 2005-06-07 |
| | | | | svn:r4327 | ||
* | Fix win32 compilation: backport candidate | Nick Mathewson | 2005-06-06 |
| | | | | svn:r4320 | ||
* | When RNG seeding fails, die. Backport candidate | Nick Mathewson | 2005-06-06 |
| | | | | svn:r4319 | ||
* | Instrument buffers.c and rephist.c memory usage | Nick Mathewson | 2005-06-06 |
| | | | | svn:r4317 | ||
* | Fix buffer overlow when checking hashed passwords | Nick Mathewson | 2005-06-05 |
| | | | | svn:r4308 | ||
* | Add unit test for openpgp s2k | Nick Mathewson | 2005-06-04 |
| | | | | svn:r4306 | ||
* | clean up a few more log entries | Roger Dingledine | 2005-05-27 |
| | | | | svn:r4304 | ||
* | downgrade the 'caught sigpipe' notice. | Roger Dingledine | 2005-05-25 |
| | | | | | | | we're going to pretend like all of these are fine. svn:r4301 | ||
* | make lucky's weird libevent poll einprogress bug just warn, not kill tor. | Roger Dingledine | 2005-05-24 |
| | | | | svn:r4300 | ||
* | Fix not-freed-on-exit event | Nick Mathewson | 2005-05-24 |
| | | | | svn:r4298 | ||
* | Bugfix: we were checking to see if you want to send a keepalive, based | Roger Dingledine | 2005-05-23 |
| | | | | | | | | | 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 | ||
* | i screwed up the dirport reachability testing when we don't yet | Roger Dingledine | 2005-05-23 |
| | | | | | | | have a cached version of the directory. hopefully now fixed. svn:r4284 | ||
* | Always disable kqueue on OSX. It seems linked to kernel panics | Nick Mathewson | 2005-05-23 |
| | | | | svn:r4282 | ||
* | Make hashed controller password encoding use hex not base64; this makes it ↵ | Nick Mathewson | 2005-05-23 |
| | | | | | | possible to write a controller without base64 svn:r4279 | ||
* | If a socks connection ends because read fails, don't warn that you're | Roger Dingledine | 2005-05-21 |
| | | | | | | | not sending a socks reply back. (bug reported by Warren Barrow) svn:r4277 | ||
* | we were leaking 616 bytes every time somebody established us as | Roger Dingledine | 2005-05-20 |
| | | | | | | | an intro point for their hidden service. svn:r4276 | ||
* | a note for nick about other memory not freed at exit | Roger Dingledine | 2005-05-20 |
| | | | | svn:r4275 | ||
* | add HttpProxyAuthenticator config option too | Roger Dingledine | 2005-05-20 |
| | | | | svn:r4272 | ||
* | fix the assumption that uninitialized variables are 0 | Roger Dingledine | 2005-05-18 |
| | | | | | | | clean up router_load_single_router() more svn:r4266 | ||
* | fix seg faults when router_load_single_router fails | Roger Dingledine | 2005-05-18 |
| | | | | svn:r4265 | ||
* | Handle relay cells with rh.length too large. | Nick Mathewson | 2005-05-17 |
| | | | | svn:r4264 | ||
* | allow the middle hop of the testing circuit to be running | Roger Dingledine | 2005-05-17 |
| | | | | | | | | any version, now that most of them have the bugfix to let them connect to unknown servers. svn:r4263 | ||
* | doxygeny goodness from tyranix | Roger Dingledine | 2005-05-17 |
| | | | | svn:r4262 | ||
* | fix a comment that tyranix noticed | Roger Dingledine | 2005-05-17 |
| | | | | svn:r4239 | ||
* | free some memory that is still reachable on exit | Roger Dingledine | 2005-05-16 |
| | | | | svn:r4234 | ||
* | Normalize whitespace | Nick Mathewson | 2005-05-16 |
| | | | | svn:r4233 | ||
* | clean up some log entries | Roger Dingledine | 2005-05-15 |
| | | | | svn:r4228 | ||
* | Add an explanatory comment | Nick Mathewson | 2005-05-15 |
| | | | | svn:r4222 | ||
* | fix a case error in suppressing a bogus libevent warning. | Roger Dingledine | 2005-05-14 |
| | | | | | | | | nick, was this lower-case for a reason? have both cases appeared? or was this just a typo. svn:r4206 | ||
* | if router_resolve fails on the descriptor the controller | Roger Dingledine | 2005-05-14 |
| | | | | | | | gives us, we shouldn't leave the routerinfo in the list. svn:r4205 | ||
* | move the periodic buffer shrinking interval from 3 mins to 1 min | Roger Dingledine | 2005-05-14 |
| | | | | svn:r4204 | ||
* | Append default exit policy before checking for implicit internal addresses: ↵ | Nick Mathewson | 2005-05-14 |
| | | | | | | fix bug 129. svn:r4201 | ||
* | Fix a segfault | Nick Mathewson | 2005-05-11 |
| | | | | svn:r4191 | ||
* | Patch for task 133 | Nick Mathewson | 2005-05-10 |
| | | | | svn:r4189 | ||
* | Apply patch from Geoff for bug 132. Clean it up a little to fix a memory ↵ | Nick Mathewson | 2005-05-10 |
| | | | | | | leak and to avoid unnecessary parse/unparse code. svn:r4188 | ||
* | Patch from goodell for task 131: Do not die on internal address if we are ↵ | Nick Mathewson | 2005-05-09 |
| | | | | | | not publishing. svn:r4186 | ||
* | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | 2005-05-07 |
| | | | | svn:r4184 | ||
* | Functions work better when you call them. Resolve a bug which would prevent ↵ | Nick Mathewson | 2005-05-07 |
| | | | | | | unreachable dirports from getting suppressed. svn:r4183 | ||
* | Implement --verify-config command-line option to fix bug 69. | Nick Mathewson | 2005-05-07 |
| | | | | svn:r4182 | ||
* | fix massive memory leak | Roger Dingledine | 2005-05-06 |
| | | | | | | | (50 megabytes over a couple of days, on the dirservers) svn:r4181 | ||
* | log buffer sizes on kill -usr1 too. | Roger Dingledine | 2005-05-06 |
| | | | | svn:r4180 | ||
* | whine at you if you're a server and you don't set your contactinfo | Roger Dingledine | 2005-05-04 |
| | | | | svn:r4178 | ||
* | fix compile error if you're not multithreaded | Roger Dingledine | 2005-05-03 |
| | | | | svn:r4177 | ||
* | remove archaic debugging aid that was probably unsafe | Roger Dingledine | 2005-05-03 |
| | | | | svn:r4176 | ||
* | cleanup now that 0.0.9pre1 is obsolete | Roger Dingledine | 2005-05-03 |
| | | | | svn:r4175 | ||
* | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine | 2005-05-03 |
| | | | | | | | also generally clean up log messages. svn:r4174 | ||
* | Call tor_free_all instead of connections_free_all after forking | Nick Mathewson | 2005-05-03 |
| | | | | svn:r4173 | ||
* | Change some >=s to >s in buf_resize, so that we do not denormalize buffers ↵ | Nick Mathewson | 2005-05-03 |
| | | | | | | on resize. svn:r4172 |