Nick Mathewson 0f9f45ff33 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. %!s(int64=17) %!d(string=hai) anos
..
Makefile.am 240ee1866b Add experimental support for learning svn revision number in git-svn based repositories. Fancy. %!s(int64=17) %!d(string=hai) anos
buffers.c 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. %!s(int64=17) %!d(string=hai) anos
circuitbuild.c df608fef45 Checkpoint my big bug-891 patch. %!s(int64=17) %!d(string=hai) anos
circuitlist.c b91335117f Document the purpose argument of circuit_find_to_cannibalize %!s(int64=17) %!d(string=hai) anos
circuituse.c df608fef45 Checkpoint my big bug-891 patch. %!s(int64=17) %!d(string=hai) anos
command.c 558e9899e4 Document most undocumented variables. %!s(int64=17) %!d(string=hai) anos
config.c 558e9899e4 Document most undocumented variables. %!s(int64=17) %!d(string=hai) anos
connection.c df5e8f65bc 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). %!s(int64=17) %!d(string=hai) anos
connection_edge.c 272e64e674 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. %!s(int64=17) %!d(string=hai) anos
connection_or.c df608fef45 Checkpoint my big bug-891 patch. %!s(int64=17) %!d(string=hai) anos
control.c a12c3f2c86 some fixes i found in my sandbox %!s(int64=17) %!d(string=hai) anos
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? %!s(int64=17) %!d(string=hai) anos
directory.c 2a42986c96 ok, fair enough, some of these variables were time_t's after all %!s(int64=17) %!d(string=hai) anos
dirserv.c df5e8f65bc 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). %!s(int64=17) %!d(string=hai) anos
dirvote.c 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. %!s(int64=17) %!d(string=hai) anos
dns.c 272e64e674 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. %!s(int64=17) %!d(string=hai) anos
dnsserv.c 1725c0c8a5 Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. %!s(int64=17) %!d(string=hai) anos
eventdns.c 029be5ad02 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. %!s(int64=17) %!d(string=hai) anos
eventdns.h 029be5ad02 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. %!s(int64=17) %!d(string=hai) anos
eventdns_tor.h 842a33ff20 Update some copyright notices: it is now 2008. %!s(int64=18) %!d(string=hai) anos
geoip.c a12c3f2c86 some fixes i found in my sandbox %!s(int64=17) %!d(string=hai) anos
hibernate.c 558e9899e4 Document most undocumented variables. %!s(int64=17) %!d(string=hai) anos
main.c df608fef45 Checkpoint my big bug-891 patch. %!s(int64=17) %!d(string=hai) anos
networkstatus.c df5e8f65bc 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). %!s(int64=17) %!d(string=hai) anos
ntmain.c 4e6b6e3ad7 r19092@catbus: nickm | 2008-03-27 12:43:29 -0400 %!s(int64=18) %!d(string=hai) anos
onion.c e7db789e82 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 %!s(int64=18) %!d(string=hai) anos
or.h df608fef45 Checkpoint my big bug-891 patch. %!s(int64=17) %!d(string=hai) anos
policies.c 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. %!s(int64=17) %!d(string=hai) anos
reasons.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. %!s(int64=17) %!d(string=hai) anos
relay.c 558e9899e4 Document most undocumented variables. %!s(int64=17) %!d(string=hai) anos
rendclient.c 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. %!s(int64=17) %!d(string=hai) anos
rendcommon.c 5c235cb5ec Fix memory leak in rend_cache_store_v2_desc_as_client(), and refactor the function to use the "goto err" idiom. %!s(int64=17) %!d(string=hai) anos
rendmid.c 842a33ff20 Update some copyright notices: it is now 2008. %!s(int64=18) %!d(string=hai) anos
rendservice.c 426b53d85a Apply patch from Karsten to fix bug 879. Backport candidate. %!s(int64=17) %!d(string=hai) anos
rephist.c 0f9f45ff33 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. %!s(int64=17) %!d(string=hai) anos
router.c 558e9899e4 Document most undocumented variables. %!s(int64=17) %!d(string=hai) anos
routerlist.c df5e8f65bc 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). %!s(int64=17) %!d(string=hai) anos
routerparse.c 558e9899e4 Document most undocumented variables. %!s(int64=17) %!d(string=hai) anos
test.c a12c3f2c86 some fixes i found in my sandbox %!s(int64=17) %!d(string=hai) anos
test_data.c 558e9899e4 Document most undocumented variables. %!s(int64=17) %!d(string=hai) anos
tor_main.c 558e9899e4 Document most undocumented variables. %!s(int64=17) %!d(string=hai) anos