summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-22Remove config.log from CLEANFILESNick Mathewson
2015-12-22Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-22Remove extraneous #endif in configure.acNick Mathewson
2015-12-22document minimum heartbeatperiod; bug 15638.Nick Mathewson
2015-12-22Remove extra quotes from log messageNick Mathewson
2015-12-22Add an unreachable line to make the compiler happyNick Mathewson
2015-12-21whoops; really fix the 32-bit buildsNick Mathewson
2015-12-21Fix a couple of jenkins issues from 12538.Nick Mathewson
2015-12-21Merge remote-tracking branch 'public/bug12538_merged'Nick Mathewson
2015-12-20add libkeccak-tiny to .gitignoreNick Mathewson
2015-12-20Appease "make check-spaces"Nick Mathewson
2015-12-20Repair "make distcheck".Nick Mathewson
2015-12-20Merge remote-tracking branch 'yawning/feature17783_take2'Nick Mathewson
2015-12-20Add the randomized large buffer test for SHA-3 incremental hashing.Yawning Angel
2015-12-19Add `crypto_xof_t` and assorted routines, backed by SHAKE256.Yawning Angel
2015-12-19Add the SHA-3 hash functions to common/crypto.h.Yawning Angel
2015-12-19Use tor specific headers and memwipe() instead of memset_s(), and build.Yawning Angel
2015-12-19Expose an incremental API in addition to the one-shot routines.Yawning Angel
2015-12-18Clean import of keccak-tiny (https://github.com/coruus/keccak-tiny)Yawning Angel
2015-12-18fix routerlist/pick_directory_server_impl in light of 12538Nick Mathewson
2015-12-18Fix config/directory_fetch after 12538 mergeNick Mathewson
2015-12-18Fix nodelist/node_is_dir test wrt 12538.Nick Mathewson
2015-12-18Merge branch 'feature12538_028_01_squashed'Nick Mathewson
2015-12-18mark a variable unused to fix a warning.Nick Mathewson
2015-12-18Use dir_server_mode() in find_dl_schedule()David Goulet
2015-12-18Restore semantics of advertise vs serve on directory cacheingNick Mathewson
2015-12-18Change dataflow on generating 'dir-cache' flag.Nick Mathewson
2015-12-18Assert rs are added in con and con_md testsMatthew Finkel
2015-12-18Automatically generate md-con method vers in testMatthew Finkel
2015-12-18Let make_consensus_method_list be used in testsMatthew Finkel
2015-12-18A router must be a dir cache before it may be HSDirMatthew Finkel
2015-12-18{dis,en}abling DirCache is a semantic changeMatthew Finkel
2015-12-18Rebuild descriptor when DirCache is {dis,en}abledMatthew Finkel
2015-12-18Add new DirCache configuration optionMatthew Finkel
2015-12-18Add unit test for router_pick_directory_server_implMatthew Finkel
2015-12-18Client should check if dir server has open dir port or handles tunnelled requ...Matthew Finkel
2015-12-18changes file for 17893Nick Mathewson
2015-12-18Stop building and testing Tor twice with distcheckcypherpunks
2015-12-18changes file for 17892Nick Mathewson
2015-12-18Remove an extra space in backtrace version stringcypherpunks
2015-12-18Fix a memory leak in the backtrace testcypherpunks
2015-12-18Log the backtrace when the backtrace test failscypherpunks
2015-12-18Move some more code inside a tortls.c ifdef to fix deadcode warning.Nick Mathewson
2015-12-18Fix an unreached null-pointer deref in connection testsNick Mathewson
2015-12-18Fix a buffer overrun in connection tests.Nick Mathewson
2015-12-18Fix a coverity uninitialized-pointer warning in policy tests.Nick Mathewson
2015-12-18Fix a coverity NULL-pointer deref warning in the DNS tests.Nick Mathewson
2015-12-18Fix a coverity NULL-pointer deref warning in the tortls tests.Nick Mathewson
2015-12-18Looks like I added one X509_free too many :(Nick Mathewson
2015-12-18Fix some dead code in tortls.cNick Mathewson