Commit Graph

3039 Commits

Author SHA1 Message Date
Roger Dingledine 308ffa8a05 When listing circuits that are pending on an opening OR connection,
if we're an OR we were listing circuits that *end* at us as
being pending on every listener, dns/cpu worker, etc. Stop that.


svn:r3171
2004-12-17 23:17:00 +00:00
Roger Dingledine 1a946d0efd remove misleading (and potentially dangerous) statement that clients
are rate-limited more than servers


svn:r3170
2004-12-17 22:32:23 +00:00
Roger Dingledine 26bce698ad specify the control-spec's 'signal' command
svn:r3169
2004-12-17 22:14:58 +00:00
Nick Mathewson 323b3a8dbc Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0.1.0.1-alpha
svn:r3168
2004-12-17 21:17:44 +00:00
Roger Dingledine afec9f2335 simplify install section even more
svn:r3166
tor-0.0.9.10 tor-0.0.9.9 tor-0.0.9.7 tor-0.0.9.6 tor-0.0.9.5 tor-0.0.9.3 tor-0.0.9.2
2004-12-17 08:28:36 +00:00
Roger Dingledine 2ccd8cb9f9 clean server instructions more
svn:r3165
2004-12-17 07:29:14 +00:00
Roger Dingledine 408c56b270 rewrite 'configuring a client' section
svn:r3164
2004-12-17 07:08:53 +00:00
Roger Dingledine 3b6eecf9ea mention that tsocks is only needed if your application also doesn't
support http


svn:r3163
2004-12-17 06:41:42 +00:00
Roger Dingledine 425cb18e07 clean up win32 instructions more
svn:r3162
2004-12-17 06:38:13 +00:00
Roger Dingledine 9697145308 make the win32 install instructions less wrong. they still need
work -- screenshots? who knows.


svn:r3161
2004-12-17 06:30:10 +00:00
Roger Dingledine 4cacb54d40 add even more detail to running-a-server section
svn:r3160
2004-12-17 01:16:22 +00:00
Roger Dingledine c42ca03c70 add a wishlist item from weasel and aphex
svn:r3159
2004-12-17 00:49:34 +00:00
Roger Dingledine 5284295820 mention that we still don't want servers with high packet loss or
high latency


svn:r3158
2004-12-17 00:14:25 +00:00
Roger Dingledine 24af6f2376 lower the bandwidth requirements from 1MBit to 20KBytes
svn:r3157
2004-12-17 00:03:40 +00:00
Roger Dingledine ee282fc167 mark nickname and ORPort as the two required fields for servers
svn:r3156
2004-12-16 21:36:08 +00:00
Nick Mathewson bbc10c2ea1 Make split(..., NULL) split on horizontal space; fix bug with tabs in config file.
svn:r3155
2004-12-16 21:10:51 +00:00
Peter Palfrader a3922d0bdc New upstream version: 0.0.9.1
svn:r3153
debian-version-0.0.9.1-1
2004-12-16 11:49:11 +00:00
Nick Mathewson e327b2f3a6 Clarify confusing message
svn:r3151
tor-0.0.9.1
2004-12-16 05:23:48 +00:00
Roger Dingledine 29cf8a0a45 move us to 0.0.9.1
svn:r3150
2004-12-15 19:51:35 +00:00
Roger Dingledine 98079e5037 clean the obsolete faq up some more.
svn:r3149
2004-12-14 05:04:11 +00:00
Roger Dingledine e1bc3f097e bugfix: when we're reporting event circuit status, don't call it a stream.
while we're at it, include ":port" in the stream event string.


