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