Andrea Shepard 184560c4f6 Add initial circuitmux_ewma.{c,h} vor 11 Jahren
..
Makefile.nmake 184560c4f6 Add initial circuitmux_ewma.{c,h} vor 11 Jahren
buffers.c f45cde05f9 Remove tor_malloc_roundup(). vor 11 Jahren
buffers.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
channel.c b208539b80 Use circuitmux_t in channels and when relaying cells vor 11 Jahren
channel.h b208539b80 Use circuitmux_t in channels and when relaying cells vor 11 Jahren
channeltls.c b208539b80 Use circuitmux_t in channels and when relaying cells vor 11 Jahren
channeltls.h bddfb9ffa8 Add magic number for type-checking channel casts vor 11 Jahren
circuitbuild.c 3f4b95b1a3 Split channel_t into channel_t and channel_listener_t; get rid of that big union vor 11 Jahren
circuitbuild.h 32337502f1 Use channel_t rather than or_connection_t for circuits vor 11 Jahren
circuitlist.c b208539b80 Use circuitmux_t in channels and when relaying cells vor 11 Jahren
circuitlist.h 32337502f1 Use channel_t rather than or_connection_t for circuits vor 11 Jahren
circuitmux.c 34591c61ef Implement circuitmux_assert_okay() and helper functions in circuitmux.c vor 11 Jahren
circuitmux.h 4a14c6aa67 Implement circuitmux_get_first_active_circuit() in circuitmux.c; add pick_active_circuit() to circuitmux_policy_t in circuitmux.h vor 11 Jahren
circuitmux_ewma.c 184560c4f6 Add initial circuitmux_ewma.{c,h} vor 11 Jahren
circuitmux_ewma.h 184560c4f6 Add initial circuitmux_ewma.{c,h} vor 11 Jahren
circuituse.c 3f4b95b1a3 Split channel_t into channel_t and channel_listener_t; get rid of that big union vor 11 Jahren
circuituse.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
command.c 3f4b95b1a3 Split channel_t into channel_t and channel_listener_t; get rid of that big union vor 11 Jahren
command.h 3f4b95b1a3 Split channel_t into channel_t and channel_listener_t; get rid of that big union vor 11 Jahren
config.c 91b18b12d9 Fix tabs in config.c vor 11 Jahren
config.h 7d11952bf4 Split the or_state_t portions of config.c into their own file vor 11 Jahren
config_codedigest.c 913067f788 Resolve about 24 DOCDOCs vor 12 Jahren
confparse.c d995dc8bac Split the routerset code out of routerlist.c vor 11 Jahren
confparse.h 7627b2c187 Split the generic config_fmt_t code into a new confparse.c file vor 11 Jahren
connection.c e136f7ccb4 Convert relay.c/relay.h to channel_t vor 11 Jahren
connection.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
connection_edge.c 3f4b95b1a3 Split channel_t into channel_t and channel_listener_t; get rid of that big union vor 11 Jahren
connection_edge.h 5a3d9636f5 Merge remote-tracking branch 'public/bug3940_redux' vor 12 Jahren
connection_or.c b208539b80 Use circuitmux_t in channels and when relaying cells vor 11 Jahren
connection_or.h 15303c32ec Initial channeltls.c/channeltls.h for bug 6465 vor 11 Jahren
control.c 9ad7ba9f22 Use connection_or_get_num_circuits() in control.c vor 11 Jahren
control.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
cpuworker.c e709fe320a Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_t vor 11 Jahren
cpuworker.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
directory.c 28f108bcce Use dirreq_id from channel_t when appropriate vor 11 Jahren
directory.h 19136f6f11 Fix a wide line vor 11 Jahren
dirserv.c 35924435d2 Make reachabiity test in dirserv.c use channel_t vor 11 Jahren
dirserv.h 4cce8ab742 Add last_reachable and testing_since for IPv6 OR port. vor 12 Jahren
dirvote.c 38609f1354 Fix comment typo vor 11 Jahren
dirvote.h 0770e4ccdb Whitespace fixes. vor 11 Jahren
dns.c 65e85dba1b reformat; no actual changes vor 11 Jahren
dns.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
dnsserv.c 2491fff5a6 Triage the XXX023 and XXX022 comments: postpone many. vor 12 Jahren
dnsserv.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
eventdns.c 1e5683b167 Be more careful calling wcstombs vor 12 Jahren
eventdns.h 5cf9167f91 Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 vor 12 Jahren
eventdns_tor.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
geoip.c 28f108bcce Use dirreq_id from channel_t when appropriate vor 11 Jahren
geoip.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
hibernate.c 7d11952bf4 Split the or_state_t portions of config.c into their own file vor 11 Jahren
hibernate.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
include.am 184560c4f6 Add initial circuitmux_ewma.{c,h} vor 11 Jahren
main.c 3f4b95b1a3 Split channel_t into channel_t and channel_listener_t; get rid of that big union vor 11 Jahren
main.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
microdesc.c 2131cc125b Don't log about reloading the microdescriptor cache at startup vor 11 Jahren
microdesc.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
networkstatus.c c2c6d12a81 Move functions for seeing if we know enough nodes into nodelist vor 11 Jahren
networkstatus.h c2c6d12a81 Move functions for seeing if we know enough nodes into nodelist vor 11 Jahren
nodelist.c 03e4b5a9d7 Merge remote-tracking branch 'linus/bug6757' vor 11 Jahren
nodelist.h c2c6d12a81 Move functions for seeing if we know enough nodes into nodelist vor 11 Jahren
ntmain.c 1e5683b167 Be more careful calling wcstombs vor 12 Jahren
ntmain.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
onion.c 8b14db9628 Switch onion.c over to channel_t vor 11 Jahren
onion.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
or.h 8004448635 Handle n_mux/p_mux properly in circuitmux.c vor 11 Jahren
policies.c e232938ec8 Merge remote-tracking branch 'origin/maint-0.2.3' vor 11 Jahren
policies.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
reasons.c 32337502f1 Use channel_t rather than or_connection_t for circuits vor 11 Jahren
reasons.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
relay.c 35f5259df4 Eliminate linked list helper functions in relay.c which are no longer used vor 11 Jahren
relay.h b208539b80 Use circuitmux_t in channels and when relaying cells vor 11 Jahren
rendclient.c 96d2a21683 Avoid sign-extending when computing rend auth type. vor 11 Jahren
rendclient.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
rendcommon.c 36c968491f Use new replaycache_t structure for replay detection in rend_service_introduce() vor 11 Jahren
rendcommon.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
rendmid.c f0f87cb68a Convert rendmid.c to channel_t vor 11 Jahren
rendmid.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
rendservice.c 62babcaf0a Implement and use crypto_pk_eq_keys vor 11 Jahren
rendservice.h 471ab34032 Refactor INTRODUCE2 parsing code in rend_service_introduce() vor 11 Jahren
rephist.c d85b563dbb Merge branch 'maint-0.2.3' vor 11 Jahren
rephist.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
replaycache.c 8f63ef10ad Implement replaycache_t for bug 6177, and unit tests for the preceding vor 11 Jahren
replaycache.h 8f63ef10ad Implement replaycache_t for bug 6177, and unit tests for the preceding vor 11 Jahren
router.c 62babcaf0a Implement and use crypto_pk_eq_keys vor 11 Jahren
router.h 7f952da553 Fix make check-spaces in circuitbuild.c and router.h vor 11 Jahren
routerlist.c 62babcaf0a Implement and use crypto_pk_eq_keys vor 11 Jahren
routerlist.h c2c6d12a81 Move functions for seeing if we know enough nodes into nodelist vor 11 Jahren
routerparse.c 32d9cea289 Merge remote-tracking branch 'public/bug6853' vor 11 Jahren
routerparse.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
routerset.c d995dc8bac Split the routerset code out of routerlist.c vor 11 Jahren
routerset.h d995dc8bac Split the routerset code out of routerlist.c vor 11 Jahren
statefile.c 7d11952bf4 Split the or_state_t portions of config.c into their own file vor 11 Jahren
statefile.h 7d11952bf4 Split the or_state_t portions of config.c into their own file vor 11 Jahren
status.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
status.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
tor_main.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements vor 12 Jahren
transports.c 7d11952bf4 Split the or_state_t portions of config.c into their own file vor 11 Jahren
transports.h da16c425ef Start passing ports to tor_check_port_forwarding(). vor 11 Jahren