| Commit message (Expand) | Author | Age |
... | |
* | freeing is not the same as setting to null•••svn:r6219
| Roger Dingledine | 2006-03-22 |
* | and add SocksTimeout to the man page•••and stop shouting when we talk about Socks
svn:r6218
| Roger Dingledine | 2006-03-21 |
* | new config option SocksTimeout: How long do we let a socks connection•••wait unattached before we fail it?
Use this value for controller socks timeout, for normal socks
timeout, and for hidden-service socks timeout.
svn:r6217
| Roger Dingledine | 2006-03-21 |
* | and dirservers don't call you a guard if you're running a•••buggy version either.
svn:r6216
| Roger Dingledine | 2006-03-21 |
* | when upgrading to newer versions, throw away entry guards•••picked by the old wrong algorithms.
svn:r6215
| Roger Dingledine | 2006-03-21 |
* | don't call circuit_n_conn_done() if the closing conn is already open.•••svn:r6214
| Roger Dingledine | 2006-03-21 |
* | Bugfix: looks like clients since 0.1.1.10-alpha have been•••expiring connections whenever 5 minutes pass and they *do*
have circuits on them.
svn:r6213
| Roger Dingledine | 2006-03-21 |
* | Be more patient before giving up on in-progress circuits.•••I have absolutely no idea if this change helps or hurts.
Somebody should study this.
svn:r6212
| Roger Dingledine | 2006-03-21 |
* | Fix memory leak when uncompressing concatenated zlib streams. Unit tests and ...•••svn:r6211
| Nick Mathewson | 2006-03-21 |
* | Oops; give error earlier when no runnable libevent is found. Grep reveals no ...•••svn:r6210
| Nick Mathewson | 2006-03-21 |
* | put lefkada on port 80, officially.•••svn:r6209
| Roger Dingledine | 2006-03-21 |
* | Commit 0.1.1.16 debian changelog•••svn:r6207
| Peter Palfrader | 2006-03-21 |
* | Point out a potential DoS flaw in caching untrusted network•••statuses to disk. We should resolve sometime.
svn:r6206
| Roger Dingledine | 2006-03-21 |
* | add lefkada as a fourth auth dir server.•••svn:r6205
| Roger Dingledine | 2006-03-21 |
* | Make guard bandwidth threshold higher than fast bandwidth threshold.•••svn:r6204
| Nick Mathewson | 2006-03-20 |
* | Make "Fast" based on median capacity, just like "Stable" is based on median ...•••svn:r6203
| Nick Mathewson | 2006-03-20 |
* | clean up man page entries on EntryNodes and ExitNodes•••svn:r6202
| Roger Dingledine | 2006-03-20 |
* | ok, commenting that out broke things real bad.•••leave it, and accept the memory leak for now.
svn:r6201
| Roger Dingledine | 2006-03-20 |
* | Resolve a memory leak on clients. This disables some•••functionality that we might still want. Nick?
svn:r6200
| Roger Dingledine | 2006-03-20 |
* | and now resume building on netbsd 2.0•••insert circus music here
svn:r6199
| Roger Dingledine | 2006-03-19 |
* | resume building on irix64•••svn:r6198
| Roger Dingledine | 2006-03-19 |
* | bump to 0.1.1.16-rc-cvs so we can start fixing more bugs•••svn:r6197
| Roger Dingledine | 2006-03-19 |
* | which brings us to 0.1.1.16-rc•••svn:r6195
| Roger Dingledine | 2006-03-19 |
* | first cut of a changelog for 0.1.1.16-rc•••svn:r6194
| Roger Dingledine | 2006-03-19 |
* | Allow non-printable characters for exit streams (both for•••connecting and for resolving). Now we tolerate applications
that don't follow the RFCs. But continue to block malformed
names at the socks side.
svn:r6193
| Roger Dingledine | 2006-03-19 |
* | i'm a little teapot, short and stout•••svn:r6192
| Roger Dingledine | 2006-03-19 |
* | man page entry for safesocks. also correct the man page•••entry for testsocks.
svn:r6191
| Roger Dingledine | 2006-03-19 |
* | Implement Jason Holt's SafeSocks config option.•••Also put a URL in the warning message for unsafe socks4 use --
previously we'd only had the URL for unsafe socks5 use. Oops.
svn:r6190
| Roger Dingledine | 2006-03-19 |
* | and fix the AllowInvalidNodes man page entry too.•••svn:r6189
| Roger Dingledine | 2006-03-19 |
* | Finish the transition from the word 'verified' to the words•••'named' and 'valid'.
svn:r6188
| Roger Dingledine | 2006-03-19 |
* | simplify when we're picking a default address for•••when people ask for "serifos.exit".
svn:r6187
| Roger Dingledine | 2006-03-18 |
* | make it so there is one place to edit for new dirservers, not two.•••svn:r6186
| Roger Dingledine | 2006-03-18 |
* | fix some typos•••svn:r6185
| Roger Dingledine | 2006-03-18 |
* | authdirs shouldn't complain about unreachability when they•••fetch a descriptor from somebody else. this is not the right
time to increment the failure count.
svn:r6184
| Roger Dingledine | 2006-03-18 |
* | auth dir servers were only modifying a server's is_running field•••when they created a network status. so if nobody asked for a
network status, they would never discover that any servers are
is_running, so they could never build a circuit.
svn:r6183
| Roger Dingledine | 2006-03-18 |
* | let an authdir that's not a naming authdir start even•••if it doesn't have an approved-routers file. if it does,
read it and parse it as usual.
svn:r6182
| Roger Dingledine | 2006-03-18 |
* | Actually, only v1 auth dir servers need to define recommendedversions.•••But versioning dirservers do need to cause recommendclientversions
and recommendedserverversions to somehow be non-empty.
svn:r6181
| Roger Dingledine | 2006-03-17 |
* | when we're an auth dir server but don't claim to be a versioning•••auth dir server, don't demand that we define RecommendedVersions.
svn:r6180
| Roger Dingledine | 2006-03-17 |
* | right now we don't support entryguards on auth dirservers,•••but that doesn't mean we need to remind them every time
they start up.
svn:r6179
| Roger Dingledine | 2006-03-17 |
* | Implement router purposes, and don't choose a non-general•••purpose router when picking random nodes for a circuit.
Also implement SETROUTERPURPOSE and modify +POSTDESCRIPTOR.
This concludes bug 250 assuming it all works.
svn:r6178
| Roger Dingledine | 2006-03-17 |
* | specify SETROUTERPURPOSE and modify +POSTDESCRIPTOR•••to address bug 250.
svn:r6177
| Roger Dingledine | 2006-03-17 |
* | but i made the line too long•••svn:r6176
| Roger Dingledine | 2006-03-17 |
* | stop tricking server operators into thinking they got their•••torrc perfect, just because tor could build a circuit.
svn:r6175
| Roger Dingledine | 2006-03-17 |
* | Comments: cleanups and additions.•••svn:r6174
| Nick Mathewson | 2006-03-17 |
* | normalize whitespace.•••svn:r6173
| Nick Mathewson | 2006-03-17 |
* | Only warn about lack of name binding for self if we have tried downloading ev...•••svn:r6172
| Nick Mathewson | 2006-03-17 |
* | resume being printist: if the hostname contains non-printable•••characters, then fail. this time don't even bother telling the
server operator about these cases, because what's he going to do?
if it turns out that some significant population somewhere in the
world uses non-printable hostnames and wants to use tor, then i
hereby assume that they will contact us.
svn:r6171
| Roger Dingledine | 2006-03-15 |
* | add tor_strisprint() back in, this time with comments.•••svn:r6170
| Roger Dingledine | 2006-03-15 |
* | quiet another entry guard log message•••svn:r6169
| Roger Dingledine | 2006-03-15 |
* | and remove now-extraneous function•••svn:r6168
| Roger Dingledine | 2006-03-15 |