.. |
buffers.c
|
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
2008-12-18 16:11:24 +00:00 |
circuitbuild.c
|
When we need to open a new origin circuit, log why.
|
2008-12-19 18:51:49 +00:00 |
circuitlist.c
|
Document the purpose argument of circuit_find_to_cannibalize
|
2008-12-18 17:18:14 +00:00 |
circuituse.c
|
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
2008-12-18 16:11:24 +00:00 |
command.c
|
fix typo noticed by wood
|
2008-12-22 09:52:56 +00:00 |
config.c
|
gabelmoo has a new IP address (once more).
|
2008-12-22 00:48:10 +00:00 |
connection_edge.c
|
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses.
|
2008-12-19 18:52:00 +00:00 |
connection_or.c
|
More approx_time() calls. Noted by forest.
|
2008-12-19 18:51:35 +00:00 |
connection.c
|
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.
|
2008-12-18 17:19:04 +00:00 |
control.c
|
Massage a little code to hopfully please coverity.
|
2008-12-18 04:45:51 +00:00 |
cpuworker.c
|
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?
|
2008-08-15 13:55:01 +00:00 |
directory.c
|
some windows users are outraged that tor refuses to work even
|
2008-12-22 09:10:06 +00:00 |
dirserv.c
|
the default should not be the notify the poster, unless something
|
2008-12-22 06:25:49 +00:00 |
dirvote.c
|
Apply rovv's patch for bug 864: avoid null error on detached signature handling failure.
|
2008-12-02 19:13:23 +00:00 |
dns.c
|
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses.
|
2008-12-19 18:52:00 +00:00 |
dnsserv.c
|
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
2008-12-18 16:11:24 +00:00 |
eventdns_tor.h
|
Update some copyright notices: it is now 2008.
|
2008-02-07 05:31:47 +00:00 |
eventdns.c
|
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses.
|
2008-12-19 18:52:00 +00:00 |
eventdns.h
|
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses.
|
2008-12-19 18:52:00 +00:00 |
geoip.c
|
Remove fixed xxx020s; downgrade unfixed ones.
|
2008-12-18 16:11:03 +00:00 |
hibernate.c
|
r14399@tombo: nickm | 2008-02-22 14:09:38 -0500
|
2008-02-22 19:09:45 +00:00 |
main.c
|
Why were we using gettimeofday() in second_elapsed_callback? We were only ever looking at the tv_sec field.
|
2008-12-18 17:19:23 +00:00 |
Makefile.am
|
Add experimental support for learning svn revision number in git-svn based repositories. Fancy.
|
2008-12-11 06:52:24 +00:00 |
networkstatus.c
|
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
2008-12-18 16:11:24 +00:00 |
ntmain.c
|
r19092@catbus: nickm | 2008-03-27 12:43:29 -0400
|
2008-03-27 16:46:36 +00:00 |
onion.c
|
r14399@tombo: nickm | 2008-02-22 14:09:38 -0500
|
2008-02-22 19:09:45 +00:00 |
or.h
|
the default should not be the notify the poster, unless something
|
2008-12-22 06:25:49 +00:00 |
policies.c
|
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
2008-12-18 16:11:24 +00:00 |
reasons.c
|
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
2008-12-18 16:11:24 +00:00 |
relay.c
|
Make cell pools always-on.
|
2008-12-18 17:28:50 +00:00 |
rendclient.c
|
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
2008-12-18 16:11:24 +00:00 |
rendcommon.c
|
Fix memory leak in rend_cache_store_v2_desc_as_client(), and refactor the function to use the "goto err" idiom.
|
2008-12-18 00:11:49 +00:00 |
rendmid.c
|
Update some copyright notices: it is now 2008.
|
2008-02-07 05:31:47 +00:00 |
rendservice.c
|
Apply patch from Karsten to fix bug 879. Backport candidate.
|
2008-12-10 18:16:58 +00:00 |
rephist.c
|
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
2008-12-18 16:11:24 +00:00 |
router.c
|
Make it possible to call set_onion_key twice without leaking RAM.
|
2008-12-18 05:40:57 +00:00 |
routerlist.c
|
More propagating of things that need to be was_router_added_t now.
|
2008-12-22 04:53:11 +00:00 |
routerparse.c
|
Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone.
|
2008-12-17 17:20:42 +00:00 |
test_data.c
|
Add cross-certification to authority key certificates. Partial implementation of proposal 157.
|
2008-12-12 18:31:39 +00:00 |
test.c
|
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses.
|
2008-12-19 18:52:00 +00:00 |
tor_main.c
|
Update some copyright notices: it is now 2008.
|
2008-02-07 05:31:47 +00:00 |