Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make ↵ | Nick Mathewson | |
function definition format uniform. svn:r4411 | |||
2005-06-11 | move more docs into our code | Roger Dingledine | |
svn:r4406 | |||
2005-06-11 | flesh out the source file descriptions for doxygen | Roger Dingledine | |
svn:r4404 | |||
2005-06-09 | don't tell people you're publishing the server descriptor if you're | Roger Dingledine | |
actually not. svn:r4387 | |||
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | |
svn:r4382 | |||
2005-06-09 | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson | |
svn:r4378 | |||
2005-06-09 | forward-port: | Roger Dingledine | |
## If certain IPs and ports are blocked externally, e.g. by your firewall, ## you should update your exit policy to reflect this -- otherwise Tor ## users will be told that those destinations are down. svn:r4376 | |||
2005-06-09 | when a dirserver gets a mismatched fingerprint, log the expected | Roger Dingledine | |
fp and the received fp svn:r4372 | |||
2005-06-09 | pay more attention to the ClientOnly config option | Roger Dingledine | |
svn:r4367 | |||
2005-06-09 | fix another underflow in keeping stats | Roger Dingledine | |
these size_ts are subtle buggers svn:r4364 | |||
2005-06-08 | Fix an underflow in buffer use conting. | Nick Mathewson | |
svn:r4360 | |||
2005-06-08 | clean up the log warn a bit | Roger Dingledine | |
svn:r4357 | |||
2005-06-08 | Fix warning about unused function when compiling with ancient libevent | Nick Mathewson | |
svn:r4355 | |||
2005-06-08 | absolutely refuse to let people pick internal IP addresses if | Roger Dingledine | |
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 | |||
2005-06-08 | Reset buf->highwater every time buf_shrink is called, not just on suffessful ↵ | Nick Mathewson | |
shrink. svn:r4353 | |||
2005-06-08 | don't upload your descriptor if rebuilding it failed | Roger Dingledine | |
svn:r4352 | |||
2005-06-08 | Remove extraneous newlines from libevent log messages. Backport candidate? | Nick Mathewson | |
svn:r4350 | |||
2005-06-08 | Some play code to throw away old buffers sometimes rather | Roger Dingledine | |
than constantly reallocing them; just in case this is our memory problem. It looks for now like it isn't, so disabled. svn:r4349 | |||
2005-06-08 | dump periodic memory usage stats | Roger Dingledine | |
svn:r4348 | |||
2005-06-08 | Fix syntax error. | Nick Mathewson | |
svn:r4346 | |||
2005-06-08 | add patch for 143 and code to check for known-bad/slow libevent versions. ↵ | Nick Mathewson | |
Needs more testing. svn:r4344 | |||
2005-06-08 | reenable the part of the code that tries to flush as soon as an OR outbuf | Roger Dingledine | |
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 | |||
2005-06-07 | when you send a USR2 signal, the log message now tells you to send | Roger Dingledine | |
a HUP signal if you want to change back to old log levels. svn:r4332 | |||
2005-06-07 | Fix for 152: reject malformed .onion addresses rather then passing them on | Nick Mathewson | |
svn:r4329 | |||
2005-06-07 | Use correct errno from libevent on win32 | Nick Mathewson | |
svn:r4327 | |||
2005-06-07 | Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostname | Nick Mathewson | |
svn:r4326 | |||
2005-06-06 | bump cvs to 0.1.1.0-alpha-cvs | Roger Dingledine | |
svn:r4323 | |||
2005-06-06 | Fix win32 compilation: backport candidate | Nick Mathewson | |
svn:r4320 | |||
2005-06-06 | When RNG seeding fails, die. Backport candidate | Nick Mathewson | |
svn:r4319 | |||
2005-06-06 | Possible bugfix for 151: backport candidate. | Nick Mathewson | |
svn:r4318 | |||
2005-06-06 | Instrument buffers.c and rephist.c memory usage | Nick Mathewson | |
svn:r4317 | |||
2005-06-06 | correct some instructions in the sample torrc | Roger Dingledine | |
svn:r4314 | |||
2005-06-05 | Fix buffer overlow when checking hashed passwords | Nick Mathewson | |
svn:r4308 | |||
2005-06-04 | Add unit test for openpgp s2k | Nick Mathewson | |
svn:r4306 | |||
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 |