Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | New upstream version: 0.0.9.1 | Peter Palfrader | 2004-12-16 |
| | | | | svn:r3153 | ||
* | Clarify confusing message | Nick Mathewson | 2004-12-16 |
| | | | | svn:r3151 | ||
* | move us to 0.0.9.1 | Roger Dingledine | 2004-12-15 |
| | | | | svn:r3150 | ||
* | clean the obsolete faq up some more. | Roger Dingledine | 2004-12-14 |
| | | | | svn:r3149 | ||
* | bugfix: when we're reporting event circuit status, don't call it a stream. | Roger Dingledine | 2004-12-14 |
| | | | | | | | while we're at it, include ":port" in the stream event string. svn:r3148 | ||
* | 0.0.9 broke hibernation. darn it. | Roger Dingledine | 2004-12-13 |
| | | | | svn:r3147 | ||
* | Note windows __FILE__ nuisance in TODO. | Nick Mathewson | 2004-12-13 |
| | | | | svn:r3146 | ||
* | Remove bugfixes that did not actually do anything, before we start a cargo cult. | Nick Mathewson | 2004-12-13 |
| | | | | svn:r3145 | ||
* | Note that length checking on base64_decode is kinda conservative | Nick Mathewson | 2004-12-13 |
| | | | | svn:r3144 | ||
* | Fix a bug in parsing HashedControlPassword. | Nick Mathewson | 2004-12-13 |
| | | | | svn:r3143 | ||
* | clarify a log entry | Roger Dingledine | 2004-12-13 |
| | | | | svn:r3142 | ||
* | note a future thing we should do | Roger Dingledine | 2004-12-13 |
| | | | | svn:r3141 | ||
* | move us to 0.0.9 | Roger Dingledine | 2004-12-13 |
| | | | | svn:r3139 | ||
* | clean up logging, | Roger Dingledine | 2004-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 Mathewson | 2004-12-13 |
| | | | | svn:r3137 | ||
* | separate server instructions into mandatory and optional lists | Roger Dingledine | 2004-12-12 |
| | | | | svn:r3136 | ||
* | mark top of faq as obsolete, and point to real faq url | Roger Dingledine | 2004-12-12 |
| | | | | svn:r3135 | ||
* | update the 'how to configure a server' section. | Roger Dingledine | 2004-12-12 |
| | | | | svn:r3134 | ||
* | when hibernating, don't advertise any ports | Roger Dingledine | 2004-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 clearly | Roger Dingledine | 2004-12-11 |
| | | | | svn:r3132 | ||
* | make a changelog for 0.0.9 | Roger Dingledine | 2004-12-11 |
| | | | | svn:r3131 | ||
* | clean up ExitPolicy documentation | Roger Dingledine | 2004-12-11 |
| | | | | svn:r3130 | ||
* | fix header text of torrc.sample | Roger Dingledine | 2004-12-10 |
| | | | | svn:r3129 | ||
* | And 0.0.9rc7 | Peter Palfrader | 2004-12-08 |
| | | | | svn:r3127 | ||
* | Commit changelog and rules for my almost 0.0.9rc6 | Peter Palfrader | 2004-12-08 |
| | | | | svn:r3125 | ||
* | make the 64 bit args print correctly on 64 bit archs | Roger Dingledine | 2004-12-08 |
| | | | | svn:r3123 | ||
* | Belt *or* suspenders will be sufficient when casting things to unsigned char. | Nick Mathewson | 2004-12-08 |
| | | | | svn:r3122 | ||
* | bump to 0.0.9rc7 | Roger Dingledine | 2004-12-08 |
| | | | | svn:r3121 | ||
* | Solaris CC freaks out if isspace and friends get anything other than an int. ↵ | Nick Mathewson | 2004-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 rc7 | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3119 | ||
* | Log contents of bw_accounting when we read it; fix memory leak. | Nick Mathewson | 2004-12-07 |
| | | | | svn:r3118 | ||
* | resolve tequila's crash bug: you can't free something | Roger Dingledine | 2004-12-07 |
| | | | | | | | and then keep using it. svn:r3117 | ||
* | rearrange debug logs to make more sense | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3116 | ||
* | clean two more minor memory leaks | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3115 | ||
* | Only set a cookie when we intend to. | Nick Mathewson | 2004-12-07 |
| | | | | svn:r3114 | ||
* | fix a minor leak for people offering hidden services | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3113 | ||
* | log bytes written with kill -USR1 too | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3112 | ||
* | fix the other half of the pipe race | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3111 | ||
* | fix comment | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3110 | ||
* | avoid a sigpipe from a race: if we get the end right after | Roger Dingledine | 2004-12-07 |
| | | | | | | | the app has hung up on us, we shouldn't hold-open-until-flush. svn:r3109 | ||
* | I'm a bad person. | Roger Dingledine | 2004-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 Dingledine | 2004-12-07 |
| | | | | svn:r3107 | ||
* | salvage another 300 bytes per hup | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3106 | ||
* | and bust another memory leak | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3105 | ||
* | plug another memory leak | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3104 | ||
* | Fix some memory leaks and unlikely segfaults | Nick Mathewson | 2004-12-07 |
| | | | | svn:r3103 | ||
* | bump us to 0.0.9rc7-cvs | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3102 | ||
* | note an improvement on our uname we might want to make one day | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3101 | ||
* | ORPort must be defined if ORBindAddress is defined. | Roger Dingledine | 2004-12-07 |
| | | | | svn:r3100 | ||
* | Fix leakable rsa key | Nick Mathewson | 2004-12-07 |
| | | | | svn:r3099 |