Nick Mathewson df78daa5da Functions to send cert and auth_challenge cells. 14 vuotta sitten
..
Makefile.am ed39621a9d Merge remote-tracking branch 'asn2/bug3656' 14 vuotta sitten
Makefile.nmake e802199cb3 Initial patch to build Tor with msvc and nmake 14 vuotta sitten
buffers.c 1b0645acba Cell types and states for new OR handshake 14 vuotta sitten
buffers.h 34a52534bb Add a generic_buffer_t to use the best buffer type we have on hand 14 vuotta sitten
circuitbuild.c ed39621a9d Merge remote-tracking branch 'asn2/bug3656' 14 vuotta sitten
circuitbuild.h ed39621a9d Merge remote-tracking branch 'asn2/bug3656' 14 vuotta sitten
circuitlist.c 4aa4bce474 Merge remote-tracking branch 'rransom-tor/bug3335-v2' 14 vuotta sitten
circuitlist.h 8ee92f28e0 Add a circuit_purpose_to_string() function, and use it 14 vuotta sitten
circuituse.c 05f672c8c2 Fix compilation of 3335 and 3825 fixes 14 vuotta sitten
circuituse.h 569fe936b8 Move entry-only fields from edge_connection_t to entry_connection_t 14 vuotta sitten
command.c 1b0645acba Cell types and states for new OR handshake 14 vuotta sitten
command.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 14 vuotta sitten
config.c b4bd836f46 Consider hibernation before dropping privs 14 vuotta sitten
config.h ed39621a9d Merge remote-tracking branch 'asn2/bug3656' 14 vuotta sitten
config_codedigest.c f26abf5f54 fix codestyle issues 16 vuotta sitten
connection.c 1b0645acba Cell types and states for new OR handshake 14 vuotta sitten
connection.h 33e6a3d750 Add a new type entry_connection_t for entry connections 14 vuotta sitten
connection_edge.c 05f672c8c2 Fix compilation of 3335 and 3825 fixes 14 vuotta sitten
connection_edge.h d3ff167e09 Fix whitespace issues in patches merged today so far 14 vuotta sitten
connection_or.c df78daa5da Functions to send cert and auth_challenge cells. 14 vuotta sitten
connection_or.h df78daa5da Functions to send cert and auth_challenge cells. 14 vuotta sitten
control.c a41f1fc612 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
control.h 0cb01f5c97 Merge remote-tracking branch 'public/split_entry_conn' 14 vuotta sitten
cpuworker.c 21de9d46e2 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
cpuworker.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 14 vuotta sitten
directory.c 4e88a3bc3e Merge branch 'maint-0.2.2' 14 vuotta sitten
directory.h 0fd8ce15c2 Make a function static 14 vuotta sitten
dirserv.c 41eef6680e Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
dirserv.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
dirvote.c 47c8433a0c Make the get_options() return const 14 vuotta sitten
dirvote.h 41eef6680e Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
dns.c 47c8433a0c Make the get_options() return const 14 vuotta sitten
dns.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 14 vuotta sitten
dnsserv.c 0cb01f5c97 Merge remote-tracking branch 'public/split_entry_conn' 14 vuotta sitten
dnsserv.h 569fe936b8 Move entry-only fields from edge_connection_t to entry_connection_t 14 vuotta sitten
eventdns.c 1d18c2deb6 Don't shadow parameters with local variables 14 vuotta sitten
eventdns.h cfeafe5e77 Use a 64-bit type to hold sockets on win64. 14 vuotta sitten
eventdns_tor.h 1a07348a50 Bump copyright statements to 2011 14 vuotta sitten
geoip.c d690a99dfe Clean up bridge-stats code. 14 vuotta sitten
geoip.h d690a99dfe Clean up bridge-stats code. 14 vuotta sitten
hibernate.c 1ec22eac4b Merge remote-tracking branch 'public/bug2003_nm' 14 vuotta sitten
hibernate.h 1ec22eac4b Merge remote-tracking branch 'public/bug2003_nm' 14 vuotta sitten
main.c ed39621a9d Merge remote-tracking branch 'asn2/bug3656' 14 vuotta sitten
main.h 1d3c8c1f74 Add a new isolation type and field: "nym epoch" 14 vuotta sitten
microdesc.c 4a10845075 Add some debugging code to microdesc.[ch] 14 vuotta sitten
microdesc.h 4a10845075 Add some debugging code to microdesc.[ch] 14 vuotta sitten
networkstatus.c 41eef6680e Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
networkstatus.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
nodelist.c 6201b8b361 Make sure the microdesc cache is loaded before setting a v3 md consensus 14 vuotta sitten
nodelist.h e158f8de4b Rename and tweak nodelist_add_node_family() to add node 14 vuotta sitten
ntmain.c 57b954293e Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
ntmain.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 14 vuotta sitten
onion.c 44ad734573 Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcmp_022 14 vuotta sitten
onion.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 14 vuotta sitten
or.h df78daa5da Functions to send cert and auth_challenge cells. 14 vuotta sitten
policies.c 6aef89bda4 Remove compare_addr_to_node_policy 14 vuotta sitten
policies.h 6aef89bda4 Remove compare_addr_to_node_policy 14 vuotta sitten
reasons.c fc64783278 Send END_STREAM_REASON_NOROUTE: clients that didn't grok it are now obsolete 14 vuotta sitten
reasons.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 14 vuotta sitten
relay.c a41f1fc612 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
relay.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
rendclient.c bc2d9357f5 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
rendclient.h 4aa4bce474 Merge remote-tracking branch 'rransom-tor/bug3335-v2' 14 vuotta sitten
rendcommon.c 734e860d98 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
rendcommon.h 03ccce6d77 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
rendmid.c 44ad734573 Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcmp_022 14 vuotta sitten
rendmid.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 14 vuotta sitten
rendservice.c 386966142e Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
rendservice.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
rephist.c a41f1fc612 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
rephist.h 3d3ed853e7 Add unit tests for buffer-stats. 14 vuotta sitten
router.c 1fcaeb6092 Merge branch 'maint-0.2.2' 14 vuotta sitten
router.h 3e3480d704 Report reason for generating descriptor in an HTTP header 14 vuotta sitten
routerlist.c a41f1fc612 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
routerlist.h 6aef89bda4 Remove compare_addr_to_node_policy 14 vuotta sitten
routerparse.c a41f1fc612 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
routerparse.h 27d1675d93 Move the decl for tor_gettimofday_cache_clear to the right header 14 vuotta sitten
status.c c554a27a44 Clarify the heartbeat message a bit. 14 vuotta sitten
status.h ee95430d39 Implement more heartbeat message stuff. 14 vuotta sitten
tor_main.c f1de329e78 Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 14 vuotta sitten
transports.c ed39621a9d Merge remote-tracking branch 'asn2/bug3656' 14 vuotta sitten
transports.h 3be9d76fa2 Make it compile on Windows™. 14 vuotta sitten