Nick Mathewson 7992eb43c5 Log more loudly on a bad cert from an authority. 14 年 前
..
Makefile.am ed39621a9d Merge remote-tracking branch 'asn2/bug3656' 14 年 前
Makefile.nmake e802199cb3 Initial patch to build Tor with msvc and nmake 14 年 前
buffers.c 69921837a7 Fix a bunch of whitespace errors 14 年 前
buffers.h 34a52534bb Add a generic_buffer_t to use the best buffer type we have on hand 14 年 前
circuitbuild.c c1005dd6d3 Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
circuitbuild.h ed39621a9d Merge remote-tracking branch 'asn2/bug3656' 14 年 前
circuitlist.c 0c2a3601e8 Merge remote-tracking branch 'rransom-tor/bug3825c' 14 年 前
circuitlist.h 8ee92f28e0 Add a circuit_purpose_to_string() function, and use it 15 年 前
circuituse.c 00b2b69add Fix names of functions that convert strings to addrs 14 年 前
circuituse.h 569fe936b8 Move entry-only fields from edge_connection_t to entry_connection_t 14 年 前
command.c 7992eb43c5 Log more loudly on a bad cert from an authority. 14 年 前
command.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 年 前
config.c 53dac6df18 Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
config.h ed39621a9d Merge remote-tracking branch 'asn2/bug3656' 14 年 前
config_codedigest.c f26abf5f54 fix codestyle issues 17 年 前
connection.c 4b8d2ad6f5 Fix compile warnings on windows 14 年 前
connection.h 33e6a3d750 Add a new type entry_connection_t for entry connections 14 年 前
connection_edge.c 384e300cb4 Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
connection_edge.h d3ff167e09 Fix whitespace issues in patches merged today so far 14 年 前
connection_or.c 688b53059e Don't fail to send netinfo if real_addr is unset 14 年 前
connection_or.h 69921837a7 Fix a bunch of whitespace errors 14 年 前
control.c 7bd46344df Eat all whitespace after a control command 14 年 前
control.h 0cb01f5c97 Merge remote-tracking branch 'public/split_entry_conn' 14 年 前
cpuworker.c 21de9d46e2 Merge remote-tracking branch 'origin/maint-0.2.2' 15 年 前
cpuworker.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 年 前
directory.c 4e88a3bc3e Merge branch 'maint-0.2.2' 14 年 前
directory.h 0fd8ce15c2 Make a function static 14 年 前
dirserv.c 95163ec072 trivial code cleanup in generate_v2_networkstatus_opinion() 14 年 前
dirserv.h 47c8433a0c Make the get_options() return const 14 年 前
dirvote.c 47c8433a0c Make the get_options() return const 14 年 前
dirvote.h 41eef6680e Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
dns.c 491e20ae13 Change "reverse_lookup_name" functions to refer to "PTR_name"s 14 年 前
dns.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 年 前
dnsserv.c 0cb01f5c97 Merge remote-tracking branch 'public/split_entry_conn' 14 年 前
dnsserv.h 569fe936b8 Move entry-only fields from edge_connection_t to entry_connection_t 14 年 前
eventdns.c d4489a2851 Rewrite comment at head of eventdns.c 14 年 前
eventdns.h cfeafe5e77 Use a 64-bit type to hold sockets on win64. 15 年 前
eventdns_tor.h 1a07348a50 Bump copyright statements to 2011 15 年 前
geoip.c 42b96a041d Check for jumping clock in *format_*stats functions 14 年 前
geoip.h d690a99dfe Clean up bridge-stats code. 14 年 前
hibernate.c a2517fa77c Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
hibernate.h 1ec22eac4b Merge remote-tracking branch 'public/bug2003_nm' 14 年 前
main.c beb9097bed Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
main.h 1d3c8c1f74 Add a new isolation type and field: "nym epoch" 14 年 前
microdesc.c 4a10845075 Add some debugging code to microdesc.[ch] 14 年 前
microdesc.h 4a10845075 Add some debugging code to microdesc.[ch] 14 年 前
networkstatus.c 41eef6680e Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
networkstatus.h 47c8433a0c Make the get_options() return const 14 年 前
nodelist.c 6201b8b361 Make sure the microdesc cache is loaded before setting a v3 md consensus 14 年 前
nodelist.h e158f8de4b Rename and tweak nodelist_add_node_family() to add node 14 年 前
ntmain.c 57b954293e Merge remote-tracking branch 'origin/maint-0.2.2' 15 年 前
ntmain.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 年 前
onion.c 44ad734573 Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcmp_022 15 年 前
onion.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 年 前
or.h 2dec6597af Merge branch 'maint-0.2.2_secfix' into master_secfix 14 年 前
policies.c 6aef89bda4 Remove compare_addr_to_node_policy 14 年 前
policies.h 6aef89bda4 Remove compare_addr_to_node_policy 14 年 前
reasons.c fc64783278 Send END_STREAM_REASON_NOROUTE: clients that didn't grok it are now obsolete 15 年 前
reasons.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 年 前
relay.c ce51887291 All-in-one benchmark test for cell crypto 14 年 前
relay.h ce51887291 All-in-one benchmark test for cell crypto 14 年 前
rendclient.c 4a7225d4c9 Merge remote-tracking branch 'rransom-tor/bug4411' 14 年 前
rendclient.h 4aa4bce474 Merge remote-tracking branch 'rransom-tor/bug3335-v2' 14 年 前
rendcommon.c 734e860d98 Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
rendcommon.h 03ccce6d77 Merge remote-tracking branch 'origin/maint-0.2.2' 15 年 前
rendmid.c 44ad734573 Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcmp_022 15 年 前
rendmid.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 年 前
rendservice.c 6a6233b70b Fix a couple of memory leaks in rend_add_service spotted by coverity 14 年 前
rendservice.h 47c8433a0c Make the get_options() return const 14 年 前
rephist.c 7ab0b5ff71 Avoid likely memory fragmentation from rep_hist_note_descs_served 14 年 前
rephist.h 03c06b629f Add new stats type: descriptor fetch stats 14 年 前
router.c 3992c5487f fix trivial typo 14 年 前
router.h 3e3480d704 Report reason for generating descriptor in an HTTP header 14 年 前
routerlist.c a41f1fc612 Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
routerlist.h 6aef89bda4 Remove compare_addr_to_node_policy 14 年 前
routerparse.c 51f53b590e Merge remote-tracking branch 'origin/maint-0.2.2' 14 年 前
routerparse.h 4d0f152aad Make tor_version_same_series non-static 14 年 前
status.c c554a27a44 Clarify the heartbeat message a bit. 14 年 前
status.h ee95430d39 Implement more heartbeat message stuff. 15 年 前
tor_main.c f1de329e78 Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 15 年 前
transports.c 00b2b69add Fix names of functions that convert strings to addrs 14 年 前
transports.h 3be9d76fa2 Make it compile on Windows™. 14 年 前