Sebastian Hahn 9bed40eb10 Make check-spaces happy 13 gadi atpakaļ
..
Makefile.am fe309e7ad6 Implement a basic node and nodelist type 13 gadi atpakaļ
buffers.c b49cf6a77a Fix whitespace in bufferevents branch 13 gadi atpakaļ
buffers.h 0c9b64d449 Get zlib compression working with bufferevents. 13 gadi atpakaļ
circuitbuild.c 3aec655694 Merge remote branch 'arma/bug1982_2' 13 gadi atpakaļ
circuitbuild.h 26e897420e Initial conversion to use node_t throughout our codebase. 13 gadi atpakaļ
circuitlist.c 26e897420e Initial conversion to use node_t throughout our codebase. 13 gadi atpakaļ
circuitlist.h 174a88dd79 Create circuitlist.h 14 gadi atpakaļ
circuituse.c 4080d9b0fa Fix a couple more node_t-related nullpointer bugs 13 gadi atpakaļ
circuituse.h 26e897420e Initial conversion to use node_t throughout our codebase. 13 gadi atpakaļ
command.c 4556f2e7c8 Rename router_get_by_digest() 13 gadi atpakaļ
command.h 3074d5a221 Create command.h 14 gadi atpakaļ
config.c 3aec655694 Merge remote branch 'arma/bug1982_2' 13 gadi atpakaļ
config.h 73d93c033d Autodetect the number of CPUs when possible if NumCPUs==0 13 gadi atpakaļ
config_codedigest.c f26abf5f54 fix codestyle issues 15 gadi atpakaļ
connection.c 3ad43ef75f Whitespace fixes on recent merges to master. 13 gadi atpakaļ
connection.h a0c1c2ac01 Use connection_mark_and_flush consistently. 13 gadi atpakaļ
connection_edge.c 8c837db38f Merge branch 'nodes' 13 gadi atpakaļ
connection_edge.h 26e897420e Initial conversion to use node_t throughout our codebase. 13 gadi atpakaļ
connection_or.c 4556f2e7c8 Rename router_get_by_digest() 13 gadi atpakaļ
connection_or.h 9997676802 handle ugly edge case in retrying entrynodes 13 gadi atpakaļ
control.c 8c837db38f Merge branch 'nodes' 13 gadi atpakaļ
control.h 6dd7f85bc7 Try to make most routerstatus_t interfaces const 13 gadi atpakaļ
cpuworker.c 73d93c033d Autodetect the number of CPUs when possible if NumCPUs==0 13 gadi atpakaļ
cpuworker.h 98d1314c7e Create cpuworker.h 14 gadi atpakaļ
directory.c 8c837db38f Merge branch 'nodes' 13 gadi atpakaļ
directory.h 6dd7f85bc7 Try to make most routerstatus_t interfaces const 13 gadi atpakaļ
dirserv.c 4556f2e7c8 Rename router_get_by_digest() 13 gadi atpakaļ
dirserv.h 26e897420e Initial conversion to use node_t throughout our codebase. 13 gadi atpakaļ
dirvote.c 0ff86042ac Implement new Wxx constraints. 13 gadi atpakaļ
dirvote.h 26e897420e Initial conversion to use node_t throughout our codebase. 13 gadi atpakaļ
dns.c d84d20cbb2 Try to make most routerinfo_t interfaces const 13 gadi atpakaļ
dns.h dc2f1666ff Create dns.h 14 gadi atpakaļ
dnsserv.c 462568674a Ensure controller RESOLVE commands respect __LeaveStreamsUnattached 14 gadi atpakaļ
dnsserv.h da49a7267f Fix typos, make all \brief's conformant, end sentences with a period. 14 gadi atpakaļ
eventdns.c d073d7d4eb Consistency issues in load_windows_system_library patch. Thanks Sebastian 13 gadi atpakaļ
eventdns.h aea9cf1011 Fix compile warnings on Snow Leopard 15 gadi atpakaļ
eventdns_tor.h c3e63483b2 Update Tor Project copyright years 14 gadi atpakaļ
geoip.c c951830002 Fix a bridge segfault 13 gadi atpakaļ
geoip.h 166c2f4d92 Allow enabling or disabling *Statistics while Tor is running. 14 gadi atpakaļ
hibernate.c 9b49a89430 Merge branch 'bug1511' 13 gadi atpakaļ
hibernate.h d5c83f2014 Remove unused function declarations 14 gadi atpakaļ
main.c 3af12a5557 Fix some XXXXs in connection_add_impl related to bufferevent error checking 13 gadi atpakaļ
main.h b63f6518cb Add bufferevent support for outgoing connections; exits are now supported. 13 gadi atpakaļ
microdesc.c 8c837db38f Merge branch 'nodes' 13 gadi atpakaļ
microdesc.h 3061a036c8 Unit tests for microdescriptor cache 13 gadi atpakaļ
networkstatus.c 45f1e4d5ee Rename routerstatus_t.is_running to is_flagged_running 13 gadi atpakaļ
networkstatus.h 26e897420e Initial conversion to use node_t throughout our codebase. 13 gadi atpakaļ
nodelist.c 9bed40eb10 Make check-spaces happy 13 gadi atpakaļ
nodelist.h 44674369c5 Implement node_set_exit_policy_to_reject_all with a flag 13 gadi atpakaļ
ntmain.c d073d7d4eb Consistency issues in load_windows_system_library patch. Thanks Sebastian 13 gadi atpakaļ
ntmain.h af0c954bc5 Create ntmain.h 14 gadi atpakaļ
onion.c ba9c1275c4 Add a generic rate-limited log mechanism, and use it in a few places 14 gadi atpakaļ
onion.h f6852fe031 Create onion.h 14 gadi atpakaļ
or.h 44674369c5 Implement node_set_exit_policy_to_reject_all with a flag 13 gadi atpakaļ
policies.c 9bed40eb10 Make check-spaces happy 13 gadi atpakaļ
policies.h 1bb9734e3a Implement policies for nodes (and for microdescriptors too) 13 gadi atpakaļ
reasons.c c5b5643965 Send control port events for timeouts. 13 gadi atpakaļ
reasons.h da49a7267f Fix typos, make all \brief's conformant, end sentences with a period. 14 gadi atpakaļ
relay.c 3d10c89201 Fix a couple users of buf_datalen that slipped in. Found by Sebastian 13 gadi atpakaļ
relay.h c18bcc8a55 Merge branch 'bug1184' 13 gadi atpakaļ
rendclient.c 4556f2e7c8 Rename router_get_by_digest() 13 gadi atpakaļ
rendclient.h da49a7267f Fix typos, make all \brief's conformant, end sentences with a period. 14 gadi atpakaļ
rendcommon.c 05072723cb Create routerparse.h 14 gadi atpakaļ
rendcommon.h da49a7267f Fix typos, make all \brief's conformant, end sentences with a period. 14 gadi atpakaļ
rendmid.c df9d42cef5 Create rephist.h 14 gadi atpakaļ
rendmid.h da49a7267f Fix typos, make all \brief's conformant, end sentences with a period. 14 gadi atpakaļ
rendservice.c 4556f2e7c8 Rename router_get_by_digest() 13 gadi atpakaļ
rendservice.h d5c83f2014 Remove unused function declarations 14 gadi atpakaļ
rephist.c 4556f2e7c8 Rename router_get_by_digest() 13 gadi atpakaļ
rephist.h a509dbba50 Merge commit 'karsten/dirbytes2' 14 gadi atpakaļ
router.c 26e897420e Initial conversion to use node_t throughout our codebase. 13 gadi atpakaļ
router.h d84d20cbb2 Try to make most routerinfo_t interfaces const 13 gadi atpakaļ
routerlist.c 9bed40eb10 Make check-spaces happy 13 gadi atpakaļ
routerlist.h 4556f2e7c8 Rename router_get_by_digest() 13 gadi atpakaļ
routerparse.c 1bb9734e3a Implement policies for nodes (and for microdescriptors too) 13 gadi atpakaļ
routerparse.h d5c83f2014 Remove unused function declarations 14 gadi atpakaļ
tor_main.c b006e3279f Merge remote branch 'origin/maint-0.2.1' 14 gadi atpakaļ