Nick Mathewson 4f3dbb3c0a use !cbt_disabled in place of LearnCBT to avoid needless circs 12 лет назад
..
Makefile.am 4aa0aa0300 Merge remote-tracking branch 'origin/maint-0.2.2' 14 лет назад
Makefile.nmake 02d206a58b Be a good git person: store nmakefiles in correct text fmt 13 лет назад
buffers.c 00e2310f12 Don't run off the end of the array-of-freelists 12 лет назад
buffers.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
circuitbuild.c 4f3dbb3c0a use !cbt_disabled in place of LearnCBT to avoid needless circs 12 лет назад
circuitbuild.h 4f3dbb3c0a use !cbt_disabled in place of LearnCBT to avoid needless circs 12 лет назад
circuitlist.c 2e1fe1fcf9 Implement a real OOM-killer for too-long circuit queues. 12 лет назад
circuitlist.h 2e1fe1fcf9 Implement a real OOM-killer for too-long circuit queues. 12 лет назад
circuituse.c 4f3dbb3c0a use !cbt_disabled in place of LearnCBT to avoid needless circs 12 лет назад
circuituse.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
command.c 940cef3367 Make bridges send AUTH_CHALLENGE cells 12 лет назад
command.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
config.c 2e1fe1fcf9 Implement a real OOM-killer for too-long circuit queues. 12 лет назад
config.h 88859b2ff1 whitespace fix 13 лет назад
config_codedigest.c 913067f788 Resolve about 24 DOCDOCs 13 лет назад
connection.c 39ac1db60e Avoid busy-looping on WANTREAD within connection_handle_write 13 лет назад
connection.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
connection_edge.c 77a1935339 Fix (Open?)BSD fast-connect bug with optimistic data. 12 лет назад
connection_edge.h 5a3d9636f5 Merge remote-tracking branch 'public/bug3940_redux' 13 лет назад
connection_or.c 940cef3367 Make bridges send AUTH_CHALLENGE cells 12 лет назад
connection_or.h f357ef9dcc Discard extraneous renegotiation attempts in the v3 link protocol 13 лет назад
control.c 2ba52f4095 Fix wildcarded address mappings from the control port 13 лет назад
control.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
cpuworker.c 7faf115dff Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END 13 лет назад
cpuworker.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
directory.c d3bfdd6108 Don't serve or accept v2 HS descs over a DirPort 13 лет назад
directory.h dfe03d36c8 Don't infer we have a FooPort from the presence of a FooPort line 13 лет назад
dirserv.c dfe03d36c8 Don't infer we have a FooPort from the presence of a FooPort line 13 лет назад
dirserv.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
dirvote.c 5833861f62 Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 13 лет назад
dirvote.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
dns.c 223e7cfabe When iterating over connections pending DNS, skip marked ones 13 лет назад
dns.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
dnsserv.c 2491fff5a6 Triage the XXX023 and XXX022 comments: postpone many. 13 лет назад
dnsserv.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
eventdns.c 1e5683b167 Be more careful calling wcstombs 13 лет назад
eventdns.h 5cf9167f91 Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 14 лет назад
eventdns_tor.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
geoip.c 7faf115dff Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END 13 лет назад
geoip.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
hibernate.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
hibernate.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
main.c 88bb48e785 use a more logical operator 13 лет назад
main.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
microdesc.c 4bd90e20b9 fix whitespace and trivial typo 13 лет назад
microdesc.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
networkstatus.c 2530c84220 Replace return with continue in update_consensus_networkstatus_downloads 12 лет назад
networkstatus.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
nodelist.c a6688c574e Catch a few more K&R violations with make check-spaces 13 лет назад
nodelist.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
ntmain.c 1e5683b167 Be more careful calling wcstombs 13 лет назад
ntmain.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
onion.c 49dd5ef3a3 Add and use and unlikely-to-be-eliminated memwipe() 13 лет назад
onion.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
or.h 0daa26a473 Send NETINFO on receiving a NETINFO if we have not yet sent one. 12 лет назад
policies.c 2ecee3fce2 Let 0.2.3 clients exit to internal addresses if they want 13 лет назад
policies.h 85659d3964 Fix parse_short_policy (bug 7192.) 13 лет назад
reasons.c c19a2ff691 Merge remote-tracking branch 'public/bug4710' 13 лет назад
reasons.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
relay.c 2e1fe1fcf9 Implement a real OOM-killer for too-long circuit queues. 12 лет назад
relay.h 2e1fe1fcf9 Implement a real OOM-killer for too-long circuit queues. 12 лет назад
rendclient.c 49dd5ef3a3 Add and use and unlikely-to-be-eliminated memwipe() 13 лет назад
rendclient.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
rendcommon.c 60d633c73a Fix some problems with the bug9002 fix. 12 лет назад
rendcommon.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
rendmid.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
rendmid.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
rendservice.c 49dd5ef3a3 Add and use and unlikely-to-be-eliminated memwipe() 13 лет назад
rendservice.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
rephist.c 8731a4e148 Avoid segfault when reading state file from ancient tor 13 лет назад
rephist.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
router.c 5e0ce4c578 oops; add a missing semicolon 13 лет назад
router.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
routerlist.c 9ed87b37d0 Consider IPv6 OR ports when deciding whether a routerinfo change is cosmetic. 13 лет назад
routerlist.h 913067f788 Resolve about 24 DOCDOCs 13 лет назад
routerparse.c 49dd5ef3a3 Add and use and unlikely-to-be-eliminated memwipe() 13 лет назад
routerparse.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
status.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
status.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
tor_main.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад
transports.c 53e4452f98 Don't do DNS lookups when parsing corrupted managed proxy messages. 13 лет назад
transports.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 лет назад