summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-08Format IPv6 policies correctly.Nick Mathewson
2015-12-08Fix memory leak in ntor testcypherpunks
2015-12-07Merge remote-tracking branch 'teor/exitpolicy-multicast'Nick Mathewson
2015-12-07Merge remote-tracking branch 'teor/comments-20151204'Nick Mathewson
2015-12-07Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-07Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-12-07Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-12-07Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-12-07Comment-only change to connection_get_by_type_addr_port_purposeteor (Tim Wilson-Brown)
2015-12-07Comment-only changes to connection_connectteor (Tim Wilson-Brown)
2015-12-07Move a comment in router_get_my_descriptor to the correct lineteor (Tim Wilson-Brown)
2015-12-07Update comment: get_connection_array no longer takes "n"teor (Tim Wilson-Brown)
2015-12-07Consistently ignore multicast in internal reject private exit policiesteor (Tim Wilson-Brown)
2015-12-06Make policies_log_first_redundant_entry take a const smartlist_t *teor (Tim Wilson-Brown)
2015-12-06Refactor policies_parse_exit_policy_internalteor (Tim Wilson-Brown)
2015-12-06Initialise configured_addresses to a known value (NULL)teor (Tim Wilson-Brown)
2015-12-06Fix a memory leak in the exit policy parsing codecypherpunks
2015-12-05Update geoip and geoip6 to the December 1 2015 database.Karsten Loesing
2015-11-30Merge branch 'maint-0.2.7'Nick Mathewson
2015-11-30Fix undefined behavior caused by memory overlapcypherpunks
2015-12-01Avoid relying on malloc internals in test_rend_cache_purge.teor (Tim Wilson-Brown)
2015-11-27More fixes/debugging attempts for 17659Nick Mathewson
2015-11-27Add a stack trace for help debugging one part of 17659Nick Mathewson
2015-11-27Merge branch 'fix-policies-memory-v2-squashed'Nick Mathewson
2015-11-27Fix memory leak in policies testcypherpunks
2015-11-27Fix use-after-free of stack memory in getinfo_helper_policiesteor (Tim Wilson-Brown)
2015-11-27Fix use-after-free of stack memory in policies_parse_exit_policy*teor (Tim Wilson-Brown)
2015-11-27use sockaddr_storage for stack-allocated sockets in ersatz socketpairNick Mathewson
2015-11-27Make SIZEOF_SOCKADDR return socklen_t to avoid bad compares.Nick Mathewson
2015-11-27Use uint16_t, not in_port_t (which does not exist on Windows). See #17638.Nick Mathewson
2015-11-27Check magic number in connection_ap_attach_pendingNick Mathewson
2015-11-26improve log messages to try to track down #17659Nick Mathewson
2015-11-27Unit test the full length of SHA256 and SHA512 digeststeor (Tim Wilson-Brown)
2015-11-26Merge remote-tracking branch 'teor/rand-failure-modes-v2'Nick Mathewson
2015-11-26Fix buffer size in sha512 unit testNick Mathewson
2015-11-26Fix test_tortls.c to no longer test failing crypto_rand.Nick Mathewson
2015-11-26Correctly free a smartlist in getinfo_helper_policiesteor (Tim Wilson-Brown)
2015-11-26Add unit tests that check for common RNG failure modesteor (Tim Wilson-Brown)
2015-11-25Merge branch 'bug17686_v2_027'Nick Mathewson
2015-11-25Fix documentation for crypto_rand*Nick Mathewson
2015-11-25Now that crypto_rand() cannot fail, it should return void.Nick Mathewson
2015-11-25Add crypto-initializer functions to those whose return values must be checkedNick Mathewson
2015-11-25Make crypto_seed_rng() and crypto_rand() less scary.Nick Mathewson
2015-11-25Merge remote-tracking branch 'teor/check-crypto-errors-v2'Nick Mathewson
2015-11-25fixup! Add controller getinfo exit-policy/reject-privateteor (Tim Wilson-Brown)
2015-11-26Check the return value of HMAC in crypto.c and assert on errorteor (Tim Wilson-Brown)
2015-11-25Merge branch 'bug17654_try1'Nick Mathewson
2015-11-25Initialize libevent before periodic eventscypherpunks
2015-11-25fixup! Block OutboundBindAddressIPv[4|6]_ and configured ports on exit relaysteor (Tim Wilson-Brown)
2015-11-25Merge remote-tracking branch 'public/decouple_dir_request_failed'Nick Mathewson