Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-23 | Forward-port fix to make dual-purpose NT executable work. | Nick Mathewson | |
svn:r3665 | |||
2005-02-22 | Forward-port the trick to bump up ConnLimit as far as it can | Roger Dingledine | |
go, but not past MAXCONNECTIONS. Also throw away the FAKE_POLL caveats since 0.1.0 doesn't need it any more. svn:r3657 | |||
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson | |
svn:r3656 | |||
2005-02-22 | Note a non-bug in read_file_to_str as used. If we start to rely on it ↵ | Nick Mathewson | |
behaving differently, we need to change how it behaves. [Noticed by Chris Palmer] svn:r3655 | |||
2005-02-22 | But on windows, localtime and gmtime _are_ threadsafe. | Nick Mathewson | |
svn:r3654 | |||
2005-02-22 | Patch to localtime/gmtime handling: use the _r variants where available. ↵ | Nick Mathewson | |
Use mutexes to fake _r where necessary. Make mutexes no-ops where no threading is enabled. svn:r3653 | |||
2005-02-22 | Remove assumptions that maximum path length is anything like 1024. From ↵ | Nick Mathewson | |
comments by Chris Palmer svn:r3652 | |||
2005-02-22 | Check for pthread dependency on pthread_detach as well as pthread_create | Nick Mathewson | |
svn:r3651 | |||
2005-02-22 | remove spurious semicolons | Nick Mathewson | |
svn:r3650 | |||
2005-02-22 | Snarf some logic from python, adapted to our own needs, to handle ↵ | Nick Mathewson | |
gethostbyname_r correctly across platforms. svn:r3649 | |||
2005-02-22 | Initial IRIX compatibility fixes: check for inttypes.h; check for platform ↵ | Nick Mathewson | |
cell_t. svn:r3648 | |||
2005-02-22 | After we successfully connect, try handling pending stuff immediately, ↵ | Nick Mathewson | |
rather than waiting for the next call to connection_handle_write. Roger: is this right? svn:r3647 | |||
2005-02-22 | Print uname on start of unittests. | Nick Mathewson | |
svn:r3646 | |||
2005-02-22 | Fix windows build: juggle }s and #endifs around in main.c | Nick Mathewson | |
svn:r3645 | |||
2005-02-22 | Fix windows build: do not spuriously include openssl where not needed; ↵ | Nick Mathewson | |
handle lack of gethostbyname_r properly. svn:r3644 | |||
2005-02-22 | make the addressmap internals less noisy | Roger Dingledine | |
svn:r3643 | |||
2005-02-22 | man page entries for addressmap and trackhostexits | Roger Dingledine | |
svn:r3642 | |||
2005-02-22 | Add a new AddressMap directive to rewrite incoming socks addresses. | Roger Dingledine | |
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 | |||
2005-02-20 | bugfix: actually use the argument to strmap_free() | Roger Dingledine | |
svn:r3640 | |||
2005-02-20 | forward-port the onion queue thing | Roger Dingledine | |
svn:r3639 | |||
2005-02-19 | avoid case (not yet triggered) where smartlists could grow out | Roger Dingledine | |
of control svn:r3636 | |||
2005-02-18 | Tweak control-spec: add a GETINFO/INFOVALUE type pair to handle ↵ | Nick Mathewson | |
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 | |||
2005-02-18 | make it clearer that our screenshots are of old versions. | Roger Dingledine | |
svn:r3634 | |||
2005-02-17 | forward-port some fixes | Roger Dingledine | |
svn:r3631 | |||
2005-02-16 | integrating changes related to building circuits, assigning streams, and ↵ | Geoff Goodell | |
exchanging descriptors (discussed on return trip from airport) svn:r3630 | |||
2005-02-16 | remove unused code | Roger Dingledine | |
svn:r3629 | |||
2005-02-15 | More fixes for IRIX compilation: make very sure we have NULL in ↵ | Nick Mathewson | |
configure.in. This may work now. svn:r3627 | |||
2005-02-15 | Fix check for NULL representation to include string.h; this makes fixes ↵ | Nick Mathewson | |
building on Irix, I hope. svn:r3625 | |||
2005-02-14 | make the wikipedia statement less strict | Roger Dingledine | |
svn:r3624 | |||
2005-02-14 | Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ↵ | Nick Mathewson | |
mark a connection to be freed, if the circuit it was attached to fails for some reason. svn:r3623 | |||
2005-02-13 | Tell openssl how to use locks and how to find thread ids -- this may prevent ↵ | Nick Mathewson | |
race conditions surrounding the error queue. svn:r3622 | |||
2005-02-13 | Add a missing prototype to or.h | Nick Mathewson | |
svn:r3621 | |||
2005-02-13 | remove redundant unpack in critical path | Nick Mathewson | |
svn:r3620 | |||
2005-02-12 | Give a better error message when zlib.h is not found. | Nick Mathewson | |
svn:r3618 | |||
2005-02-12 | Apply windows patch from Dmitri Bely | Nick Mathewson | |
svn:r3617 | |||
2005-02-11 | Do not try to double-aquire lock when rotating keys. May fix deadlock bug ↵ | Nick Mathewson | |
found by weasel. svn:r3616 | |||
2005-02-11 | Free tls resources on exit too | Nick Mathewson | |
svn:r3615 | |||
2005-02-11 | Free even more things on shutdown. Temporarily move tor_free_all out from ↵ | Nick Mathewson | |
#ifdef so it gets tested more. svn:r3614 | |||
2005-02-10 | Add more functions to free things to help dmalloc allong. | Nick Mathewson | |
svn:r3613 | |||
2005-02-10 | mention 0.0.9.4 on win32 and osx doc pages | Roger Dingledine | |
svn:r3612 | |||
2005-02-10 | if we're hibernating and we get a sigint, exit immediately. | Roger Dingledine | |
closes bug 91. svn:r3611 | |||
2005-02-10 | stop picking unverified dir mirrors, ever. | Roger Dingledine | |
it only leads to misery. svn:r3610 | |||
2005-02-10 | when a client asks us for a dir mirror and we don't have one, | Roger Dingledine | |
launch an attempt to get a fresh one. svn:r3609 | |||
2005-02-10 | some more tweaks on the paper | Roger Dingledine | |
svn:r3608 | |||
2005-02-09 | remove redundant lines | Roger Dingledine | |
svn:r3607 | |||
2005-02-09 | Patch from adam langley: always remove sockets from libevent before closing ↵ | Nick Mathewson | |
them. Should fix epoll-related bugs. svn:r3606 | |||
2005-02-09 | More tweaks, grammar, etc. I say it's ready to submit. | Paul Syverson | |
svn:r3605 | |||
2005-02-09 | fix wordo | Roger Dingledine | |
svn:r3604 | |||
2005-02-09 | This section is first up against the wall when the revolution comes. | Roger Dingledine | |
svn:r3603 | |||
2005-02-09 | mark this one as a draft, so people who cache it will look dumb | Roger Dingledine | |
in two years svn:r3602 |