svn:r3148
2004-12-14 03:36:33 +00:00
Roger Dingledine b6173b7b68 0.0.9 broke hibernation. darn it.
svn:r3147
2004-12-13 19:42:46 +00:00
Nick Mathewson f6167de7e9 Note windows __FILE__ nuisance in TODO.
svn:r3146
2004-12-13 18:52:28 +00:00
Nick Mathewson 75cefd8989 Remove bugfixes that did not actually do anything, before we start a cargo cult.
svn:r3145
2004-12-13 18:48:12 +00:00
Nick Mathewson 8c85c0bef8 Note that length checking on base64_decode is kinda conservative
svn:r3144
2004-12-13 18:38:19 +00:00
Nick Mathewson 1e71b83890 Fix a bug in parsing HashedControlPassword.
svn:r3143
2004-12-13 18:32:29 +00:00
Roger Dingledine 6cc7d32afc clarify a log entry
svn:r3142
2004-12-13 02:23:22 +00:00
Roger Dingledine a8582ae223 note a future thing we should do
svn:r3141
2004-12-13 01:30:41 +00:00
Roger Dingledine c0cb824857 move us to 0.0.9
svn:r3139
tor-0.0.9
2004-12-13 00:52:35 +00:00
Roger Dingledine 011ad3cba5 clean up logging,
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 00:44:39 +00:00
Nick Mathewson 972124aab9 Only launch dns workers when we are actually starting a server.
svn:r3137
2004-12-13 00:09:00 +00:00
Roger Dingledine 9a1563a159 separate server instructions into mandatory and optional lists
svn:r3136
2004-12-12 23:32:15 +00:00
Roger Dingledine e778028133 mark top of faq as obsolete, and point to real faq url
svn:r3135
2004-12-12 08:45:49 +00:00
Roger Dingledine 228be099d0 update the 'how to configure a server' section.
svn:r3134
2004-12-12 08:14:13 +00:00
Roger Dingledine 464338b250 when hibernating, don't advertise any ports
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-11 23:53:59 +00:00
Roger Dingledine a0a80ce2db reflect the tor-ops decision process more clearly
svn:r3132
2004-12-11 20:10:14 +00:00
Roger Dingledine 99ef8c1ddb make a changelog for 0.0.9
svn:r3131
2004-12-11 18:07:52 +00:00
Roger Dingledine bae0b02fa5 clean up ExitPolicy documentation
svn:r3130
2004-12-11 16:13:15 +00:00
Roger Dingledine 1477bf18e7 fix header text of torrc.sample
svn:r3129
2004-12-10 19:22:15 +00:00
Peter Palfrader 90e91a4a42 And 0.0.9rc7
svn:r3127
debian-version-0.0.8+0.0.9rc7-1
2004-12-08 14:23:04 +00:00
Peter Palfrader 82ed4acd3a Commit changelog and rules for my almost 0.0.9rc6
svn:r3125
debian-version-0.0.8+0.0.9rc6-1
2004-12-08 14:21:59 +00:00
Roger Dingledine 470cdea7f8 make the 64 bit args print correctly on 64 bit archs
svn:r3123
tor-0.0.9rc7
2004-12-08 12:30:20 +00:00
Nick Mathewson fd4c624677 Belt *or* suspenders will be sufficient when casting things to unsigned char.
svn:r3122
2004-12-08 07:20:21 +00:00
Roger Dingledine 524a8bdc70 bump to 0.0.9rc7
svn:r3121
2004-12-08 01:14:56 +00:00
Nick Mathewson fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. 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-08 00:42:50 +00:00
Roger Dingledine d7dbfd3644 a preliminary changelog for rc7
svn:r3119
2004-12-07 23:42:32 +00:00
Nick Mathewson fc8a2596e1 Log contents of bw_accounting when we read it; fix memory leak.
svn:r3118
2004-12-07 23:20:10 +00:00
Roger Dingledine ca95ed74ac resolve tequila's crash bug: you can't free something
and then keep using it.


svn:r3117
2004-12-07 21:57:37 +00:00
Roger Dingledine ad4f440e10 rearrange debug logs to make more sense
svn:r3116
2004-12-07 21:57:10 +00:00
Roger Dingledine 33cf6f2f61 clean two more minor memory leaks
svn:r3115
2004-12-07 19:42:45 +00:00