summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add repcount/isolation parameters for dirhack openticket4581_poke_dirauthsAndrea Shepard2015-07-11
* Initial implementation of DIRHACK control port commandAndrea Shepard2015-06-24
* Add DIR_PURPOSE_DIRHACKAndrea Shepard2015-06-24
* Get rid of some redundant params to directory_open_connection()Andrea Shepard2015-06-24
* Remove unnecessary directory_open_connection() TODOsAndrea Shepard2015-06-23
* Add directory_open_connection() functionAndrea Shepard2015-06-05
* Appease make check-spacesAndrea Shepard2015-06-01
* Fix return-type gcc warningSharif Olorin2015-05-30
* Another memory leak bytes the dust.Nick Mathewson2015-05-29
* Attempt to fix keypinning on WindowsNick Mathewson2015-05-29
* Fix another int-to-ptr cast.Nick Mathewson2015-05-29
* Fix a warning from the clangalyzer.Nick Mathewson2015-05-29
* Fix a sizeof(ptr) mistake in test-memwipe.cNick Mathewson2015-05-29
* more generic scan-build scriptNick Mathewson2015-05-29
* Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson2015-05-28
|\
| * Fix sandbox use with systemd. bug 16212.Nick Mathewson2015-05-28
| * Fix unit tests on MSVC2013.Nick Mathewson2015-05-26
* | Avoid double-free on rend_add_service() failureNick Mathewson2015-05-28
* | There sure are a lot of these in test_hs.c. CID 1301385Nick Mathewson2015-05-28
* | Fix a bug in earlier torcert fix, fix another.Nick Mathewson2015-05-28
* | Another test_hs leak. CID 1301383.Nick Mathewson2015-05-28
* | Memory leak in tor_cert_parse. CID 1301382.Nick Mathewson2015-05-28
* | Memory leak in tor_cert_parse. CID gi1301381Nick Mathewson2015-05-28
* | Fix leak-on-test-failure in test_routerkeys.cNick Mathewson2015-05-28
* | Memory leak in test_hs_rend_dataNick Mathewson2015-05-28
* | Fix memory leak in test_routerkeysNick Mathewson2015-05-28
* | Small leak in ed_key_init_from_file. CID 1301373Nick Mathewson2015-05-28
* | Memory leak on error in connection_or_compute_auth_cell_body. CID 1301372Nick Mathewson2015-05-28
* | fix memory leak on bad ns convote. CID 1301371.Nick Mathewson2015-05-28
* | Fix memory leak on failure to generate EI. CID 1301370.Nick Mathewson2015-05-28
* | Fix null dereference on key setup error.Nick Mathewson2015-05-28
* | Update trunnel code.Nick Mathewson2015-05-28
* | Avoid dereferencing null on unit test failure for link handshakes.Nick Mathewson2015-05-28
* | Fix a bug when we fail to read a cert from a file.Nick Mathewson2015-05-28
* | Add assertions to crypto_dh_dup()Nick Mathewson2015-05-28
* | Impose an upper limit on threads per threadpool.Nick Mathewson2015-05-28
* | Bug 12498 needs a changes file.Nick Mathewson2015-05-28
* | Merge branch '12498_ed25519_keys_v6'Nick Mathewson2015-05-28
|\ \
| * | Document some ed25519 key optionsNick Mathewson2015-05-28
| * | Note some functions that should move or be mergedNick Mathewson2015-05-28
| * | Do not allocate our ed-link crosscert till after tls ctxNick Mathewson2015-05-28
| * | Generate weird certificates correctlyNick Mathewson2015-05-28
| * | Regenerate ed25519 keys when they will expire soon.Nick Mathewson2015-05-28
| * | # This is a combination of 2 commits.Nick Mathewson2015-05-28
| * | Only load master ed25519 secret keys when we absolutely must.Nick Mathewson2015-05-28
| * | Implement ed25519 identity collation for voting.Nick Mathewson2015-05-28
| * | Refactor code that matches up routers with the same identity in votesNick Mathewson2015-05-28
| * | Checkpoint some work on voting on ed25519 identitiesNick Mathewson2015-05-28
| * | Enforce more correspondence between ri and eiNick Mathewson2015-05-28
| * | Sign extrainfo documents with ed25519Nick Mathewson2015-05-28