.. |
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
|
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
|
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
|
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
|
remove the responsibility for setting listensocklen to the function that made the sockaddr
|
2008-12-27 15:46:13 +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
|
partial move to letting bridge descriptor fetches use our new (well,
|
2008-12-27 07:30:47 +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
|
More compilation tweaks on Android: fix two clear errors in our code that apparently the compiler cares about there.
|
2008-12-29 04:01:58 +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
|
r14399@tombo: nickm | 2008-02-22 14:09:38 -0500
|
2008-02-22 19:09:45 +00:00 |
or.h
|
More compilation tweaks on Android: fix two clear errors in our code that apparently the compiler cares about there.
|
2008-12-29 04:01:58 +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
|
Do not not cannibalize a circuit that has run out of RELAY_EARLY cells. Partial bug 878 fix.
|
2008-12-29 19:55:17 +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
|
Replace kludgy assert with something a little less awful, and avoid needless strlcpy in rend descriptor encoding.
|
2008-12-29 19:57:08 +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 |