aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* pdf versions of the graphics•••svn:r3520 Roger Dingledine2005-02-03
* an abstract, that needs more work•••svn:r3519 Roger Dingledine2005-02-03
* add a hidden-services section•••svn:r3518 Roger Dingledine2005-02-03
* Forward-port SGI Compatibility patches from Jan Schaumann•••svn:r3517 Nick Mathewson2005-02-03
* write remaining sections; edit some.•••svn:r3515 Nick Mathewson2005-02-03
* Fix typo•••svn:r3514 Peter Palfrader2005-02-03
* Add a snippet to disable epoll in etc/default/tor, commented out.•••svn:r3513 Peter Palfrader2005-02-03
* point out a potential thread/process leak problem when we're out of memory•••svn:r3512 Roger Dingledine2005-02-03
* another minor fix•••svn:r3511 Roger Dingledine2005-02-03
* Also check for dmalloc.h•••svn:r3510 Peter Palfrader2005-02-03
* fix typo•••svn:r3509 Roger Dingledine2005-02-03
* Add --with-dmalloc configure option•••svn:r3508 Peter Palfrader2005-02-03
* Write a function header for Roger so he can fill it with life•••svn:r3507 Peter Palfrader2005-02-03
* http://www.erlenstar.demon.co.uk/unix/faq_2.html says we•••should call _exit, not exit, from child processes. svn:r3506 Roger Dingledine2005-02-03
* finish the 'other policy' section•••svn:r3505 Roger Dingledine2005-02-03
* Use SIGINT to shutdown tor•••svn:r3504 Peter Palfrader2005-02-02
* note a bug that wmf just found•••svn:r3503 Roger Dingledine2005-02-02
* bugfix: tor-resolve requests were ignoring .exit if there was•••a working circuit they could use instead. svn:r3502 Roger Dingledine2005-02-02
* Set ulimit for file descriptors to 4096 in our init script•••svn:r3501 Peter Palfrader2005-02-02
* reject more default filesharing ports by default.•••svn:r3500 Roger Dingledine2005-02-02
* only check if exit_policy_implicitly_allows if you're a server.•••also, put a comment next to an interesting undocumented 'feature'. svn:r3499 Roger Dingledine2005-02-02
* sometimes, a conn on the closeable_lst gets absolutely•••clobbered. maybe this will help me find out why. svn:r3498 Roger Dingledine2005-02-02
* Write a few subsections•••svn:r3497 Nick Mathewson2005-02-01
* Check for libpthread•••svn:r3496 Nick Mathewson2005-02-01
* Various changes. Some more references. Section on enclaves and path length.•••svn:r3495 Paul Syverson2005-02-01
* bump the default rate limit to 1 MB•••svn:r3494 Roger Dingledine2005-02-01
* reject odd-looking addresses at the client, rather than having•••the server drop them because they're malformed. svn:r3493 Roger Dingledine2005-02-01
* minor cleanups throughout•••svn:r3492 Roger Dingledine2005-02-01
* throw down the gauntlet.•••svn:r3491 Roger Dingledine2005-02-01
* fix typo in design paper•••svn:r3490 Roger Dingledine2005-02-01
* give a bit more load to servers that claim to be able to•••handle a whole lot. svn:r3489 Roger Dingledine2005-02-01
* Go into soft hibernation after 95% of the bandwidth is used,•••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 Roger Dingledine2005-02-01
* define TOR_FRAGILE if you want tor to give you a core when•••something goes wrong. this should only be used by people actively tracking bugs. svn:r3487 Roger Dingledine2005-02-01
* fix an edge case in parsing config options (thanks weasel)•••svn:r3486 Roger Dingledine2005-02-01
* Fix arma's fix for my leak•••svn:r3485 Peter Palfrader2005-01-31
* fix a minor memory leak found by weasel•••svn:r3484 Roger Dingledine2005-01-31
* clean up our references some more•••svn:r3483 Roger Dingledine2005-01-31
* clean up section 2, add back reputability subsec.•••svn:r3482 Roger Dingledine2005-01-31
* stop a sigpipe.•••apparently when we get an eof, at least sometimes it *does* mean you'd better not try writing. svn:r3481 Roger Dingledine2005-01-31
* flesh out the routing-zones section•••svn:r3480 Roger Dingledine2005-01-31
* stop logging loudly when a client tries an old onion key. it's•••time to give up on that issue, at least for now. svn:r3479 Roger Dingledine2005-01-31
* fix another rogue connection_free that was causing us troubles•••there are no doubt more lurking. svn:r3478 Roger Dingledine2005-01-31
* don't double-detach a closing exit conn that's waiting for dns resolve•••svn:r3477 Roger Dingledine2005-01-31
* but don't spring the trip on worker children, because it turns•••out they don't actually remove anything before freeing the conns. svn:r3476 Roger Dingledine2005-01-31
* lay a trap for situations where we connection_free something•••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 Roger Dingledine2005-01-31
* stop the infinite loop of freeing the same connection_t over and•••over when it's not linked into the connection_array svn:r3474 Roger Dingledine2005-01-31
* clarify what smartlist_remove promises, since we rely on it.•••svn:r3473 Roger Dingledine2005-01-31
* be less noisy about complaining when a jap client tries to connect•••and we refuse him. svn:r3472 Roger Dingledine2005-01-30
* draft of a midlatency section added•••svn:r3471 Paul Syverson2005-01-30
* Stop crashing when we're asking to close_if_marked a conn that•••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 Roger Dingledine2005-01-30