aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Write a function header for Roger so he can fill it with lifePeter Palfrader2005-02-03
| | | | svn:r3507
* http://www.erlenstar.demon.co.uk/unix/faq_2.html says weRoger Dingledine2005-02-03
| | | | | | | should call _exit, not exit, from child processes. svn:r3506
* finish the 'other policy' sectionRoger Dingledine2005-02-03
| | | | svn:r3505
* Use SIGINT to shutdown torPeter Palfrader2005-02-02
| | | | svn:r3504
* note a bug that wmf just foundRoger Dingledine2005-02-02
| | | | svn:r3503
* bugfix: tor-resolve requests were ignoring .exit if there wasRoger Dingledine2005-02-02
| | | | | | | a working circuit they could use instead. svn:r3502
* Set ulimit for file descriptors to 4096 in our init scriptPeter Palfrader2005-02-02
| | | | svn:r3501
* reject more default filesharing ports by default.Roger Dingledine2005-02-02
| | | | svn:r3500
* only check if exit_policy_implicitly_allows if you're a server.Roger Dingledine2005-02-02
| | | | | | | also, put a comment next to an interesting undocumented 'feature'. svn:r3499
* sometimes, a conn on the closeable_lst gets absolutelyRoger Dingledine2005-02-02
| | | | | | | clobbered. maybe this will help me find out why. svn:r3498
* Write a few subsectionsNick Mathewson2005-02-01
| | | | svn:r3497
* Check for libpthreadNick Mathewson2005-02-01
| | | | svn:r3496
* Various changes. Some more references. Section on enclaves and path length.Paul Syverson2005-02-01
| | | | svn:r3495
* bump the default rate limit to 1 MBRoger Dingledine2005-02-01
| | | | svn:r3494
* reject odd-looking addresses at the client, rather than havingRoger Dingledine2005-02-01
| | | | | | | the server drop them because they're malformed. svn:r3493
* minor cleanups throughoutRoger Dingledine2005-02-01
| | | | svn:r3492
* throw down the gauntlet.Roger Dingledine2005-02-01
| | | | svn:r3491
* fix typo in design paperRoger Dingledine2005-02-01
| | | | svn:r3490
* give a bit more load to servers that claim to be able toRoger Dingledine2005-02-01
| | | | | | | handle a whole lot. svn:r3489
* Go into soft hibernation after 95% of the bandwidth is used,Roger Dingledine2005-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 whenRoger Dingledine2005-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 Dingledine2005-02-01
| | | | svn:r3486
* Fix arma's fix for my leakPeter Palfrader2005-01-31
| | | | svn:r3485
* fix a minor memory leak found by weaselRoger Dingledine2005-01-31
| | | | svn:r3484
* clean up our references some moreRoger Dingledine2005-01-31
| | | | svn:r3483
* clean up section 2, add back reputability subsec.Roger Dingledine2005-01-31
| | | | svn:r3482
* stop a sigpipe.Roger Dingledine2005-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 sectionRoger Dingledine2005-01-31
| | | | svn:r3480
* stop logging loudly when a client tries an old onion key. it'sRoger Dingledine2005-01-31
| | | | | | | time to give up on that issue, at least for now. svn:r3479
* fix another rogue connection_free that was causing us troublesRoger Dingledine2005-01-31
| | | | | | | there are no doubt more lurking. svn:r3478
* don't double-detach a closing exit conn that's waiting for dns resolveRoger Dingledine2005-01-31
| | | | svn:r3477
* but don't spring the trip on worker children, because it turnsRoger Dingledine2005-01-31
| | | | | | | out they don't actually remove anything before freeing the conns. svn:r3476
* lay a trap for situations where we connection_free somethingRoger Dingledine2005-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 andRoger Dingledine2005-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 Dingledine2005-01-31
| | | | svn:r3473
* be less noisy about complaining when a jap client tries to connectRoger Dingledine2005-01-30
| | | | | | | and we refuse him. svn:r3472
* draft of a midlatency section addedPaul Syverson2005-01-30
| | | | svn:r3471
* Stop crashing when we're asking to close_if_marked a conn thatRoger Dingledine2005-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 Dingledine2005-01-30
| | | | svn:r3469
* try to find the corrupt closeable_connection_lst entry earlyRoger Dingledine2005-01-30
| | | | svn:r3468
* minor tweaks and paul claims a subsectionPaul Syverson2005-01-30
| | | | svn:r3467
* we should handle the case where the client has no cert, forRoger Dingledine2005-01-30
| | | | | | | backwards compatibility with jap clients. svn:r3466
* give a better log message when we don't have a good mirror ofRoger Dingledine2005-01-30
| | | | | | | the directory yet and somebody asks for it. svn:r3464
* divvy up some more sections, so they'll get doneRoger Dingledine2005-01-30
| | | | svn:r3463
* Clarify who sends certs and chainsNick Mathewson2005-01-30
| | | | svn:r3462
* comment about a bug wrt clock skewRoger Dingledine2005-01-30
| | | | svn:r3461
* clean up the china sectionRoger Dingledine2005-01-29
| | | | svn:r3460
* if we fetch the dir from a mirror that has a wildly skewedRoger Dingledine2005-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 wellRoger Dingledine2005-01-29
| | | | | | | formed", when parsing server descriptors. svn:r3458
* accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policyRoger Dingledine2005-01-29
| | | | svn:r3457