aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* clarify comment•••svn:r3667 Nick Mathewson2005-02-23
* Addressmap tweak: Make "addressmap x x" remove any mapping from the address x.•••svn:r3666 Nick Mathewson2005-02-23
* Forward-port fix to make dual-purpose NT executable work.•••svn:r3665 Nick Mathewson2005-02-23
* Forward-port the trick to bump up ConnLimit as far as it can•••go, but not past MAXCONNECTIONS. Also throw away the FAKE_POLL caveats since 0.1.0 doesn't need it any more. svn:r3657 Roger Dingledine2005-02-22
* Change from inet_ntoa to a threadproof tor_inet_ntoa.•••svn:r3656 Nick Mathewson2005-02-22
* Patch to localtime/gmtime handling: use the _r variants where available. Use...•••svn:r3653 Nick Mathewson2005-02-22
* Remove assumptions that maximum path length is anything like 1024. From comm...•••svn:r3652 Nick Mathewson2005-02-22
* Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...•••svn:r3648 Nick Mathewson2005-02-22
* After we successfully connect, try handling pending stuff immediately, rather...•••svn:r3647 Nick Mathewson2005-02-22
* Print uname on start of unittests.•••svn:r3646 Nick Mathewson2005-02-22
* Fix windows build: juggle }s and #endifs around in main.c•••svn:r3645 Nick Mathewson2005-02-22
* make the addressmap internals less noisy•••svn:r3643 Roger Dingledine2005-02-22
* Add a new AddressMap directive to rewrite incoming socks addresses.•••Add a new TrackHostExits directive to trigger addressmaps for certain incoming socks addresses, for sites that break when your exit keeps changing. Redo the client-side dns cache so it's just an addressmap too. svn:r3641 Roger Dingledine2005-02-22
* forward-port the onion queue thing•••svn:r3639 Roger Dingledine2005-02-20
* forward-port some fixes•••svn:r3631 Roger Dingledine2005-02-17
* remove unused code•••svn:r3629 Roger Dingledine2005-02-16
* Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ma...•••svn:r3623 Nick Mathewson2005-02-14
* Add a missing prototype to or.h•••svn:r3621 Nick Mathewson2005-02-13
* remove redundant unpack in critical path•••svn:r3620 Nick Mathewson2005-02-13
* Do not try to double-aquire lock when rotating keys. May fix deadlock bug fo...•••svn:r3616 Nick Mathewson2005-02-11
* Free tls resources on exit too•••svn:r3615 Nick Mathewson2005-02-11
* Free even more things on shutdown. Temporarily move tor_free_all out from #i...•••svn:r3614 Nick Mathewson2005-02-11
* Add more functions to free things to help dmalloc allong.•••svn:r3613 Nick Mathewson2005-02-10
* if we're hibernating and we get a sigint, exit immediately.•••closes bug 91. svn:r3611 Roger Dingledine2005-02-10
* stop picking unverified dir mirrors, ever.•••it only leads to misery. svn:r3610 Roger Dingledine2005-02-10
* when a client asks us for a dir mirror and we don't have one,•••launch an attempt to get a fresh one. svn:r3609 Roger Dingledine2005-02-10
* remove redundant lines•••svn:r3607 Roger Dingledine2005-02-09
* Patch from adam langley: always remove sockets from libevent before closing t...•••svn:r3606 Nick Mathewson2005-02-09
* don't list version in the win32 service display name or service name,•••since they'll keep changing and people will get messed up about which one is installed. svn:r3592 Roger Dingledine2005-02-09
* Avoid double-free on tor-resolve failure•••svn:r3567 Nick Mathewson2005-02-05
* Re-normalize whitespace; make "make check-spaces" happy•••svn:r3566 Nick Mathewson2005-02-05
* forward-port NT service patch•••svn:r3565 Nick Mathewson2005-02-05
* Fix tor-resolve implementation to prevent crashes and send resolves when we s...•••svn:r3561 Nick Mathewson2005-02-05
* forward-port the logic skew and double-free thing•••svn:r3549 Roger Dingledine2005-02-04
* fix the latest bug: don't explode when some router declares a•••bandwidthburst of 500 gigabytes. this bug seems to have taken down most of the network. oops. svn:r3523 Roger Dingledine2005-02-03
* another minor fix•••svn:r3511 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
* 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
* 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
* 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
* 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