summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-12-16Clarify confusing messagetor-0.0.9.1Nick Mathewson
svn:r3151
2004-12-15move us to 0.0.9.1Roger Dingledine
svn:r3150
2004-12-14bugfix: 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-130.0.9 broke hibernation. darn it.Roger Dingledine
svn:r3147
2004-12-13Remove bugfixes that did not actually do anything, before we start a cargo cult.Nick Mathewson
svn:r3145
2004-12-13Note that length checking on base64_decode is kinda conservativeNick Mathewson
svn:r3144
2004-12-13Fix a bug in parsing HashedControlPassword.Nick Mathewson
svn:r3143
2004-12-13clarify a log entryRoger Dingledine
svn:r3142
2004-12-13note a future thing we should doRoger Dingledine
svn:r3141
2004-12-13move us to 0.0.9tor-0.0.9Roger Dingledine
svn:r3139
2004-12-13clean 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-13Only launch dns workers when we are actually starting a server.Nick Mathewson
svn:r3137
2004-12-11when hibernating, don't advertise any portsRoger 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-10fix header text of torrc.sampleRoger Dingledine
svn:r3129
2004-12-08make the 64 bit args print correctly on 64 bit archstor-0.0.9rc7Roger Dingledine
svn:r3123
2004-12-08Belt *or* suspenders will be sufficient when casting things to unsigned char.Nick Mathewson
svn:r3122
2004-12-08bump to 0.0.9rc7Roger Dingledine
svn:r3121
2004-12-08Solaris 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-07Log contents of bw_accounting when we read it; fix memory leak.Nick Mathewson
svn:r3118
2004-12-07resolve tequila's crash bug: you can't free somethingRoger Dingledine
and then keep using it. svn:r3117
2004-12-07rearrange debug logs to make more senseRoger Dingledine
svn:r3116
2004-12-07clean two more minor memory leaksRoger Dingledine
svn:r3115
2004-12-07Only set a cookie when we intend to.Nick Mathewson
svn:r3114
2004-12-07fix a minor leak for people offering hidden servicesRoger Dingledine
svn:r3113
2004-12-07log bytes written with kill -USR1 tooRoger Dingledine
svn:r3112
2004-12-07fix the other half of the pipe raceRoger Dingledine
svn:r3111
2004-12-07fix commentRoger Dingledine
svn:r3110
2004-12-07avoid a sigpipe from a race: if we get the end right afterRoger Dingledine
the app has hung up on us, we shouldn't hold-open-until-flush. svn:r3109
2004-12-07I'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-07were we on crack??Roger Dingledine
svn:r3107
2004-12-07salvage another 300 bytes per hupRoger Dingledine
svn:r3106
2004-12-07and bust another memory leakRoger Dingledine
svn:r3105
2004-12-07plug another memory leakRoger Dingledine
svn:r3104
2004-12-07Fix some memory leaks and unlikely segfaultsNick Mathewson
svn:r3103
2004-12-07bump us to 0.0.9rc7-cvsRoger Dingledine
svn:r3102
2004-12-07note an improvement on our uname we might want to make one dayRoger Dingledine
svn:r3101
2004-12-07ORPort must be defined if ORBindAddress is defined.Roger Dingledine
svn:r3100
2004-12-07Fix leakable rsa keyNick Mathewson
svn:r3099
2004-12-07clean up docs a bit for default log lines.Roger Dingledine
svn:r3098
2004-12-07when recommending new-format log lines, if the upper bound is LOG_ERR,Roger Dingledine
leave it implicit. svn:r3097
2004-12-07Renormalize whitespaceNick Mathewson
svn:r3095
2004-12-07Make unit tests work on win32Nick Mathewson
svn:r3094
2004-12-06More win32 fixes: 1) tolerate extra "readable" events better. 2) when being ↵Nick Mathewson
multithreaded, leave parent fdarray open. svn:r3092
2004-12-06Fix parse_iso_time on platforms without strptime.Nick Mathewson
svn:r3091
2004-12-06bump us to 0.0.9rc6tor-0.0.9rc6Roger Dingledine
svn:r3089
2004-12-06answer resolved ip in network orderRoger Dingledine
svn:r3087
2004-12-06avoid using uninitialized variableRoger Dingledine
svn:r3086
2004-12-06don't use cache for resolving .foo.exit names, but do reply immediatelyRoger Dingledine
if we're asked to resolve an IP.foo.exit. svn:r3085
2004-12-06fix indentingRoger Dingledine
svn:r3084
2004-12-05send an end to the streams we close when we hibernate, ratherRoger Dingledine
than just chopping them off svn:r3083