aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* New upstream version: 0.0.9.1Peter Palfrader2004-12-16
| | | | svn:r3153
* Clarify confusing messageNick Mathewson2004-12-16
| | | | svn:r3151
* move us to 0.0.9.1Roger Dingledine2004-12-15
| | | | svn:r3150
* clean the obsolete faq up some more.Roger Dingledine2004-12-14
| | | | svn:r3149
* bugfix: when we're reporting event circuit status, don't call it a stream.Roger Dingledine2004-12-14
| | | | | | | while we're at it, include ":port" in the stream event string. svn:r3148
* 0.0.9 broke hibernation. darn it.Roger Dingledine2004-12-13
| | | | svn:r3147
* Note windows __FILE__ nuisance in TODO.Nick Mathewson2004-12-13
| | | | svn:r3146
* Remove bugfixes that did not actually do anything, before we start a cargo cult.Nick Mathewson2004-12-13
| | | | svn:r3145
* Note that length checking on base64_decode is kinda conservativeNick Mathewson2004-12-13
| | | | svn:r3144
* Fix a bug in parsing HashedControlPassword.Nick Mathewson2004-12-13
| | | | svn:r3143
* clarify a log entryRoger Dingledine2004-12-13
| | | | svn:r3142
* note a future thing we should doRoger Dingledine2004-12-13
| | | | svn:r3141
* move us to 0.0.9Roger Dingledine2004-12-13
| | | | svn:r3139
* clean up logging,Roger Dingledine2004-12-13
| | | | | | | | | 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
* Only launch dns workers when we are actually starting a server.Nick Mathewson2004-12-13
| | | | svn:r3137
* separate server instructions into mandatory and optional listsRoger Dingledine2004-12-12
| | | | svn:r3136
* mark top of faq as obsolete, and point to real faq urlRoger Dingledine2004-12-12
| | | | svn:r3135
* update the 'how to configure a server' section.Roger Dingledine2004-12-12
| | | | svn:r3134
* when hibernating, don't advertise any portsRoger Dingledine2004-12-11
| | | | | | | | | 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
* reflect the tor-ops decision process more clearlyRoger Dingledine2004-12-11
| | | | svn:r3132
* make a changelog for 0.0.9Roger Dingledine2004-12-11
| | | | svn:r3131
* clean up ExitPolicy documentationRoger Dingledine2004-12-11
| | | | svn:r3130
* fix header text of torrc.sampleRoger Dingledine2004-12-10
| | | | svn:r3129
* And 0.0.9rc7Peter Palfrader2004-12-08
| | | | svn:r3127
* Commit changelog and rules for my almost 0.0.9rc6Peter Palfrader2004-12-08
| | | | svn:r3125
* make the 64 bit args print correctly on 64 bit archsRoger Dingledine2004-12-08
| | | | svn:r3123
* Belt *or* suspenders will be sufficient when casting things to unsigned char.Nick Mathewson2004-12-08
| | | | svn:r3122
* bump to 0.0.9rc7Roger Dingledine2004-12-08
| | | | svn:r3121
* Solaris CC freaks out if isspace and friends get anything other than an int. ↵Nick Mathewson2004-12-08
| | | | | | 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
* a preliminary changelog for rc7Roger Dingledine2004-12-07
| | | | svn:r3119
* Log contents of bw_accounting when we read it; fix memory leak.Nick Mathewson2004-12-07
| | | | svn:r3118
* resolve tequila's crash bug: you can't free somethingRoger Dingledine2004-12-07
| | | | | | | and then keep using it. svn:r3117
* rearrange debug logs to make more senseRoger Dingledine2004-12-07
| | | | svn:r3116
* clean two more minor memory leaksRoger Dingledine2004-12-07
| | | | svn:r3115
* Only set a cookie when we intend to.Nick Mathewson2004-12-07
| | | | svn:r3114
* fix a minor leak for people offering hidden servicesRoger Dingledine2004-12-07
| | | | svn:r3113
* log bytes written with kill -USR1 tooRoger Dingledine2004-12-07
| | | | svn:r3112
* fix the other half of the pipe raceRoger Dingledine2004-12-07
| | | | svn:r3111
* fix commentRoger Dingledine2004-12-07
| | | | svn:r3110
* avoid a sigpipe from a race: if we get the end right afterRoger Dingledine2004-12-07
| | | | | | | the app has hung up on us, we shouldn't hold-open-until-flush. svn:r3109
* I'm a bad person.Roger Dingledine2004-12-07
| | | | | | | | | 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
* were we on crack??Roger Dingledine2004-12-07
| | | | svn:r3107
* salvage another 300 bytes per hupRoger Dingledine2004-12-07
| | | | svn:r3106
* and bust another memory leakRoger Dingledine2004-12-07
| | | | svn:r3105
* plug another memory leakRoger Dingledine2004-12-07
| | | | svn:r3104
* Fix some memory leaks and unlikely segfaultsNick Mathewson2004-12-07
| | | | svn:r3103
* bump us to 0.0.9rc7-cvsRoger Dingledine2004-12-07
| | | | svn:r3102
* note an improvement on our uname we might want to make one dayRoger Dingledine2004-12-07
| | | | svn:r3101
* ORPort must be defined if ORBindAddress is defined.Roger Dingledine2004-12-07
| | | | svn:r3100
* Fix leakable rsa keyNick Mathewson2004-12-07
| | | | svn:r3099