tor/src/or
2012-10-22 12:24:29 +02:00
..
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
channel.c Add debug logging for channel_free() and channel_force_free() 2012-10-15 06:46:23 -07:00
channel.h Implement channel_set_cmux_policy_everywhere() 2012-10-10 00:44:46 -07:00
channeltls.c Remove variables; fix gcc 4.7 warnings 2012-10-10 21:25:52 -04:00
channeltls.h Add magic number for type-checking channel casts 2012-10-09 23:19:53 -07:00
circuitbuild.c Merge remote-tracking branch 'arma/bug7029' 2012-10-14 23:06:43 -04:00
circuitbuild.h Use channel_t rather than or_connection_t for circuits 2012-10-08 03:04:58 -07:00
circuitlist.c Remove variables; fix gcc 4.7 warnings 2012-10-10 21:25:52 -04:00
circuitlist.h Fix detach when setting circuit ID to 0 bug in circuit_set_circid_chan_helper() and add circuit_get_by_circid_channel_even_if_marked() 2012-10-10 00:44:46 -07:00
circuitmux_ewma.c Remove variables; fix gcc 4.7 warnings 2012-10-10 21:25:52 -04:00
circuitmux_ewma.h Implement cell_ewma_enabled() 2012-10-10 00:44:47 -07:00
circuitmux.c Fix formatting in various places after 6465/6816 work 2012-10-10 00:48:36 -07:00
circuitmux.h Add upcasts for circuitmux_policy_data_t and circuitmux_policy_circ_data_t to circuitmux.h 2012-10-10 00:44:46 -07:00
circuituse.c Split channel_t into channel_t and channel_listener_t; get rid of that big union 2012-10-09 23:19:53 -07:00
circuituse.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
command.c fix trivial typo 2012-10-13 18:34:24 -04:00
command.h Split channel_t into channel_t and channel_listener_t; get rid of that big union 2012-10-09 23:19:53 -07:00
config_codedigest.c Resolve about 24 DOCDOCs 2012-06-05 00:17:54 -04:00
config.c Document two functions. 2012-10-22 12:24:29 +02: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 Merge branch 'bug7011' 2012-10-10 22:31:06 -04:00
connection_edge.h Merge remote-tracking branch 'public/bug3940_redux' 2012-06-13 11:40:38 -04:00
connection_or.c Merge branch 'bug7011' 2012-10-10 22:31:06 -04:00
connection_or.h Initial channeltls.c/channeltls.h for bug 6465 2012-10-08 03:04:00 -07:00
connection.c Merge remote-tracking branch 'arma/bug7029' 2012-10-14 23:06:43 -04:00
connection.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
control.c Use connection_or_get_num_circuits() in control.c 2012-10-08 03:06:09 -07:00
control.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
cpuworker.c Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_t 2012-10-08 19:48:06 -07:00
cpuworker.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
directory.c Use dirreq_id from channel_t when appropriate 2012-10-08 03:06:09 -07:00
directory.h Fix a wide line 2012-09-12 16:28:46 -04:00
dirserv.c Install correct incoming cell handlers on reachability testing channels 2012-10-12 10:02:13 -04:00
dirserv.h Add last_reachable and testing_since for IPv6 OR port. 2012-07-19 18:21:20 +02:00
dirvote.c Use fmt_addrport where appropriate. 2012-10-10 22:25:30 -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
geoip.c Rename C reserved identifiers missed before. 2012-10-20 20:56:59 +02:00
geoip.h Add "IPVersions" to control command "status/clients-seen". 2012-10-20 20:56:59 +02: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 Move all externally maintained source files into src/ext 2012-10-11 17:22:03 -04:00
main.c Merge remote-tracking branch 'arma/bug7029' 2012-10-14 23:06:43 -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 Add initial circuitmux_ewma.{c,h} 2012-10-10 00:44:46 -07: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 Fix formatting in various places after 6465/6816 work 2012-10-10 00:48:36 -07:00
networkstatus.h Move functions for seeing if we know enough nodes into nodelist 2012-09-14 10:20:01 -04:00
nodelist.c Two changes lost in rebase resurrected. 2012-10-17 12:13:49 +02: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 Switch onion.c over to channel_t 2012-10-08 03:06:09 -07:00
onion.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
or.h Add GeoIP database for IPv6 addresses 2012-10-17 10:54:52 +02:00
policies.c Add GeoIP database for IPv6 addresses 2012-10-17 10:54:52 +02:00
policies.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
reasons.c Use channel_t rather than or_connection_t for circuits 2012-10-08 03:04:58 -07:00
reasons.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
relay.c Fix some circuitmux-related asserts in relay.c 2012-10-10 00:44:46 -07:00
relay.h Remove EWMA code from relay.{c,h}; it goes to a circuitmux policy now 2012-10-10 00:44:46 -07: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 Convert rendmid.c to channel_t 2012-10-08 03:06:09 -07:00
rendmid.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
rendservice.c Use fmt_addrport where appropriate. 2012-10-10 22:25:30 -04:00
rendservice.h Refactor INTRODUCE2 parsing code in rend_service_introduce() 2012-07-31 17:08:12 -04:00
rephist.c Free some more still-in-use memory at exit 2012-10-03 12:46:09 -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 Separate IPv4 and IPv6 geoip file loading. 2012-10-20 20:56:59 +02:00
router.h Fix make check-spaces in circuitbuild.c and router.h 2012-10-08 03:04:00 -07: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 Separate IPv4 and IPv6 geoip file loading. 2012-10-20 20:56:59 +02:00
routerset.h Split the routerset code out of routerlist.c 2012-09-14 10:20:00 -04:00
statefile.c Use fmt_addrport where appropriate. 2012-10-10 22:25:30 -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 Use fmt_addrport in pt_get_extra_info_descriptor_string. 2012-10-10 22:25:30 -04:00
transports.h Start passing ports to tor_check_port_forwarding(). 2012-09-05 18:08:18 +03:00