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