Nick Mathewson a8676b1ede Merge branch 'bug18902_squashed' hace 7 años
..
Makefile.nmake d438cf1ec9 Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet hace 9 años
addressmap.c 57699de005 Update the copyright year. hace 8 años
addressmap.h 57699de005 Update the copyright year. hace 8 años
buffers.c c7558c906a Use coarse monotonic timer instead of cached monotonized libevent time. hace 7 años
buffers.h 57699de005 Update the copyright year. hace 8 años
channel.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
channel.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
channeltls.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
channeltls.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
circpathbias.c 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones hace 8 años
circpathbias.h 57699de005 Update the copyright year. hace 8 años
circuitbuild.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
circuitbuild.h fe0d346a6d Merge remote-tracking branch 'teor/bug8976_01_028' hace 8 años
circuitlist.c c7558c906a Use coarse monotonic timer instead of cached monotonized libevent time. hace 7 años
circuitlist.h addd181721 Fix memory leak in TestingEnableCellStatsEvent hace 8 años
circuitmux.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers hace 8 años
circuitmux.h 57699de005 Update the copyright year. hace 8 años
circuitmux_ewma.c 57699de005 Update the copyright year. hace 8 años
circuitmux_ewma.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
circuitstats.c 57699de005 Update the copyright year. hace 8 años
circuitstats.h 57699de005 Update the copyright year. hace 8 años
circuituse.c 568dc27a19 Make base16_decodes return number of decoded bytes hace 8 años
circuituse.h 57699de005 Update the copyright year. hace 8 años
command.c 57699de005 Update the copyright year. hace 8 años
command.h 57699de005 Update the copyright year. hace 8 años
config.c a8676b1ede Merge branch 'bug18902_squashed' hace 7 años
config.h 2a17b93cc4 Make options_get_datadir_fname2_suffix() mockable hace 7 años
confparse.c 493499a339 Add -Wfloat-conversion for GCC >= 4.9 hace 8 años
confparse.h 57699de005 Update the copyright year. hace 8 años
connection.c d6b2af7a3a Merge branch 'bug19180_easy_squashed' hace 8 años
connection.h 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
connection_edge.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
connection_edge.h 57699de005 Update the copyright year. hace 8 años
connection_or.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
connection_or.h 4895d8288c Do not treat "DOCDOC" as doxygen. hace 8 años
control.c a8676b1ede Merge branch 'bug18902_squashed' hace 7 años
control.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable hace 7 años
cpuworker.c 265e40b481 Raise libevent dependency to 2.0.10-stable or newer hace 7 años
cpuworker.h 57699de005 Update the copyright year. hace 8 años
dircollate.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers hace 8 años
dircollate.h 6a91cab79c Merge branch 'maint-0.2.7' hace 8 años
directory.c aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' hace 7 años
directory.h d3ca6fe475 Call purpose_needs_anonymity in authority_certs_fetch_missing hace 7 años
dirserv.c b750a77e3f fix naked memcmps hace 7 años
dirserv.h ce31db4326 We no longer generate v0 directories. Remove the code to do so hace 8 años
dirvote.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
dirvote.h 6927467bef Refactor parameter computation and add a helper function hace 7 años
dns.c 265e40b481 Raise libevent dependency to 2.0.10-stable or newer hace 7 años
dns.h 57699de005 Update the copyright year. hace 8 años
dns_structs.h 77a5ca901f Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). hace 8 años
dnsserv.c 265e40b481 Raise libevent dependency to 2.0.10-stable or newer hace 7 años
dnsserv.h 57699de005 Update the copyright year. hace 8 años
entrynodes.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
entrynodes.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable hace 7 años
ext_orport.c 055a7a198a Rename tor_dup_addr to tor_addr_to_str_dup. hace 8 años
ext_orport.h 57699de005 Update the copyright year. hace 8 años
fallback_dirs.inc 26146dbe9e Comment-out fallbacks in a way the stem fallback parser understands hace 8 años
fp_pair.c 57699de005 Update the copyright year. hace 8 años
fp_pair.h 57699de005 Update the copyright year. hace 8 años
geoip.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
geoip.h 57699de005 Update the copyright year. hace 8 años
hibernate.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
hibernate.h 57699de005 Update the copyright year. hace 8 años
include.am e7b70b69ec Remove src/or/eventdns_tor.h based on cypherpunk's review hace 7 años
keypin.c 8ba4ba0a74 Grammar. hace 7 años
keypin.h 57699de005 Update the copyright year. hace 8 años
main.c 1e3cf1cc83 Be sure to call monotime_init() at startup. hace 7 años
main.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
microdesc.c d6b2af7a3a Merge branch 'bug19180_easy_squashed' hace 8 años
microdesc.h f698b509d8 Add unit tests for networkstatus_consensus_is_bootstrapping hace 8 años
networkstatus.c aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' hace 7 años
networkstatus.h aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' hace 7 años
nodelist.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
nodelist.h 57699de005 Update the copyright year. hace 8 años
ntmain.c 265e40b481 Raise libevent dependency to 2.0.10-stable or newer hace 7 años
ntmain.h 57699de005 Update the copyright year. hace 8 años
onion.c ae22c249c3 Improve test coverage a little on onion*.c hace 7 años
onion.h 57699de005 Update the copyright year. hace 8 años
onion_fast.c acba4cc954 test coverage on onion_fast: 0%->100% hace 7 años
onion_fast.h 57699de005 Update the copyright year. hace 8 años
onion_ntor.c ae22c249c3 Improve test coverage a little on onion*.c hace 7 años
onion_ntor.h 57699de005 Update the copyright year. hace 8 años
onion_tap.c ae22c249c3 Improve test coverage a little on onion*.c hace 7 años
onion_tap.h 57699de005 Update the copyright year. hace 8 años
or.h 78196c8822 Merge remote-tracking branch 'teor/bug18456' hace 7 años
periodic.c 265e40b481 Raise libevent dependency to 2.0.10-stable or newer hace 7 años
periodic.h 57699de005 Update the copyright year. hace 8 años
policies.c 94c27d4e8f Keep make check-spaces happy hace 7 años
policies.h 514f0041d1 Avoid disclosing exit IP addresses in exit policies by default hace 7 años
reasons.c 57699de005 Update the copyright year. hace 8 años
reasons.h 57699de005 Update the copyright year. hace 8 años
relay.c 61ce6dcb40 Make monotime test mocking work with oom tests. hace 7 años
relay.h 57699de005 Update the copyright year. hace 8 años
rendcache.c 0616fd6fb6 typo/comment/log fixes i found in my sandbox from montreal hace 8 años
rendcache.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
rendclient.c d8cd994ef6 Allow clients to retry HSDirs much faster in test networks hace 7 años
rendclient.h 57699de005 Update the copyright year. hace 8 años
rendcommon.c 9eeaeddbb1 Reduce make check-spaces noise hace 8 años
rendcommon.h 33d3572a1d Merge branch 'feature15588_squashed' hace 8 años
rendmid.c be0e1e9e2f Stop being so strict about the payload length of "rendezvous1" cells hace 8 años
rendmid.h 57699de005 Update the copyright year. hace 8 años
rendservice.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
rendservice.h 33d3572a1d Merge branch 'feature15588_squashed' hace 8 años
rephist.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
rephist.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
replaycache.c 57699de005 Update the copyright year. hace 8 años
replaycache.h 57699de005 Update the copyright year. hace 8 años
router.c a8676b1ede Merge branch 'bug18902_squashed' hace 7 años
router.h 06031b441e touchups and refactorings on bug 18616 branch hace 8 años
routerkeys.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
routerkeys.h 57699de005 Update the copyright year. hace 8 años
routerlist.c a8676b1ede Merge branch 'bug18902_squashed' hace 7 años
routerlist.h 64bf6b70a8 Check that extend_info_from_router is never called on a client hace 7 años
routerparse.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
routerparse.h 3627718348 Fix -Wextra-semi warning hace 7 años
routerset.c 57699de005 Update the copyright year. hace 8 años
routerset.h 57699de005 Update the copyright year. hace 8 años
scheduler.c a8676b1ede Merge branch 'bug18902_squashed' hace 7 años
scheduler.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
shared_random.c e11cc95717 Merge remote-tracking branch 'asn/bug19555' hace 7 años
shared_random.h 87758dbebc Merge remote-tracking branch 'dgoulet/bug19567_029_01' hace 7 años
shared_random_state.c e11cc95717 Merge remote-tracking branch 'asn/bug19555' hace 7 años
shared_random_state.h be78e9ff37 Keep make check-spaces happy hace 7 años
statefile.c 57699de005 Update the copyright year. hace 8 años
statefile.h 57699de005 Update the copyright year. hace 8 años
status.c 57699de005 Update the copyright year. hace 8 años
status.h 57699de005 Update the copyright year. hace 8 años
tor_main.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes hace 8 años
torcert.c dd572dac34 Fix all doxygen warnings (other than missing docs) hace 8 años
torcert.h 57699de005 Update the copyright year. hace 8 años
transports.c 4757303873 Fix all -Wshadow warnings on Linux hace 7 años
transports.h 57699de005 Update the copyright year. hace 8 años