Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-16 | Clarify confusing messagetor-0.0.9.1 | Nick Mathewson | |
svn:r3151 | |||
2004-12-15 | move us to 0.0.9.1 | Roger Dingledine | |
svn:r3150 | |||
2004-12-14 | bugfix: when we're reporting event circuit status, don't call it a stream. | Roger Dingledine | |
while we're at it, include ":port" in the stream event string. svn:r3148 | |||
2004-12-13 | 0.0.9 broke hibernation. darn it. | Roger Dingledine | |
svn:r3147 | |||
2004-12-13 | Remove bugfixes that did not actually do anything, before we start a cargo cult. | Nick Mathewson | |
svn:r3145 | |||
2004-12-13 | Note that length checking on base64_decode is kinda conservative | Nick Mathewson | |
svn:r3144 | |||
2004-12-13 | Fix a bug in parsing HashedControlPassword. | Nick Mathewson | |
svn:r3143 | |||
2004-12-13 | clarify a log entry | Roger Dingledine | |
svn:r3142 | |||
2004-12-13 | note a future thing we should do | Roger Dingledine | |
svn:r3141 | |||
2004-12-13 | move us to 0.0.9tor-0.0.9 | Roger Dingledine | |
svn:r3139 | |||
2004-12-13 | clean up logging, | Roger Dingledine | |
make it clearer which warns are bugs, make the control log event match its specification, point out a bug in how we deal with failure when renewing the tls context. svn:r3138 | |||
2004-12-13 | Only launch dns workers when we are actually starting a server. | Nick Mathewson | |
svn:r3137 | |||
2004-12-11 | when hibernating, don't advertise any ports | Roger Dingledine | |
this is important for the dirport, because clients will still ask you for a directory, and they'll be sad when you're down. and do the other ports too, because hey, they're not listening. svn:r3133 | |||
2004-12-10 | fix header text of torrc.sample | Roger Dingledine | |
svn:r3129 | |||
2004-12-08 | make the 64 bit args print correctly on 64 bit archstor-0.0.9rc7 | Roger Dingledine | |
svn:r3123 | |||
2004-12-08 | Belt *or* suspenders will be sufficient when casting things to unsigned char. | Nick Mathewson | |
svn:r3122 | |||
2004-12-08 | bump to 0.0.9rc7 | Roger Dingledine | |
svn:r3121 | |||
2004-12-08 | Solaris CC freaks out if isspace and friends get anything other than an int. ↵ | Nick Mathewson | |
We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug svn:r3120 | |||
2004-12-07 | Log contents of bw_accounting when we read it; fix memory leak. | Nick Mathewson | |
svn:r3118 | |||
2004-12-07 | resolve tequila's crash bug: you can't free something | Roger Dingledine | |
and then keep using it. svn:r3117 | |||
2004-12-07 | rearrange debug logs to make more sense | Roger Dingledine | |
svn:r3116 | |||
2004-12-07 | clean two more minor memory leaks | Roger Dingledine | |
svn:r3115 | |||
2004-12-07 | Only set a cookie when we intend to. | Nick Mathewson | |
svn:r3114 | |||
2004-12-07 | fix a minor leak for people offering hidden services | Roger Dingledine | |
svn:r3113 | |||
2004-12-07 | log bytes written with kill -USR1 too | Roger Dingledine | |
svn:r3112 | |||
2004-12-07 | fix the other half of the pipe race | Roger Dingledine | |
svn:r3111 | |||
2004-12-07 | fix comment | Roger Dingledine | |
svn:r3110 | |||
2004-12-07 | avoid a sigpipe from a race: if we get the end right after | Roger Dingledine | |
the app has hung up on us, we shouldn't hold-open-until-flush. svn:r3109 | |||
2004-12-07 | I'm a bad person. | Roger Dingledine | |
Stop treating the uint16_t's as null-terminated strings, and stop looking at the byte after them to see if it's null, because sometimes you're not allowed to look there. svn:r3108 | |||
2004-12-07 | were we on crack?? | Roger Dingledine | |
svn:r3107 | |||
2004-12-07 | salvage another 300 bytes per hup | Roger Dingledine | |
svn:r3106 | |||
2004-12-07 | and bust another memory leak | Roger Dingledine | |
svn:r3105 | |||
2004-12-07 | plug another memory leak | Roger Dingledine | |
svn:r3104 | |||
2004-12-07 | Fix some memory leaks and unlikely segfaults | Nick Mathewson | |
svn:r3103 | |||
2004-12-07 | bump us to 0.0.9rc7-cvs | Roger Dingledine | |
svn:r3102 | |||
2004-12-07 | note an improvement on our uname we might want to make one day | Roger Dingledine | |
svn:r3101 | |||
2004-12-07 | ORPort must be defined if ORBindAddress is defined. | Roger Dingledine | |
svn:r3100 | |||
2004-12-07 | Fix leakable rsa key | Nick Mathewson | |
svn:r3099 | |||
2004-12-07 | clean up docs a bit for default log lines. | Roger Dingledine | |
svn:r3098 | |||
2004-12-07 | when recommending new-format log lines, if the upper bound is LOG_ERR, | Roger Dingledine | |
leave it implicit. svn:r3097 | |||
2004-12-07 | Renormalize whitespace | Nick Mathewson | |
svn:r3095 | |||
2004-12-07 | Make unit tests work on win32 | Nick Mathewson | |
svn:r3094 | |||
2004-12-06 | More win32 fixes: 1) tolerate extra "readable" events better. 2) when being ↵ | Nick Mathewson | |
multithreaded, leave parent fdarray open. svn:r3092 | |||
2004-12-06 | Fix parse_iso_time on platforms without strptime. | Nick Mathewson | |
svn:r3091 | |||
2004-12-06 | bump us to 0.0.9rc6tor-0.0.9rc6 | Roger Dingledine | |
svn:r3089 | |||
2004-12-06 | answer resolved ip in network order | Roger Dingledine | |
svn:r3087 | |||
2004-12-06 | avoid using uninitialized variable | Roger Dingledine | |
svn:r3086 | |||
2004-12-06 | don't use cache for resolving .foo.exit names, but do reply immediately | Roger Dingledine | |
if we're asked to resolve an IP.foo.exit. svn:r3085 | |||
2004-12-06 | fix indenting | Roger Dingledine | |
svn:r3084 | |||
2004-12-05 | send an end to the streams we close when we hibernate, rather | Roger Dingledine | |
than just chopping them off svn:r3083 |