Linus Nordberg ffddd4de2a Change some comments to reflect the multitude of GeoIP databases. 11 anni fa
..
Makefile.nmake 184560c4f6 Add initial circuitmux_ewma.{c,h} 11 anni fa
buffers.c f45cde05f9 Remove tor_malloc_roundup(). 11 anni fa
buffers.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
channel.c 3894ca1508 Add debug logging for channel_free() and channel_force_free() 11 anni fa
channel.h 8afe41b481 Implement channel_set_cmux_policy_everywhere() 11 anni fa
channeltls.c bd28322d38 Remove variables; fix gcc 4.7 warnings 11 anni fa
channeltls.h bddfb9ffa8 Add magic number for type-checking channel casts 11 anni fa
circuitbuild.c 0d946e1773 Merge remote-tracking branch 'arma/bug7029' 11 anni fa
circuitbuild.h 32337502f1 Use channel_t rather than or_connection_t for circuits 11 anni fa
circuitlist.c bd28322d38 Remove variables; fix gcc 4.7 warnings 11 anni fa
circuitlist.h b28119e6a8 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() 11 anni fa
circuitmux.c 5543c5b202 Fix formatting in various places after 6465/6816 work 11 anni fa
circuitmux.h e1de2f1437 Add upcasts for circuitmux_policy_data_t and circuitmux_policy_circ_data_t to circuitmux.h 11 anni fa
circuitmux_ewma.c bd28322d38 Remove variables; fix gcc 4.7 warnings 11 anni fa
circuitmux_ewma.h 0c4f717b3e Implement cell_ewma_enabled() 11 anni fa
circuituse.c 3f4b95b1a3 Split channel_t into channel_t and channel_listener_t; get rid of that big union 11 anni fa
circuituse.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
command.c 38b7947386 fix trivial typo 11 anni fa
command.h 3f4b95b1a3 Split channel_t into channel_t and channel_listener_t; get rid of that big union 11 anni fa
config.c 9d71d97e9d Document two functions. 11 anni fa
config.h 7d11952bf4 Split the or_state_t portions of config.c into their own file 11 anni fa
config_codedigest.c 913067f788 Resolve about 24 DOCDOCs 12 anni fa
confparse.c d995dc8bac Split the routerset code out of routerlist.c 11 anni fa
confparse.h 7627b2c187 Split the generic config_fmt_t code into a new confparse.c file 11 anni fa
connection.c 0d946e1773 Merge remote-tracking branch 'arma/bug7029' 11 anni fa
connection.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
connection_edge.c 7ea904cbc0 Merge branch 'bug7011' 11 anni fa
connection_edge.h 5a3d9636f5 Merge remote-tracking branch 'public/bug3940_redux' 12 anni fa
connection_or.c 7ea904cbc0 Merge branch 'bug7011' 11 anni fa
connection_or.h 15303c32ec Initial channeltls.c/channeltls.h for bug 6465 11 anni fa
control.c 9ad7ba9f22 Use connection_or_get_num_circuits() in control.c 11 anni fa
control.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
cpuworker.c e709fe320a Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_t 11 anni fa
cpuworker.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
directory.c 28f108bcce Use dirreq_id from channel_t when appropriate 11 anni fa
directory.h 19136f6f11 Fix a wide line 11 anni fa
dirserv.c 9c605ecb7e Install correct incoming cell handlers on reachability testing channels 11 anni fa
dirserv.h 4cce8ab742 Add last_reachable and testing_since for IPv6 OR port. 12 anni fa
dirvote.c 8419d18441 Use fmt_addrport where appropriate. 11 anni fa
dirvote.h 0770e4ccdb Whitespace fixes. 11 anni fa
dns.c 65e85dba1b reformat; no actual changes 11 anni fa
dns.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
dnsserv.c 2491fff5a6 Triage the XXX023 and XXX022 comments: postpone many. 12 anni fa
dnsserv.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
eventdns_tor.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
geoip.c ffddd4de2a Change some comments to reflect the multitude of GeoIP databases. 11 anni fa
geoip.h 6a241ff3ff Duplicate less code. 11 anni fa
hibernate.c 7d11952bf4 Split the or_state_t portions of config.c into their own file 11 anni fa
hibernate.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
include.am 63f542a5c2 Move all externally maintained source files into src/ext 11 anni fa
main.c 0d946e1773 Merge remote-tracking branch 'arma/bug7029' 11 anni fa
main.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
microdesc.c 2131cc125b Don't log about reloading the microdescriptor cache at startup 11 anni fa
microdesc.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
networkstatus.c 5543c5b202 Fix formatting in various places after 6465/6816 work 11 anni fa
networkstatus.h c2c6d12a81 Move functions for seeing if we know enough nodes into nodelist 11 anni fa
nodelist.c 74c6dafed6 Two changes lost in rebase resurrected. 11 anni fa
nodelist.h c2c6d12a81 Move functions for seeing if we know enough nodes into nodelist 11 anni fa
ntmain.c 1e5683b167 Be more careful calling wcstombs 12 anni fa
ntmain.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
onion.c 8b14db9628 Switch onion.c over to channel_t 11 anni fa
onion.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
or.h 8c9b427425 Name variables more consistently. 11 anni fa
policies.c 8c9b427425 Name variables more consistently. 11 anni fa
policies.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
reasons.c 32337502f1 Use channel_t rather than or_connection_t for circuits 11 anni fa
reasons.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
relay.c 1498a6e84a Fix some circuitmux-related asserts in relay.c 11 anni fa
relay.h 14fe0d5859 Remove EWMA code from relay.{c,h}; it goes to a circuitmux policy now 11 anni fa
rendclient.c 96d2a21683 Avoid sign-extending when computing rend auth type. 11 anni fa
rendclient.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
rendcommon.c 36c968491f Use new replaycache_t structure for replay detection in rend_service_introduce() 12 anni fa
rendcommon.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
rendmid.c f0f87cb68a Convert rendmid.c to channel_t 11 anni fa
rendmid.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
rendservice.c 8419d18441 Use fmt_addrport where appropriate. 11 anni fa
rendservice.h 471ab34032 Refactor INTRODUCE2 parsing code in rend_service_introduce() 12 anni fa
rephist.c 3d31771da9 Free some more still-in-use memory at exit 11 anni fa
rephist.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
replaycache.c 8f63ef10ad Implement replaycache_t for bug 6177, and unit tests for the preceding 12 anni fa
replaycache.h 8f63ef10ad Implement replaycache_t for bug 6177, and unit tests for the preceding 12 anni fa
router.c 817ff962f8 Separate IPv4 and IPv6 geoip file loading. 11 anni fa
router.h 7f952da553 Fix make check-spaces in circuitbuild.c and router.h 11 anni fa
routerlist.c ffddd4de2a Change some comments to reflect the multitude of GeoIP databases. 11 anni fa
routerlist.h c2c6d12a81 Move functions for seeing if we know enough nodes into nodelist 11 anni fa
routerparse.c 32d9cea289 Merge remote-tracking branch 'public/bug6853' 11 anni fa
routerparse.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
routerset.c ffddd4de2a Change some comments to reflect the multitude of GeoIP databases. 11 anni fa
routerset.h d995dc8bac Split the routerset code out of routerlist.c 11 anni fa
statefile.c 8419d18441 Use fmt_addrport where appropriate. 11 anni fa
statefile.h 7d11952bf4 Split the or_state_t portions of config.c into their own file 11 anni fa
status.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
status.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
tor_main.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 anni fa
transports.c 8b3f3fb86e Use fmt_addrport in pt_get_extra_info_descriptor_string. 11 anni fa
transports.h da16c425ef Start passing ports to tor_check_port_forwarding(). 11 anni fa