Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Write a function header for Roger so he can fill it with life | Peter Palfrader | 2005-02-03 | |
| | | | | svn:r3507 | |||
* | http://www.erlenstar.demon.co.uk/unix/faq_2.html says we | Roger Dingledine | 2005-02-03 | |
| | | | | | | | should call _exit, not exit, from child processes. svn:r3506 | |||
* | finish the 'other policy' section | Roger Dingledine | 2005-02-03 | |
| | | | | svn:r3505 | |||
* | Use SIGINT to shutdown tor | Peter Palfrader | 2005-02-02 | |
| | | | | svn:r3504 | |||
* | note a bug that wmf just found | Roger Dingledine | 2005-02-02 | |
| | | | | svn:r3503 | |||
* | bugfix: tor-resolve requests were ignoring .exit if there was | Roger Dingledine | 2005-02-02 | |
| | | | | | | | a working circuit they could use instead. svn:r3502 | |||
* | Set ulimit for file descriptors to 4096 in our init script | Peter Palfrader | 2005-02-02 | |
| | | | | svn:r3501 | |||
* | reject more default filesharing ports by default. | Roger Dingledine | 2005-02-02 | |
| | | | | svn:r3500 | |||
* | only check if exit_policy_implicitly_allows if you're a server. | Roger Dingledine | 2005-02-02 | |
| | | | | | | | also, put a comment next to an interesting undocumented 'feature'. svn:r3499 | |||
* | sometimes, a conn on the closeable_lst gets absolutely | Roger Dingledine | 2005-02-02 | |
| | | | | | | | clobbered. maybe this will help me find out why. svn:r3498 | |||
* | Write a few subsections | Nick Mathewson | 2005-02-01 | |
| | | | | svn:r3497 | |||
* | Check for libpthread | Nick Mathewson | 2005-02-01 | |
| | | | | svn:r3496 | |||
* | Various changes. Some more references. Section on enclaves and path length. | Paul Syverson | 2005-02-01 | |
| | | | | svn:r3495 | |||
* | bump the default rate limit to 1 MB | Roger Dingledine | 2005-02-01 | |
| | | | | svn:r3494 | |||
* | reject odd-looking addresses at the client, rather than having | Roger Dingledine | 2005-02-01 | |
| | | | | | | | the server drop them because they're malformed. svn:r3493 | |||
* | minor cleanups throughout | Roger Dingledine | 2005-02-01 | |
| | | | | svn:r3492 | |||
* | throw down the gauntlet. | Roger Dingledine | 2005-02-01 | |
| | | | | svn:r3491 | |||
* | fix typo in design paper | Roger Dingledine | 2005-02-01 | |
| | | | | svn:r3490 | |||
* | give a bit more load to servers that claim to be able to | Roger Dingledine | 2005-02-01 | |
| | | | | | | | handle a whole lot. svn:r3489 | |||
* | Go into soft hibernation after 95% of the bandwidth is used, | Roger Dingledine | 2005-02-01 | |
| | | | | | | | | | not 99%. This is especially important for daily hibernators who have a small accounting max. Hopefully it will result in fewer cut connections when the hard hibernation starts. svn:r3488 | |||
* | define TOR_FRAGILE if you want tor to give you a core when | Roger Dingledine | 2005-02-01 | |
| | | | | | | | | something goes wrong. this should only be used by people actively tracking bugs. svn:r3487 | |||
* | fix an edge case in parsing config options (thanks weasel) | Roger Dingledine | 2005-02-01 | |
| | | | | svn:r3486 | |||
* | Fix arma's fix for my leak | Peter Palfrader | 2005-01-31 | |
| | | | | svn:r3485 | |||
* | fix a minor memory leak found by weasel | Roger Dingledine | 2005-01-31 | |
| | | | | svn:r3484 | |||
* | clean up our references some more | Roger Dingledine | 2005-01-31 | |
| | | | | svn:r3483 | |||
* | clean up section 2, add back reputability subsec. | Roger Dingledine | 2005-01-31 | |
| | | | | svn:r3482 | |||
* | stop a sigpipe. | Roger Dingledine | 2005-01-31 | |
| | | | | | | | | apparently when we get an eof, at least sometimes it *does* mean you'd better not try writing. svn:r3481 | |||
* | flesh out the routing-zones section | Roger Dingledine | 2005-01-31 | |
| | | | | svn:r3480 | |||
* | stop logging loudly when a client tries an old onion key. it's | Roger Dingledine | 2005-01-31 | |
| | | | | | | | time to give up on that issue, at least for now. svn:r3479 | |||
* | fix another rogue connection_free that was causing us troubles | Roger Dingledine | 2005-01-31 | |
| | | | | | | | there are no doubt more lurking. svn:r3478 | |||
* | don't double-detach a closing exit conn that's waiting for dns resolve | Roger Dingledine | 2005-01-31 | |
| | | | | svn:r3477 | |||
* | but don't spring the trip on worker children, because it turns | Roger Dingledine | 2005-01-31 | |
| | | | | | | | out they don't actually remove anything before freeing the conns. svn:r3476 | |||
* | lay a trap for situations where we connection_free something | Roger Dingledine | 2005-01-31 | |
| | | | | | | | | | | that's still on one of the lists. in particular, this will detect situations where we mark-for-close and then free it ourselves. svn:r3475 | |||
* | stop the infinite loop of freeing the same connection_t over and | Roger Dingledine | 2005-01-31 | |
| | | | | | | | over when it's not linked into the connection_array svn:r3474 | |||
* | clarify what smartlist_remove promises, since we rely on it. | Roger Dingledine | 2005-01-31 | |
| | | | | svn:r3473 | |||
* | be less noisy about complaining when a jap client tries to connect | Roger Dingledine | 2005-01-30 | |
| | | | | | | | and we refuse him. svn:r3472 | |||
* | draft of a midlatency section added | Paul Syverson | 2005-01-30 | |
| | | | | svn:r3471 | |||
* | Stop crashing when we're asking to close_if_marked a conn that | Roger Dingledine | 2005-01-30 | |
| | | | | | | | | | | | hasn't been connection_added yet. This happens when an exit conn is in dns_wait and we get a relay end cell for it before it finishes. We were silently leaking each of these marked conns in 0.0.9.x. Now we actually free them. svn:r3470 | |||
* | be safe: if you got a resolvefailed end cell but you're not an AP, bail. | Roger Dingledine | 2005-01-30 | |
| | | | | svn:r3469 | |||
* | try to find the corrupt closeable_connection_lst entry early | Roger Dingledine | 2005-01-30 | |
| | | | | svn:r3468 | |||
* | minor tweaks and paul claims a subsection | Paul Syverson | 2005-01-30 | |
| | | | | svn:r3467 | |||
* | we should handle the case where the client has no cert, for | Roger Dingledine | 2005-01-30 | |
| | | | | | | | backwards compatibility with jap clients. svn:r3466 | |||
* | give a better log message when we don't have a good mirror of | Roger Dingledine | 2005-01-30 | |
| | | | | | | | the directory yet and somebody asks for it. svn:r3464 | |||
* | divvy up some more sections, so they'll get done | Roger Dingledine | 2005-01-30 | |
| | | | | svn:r3463 | |||
* | Clarify who sends certs and chains | Nick Mathewson | 2005-01-30 | |
| | | | | svn:r3462 | |||
* | comment about a bug wrt clock skew | Roger Dingledine | 2005-01-30 | |
| | | | | svn:r3461 | |||
* | clean up the china section | Roger Dingledine | 2005-01-29 | |
| | | | | svn:r3460 | |||
* | if we fetch the dir from a mirror that has a wildly skewed | Roger Dingledine | 2005-01-29 | |
| | | | | | | | | | | | | clock, then don't bother checking recommended-versions: it will just make us sad. as a side effect, people running obsolete versions and whose clocks are wildly skewed will not be auto-shut-down. but they will still get warns about their clock skew. svn:r3459 | |||
* | distinguish between "well-formed and rejected" and "not well | Roger Dingledine | 2005-01-29 | |
| | | | | | | | formed", when parsing server descriptors. svn:r3458 | |||
* | accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policy | Roger Dingledine | 2005-01-29 | |
| | | | | svn:r3457 |