Nick Mathewson c67bd80487 Make cell pools always-on. před 17 roky
..
Makefile.am 240ee1866b Add experimental support for learning svn revision number in git-svn based repositories. Fancy. před 17 roky
buffers.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
circuitbuild.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
circuitlist.c b91335117f Document the purpose argument of circuit_find_to_cannibalize před 17 roky
circuituse.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
command.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
config.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
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. před 17 roky
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. před 17 roky
connection_or.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
control.c d597b23c42 Massage a little code to hopfully please coverity. před 17 roky
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? před 17 roky
directory.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
dirserv.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
dirvote.c 9c65195449 Apply rovv's patch for bug 864: avoid null error on detached signature handling failure. před 17 roky
dns.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
dnsserv.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
eventdns.c 148e4e8837 Do not leak the DNS server port structure. před 17 roky
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. před 17 roky
eventdns_tor.h 842a33ff20 Update some copyright notices: it is now 2008. před 18 roky
geoip.c ecaee1d927 Remove fixed xxx020s; downgrade unfixed ones. před 17 roky
hibernate.c e7db789e82 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 před 18 roky
main.c c3e4b12e7f Why were we using gettimeofday() in second_elapsed_callback? We were only ever looking at the tv_sec field. před 17 roky
networkstatus.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
ntmain.c 4e6b6e3ad7 r19092@catbus: nickm | 2008-03-27 12:43:29 -0400 před 18 roky
onion.c e7db789e82 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 před 18 roky
or.h 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
policies.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
reasons.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
relay.c c67bd80487 Make cell pools always-on. před 17 roky
rendclient.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
rendcommon.c 5c235cb5ec Fix memory leak in rend_cache_store_v2_desc_as_client(), and refactor the function to use the "goto err" idiom. před 17 roky
rendmid.c 842a33ff20 Update some copyright notices: it is now 2008. před 18 roky
rendservice.c 426b53d85a Apply patch from Karsten to fix bug 879. Backport candidate. před 17 roky
rephist.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
router.c 1b735e46dd Make it possible to call set_onion_key twice without leaking RAM. před 17 roky
routerlist.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 17 roky
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. před 17 roky
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. před 17 roky
test_data.c 69ce955484 Add cross-certification to authority key certificates. Partial implementation of proposal 157. před 17 roky
tor_main.c 842a33ff20 Update some copyright notices: it is now 2008. před 18 roky