Nick Mathewson 4604b3ab19 Fix a null-pointer deref when writing geoip stats 10 лет назад
..
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 11 лет назад
addressmap.c 1053af0b9c Merge branch 'bug7555_v2_squashed' 11 лет назад
addressmap.h 9d0fab9872 Allow MapAddress and Automap to work together 11 лет назад
buffers.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
buffers.h fc191df930 Remove the unused "nulterminate" option to buf_pullup() 10 лет назад
channel.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
channel.h 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
channeltls.c d68b7fd442 Refactor clock skew warning code to avoid duplication 10 лет назад
channeltls.h 55bb7bbafd Tests for AUTHENTICATE cell functionality. 10 лет назад
circpathbias.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
circpathbias.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
circuitbuild.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
circuitbuild.h b223b7c22d fix a compilation warning 11 лет назад
circuitlist.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
circuitlist.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
circuitmux.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
circuitmux.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
circuitmux_ewma.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
circuitmux_ewma.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
circuitstats.c dce9e915c7 Implement EVENT_NETWORK_LIVENESS 10 лет назад
circuitstats.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
circuituse.c 0a701e5377 More fixes/debugging attempts for 17659 10 лет назад
circuituse.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
command.c 2e0a50abf4 Remove redundant tor_free() in command_process_create_cell(). 10 лет назад
command.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
config.c 6ba8afe5f8 Merge remote-tracking branch 'teor/feature15775-fallback-v9-squashed' 10 лет назад
config.h 1c2366ea43 Authorities on IPv6: minor fixes and unit tests 10 лет назад
confparse.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
confparse.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
connection.c 9d5e47d2d7 Add missing parentheses 10 лет назад
connection.h 744958e0dd Fix a few compilation warnings and errors 10 лет назад
connection_edge.c f1be33fc00 Another try at fixing 17752 10 лет назад
connection_edge.h e6be486aea More emergency-check code for un-removed pending entry conns 10 лет назад
connection_or.c e5754c42d1 Merge branch 'bug17686_v2_027' 10 лет назад
connection_or.h b75361c5ed Start testing cell encoders/processers for the v3 handshake. 10 лет назад
control.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
control.h 293410d138 Add replica number to HS_DESC CREATED event 10 лет назад
cpuworker.c 32220d38c0 Ensure worker threads actually exit when it is time 10 лет назад
cpuworker.h 1e896214e7 Refactor cpuworker to use workqueue/threadpool code. 11 лет назад
dircollate.c 63db8170ae Fix typo in double_digest_map type 10 лет назад
dircollate.h 0e0b65db4f Appease make check-spaces 10 лет назад
directory.c 744958e0dd Fix a few compilation warnings and errors 10 лет назад
directory.h 744958e0dd Fix a few compilation warnings and errors 10 лет назад
dirserv.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
dirserv.h d1c94dcbea Refactor TestingDirAuthVote* into dirserv_set_routerstatus_testing 10 лет назад
dirvote.c 4ff08bb581 Add tests for directory_handle_command_get 10 лет назад
dirvote.h 4ff08bb581 Add tests for directory_handle_command_get 10 лет назад
dns.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
dns.h a187c772af Seventh test case for dns_resolve_impl(). 10 лет назад
dns_structs.h 77a5ca901f Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). 10 лет назад
dnsserv.c 0a701e5377 More fixes/debugging attempts for 17659 10 лет назад
dnsserv.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
entrynodes.c d3546aa92b Prop210: Add want_authority to directory_get_from_dirserver 10 лет назад
entrynodes.h 0e4bdc4005 clean up comments and whitespace a bit 11 лет назад
eventdns_tor.h 62c4d3880f Remove eventdns specific inline definition 10 лет назад
ext_orport.c ddcbe26474 Now that crypto_rand() cannot fail, it should return void. 10 лет назад
ext_orport.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
fallback_dirs.inc 4c1c2a313d Add Fallback Directory Candidate Selection Script 10 лет назад
fp_pair.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
fp_pair.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
geoip.c 4604b3ab19 Fix a null-pointer deref when writing geoip stats 10 лет назад
geoip.h 4ff08bb581 Add tests for directory_handle_command_get 10 лет назад
hibernate.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
hibernate.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
include.am 6ba8afe5f8 Merge remote-tracking branch 'teor/feature15775-fallback-v9-squashed' 10 лет назад
keypin.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
keypin.h 01733e2b15 New AuthDirPinKeys option to enable/disable keypinning enforcement 10 лет назад
main.c 8585cc57f8 Merge branch 'maint-0.2.7' 10 лет назад
main.h 70f337fdb2 Some unit tests now require that periodic events be initialized. 10 лет назад
microdesc.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
microdesc.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
networkstatus.c e7e61ec7ec Prop210: Check fallback directories and authorities work as expected 10 лет назад
networkstatus.h 2212530bf5 Prop210: Close excess connections once a consensus is downloading 10 лет назад
nodelist.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
nodelist.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
ntmain.c beac91cf08 Wrap windows-only C files in #ifdef _WIN32 10 лет назад
ntmain.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
onion.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 11 лет назад
onion.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 11 лет назад
onion_fast.c ddcbe26474 Now that crypto_rand() cannot fail, it should return void. 10 лет назад
onion_fast.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 11 лет назад
onion_ntor.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 11 лет назад
onion_ntor.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 11 лет назад
onion_tap.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 11 лет назад
onion_tap.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 11 лет назад
or.h a03469aa85 More debugging code to try to track down #17659 10 лет назад
periodic.c 70f337fdb2 Some unit tests now require that periodic events be initialized. 10 лет назад
periodic.h 70f337fdb2 Some unit tests now require that periodic events be initialized. 10 лет назад
policies.c e2e09a2dbe Warn when comparing against an AF_UNSPEC address in a policy 10 лет назад
policies.h 580d788b3f Tweak policies_log_first_redundant_entry even more 10 лет назад
reasons.c 3368b0c9f2 Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_string 11 лет назад
reasons.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
relay.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
relay.h 5246e8f992 Remove lingering mempool code 11 лет назад
rendcache.c fbdd32ebe9 Mention the expected length of the digests 10 лет назад
rendcache.h 8b01849f3b Yet more memory leaks in the rendcache tests 10 лет назад
rendclient.c 0a701e5377 More fixes/debugging attempts for 17659 10 лет назад
rendclient.h 1070be8217 Use an enum for INTRO_POINT_FAILURE_* 10 лет назад
rendcommon.c e5754c42d1 Merge branch 'bug17686_v2_027' 10 лет назад
rendcommon.h 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
rendmid.c 8656cbcfc0 ... and if we do get multiple INTRODUCE1s on a circuit, kill the circuit 11 лет назад
rendmid.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
rendservice.c be30c61ac1 Merge branch 'maint-0.2.7' 10 лет назад
rendservice.h e03eaa3c4a Remove empty rend_service_validate_intro_early function 10 лет назад
rephist.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
rephist.h d29a8ad564 Add link protocol version counts to the heartbeat message 11 лет назад
replaycache.c 2e9779e5d8 Use SHA256 in the replaycache, rather than SHA1 10 лет назад
replaycache.h 2e9779e5d8 Use SHA256 in the replaycache, rather than SHA1 10 лет назад
router.c 1b70497948 Prop210: Fix directory fetch tests 10 лет назад
router.h 1b70497948 Prop210: Fix directory fetch tests 10 лет назад
routerkeys.c 9c4a0aef0c Fix a memory leak in reading an expired ed signing key. 10 лет назад
routerkeys.h df0b4f0342 Merge branch 'feature16769_squashed' 10 лет назад
routerlist.c 978210d5a8 Wait for busy authorities/fallbacks rather than ignoring excluded nodes 10 лет назад
routerlist.h aa4be914f0 Merge remote-tracking branch 'teor/feature17327-v4' 10 лет назад
routerparse.c 9d17d10b36 tweak router_parse_addr_policy_item_from_string docs 10 лет назад
routerparse.h e033d5e90b Ignore accept6/reject6 IPv4, warn about unexpected rule outcomes 10 лет назад
routerset.c 488e9a0502 Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals' 10 лет назад
routerset.h 07b3028db7 Prohibit the use of one entry node with an HS 10 лет назад
scheduler.c 16cf1679e7 Fix scheduler compilation on targets where char is unsigned. 11 лет назад
scheduler.h 16cf1679e7 Fix scheduler compilation on targets where char is unsigned. 11 лет назад
statefile.c d68b7fd442 Refactor clock skew warning code to avoid duplication 10 лет назад
statefile.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
status.c d29a8ad564 Add link protocol version counts to the heartbeat message 11 лет назад
status.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
tor_main.c e73206f681 Only return 0..255 from main(). 10 лет назад
torcert.c be0891667e Fix undefined behavior caused by memory overlap 10 лет назад
torcert.h 3bee74c6d1 Generate weird certificates correctly 10 лет назад
transports.c 824a6a2a90 Replace usage of INLINE with inline 10 лет назад
transports.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад