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