Nick Mathewson 2713de2a47 Fix more naked strdup/malloc/free instances 7 年 前
..
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 9 年 前
addressmap.c 57699de005 Update the copyright year. 8 年 前
addressmap.h 57699de005 Update the copyright year. 8 年 前
buffers.c 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones 8 年 前
buffers.h 57699de005 Update the copyright year. 8 年 前
channel.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
channel.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
channeltls.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
channeltls.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
circpathbias.c 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones 8 年 前
circpathbias.h 57699de005 Update the copyright year. 8 年 前
circuitbuild.c 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones 8 年 前
circuitbuild.h fe0d346a6d Merge remote-tracking branch 'teor/bug8976_01_028' 8 年 前
circuitlist.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
circuitlist.h addd181721 Fix memory leak in TestingEnableCellStatsEvent 8 年 前
circuitmux.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers 8 年 前
circuitmux.h 57699de005 Update the copyright year. 8 年 前
circuitmux_ewma.c 57699de005 Update the copyright year. 8 年 前
circuitmux_ewma.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
circuitstats.c 57699de005 Update the copyright year. 8 年 前
circuitstats.h 57699de005 Update the copyright year. 8 年 前
circuituse.c 568dc27a19 Make base16_decodes return number of decoded bytes 8 年 前
circuituse.h 57699de005 Update the copyright year. 8 年 前
command.c 57699de005 Update the copyright year. 8 年 前
command.h 57699de005 Update the copyright year. 8 年 前
config.c 2713de2a47 Fix more naked strdup/malloc/free instances 7 年 前
config.h 2a17b93cc4 Make options_get_datadir_fname2_suffix() mockable 7 年 前
confparse.c 493499a339 Add -Wfloat-conversion for GCC >= 4.9 8 年 前
confparse.h 57699de005 Update the copyright year. 8 年 前
connection.c d6b2af7a3a Merge branch 'bug19180_easy_squashed' 8 年 前
connection.h c98fbd4169 remove some more unused code 8 年 前
connection_edge.c 9eeaeddbb1 Reduce make check-spaces noise 8 年 前
connection_edge.h 57699de005 Update the copyright year. 8 年 前
connection_or.c d793a988cd Merge branch 'maint-0.2.8' 7 年 前
connection_or.h 4895d8288c Do not treat "DOCDOC" as doxygen. 8 年 前
control.c 8917c4f19f A little more specificity in documentation for getinfo download/ stuff 7 年 前
control.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable 7 年 前
cpuworker.c 57699de005 Update the copyright year. 8 年 前
cpuworker.h 57699de005 Update the copyright year. 8 年 前
dircollate.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers 8 年 前
dircollate.h 6a91cab79c Merge branch 'maint-0.2.7' 8 年 前
directory.c 14169a3d70 Remove an always-true condition: all ints are <= INT_MAX 8 年 前
directory.h 1f1df4ab74 Move exponential-random backoff computation out of download_status_schedule_get_delay() into separate function, per code review 8 年 前
dirserv.c 568dc27a19 Make base16_decodes return number of decoded bytes 8 年 前
dirserv.h ce31db4326 We no longer generate v0 directories. Remove the code to do so 8 年 前
dirvote.c 4dc7b3ca28 fix typo 7 年 前
dirvote.h 6a91cab79c Merge branch 'maint-0.2.7' 8 年 前
dns.c 57699de005 Update the copyright year. 8 年 前
dns.h 57699de005 Update the copyright year. 8 年 前
dns_structs.h 77a5ca901f Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). 8 年 前
dnsserv.c e24c902272 Merge branch 'maint-0.2.8' 8 年 前
dnsserv.h 57699de005 Update the copyright year. 8 年 前
entrynodes.c 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable 7 年 前
entrynodes.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable 7 年 前
eventdns_tor.h 57699de005 Update the copyright year. 8 年 前
ext_orport.c 055a7a198a Rename tor_dup_addr to tor_addr_to_str_dup. 8 年 前
ext_orport.h 57699de005 Update the copyright year. 8 年 前
fallback_dirs.inc 26146dbe9e Comment-out fallbacks in a way the stem fallback parser understands 7 年 前
fp_pair.c 57699de005 Update the copyright year. 8 年 前
fp_pair.h 57699de005 Update the copyright year. 8 年 前
geoip.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers 8 年 前
geoip.h 57699de005 Update the copyright year. 8 年 前
hibernate.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
hibernate.h 57699de005 Update the copyright year. 8 年 前
include.am ce854a8d22 Add -ftrapv to gcc-hardening ... mostly! 8 年 前
keypin.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers 8 年 前
keypin.h 57699de005 Update the copyright year. 8 年 前
main.c 38cced90ef Move unparseable descriptor dumps into subdirectory of DataDir 7 年 前
main.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
microdesc.c d6b2af7a3a Merge branch 'bug19180_easy_squashed' 8 年 前
microdesc.h f698b509d8 Add unit tests for networkstatus_consensus_is_bootstrapping 8 年 前
networkstatus.c ded7e8093c Fix three -Wtautological-constant-out-of-range-compare warnings. 7 年 前
networkstatus.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable 7 年 前
nodelist.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers 8 年 前
nodelist.h 57699de005 Update the copyright year. 8 年 前
ntmain.c 57699de005 Update the copyright year. 8 年 前
ntmain.h 57699de005 Update the copyright year. 8 年 前
onion.c 925f76b486 Keep make check-spaces happy 8 年 前
onion.h 57699de005 Update the copyright year. 8 年 前
onion_fast.c 57699de005 Update the copyright year. 8 年 前
onion_fast.h 57699de005 Update the copyright year. 8 年 前
onion_ntor.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
onion_ntor.h 57699de005 Update the copyright year. 8 年 前
onion_tap.c 57699de005 Update the copyright year. 8 年 前
onion_tap.h 57699de005 Update the copyright year. 8 年 前
or.h 726dc9acf5 Remove old unparseable descriptor logging mechanism, add bump-to-head-of-queue for repeated unparseable descriptors, rename config variable 7 年 前
periodic.c d037369e56 quiet debug logs from periodic_event_dispatch() 8 年 前
periodic.h 57699de005 Update the copyright year. 8 年 前
policies.c a885271c08 Add new tor_assert_nonfatal*() macros. 8 年 前
policies.h 57699de005 Update the copyright year. 8 年 前
reasons.c 57699de005 Update the copyright year. 8 年 前
reasons.h 57699de005 Update the copyright year. 8 年 前
relay.c 4895d8288c Do not treat "DOCDOC" as doxygen. 8 年 前
relay.h 57699de005 Update the copyright year. 8 年 前
rendcache.c 0616fd6fb6 typo/comment/log fixes i found in my sandbox from montreal 8 年 前
rendcache.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
rendclient.c c7f1b46a10 Perform cache lookup when FetchHidServDescriptors is set 8 年 前
rendclient.h 57699de005 Update the copyright year. 8 年 前
rendcommon.c 9eeaeddbb1 Reduce make check-spaces noise 8 年 前
rendcommon.h 33d3572a1d Merge branch 'feature15588_squashed' 8 年 前
rendmid.c be0e1e9e2f Stop being so strict about the payload length of "rendezvous1" cells 8 年 前
rendmid.h 57699de005 Update the copyright year. 8 年 前
rendservice.c cb8557f7c9 Merge branch 'maint-0.2.8' 8 年 前
rendservice.h 33d3572a1d Merge branch 'feature15588_squashed' 8 年 前
rephist.c 568dc27a19 Make base16_decodes return number of decoded bytes 8 年 前
rephist.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
replaycache.c 57699de005 Update the copyright year. 8 年 前
replaycache.h 57699de005 Update the copyright year. 8 年 前
router.c d6b2af7a3a Merge branch 'bug19180_easy_squashed' 8 年 前
router.h 06031b441e touchups and refactorings on bug 18616 branch 8 年 前
routerkeys.c 54c3066c72 Fix a typo in the getting passphrase prompt for the ed25519 identity key 8 年 前
routerkeys.h 57699de005 Update the copyright year. 8 年 前
routerlist.c cb54390e0f Merge remote-tracking branch 'andrea/ticket19323_squashed' 7 年 前
routerlist.h b5beb2afa6 fix a syntax warning 7 年 前
routerparse.c c3b720fb26 Try to fix warnings when size_t is smaller than st.st_size. 7 年 前
routerparse.h 3627718348 Fix -Wextra-semi warning 7 年 前
routerset.c 57699de005 Update the copyright year. 8 年 前
routerset.h 57699de005 Update the copyright year. 8 年 前
scheduler.c 57699de005 Update the copyright year. 8 年 前
scheduler.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
statefile.c 57699de005 Update the copyright year. 8 年 前
statefile.h 57699de005 Update the copyright year. 8 年 前
status.c 57699de005 Update the copyright year. 8 年 前
status.h 57699de005 Update the copyright year. 8 年 前
tor_main.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年 前
torcert.c dd572dac34 Fix all doxygen warnings (other than missing docs) 8 年 前
torcert.h 57699de005 Update the copyright year. 8 年 前
transports.c 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones 8 年 前
transports.h 57699de005 Update the copyright year. 8 年 前