Nick Mathewson c67bd80487 Make cell pools always-on. пре 17 година
..
Makefile.am 240ee1866b Add experimental support for learning svn revision number in git-svn based repositories. Fancy. пре 17 година
buffers.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
circuitbuild.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
circuitlist.c b91335117f Document the purpose argument of circuit_find_to_cannibalize пре 17 година
circuituse.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
command.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
config.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
connection.c bf80e2df3f Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. пре 17 година
connection_edge.c bf80e2df3f Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. пре 17 година
connection_or.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
control.c d597b23c42 Massage a little code to hopfully please coverity. пре 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 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
dirserv.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
dirvote.c 9c65195449 Apply rovv's patch for bug 864: avoid null error on detached signature handling failure. пре 17 година
dns.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
dnsserv.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
eventdns.c 148e4e8837 Do not leak the DNS server port structure. пре 17 година
eventdns.h 0c9dfffe5a Implement the 0x20-hack to make DNS poisoning harder against us, especially when resolving large names. Add a cfg option to disable it, since apparently 3/10 of a percent of servers get it wrong. пре 17 година
eventdns_tor.h 842a33ff20 Update some copyright notices: it is now 2008. пре 18 година
geoip.c ecaee1d927 Remove fixed xxx020s; downgrade unfixed ones. пре 17 година
hibernate.c e7db789e82 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 пре 18 година
main.c c3e4b12e7f Why were we using gettimeofday() in second_elapsed_callback? We were only ever looking at the tv_sec field. пре 17 година
networkstatus.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
ntmain.c 4e6b6e3ad7 r19092@catbus: nickm | 2008-03-27 12:43:29 -0400 пре 18 година
onion.c e7db789e82 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 пре 18 година
or.h 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
policies.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
reasons.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
relay.c c67bd80487 Make cell pools always-on. пре 17 година
rendclient.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
rendcommon.c 5c235cb5ec Fix memory leak in rend_cache_store_v2_desc_as_client(), and refactor the function to use the "goto err" idiom. пре 17 година
rendmid.c 842a33ff20 Update some copyright notices: it is now 2008. пре 18 година
rendservice.c 426b53d85a Apply patch from Karsten to fix bug 879. Backport candidate. пре 17 година
rephist.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
router.c 1b735e46dd Make it possible to call set_onion_key twice without leaking RAM. пре 17 година
routerlist.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. пре 17 година
routerparse.c f43bcdc063 Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone. пре 17 година
test.c bf80e2df3f Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. пре 17 година
test_data.c 69ce955484 Add cross-certification to authority key certificates. Partial implementation of proposal 157. пре 17 година
tor_main.c 842a33ff20 Update some copyright notices: it is now 2008. пре 18 година