Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove assumptions that maximum path length is anything like 1024. From ↵ | Nick Mathewson | 2005-02-22 |
| | | | | | | comments by Chris Palmer svn:r3652 | ||
* | Check for pthread dependency on pthread_detach as well as pthread_create | Nick Mathewson | 2005-02-22 |
| | | | | svn:r3651 | ||
* | remove spurious semicolons | Nick Mathewson | 2005-02-22 |
| | | | | svn:r3650 | ||
* | Snarf some logic from python, adapted to our own needs, to handle ↵ | Nick Mathewson | 2005-02-22 |
| | | | | | | gethostbyname_r correctly across platforms. svn:r3649 | ||
* | Initial IRIX compatibility fixes: check for inttypes.h; check for platform ↵ | Nick Mathewson | 2005-02-22 |
| | | | | | | cell_t. svn:r3648 | ||
* | After we successfully connect, try handling pending stuff immediately, ↵ | Nick Mathewson | 2005-02-22 |
| | | | | | | rather than waiting for the next call to connection_handle_write. Roger: is this right? svn:r3647 | ||
* | Print uname on start of unittests. | Nick Mathewson | 2005-02-22 |
| | | | | svn:r3646 | ||
* | Fix windows build: juggle }s and #endifs around in main.c | Nick Mathewson | 2005-02-22 |
| | | | | svn:r3645 | ||
* | Fix windows build: do not spuriously include openssl where not needed; ↵ | Nick Mathewson | 2005-02-22 |
| | | | | | | handle lack of gethostbyname_r properly. svn:r3644 | ||
* | make the addressmap internals less noisy | Roger Dingledine | 2005-02-22 |
| | | | | svn:r3643 | ||
* | man page entries for addressmap and trackhostexits | Roger Dingledine | 2005-02-22 |
| | | | | svn:r3642 | ||
* | Add a new AddressMap directive to rewrite incoming socks addresses. | Roger Dingledine | 2005-02-22 |
| | | | | | | | | | | 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 | ||
* | bugfix: actually use the argument to strmap_free() | Roger Dingledine | 2005-02-20 |
| | | | | svn:r3640 | ||
* | forward-port the onion queue thing | Roger Dingledine | 2005-02-20 |
| | | | | svn:r3639 | ||
* | avoid case (not yet triggered) where smartlists could grow out | Roger Dingledine | 2005-02-19 |
| | | | | | | | of control svn:r3636 | ||
* | Tweak control-spec: add a GETINFO/INFOVALUE type pair to handle ↵ | Nick Mathewson | 2005-02-18 |
| | | | | | | non-configuration stuff and to avoid proliferating more GETFOO/FOOVALUE pairs. Remove spurious 0x from signal codes. Simplify address-mapping format. Clarify what an identity looks like. svn:r3635 | ||
* | make it clearer that our screenshots are of old versions. | Roger Dingledine | 2005-02-18 |
| | | | | svn:r3634 | ||
* | forward-port some fixes | Roger Dingledine | 2005-02-17 |
| | | | | svn:r3631 | ||
* | integrating changes related to building circuits, assigning streams, and ↵ | Geoff Goodell | 2005-02-16 |
| | | | | | | exchanging descriptors (discussed on return trip from airport) svn:r3630 | ||
* | remove unused code | Roger Dingledine | 2005-02-16 |
| | | | | svn:r3629 | ||
* | More fixes for IRIX compilation: make very sure we have NULL in ↵ | Nick Mathewson | 2005-02-15 |
| | | | | | | configure.in. This may work now. svn:r3627 | ||
* | Fix check for NULL representation to include string.h; this makes fixes ↵ | Nick Mathewson | 2005-02-15 |
| | | | | | | building on Irix, I hope. svn:r3625 | ||
* | make the wikipedia statement less strict | Roger Dingledine | 2005-02-14 |
| | | | | svn:r3624 | ||
* | Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ↵ | Nick Mathewson | 2005-02-14 |
| | | | | | | mark a connection to be freed, if the circuit it was attached to fails for some reason. svn:r3623 | ||
* | Tell openssl how to use locks and how to find thread ids -- this may prevent ↵ | Nick Mathewson | 2005-02-13 |
| | | | | | | race conditions surrounding the error queue. svn:r3622 | ||
* | Add a missing prototype to or.h | Nick Mathewson | 2005-02-13 |
| | | | | svn:r3621 | ||
* | remove redundant unpack in critical path | Nick Mathewson | 2005-02-13 |
| | | | | svn:r3620 | ||
* | Give a better error message when zlib.h is not found. | Nick Mathewson | 2005-02-12 |
| | | | | svn:r3618 | ||
* | Apply windows patch from Dmitri Bely | Nick Mathewson | 2005-02-12 |
| | | | | svn:r3617 | ||
* | Do not try to double-aquire lock when rotating keys. May fix deadlock bug ↵ | Nick Mathewson | 2005-02-11 |
| | | | | | | found by weasel. svn:r3616 | ||
* | Free tls resources on exit too | Nick Mathewson | 2005-02-11 |
| | | | | svn:r3615 | ||
* | Free even more things on shutdown. Temporarily move tor_free_all out from ↵ | Nick Mathewson | 2005-02-11 |
| | | | | | | #ifdef so it gets tested more. svn:r3614 | ||
* | Add more functions to free things to help dmalloc allong. | Nick Mathewson | 2005-02-10 |
| | | | | svn:r3613 | ||
* | mention 0.0.9.4 on win32 and osx doc pages | Roger Dingledine | 2005-02-10 |
| | | | | svn:r3612 | ||
* | if we're hibernating and we get a sigint, exit immediately. | Roger Dingledine | 2005-02-10 |
| | | | | | | | closes bug 91. svn:r3611 | ||
* | stop picking unverified dir mirrors, ever. | Roger Dingledine | 2005-02-10 |
| | | | | | | | it only leads to misery. svn:r3610 | ||
* | when a client asks us for a dir mirror and we don't have one, | Roger Dingledine | 2005-02-10 |
| | | | | | | | launch an attempt to get a fresh one. svn:r3609 | ||
* | some more tweaks on the paper | Roger Dingledine | 2005-02-10 |
| | | | | svn:r3608 | ||
* | remove redundant lines | Roger Dingledine | 2005-02-09 |
| | | | | svn:r3607 | ||
* | Patch from adam langley: always remove sockets from libevent before closing ↵ | Nick Mathewson | 2005-02-09 |
| | | | | | | them. Should fix epoll-related bugs. svn:r3606 | ||
* | More tweaks, grammar, etc. I say it's ready to submit. | Paul Syverson | 2005-02-09 |
| | | | | svn:r3605 | ||
* | fix wordo | Roger Dingledine | 2005-02-09 |
| | | | | svn:r3604 | ||
* | This section is first up against the wall when the revolution comes. | Roger Dingledine | 2005-02-09 |
| | | | | svn:r3603 | ||
* | mark this one as a draft, so people who cache it will look dumb | Roger Dingledine | 2005-02-09 |
| | | | | | | | in two years svn:r3602 | ||
* | update pdf draft | Roger Dingledine | 2005-02-09 |
| | | | | svn:r3601 | ||
* | Style wars | Paul Syverson | 2005-02-09 |
| | | | | svn:r3600 | ||
* | put a pdf in place so people can read it. | Roger Dingledine | 2005-02-09 |
| | | | | | | | | (i've learned my lesson about giving people url's other than the final url.) svn:r3599 | ||
* | more fixes. i declare this the first draft. | Roger Dingledine | 2005-02-09 |
| | | | | svn:r3598 | ||
* | tighten related work | Roger Dingledine | 2005-02-09 |
| | | | | svn:r3597 | ||
* | not all tor use is abusive | Roger Dingledine | 2005-02-09 |
| | | | | svn:r3596 |