tor/src/or
2008-12-26 22:51:25 +00:00
..
buffers.c Fix most DOCDOCs remaining and/or added by redox. 2008-12-22 17:53:04 +00:00
circuitbuild.c Checkpoint my big bug-891 patch. 2008-12-24 02:38:04 +00:00
circuitlist.c Document the purpose argument of circuit_find_to_cannibalize 2008-12-18 17:18:14 +00:00
circuituse.c Checkpoint my big bug-891 patch. 2008-12-24 02:38:04 +00:00
command.c Document most undocumented variables. 2008-12-23 17:56:31 +00:00
config.c Document most undocumented variables. 2008-12-23 17:56:31 +00:00
connection_edge.c Use the literal parse of an address in dns_resolve_impl if parsing the address as an ipv4 or ipv6 address _succeeded_. Not if it failed. Bug introduced in r17707 (post 0.2.1.8-alpha), and found by xiando. 2008-12-24 02:38:07 +00:00
connection_or.c Checkpoint my big bug-891 patch. 2008-12-24 02:38:04 +00:00
connection.c Add more missing documentation, and correct an error in container.c documentation: Don't introduce two parameters called n when you're calling an algorithm O(n). 2008-12-26 17:35:08 +00:00
control.c some fixes i found in my sandbox 2008-12-25 15:37:47 +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 ok, fair enough, some of these variables were time_t's after all 2008-12-25 20:16:22 +00:00
dirserv.c Add more missing documentation, and correct an error in container.c documentation: Don't introduce two parameters called n when you're calling an algorithm O(n). 2008-12-26 17:35:08 +00:00
dirvote.c Fix most DOCDOCs remaining and/or added by redox. 2008-12-22 17:53:04 +00:00
dns.c Add some early checks to keep ipv6 addresses from failing by accident. Now, they fail on purpose, at least till 0.2.2.something. 2008-12-26 22:51:25 +00:00
dnsserv.c Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. 2008-12-22 14:56:28 +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 some fixes i found in my sandbox 2008-12-25 15:37:47 +00:00
hibernate.c Document most undocumented variables. 2008-12-23 17:56:31 +00:00
main.c Checkpoint my big bug-891 patch. 2008-12-24 02:38:04 +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 Add more missing documentation, and correct an error in container.c documentation: Don't introduce two parameters called n when you're calling an algorithm O(n). 2008-12-26 17:35:08 +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 Checkpoint my big bug-891 patch. 2008-12-24 02:38:04 +00:00
policies.c Fix most DOCDOCs remaining and/or added by redox. 2008-12-22 17:53:04 +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 Document most undocumented variables. 2008-12-23 17:56:31 +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 Document the pk operation count fields in rephist.c, and move them into a struct for clarity, and change their type to what we actually want to cast them to. 2008-12-26 17:35:12 +00:00
router.c Add some early checks to keep ipv6 addresses from failing by accident. Now, they fail on purpose, at least till 0.2.2.something. 2008-12-26 22:51:25 +00:00
routerlist.c Document and make more conservative the logic for picking the size of the bloom filter to use for retaining descriptors. 2008-12-26 17:35:36 +00:00
routerparse.c Document most undocumented variables. 2008-12-23 17:56:31 +00:00
test_data.c Document most undocumented variables. 2008-12-23 17:56:31 +00:00
test.c Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and has decent semantics for maskbits; and so that CMP_EXACT works right for bits==0. 2008-12-26 20:37:18 +00:00
tor_main.c Document most undocumented variables. 2008-12-23 17:56:31 +00:00