Nick Mathewson 6b670d6032 Merge branch 'bug3263' 14 vuotta sitten
..
Makefile.am e36f9d1d9b Link to libevent_openssl statically when requested 14 vuotta sitten
buffers.c 31120ff692 Remove unused var in write_to_evbuffer_zlib 14 vuotta sitten
buffers.h 21de9d46e2 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
circuitbuild.c ab8c0d4c9e Merge branch 'maint-0.2.2' 14 vuotta sitten
circuitbuild.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
circuitlist.c c780bc4d0b Merge branch 'bug3465-022' into bug3465-023 14 vuotta sitten
circuitlist.h 8ee92f28e0 Add a circuit_purpose_to_string() function, and use it 14 vuotta sitten
circuituse.c 42d6f34590 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
circuituse.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
command.c fa1d47293b Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
command.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 vuotta sitten
config.c 6b670d6032 Merge branch 'bug3263' 14 vuotta sitten
config.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
config_codedigest.c f26abf5f54 fix codestyle issues 16 vuotta sitten
connection.c 57822cbbbe Avoid double-free in bufferevent read/write cbs 14 vuotta sitten
connection.h e617a34d58 Add, use a bufferevent-safe connection_flush() 14 vuotta sitten
connection_edge.c f883ec09b5 Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
connection_edge.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
connection_or.c 31b9b1a5bb Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
connection_or.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
control.c ca6efcf507 Make handle_control_setevents table-driven 14 vuotta sitten
control.h 2527acb2dc Merge remote-tracking branch 'origin/maint-0.2.2' 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) 15 vuotta sitten
directory.c 1d18c2deb6 Don't shadow parameters with local variables 14 vuotta sitten
directory.h 4cc348e896 Code to make clients fetch and use microdescriptors for circuit building 14 vuotta sitten
dirserv.c 734e860d98 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 47c8433a0c Make the get_options() return const 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) 15 vuotta sitten
dnsserv.c 910472c514 client-side DNS proxy server: reply NOTIMPL to unsupported queries 14 vuotta sitten
dnsserv.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 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 15 vuotta sitten
geoip.c a0ae80788c Replace 4 more sscanf()s with tor_sscanf() 14 vuotta sitten
geoip.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
hibernate.c 47c8433a0c Make the get_options() return const 14 vuotta sitten
hibernate.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
main.c 19febed9e5 Merge remote-tracking branch 'rransom-tor/bug3349' 14 vuotta sitten
main.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
microdesc.c 47c8433a0c Make the get_options() return const 14 vuotta sitten
microdesc.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
networkstatus.c 47c8433a0c Make the get_options() return const 14 vuotta sitten
networkstatus.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
nodelist.c 47c8433a0c Make the get_options() return const 14 vuotta sitten
nodelist.h a1ceee193b Bump copyright statements to 2011 (master) 15 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) 15 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) 15 vuotta sitten
or.h 0b536469ee Merge remote-tracking branch 'rransom-tor/bug3456' 14 vuotta sitten
policies.c 1d18c2deb6 Don't shadow parameters with local variables 14 vuotta sitten
policies.h 47c8433a0c Make the get_options() return const 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) 15 vuotta sitten
relay.c 1d18c2deb6 Don't shadow parameters with local variables 14 vuotta sitten
relay.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
rendclient.c a857f61e27 Merge remote-tracking branch 'rransom-tor/bug3332-v2' 14 vuotta sitten
rendclient.h 47c8433a0c Make the get_options() return const 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) 15 vuotta sitten
rendservice.c a857f61e27 Merge remote-tracking branch 'rransom-tor/bug3332-v2' 14 vuotta sitten
rendservice.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
rephist.c 47c8433a0c Make the get_options() return const 14 vuotta sitten
rephist.h d52a99dc77 Merge remote branch 'origin/maint-0.2.2' 14 vuotta sitten
router.c 6b670d6032 Merge branch 'bug3263' 14 vuotta sitten
router.h 47c8433a0c Make the get_options() return const 14 vuotta sitten
routerlist.c eca982d3eb Defensive programming: don't crash with broken node_t 14 vuotta sitten
routerlist.h fa1d47293b Merge remote-tracking branch 'origin/maint-0.2.2' 14 vuotta sitten
routerparse.c 1d18c2deb6 Don't shadow parameters with local variables 14 vuotta sitten
routerparse.h 27d1675d93 Move the decl for tor_gettimofday_cache_clear to the right header 14 vuotta sitten
status.c 47c8433a0c Make the get_options() return const 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 15 vuotta sitten