summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Avoid warning/error in certain versions of GCC.bug17916Linus Nordberg2015-12-22
* whoops; really fix the 32-bit buildsNick Mathewson2015-12-21
* Fix a couple of jenkins issues from 12538.Nick Mathewson2015-12-21
* Merge remote-tracking branch 'public/bug12538_merged'Nick Mathewson2015-12-21
|\
| * fix routerlist/pick_directory_server_impl in light of 12538Nick Mathewson2015-12-18
| * Fix config/directory_fetch after 12538 mergeNick Mathewson2015-12-18
| * Fix nodelist/node_is_dir test wrt 12538.Nick Mathewson2015-12-18
| * Merge branch 'feature12538_028_01_squashed'Nick Mathewson2015-12-18
| |\
| | * Use dir_server_mode() in find_dl_schedule()David Goulet2015-12-18
| | * Restore semantics of advertise vs serve on directory cacheingNick Mathewson2015-12-18
| | * Change dataflow on generating 'dir-cache' flag.Nick Mathewson2015-12-18
| | * Assert rs are added in con and con_md testsMatthew Finkel2015-12-18
| | * Automatically generate md-con method vers in testMatthew Finkel2015-12-18
| | * Let make_consensus_method_list be used in testsMatthew Finkel2015-12-18
| | * A router must be a dir cache before it may be HSDirMatthew Finkel2015-12-18
| | * {dis,en}abling DirCache is a semantic changeMatthew Finkel2015-12-18
| | * Rebuild descriptor when DirCache is {dis,en}abledMatthew Finkel2015-12-18
| | * Add new DirCache configuration optionMatthew Finkel2015-12-18
| | * Add unit test for router_pick_directory_server_implMatthew Finkel2015-12-18
| | * Client should check if dir server has open dir port or handles tunnelled requ...Matthew Finkel2015-12-18
| | * A relay now advertises "tunnelled-dir-server" in its descriptorMatthew Finkel2015-12-16
| | * Authorities must set a router's V2Dir flag if it supports tunnelled reqsMatthew Finkel2015-12-16
* | | add libkeccak-tiny to .gitignoreNick Mathewson2015-12-20
* | | Appease "make check-spaces"Nick Mathewson2015-12-20
* | | Repair "make distcheck".Nick Mathewson2015-12-20
* | | Merge remote-tracking branch 'yawning/feature17783_take2'Nick Mathewson2015-12-20
|\ \ \ | |/ / |/| |
| * | Add the randomized large buffer test for SHA-3 incremental hashing.Yawning Angel2015-12-20
| * | Add `crypto_xof_t` and assorted routines, backed by SHAKE256.Yawning Angel2015-12-19
| * | Add the SHA-3 hash functions to common/crypto.h.Yawning Angel2015-12-19
| * | Use tor specific headers and memwipe() instead of memset_s(), and build.Yawning Angel2015-12-19
| * | Expose an incremental API in addition to the one-shot routines.Yawning Angel2015-12-19
| * | Clean import of keccak-tiny (https://github.com/coruus/keccak-tiny)Yawning Angel2015-12-18
| |/
* | mark a variable unused to fix a warning.Nick Mathewson2015-12-18
* | changes file for 17893Nick Mathewson2015-12-18
* | Stop building and testing Tor twice with distcheckcypherpunks2015-12-18
* | changes file for 17892Nick Mathewson2015-12-18
* | Remove an extra space in backtrace version stringcypherpunks2015-12-18
* | Fix a memory leak in the backtrace testcypherpunks2015-12-18
* | Log the backtrace when the backtrace test failscypherpunks2015-12-18
* | Move some more code inside a tortls.c ifdef to fix deadcode warning.Nick Mathewson2015-12-18
* | Fix an unreached null-pointer deref in connection testsNick Mathewson2015-12-18
* | Fix a buffer overrun in connection tests.Nick Mathewson2015-12-18
* | Fix a coverity uninitialized-pointer warning in policy tests.Nick Mathewson2015-12-18
* | Fix a coverity NULL-pointer deref warning in the DNS tests.Nick Mathewson2015-12-18
* | Fix a coverity NULL-pointer deref warning in the tortls tests.Nick Mathewson2015-12-18
* | Looks like I added one X509_free too many :(Nick Mathewson2015-12-18
* | Fix some dead code in tortls.cNick Mathewson2015-12-18
* | Fix a null-pointer deref when writing geoip statsNick Mathewson2015-12-18
* | Fix remaining memory leaks in unit tests.Nick Mathewson2015-12-18
* | Add zlib path when linking the switch_id testcypherpunks2015-12-18