summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove a comment which has become untrue.commentcleanupLinus Nordberg2015-12-05
* More fixes/debugging attempts for 17659Nick Mathewson2015-11-27
* Add a stack trace for help debugging one part of 17659Nick Mathewson2015-11-27
* Merge branch 'fix-policies-memory-v2-squashed'Nick Mathewson2015-11-27
|\
| * Fix memory leak in policies testcypherpunks2015-11-27
| * Fix use-after-free of stack memory in getinfo_helper_policiesteor (Tim Wilson-Brown)2015-11-27
| * Fix use-after-free of stack memory in policies_parse_exit_policy*teor (Tim Wilson-Brown)2015-11-27
* | use sockaddr_storage for stack-allocated sockets in ersatz socketpairNick Mathewson2015-11-27
* | Make SIZEOF_SOCKADDR return socklen_t to avoid bad compares.Nick Mathewson2015-11-27
* | Use uint16_t, not in_port_t (which does not exist on Windows). See #17638.Nick Mathewson2015-11-27
* | Check magic number in connection_ap_attach_pendingNick Mathewson2015-11-27
|/
* improve log messages to try to track down #17659Nick Mathewson2015-11-26
* Unit test the full length of SHA256 and SHA512 digeststeor (Tim Wilson-Brown)2015-11-27
* Merge remote-tracking branch 'teor/rand-failure-modes-v2'Nick Mathewson2015-11-26
|\
| * Add unit tests that check for common RNG failure modesteor (Tim Wilson-Brown)2015-11-26
* | Fix buffer size in sha512 unit testNick Mathewson2015-11-26
* | Fix test_tortls.c to no longer test failing crypto_rand.Nick Mathewson2015-11-26
* | Correctly free a smartlist in getinfo_helper_policiesteor (Tim Wilson-Brown)2015-11-26
* | Quote variables in case they contain spacescypherpunks2015-11-26
* | Merge branch 'bug17686_v2_027'Nick Mathewson2015-11-25
|\ \ | |/
| * Add a changes file for bug 17686Nick Mathewson2015-11-25
| * Fix documentation for crypto_rand*Nick Mathewson2015-11-25
| * Now that crypto_rand() cannot fail, it should return void.Nick Mathewson2015-11-25
| * Add crypto-initializer functions to those whose return values must be checkedNick Mathewson2015-11-25
| * Make crypto_seed_rng() and crypto_rand() less scary.Nick Mathewson2015-11-25
* | Merge remote-tracking branch 'teor/check-crypto-errors-v2'Nick Mathewson2015-11-25
|\ \
| * | Check the return value of HMAC in crypto.c and assert on errorteor (Tim Wilson-Brown)2015-11-26
* | | fixup! Add controller getinfo exit-policy/reject-privateteor (Tim Wilson-Brown)2015-11-25
|/ /
* | Merge branch 'bug17654_try1'Nick Mathewson2015-11-25
|\ \
| * | Fix a logic error in connection_tls_continue_handshake().Nick Mathewson2015-11-25
* | | Attempt to make openbsd compilation happier with libevent2 installedNick Mathewson2015-11-25
* | | Initialize libevent before periodic eventscypherpunks2015-11-25
* | | fixup! Block OutboundBindAddressIPv[4|6]_ and configured ports on exit relaysteor (Tim Wilson-Brown)2015-11-25
* | | Merge branch 'maint-0.2.7'Nick Mathewson2015-11-25
|\ \ \ | | |/ | |/|
| * | Include netinet/in.h (if detected) in check for net/pfvar.hNick Mathewson2015-11-25
* | | Merge remote-tracking branch 'public/decouple_dir_request_failed'Nick Mathewson2015-11-25
|\ \ \ | |_|/ |/| |
| * | Don't relaunch dir requests recursively if connection_connect() returns -1Nick Mathewson2015-11-17
* | | Merge remote-tracking branch 'teor/comments-20151123'Nick Mathewson2015-11-25
|\ \ \
| * | | Fix comments to describe actual return values (crypto.c)teor (Tim Wilson-Brown)2015-11-23
| * | | Fix typo in comment on crypto_add_spaces_to_fpteor (Tim Wilson-Brown)2015-11-23
| * | | Comment only: crypto_seed_rng no longer has a "startup" parameterteor (Tim Wilson-Brown)2015-11-23
| * | | Add a missing "if" in the comment on warn_nonlocal_controller_portsteor (Tim Wilson-Brown)2015-11-16
| * | | Add missing " in AccountingMax comment in or.hteor (Tim Wilson-Brown)2015-11-16
* | | | Merge remote-tracking branch 'atagar/man_page_fixes'Nick Mathewson2015-11-25
|\ \ \ \
| * \ \ \ Fixes for tor's man pageDamian Johnson2015-11-23
| |\ \ \ \
| | * | | | Drop HidServDirectoryV2 and VoteOnHidServDirectoriesV2Damian Johnson2015-11-23
| | * | | | Split 'slop' man page options to their own linesDamian Johnson2015-11-23
| | * | | | TestingLinkCertLifetime was misnamed as 'TestingLinkCertifetime'Damian Johnson2015-11-23
| | * | | | Rename RecommendedPackageVersions to RecommendedPackagesDamian Johnson2015-11-23
| | * | | | Replace 'SOCKSPort' with 'SocksPort'Damian Johnson2015-11-23