.. |
buffers.c
|
Apparently sparc64 is way more strict about uint16_t access alignment than I had thought: it gave bus errors when messing with var-cell headers. Maybe this patch will fix bug 862.
|
2008-11-12 14:41:44 +00:00 |
circuitbuild.c
|
When the client is choosing entry guards, now it selects at most
|
2008-12-08 00:04:29 +00:00 |
circuitlist.c
|
we missed a case when printing circuit purposes in circ events.
|
2008-11-09 23:56:29 +00:00 |
circuituse.c
|
fix wide lines
|
2008-11-07 01:48:55 +00:00 |
command.c
|
r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400
|
2008-08-05 20:08:19 +00:00 |
config.c
|
Add new internal-use-only option for controllers to use to prevent SIGHUP from reloading the configuration. Fixes bug 856.
|
2008-12-10 22:17:02 +00:00 |
connection_edge.c
|
Implement proposal 148: Make client stream end reasons uniform.
|
2008-12-12 20:30:42 +00:00 |
connection_or.c
|
Apply rovv's bug 805 fix: take more care never to prefer a non-canonical connection.
|
2008-12-15 21:17:43 +00:00 |
connection.c
|
Now that tor_assert is no longer using a broken force-to-boolean formulation, we can tor_assert a bitfield without a gcc compile error.
|
2008-12-11 20:28:50 +00:00 |
control.c
|
Note that a couple of line in control.c are supposed to be dead-code.
|
2008-12-11 21:11:28 +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
|
comment tweak
|
2008-12-14 19:39:54 +00:00 |
dirserv.c
|
i needed a piece of the 'patching patches' action too
|
2008-11-07 03:39:19 +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
|
Bug 691 fix: do not shutdown Tor servers right away if the network is down.
|
2008-12-10 20:45:31 +00:00 |
dnsserv.c
|
fix wide lines
|
2008-11-07 01:48:55 +00:00 |
eventdns_tor.h
|
Update some copyright notices: it is now 2008.
|
2008-02-07 05:31:47 +00:00 |
eventdns.c
|
Fix a logic error that would automatically reject all but the first configured DNS server. Bugfix on 0.2.1.5-alpha. Possible fix for part of 813/868. Spotted by coderman
|
2008-12-10 22:57:41 +00:00 |
eventdns.h
|
Implement the 0x20-hack to make DNS poisoning harder against us, especially when resolving large names. Add a cfg option to disable it, since apparently 3/10 of a percent of servers get it wrong.
|
2008-10-29 19:20:02 +00:00 |
geoip.c
|
Widen the conditions under which we whine about not having a geoip file to include "a country code was configured in a node list."
|
2008-09-25 21:06:32 +00:00 |
hibernate.c
|
r14399@tombo: nickm | 2008-02-22 14:09:38 -0500
|
2008-02-22 19:09:45 +00:00 |
main.c
|
Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.
|
2008-12-11 19:12:55 +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
|
Change directory_get_from_dirserver to take a set of flags to be passed to pick_(trusted_)dirserver. This lets us make its interface smarter, and makes code that calls it a little more readable.
|
2008-12-11 19:12:45 +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
|
Implement proposal 148: Make client stream end reasons uniform.
|
2008-12-12 20:30:42 +00:00 |
policies.c
|
Remove bug 811/845 debugging code
|
2008-11-07 01:50:37 +00:00 |
reasons.c
|
Actually reinstate errors that did not work on windows, and add a comment about reading the documentation of the S_CASE and E_CASE macros before adding new cases to the switch statements there.
|
2008-06-13 03:52:58 +00:00 |
relay.c
|
When a stream at an exit relay is in state "resolving" or
|
2008-12-14 19:40:56 +00:00 |
rendclient.c
|
Change directory_get_from_dirserver to take a set of flags to be passed to pick_(trusted_)dirserver. This lets us make its interface smarter, and makes code that calls it a little more readable.
|
2008-12-11 19:12:45 +00:00 |
rendcommon.c
|
make layer_hint check a little stricter.
|
2008-10-27 16:57:18 +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
|
Switch a should-benee-dless check for an assert.
|
2008-09-30 13:59:12 +00:00 |
router.c
|
Bug 691 fix: do not shutdown Tor servers right away if the network is down.
|
2008-12-10 20:45:31 +00:00 |
routerlist.c
|
Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.
|
2008-12-11 19:12:55 +00:00 |
routerparse.c
|
Add cross-certification to authority key certificates. Partial implementation of proposal 157.
|
2008-12-12 18:31:39 +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
|
Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server side of 157.
|
2008-12-12 19:05:36 +00:00 |
tor_main.c
|
Update some copyright notices: it is now 2008.
|
2008-02-07 05:31:47 +00:00 |