John Brooks dcc11674db Add client auth for ADD_ONION services 9 years ago
..
Makefile.nmake d438cf1ec9 Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 9 years ago
addressmap.c 1053af0b9c Merge branch 'bug7555_v2_squashed' 9 years ago
addressmap.h 9d0fab9872 Allow MapAddress and Automap to work together 9 years ago
buffers.c 19df037e53 Log malformed hostnames in socks5 request respecting SafeLogging 8 years ago
buffers.h 6f331645c7 Remove mempools and buf freelists 9 years ago
channel.c 55bb7bbafd Tests for AUTHENTICATE cell functionality. 9 years ago
channel.h 55bb7bbafd Tests for AUTHENTICATE cell functionality. 9 years ago
channeltls.c 0e0b65db4f Appease make check-spaces 9 years ago
channeltls.h 55bb7bbafd Tests for AUTHENTICATE cell functionality. 9 years ago
circpathbias.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circpathbias.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitbuild.c 9139aeadb8 Reachability should check ExtendAllowPrivateAddresses not TestingTorNetwork 9 years ago
circuitbuild.h b223b7c22d fix a compilation warning 9 years ago
circuitlist.c 7155ee849e Fix misnamed parameter in or_circuit_new docstring. 8 years ago
circuitlist.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitmux.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitmux.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitmux_ewma.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitmux_ewma.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitstats.c dce9e915c7 Implement EVENT_NETWORK_LIVENESS 9 years ago
circuitstats.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuituse.c b4732bd2ea Logs and debug info that I used for finding bug 16844 8 years ago
circuituse.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
command.c 2e0a50abf4 Remove redundant tor_free() in command_process_create_cell(). 8 years ago
command.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
config.c 428bb2d1c8 Merge branch 'ed25519_keygen_squashed' 8 years ago
config.h 1b52e95028 Merge branch '12498_ed25519_keys_v6' 9 years ago
confparse.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
confparse.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
connection.c 77a5ca901f Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). 8 years ago
connection.h 77a5ca901f Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). 8 years ago
connection_edge.c 896271d525 Use uint8_t for rend descriptor_cookie fields 8 years ago
connection_edge.h 2e8b8c8698 Make check-spaces happier. 9 years ago
connection_or.c 5f15b0e1e2 Memory leak on error in connection_or_compute_auth_cell_body. CID 1301372 9 years ago
connection_or.h b75361c5ed Start testing cell encoders/processers for the v3 handshake. 9 years ago
control.c dcc11674db Add client auth for ADD_ONION services 8 years ago
control.h dcc11674db Add client auth for ADD_ONION services 8 years ago
cpuworker.c 32220d38c0 Ensure worker threads actually exit when it is time 8 years ago
cpuworker.h 1e896214e7 Refactor cpuworker to use workqueue/threadpool code. 9 years ago
dircollate.c 63db8170ae Fix typo in double_digest_map type 8 years ago
dircollate.h 0e0b65db4f Appease make check-spaces 9 years ago
directory.c 2f8cf524ba Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options 8 years ago
directory.h 034e2788f8 whitespace fixes 9 years ago
dirserv.c d1c94dcbea Refactor TestingDirAuthVote* into dirserv_set_routerstatus_testing 8 years ago
dirserv.h d1c94dcbea Refactor TestingDirAuthVote* into dirserv_set_routerstatus_testing 8 years ago
dirvote.c 216bde38e0 Fix some types on container fns 8 years ago
dirvote.h 2f8cf524ba Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options 8 years ago
dns.c 77a5ca901f Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). 8 years ago
dns.h 77a5ca901f Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). 8 years ago
dns_structs.h 77a5ca901f Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). 8 years ago
dnsserv.c 13dac5e463 Move entry_port_cfg_t fields in entry_connection_t 9 years ago
dnsserv.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
entrynodes.c 241e6b0937 Fix some conversion problems 9 years ago
entrynodes.h 0e4bdc4005 clean up comments and whitespace a bit 9 years ago
eventdns_tor.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
ext_orport.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
ext_orport.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
fp_pair.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
fp_pair.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
geoip.c cdc49629c7 Merge branch 'bug6852' 9 years ago
geoip.h cdc49629c7 Merge branch 'bug6852' 9 years ago
hibernate.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
hibernate.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
include.am 80a45835c4 Is this the syntax that will make freebsd make happy? 8 years ago
keypin.c 347fe449fe Move formatting functions around. 8 years ago
keypin.h 592a439107 Tie key-pinning logic into directory authority operation 9 years ago
main.c 428bb2d1c8 Merge branch 'ed25519_keygen_squashed' 8 years ago
main.h d07fe5dffe Merge remote-tracking branches 'public/decouple_lost_owner' and 'public/decouple_signals' 8 years ago
microdesc.c fd16a2b56f Fix a stupid memory leak I introduced in 8afbc154. Bug not in any released Tor. 8 years ago
microdesc.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
networkstatus.c 2f8cf524ba Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options 8 years ago
networkstatus.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
nodelist.c 20254907d7 Improve log messages for problems about ed25519 keypinning 8 years ago
nodelist.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
ntmain.c beac91cf08 Wrap windows-only C files in #ifdef _WIN32 8 years ago
ntmain.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
onion.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_fast.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_fast.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_ntor.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_ntor.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_tap.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_tap.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
or.h 896271d525 Use uint8_t for rend descriptor_cookie fields 8 years ago
policies.c 90b9e23bec Merge branch 'exitnode_10067_squashed' 9 years ago
policies.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
reasons.c 3368b0c9f2 Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_string 9 years ago
reasons.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
relay.c b4732bd2ea Logs and debug info that I used for finding bug 16844 8 years ago
relay.h 5246e8f992 Remove lingering mempool code 9 years ago
rendcache.c 5cf24ff3af Fix a bunch of check-spaces complaints 8 years ago
rendcache.h 7dce409802 Expire after 5 minutes rend cache failure entries 8 years ago
rendclient.c d5a23ce115 Move rend auth cookie en-/decoding to a function 8 years ago
rendclient.h 1070be8217 Use an enum for INTRO_POINT_FAILURE_* 8 years ago
rendcommon.c d5a23ce115 Move rend auth cookie en-/decoding to a function 8 years ago
rendcommon.h d5a23ce115 Move rend auth cookie en-/decoding to a function 8 years ago
rendmid.c 8656cbcfc0 ... and if we do get multiple INTRODUCE1s on a circuit, kill the circuit 9 years ago
rendmid.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
rendservice.c d15354c73b Add client auth to rend_service_add_ephemeral 8 years ago
rendservice.h d15354c73b Add client auth to rend_service_add_ephemeral 8 years ago
rephist.c d29a8ad564 Add link protocol version counts to the heartbeat message 9 years ago
rephist.h d29a8ad564 Add link protocol version counts to the heartbeat message 9 years ago
replaycache.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
replaycache.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
router.c 835e09e54b Split the client-only parts of init_keys() into a separate function 8 years ago
router.h 835e09e54b Split the client-only parts of init_keys() into a separate function 8 years ago
routerkeys.c 426ef9c8eb More log messages for keygen problems 8 years ago
routerkeys.h 426ef9c8eb More log messages for keygen problems 8 years ago
routerlist.c e62518865b Decouple routerlist_retry_directory_downloads() from the blob 8 years ago
routerlist.h efa21bb941 Implement proposal 228: cross-certification with onion keys 9 years ago
routerparse.c d5a23ce115 Move rend auth cookie en-/decoding to a function 8 years ago
routerparse.h 1b52e95028 Merge branch '12498_ed25519_keys_v6' 9 years ago
routerset.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
routerset.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
scheduler.c 16cf1679e7 Fix scheduler compilation on targets where char is unsigned. 9 years ago
scheduler.h 16cf1679e7 Fix scheduler compilation on targets where char is unsigned. 9 years ago
statefile.c f8ffb57bc4 Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-key-files-fn-empty 9 years ago
statefile.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
status.c d29a8ad564 Add link protocol version counts to the heartbeat message 9 years ago
status.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
tor_main.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
torcert.c 3fcb74e98b Add more consistency checks in load_ed_keys 8 years ago
torcert.h 3bee74c6d1 Generate weird certificates correctly 9 years ago
transports.c fda61e030e Implement "TOR_PT_EXIT_ON_STDIN_CLOSE". 9 years ago
transports.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago