.. |
buffers.c
|
Remove tor_malloc_roundup().
|
2012-08-13 13:27:32 -04:00 |
buffers.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
circuitbuild.c
|
Merge remote-tracking branch 'linus/bug6757'
|
2012-10-04 10:31:25 -04:00 |
circuitbuild.h
|
pass the reason from the truncated cell to the controller
|
2012-10-03 23:56:34 -04:00 |
circuitlist.c
|
Split the routerset code out of routerlist.c
|
2012-09-14 10:20:00 -04:00 |
circuitlist.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
circuituse.c
|
actually use the rate-limiting string
|
2012-10-03 13:03:09 -04:00 |
circuituse.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
command.c
|
Downgrade "Failed to hand off onionskin" messages
|
2012-10-05 13:35:13 -04:00 |
command.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
config_codedigest.c
|
Resolve about 24 DOCDOCs
|
2012-06-05 00:17:54 -04:00 |
config.c
|
Fix tabs in config.c
|
2012-10-04 10:34:46 -04:00 |
config.h
|
Split the or_state_t portions of config.c into their own file
|
2012-09-13 12:20:26 -04:00 |
confparse.c
|
Split the routerset code out of routerlist.c
|
2012-09-14 10:20:00 -04:00 |
confparse.h
|
Split the generic config_fmt_t code into a new confparse.c file
|
2012-09-13 12:20:25 -04:00 |
connection_edge.c
|
Split the routerset code out of routerlist.c
|
2012-09-14 10:20:00 -04:00 |
connection_edge.h
|
Merge remote-tracking branch 'public/bug3940_redux'
|
2012-06-13 11:40:38 -04:00 |
connection_or.c
|
more consistently use [gs]et_uint8
|
2012-10-02 20:39:58 -04:00 |
connection_or.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
connection.c
|
Make option OutboundBindAddress accept IPv6 addresses too.
|
2012-09-20 17:09:25 +02:00 |
connection.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
control.c
|
Remove router_get_by_{nickname,hexdigest} entirely
|
2012-09-14 10:20:00 -04:00 |
control.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
cpuworker.c
|
Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END
|
2012-07-17 10:34:08 -04:00 |
cpuworker.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
directory.c
|
Split the routerset code out of routerlist.c
|
2012-09-14 10:20:00 -04:00 |
directory.h
|
Fix a wide line
|
2012-09-12 16:28:46 -04:00 |
dirserv.c
|
Remove the testing_since* fields
|
2012-09-21 22:05:09 -04:00 |
dirserv.h
|
Add last_reachable and testing_since for IPv6 OR port.
|
2012-07-19 18:21:20 +02:00 |
dirvote.c
|
Fix comment typo
|
2012-09-18 16:50:54 -04:00 |
dirvote.h
|
Whitespace fixes.
|
2012-09-05 19:40:15 +02:00 |
dns.c
|
reformat; no actual changes
|
2012-10-02 21:03:01 -04:00 |
dns.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
dnsserv.c
|
Triage the XXX023 and XXX022 comments: postpone many.
|
2012-06-15 15:07:52 -04:00 |
dnsserv.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
eventdns_tor.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
eventdns.c
|
Be more careful calling wcstombs
|
2012-06-07 11:09:38 -04:00 |
eventdns.h
|
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
|
2012-01-31 15:48:47 -05:00 |
geoip.c
|
Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END
|
2012-07-17 10:34:08 -04:00 |
geoip.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
hibernate.c
|
Split the or_state_t portions of config.c into their own file
|
2012-09-13 12:20:26 -04:00 |
hibernate.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
include.am
|
Split the routerset code out of routerlist.c
|
2012-09-14 10:20:00 -04:00 |
main.c
|
The --version option should imply --quiet.
|
2012-10-01 11:01:18 -04:00 |
main.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
Makefile.nmake
|
Be a good git person: store nmakefiles in correct text fmt
|
2012-05-14 13:01:05 -04:00 |
microdesc.c
|
Don't log about reloading the microdescriptor cache at startup
|
2012-09-03 18:50:27 -04:00 |
microdesc.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
networkstatus.c
|
Move functions for seeing if we know enough nodes into nodelist
|
2012-09-14 10:20:01 -04:00 |
networkstatus.h
|
Move functions for seeing if we know enough nodes into nodelist
|
2012-09-14 10:20:01 -04:00 |
nodelist.c
|
Merge remote-tracking branch 'linus/bug6757'
|
2012-10-04 10:31:25 -04:00 |
nodelist.h
|
Move functions for seeing if we know enough nodes into nodelist
|
2012-09-14 10:20:01 -04:00 |
ntmain.c
|
Be more careful calling wcstombs
|
2012-06-07 11:09:38 -04:00 |
ntmain.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
onion.c
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
onion.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
or.h
|
Merge remote-tracking branch 'linus/enh6876_2'
|
2012-09-28 11:57:36 -04:00 |
policies.c
|
Merge remote-tracking branch 'origin/maint-0.2.3'
|
2012-08-27 16:09:29 -04:00 |
policies.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
reasons.c
|
Merge remote-tracking branch 'public/bug4710'
|
2012-06-05 10:16:28 -04:00 |
reasons.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
relay.c
|
pass the reason from the truncated cell to the controller
|
2012-10-03 23:56:34 -04:00 |
relay.h
|
Move tor_gettimeofday_cached() into compat_libevent
|
2012-06-15 15:07:53 -04:00 |
rendclient.c
|
Avoid sign-extending when computing rend auth type.
|
2012-09-17 10:28:14 -04:00 |
rendclient.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
rendcommon.c
|
Use new replaycache_t structure for replay detection in rend_service_introduce()
|
2012-07-31 17:08:12 -04:00 |
rendcommon.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
rendmid.c
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
rendmid.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
rendservice.c
|
Implement and use crypto_pk_eq_keys
|
2012-09-17 11:02:53 -04:00 |
rendservice.h
|
Refactor INTRODUCE2 parsing code in rend_service_introduce()
|
2012-07-31 17:08:12 -04:00 |
rephist.c
|
Merge branch 'maint-0.2.3'
|
2012-09-10 18:25:57 -04:00 |
rephist.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
replaycache.c
|
Implement replaycache_t for bug 6177, and unit tests for the preceding
|
2012-07-31 17:08:05 -04:00 |
replaycache.h
|
Implement replaycache_t for bug 6177, and unit tests for the preceding
|
2012-07-31 17:08:05 -04:00 |
router.c
|
Implement and use crypto_pk_eq_keys
|
2012-09-17 11:02:53 -04:00 |
router.h
|
Move ipv6_preferred from routerinfo_t to node_t.
|
2012-08-23 22:13:12 +02:00 |
routerlist.c
|
Implement and use crypto_pk_eq_keys
|
2012-09-17 11:02:53 -04:00 |
routerlist.h
|
Move functions for seeing if we know enough nodes into nodelist
|
2012-09-14 10:20:01 -04:00 |
routerparse.c
|
Merge remote-tracking branch 'public/bug6853'
|
2012-09-17 10:50:48 -04:00 |
routerparse.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
routerset.c
|
Split the routerset code out of routerlist.c
|
2012-09-14 10:20:00 -04:00 |
routerset.h
|
Split the routerset code out of routerlist.c
|
2012-09-14 10:20:00 -04:00 |
statefile.c
|
Split the or_state_t portions of config.c into their own file
|
2012-09-13 12:20:26 -04:00 |
statefile.h
|
Split the or_state_t portions of config.c into their own file
|
2012-09-13 12:20:26 -04:00 |
status.c
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
status.h
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
tor_main.c
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
transports.c
|
Don't call fmt_addr() twice in a parameter list.
|
2012-10-09 23:49:56 -04:00 |
transports.h
|
Start passing ports to tor_check_port_forwarding().
|
2012-09-05 18:08:18 +03:00 |