tor/src/or
Roger Dingledine dfc6555ddd switch over the bridge descriptor download mechanism to
use the same download mechanism as other places.

i had to make an ugly hack around "IMPOSSIBLE_TO_DOWNLOAD+1".
we should unhack that sometime.


svn:r17834
2008-12-31 14:19:57 +00:00
..
buffers.c Remove some code that is #ifdefed out, and that we no longer seem to use, if we ever did. 2008-12-30 04:16:49 +00:00
circuitbuild.c switch over the bridge descriptor download mechanism to 2008-12-31 14:19:57 +00:00
circuitlist.c Do not cannibalize a circuit that has run out of RELAY_EARLY cells. Partial bug 878 fix. 2008-12-29 19:55:13 +00:00
circuituse.c Downgrade some xxx021s, comment more on others, etc 2008-12-29 20:17:24 +00:00
command.c Document most undocumented variables. 2008-12-23 17:56:31 +00:00
config.c Downgrade some xxx021s, comment more on others, etc 2008-12-29 20:17:24 +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 Explain why the XXXX021 in connection_or.c was there, and explain why it doesn' actually need to get fixed in 0.2.1, I think. 2008-12-29 19:57:13 +00:00
connection.c Downgrade some xxx021s, comment more on others, etc 2008-12-29 20:17:24 +00:00
control.c While I'm at it, refactor control.c a little so that the dead code no longer exists. 2008-12-29 14:21:25 +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 fix a bug in download failure logging; don't do this "stop 2008-12-31 14:11:46 +00:00
dirserv.c Spec compliance: if weighted MTBF of a router is at least 5 days, always vote it as Stable. 2008-12-29 20:17:18 +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 Indeed, arma was right. There was one ntohl too many in debug_ntop in eventdns.c 2008-12-30 04:08:45 +00:00
eventdns.h Use a consistent naming standard for header file guard macros, taking care not to collide with any system headers. This tripped us up on Android. 2008-12-29 02:21:02 +00:00
geoip.c partial move to letting bridge descriptor fetches use our new (well, 2008-12-27 07:30: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 Remove some code that is #ifdefed out, and that we no longer seem to use, if we ever did. 2008-12-30 04:16:49 +00:00
or.h Debug code for task 878. 2008-12-30 11:43:50 +00:00
policies.c Switch address comparisons in policies to be exact rather than semantic. Until we do ipv6 exit policies and until we know whether we even allow ::ffff:0:0/96 addresses, there is no point in doing "semantic" comparisons. This was also showing up on oprofile. 2008-12-29 01:47:33 +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 Debug code for task 878. 2008-12-30 11:43: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 switch over the bridge descriptor download mechanism to 2008-12-31 14:19:57 +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 New controller event "clients_seen" to report a geoip-based summary 2008-12-27 06:50:07 +00:00
routerlist.c coverity thinks it's dumb to check networkstatus_v2_list in one place and not another. Coverity has a point, even though the check may be redundant. CID 361. 2008-12-29 14:06:47 +00:00
routerparse.c Downgrade the last xxx021 in routerparse. The duplicate code stands for now. 2008-12-29 19:57:04 +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