Nick Mathewson f80ac31d74 Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. 17 年 前
..
Makefile.am 42f21007a3 consolidate all our edge/circ/orconn reason-to-foo-or-back functions 17 年 前
buffers.c a8ddac96d8 handle ipv6 in socks5 requests. 17 年 前
circuitbuild.c cfff21e78a backport candidate: 17 年 前
circuitlist.c 960a0f0a99 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 17 年 前
circuituse.c 960a0f0a99 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 17 年 前
command.c 960a0f0a99 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 17 年 前
config.c f80ac31d74 Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. 17 年 前
connection.c 730f1b6d3f Oops. Make warn_too_many_conns() actually work. 17 年 前
connection_edge.c 8a9b6204ca get rid of some magic constants i found while walking 17 年 前
connection_or.c 5ab6fe0051 r17680@tombo: nickm | 2008-08-07 16:06:30 -0400 17 年 前
control.c fcf817f897 Switch global_identifier on connections to a 64-bit field and move it to connection_t. When procession onionskins, look up the connection by this field rather than by addr:port. This will keep us from dropping onionskins. How many dropped circuits are dropped because of this bug? 17 年 前
cpuworker.c fcf817f897 Switch global_identifier on connections to a 64-bit field and move it to connection_t. When procession onionskins, look up the connection by this field rather than by addr:port. This will keep us from dropping onionskins. How many dropped circuits are dropped because of this bug? 17 年 前
directory.c 4eecd27b42 Make trunk build again under -DEXPORTMALLINFO 17 年 前
dirserv.c d3be2cb7fb And tell us more in another error case 17 年 前
dirvote.c 3c0b0ccca9 Two consensus fixes: always reset has_* to 0, and use a buffer of proper length for exitsummaries. 17 年 前
dns.c 0800b332a0 r17847@tombo: nickm | 2008-08-22 12:08:56 -0400 17 年 前
dnsserv.c d9601c65e0 r17666@tombo: nickm | 2008-08-07 15:12:30 -0400 17 年 前
eventdns.c 6bf1dec945 Oops; set address families on nameservers. 17 年 前
eventdns.h fc52d85b7c r17846@tombo: nickm | 2008-08-22 11:54:00 -0400 17 年 前
eventdns_tor.h 842a33ff20 Update some copyright notices: it is now 2008. 17 年 前
geoip.c 32549ad95e Double oops: revert accidentally committed local geoipc.c debugging hack. 17 年 前
hibernate.c e7db789e82 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 17 年 前
main.c f80ac31d74 Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. 17 年 前
networkstatus.c 2625eb204f Fix a memory leak when freeing routerstatuses with exit policy summaries. Patch from mwenge. 17 年 前
ntmain.c 4e6b6e3ad7 r19092@catbus: nickm | 2008-03-27 12:43:29 -0400 17 年 前
onion.c e7db789e82 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 17 年 前
or.h f80ac31d74 Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. 17 年 前
policies.c e8de3ff54d If we are lucky the whitespace nazis will not have noticed these things yet 17 年 前
reasons.c bcde95509d Actually reinstate errors that did not work on windows, and add a comment about reading the documentation of the S_CASE and E_CASE macros before adding new cases to the switch statements there. 17 年 前
relay.c 960a0f0a99 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 17 年 前
rendclient.c 97245376d9 Next patch from Karsten: client-side configuration stuff for proposal 121. 17 年 前
rendcommon.c cc8b2247bf make r16598 compile on 64-bit too 17 年 前
rendmid.c 842a33ff20 Update some copyright notices: it is now 2008. 17 年 前
rendservice.c 24f1d29be1 Apply proposal 121 patch 3, with minor tweaks and a few comments. 17 年 前
rephist.c 5e299b5e01 minor fixes that have been accumulating 17 年 前
router.c f80ac31d74 Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. 17 年 前
routerlist.c 24da63ea7b Add exit policy and bw to dirvotes - unfortunately also to v2 statuses 17 年 前
routerparse.c cc8b2247bf make r16598 compile on 64-bit too 17 年 前
test.c 24f1d29be1 Apply proposal 121 patch 3, with minor tweaks and a few comments. 17 年 前
test_data.c 842a33ff20 Update some copyright notices: it is now 2008. 17 年 前
tor_main.c 842a33ff20 Update some copyright notices: it is now 2008. 17 年 前