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