aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-14Fix an overzealous compiler warning in the testsNick Mathewson
2015-08-14Merge remote-tracking branch 'public/decouple_init_keys'Nick Mathewson
2015-08-13Increase unit test coverage on container.cNick Mathewson
2015-08-13Fix some types on container fnsNick Mathewson
2015-08-13Decouple routerlist_retry_directory_downloads() from the blobNick Mathewson
2015-08-13Change lost_owning_controller() to call activate_signal().Nick Mathewson
2015-08-13Add changes file for #16389David Goulet
2015-08-12Merge branch 'bug16539'Nick Mathewson
2015-08-12Fix a windows compilation errorNick Mathewson
2015-08-12whoops; add a stale changes fileNick Mathewson
2015-08-12Fix a memory leak when adding an ri with expired ed certsNick Mathewson
2015-08-12Use ed25519-donna's batch verification support when applicable.Yawning Angel
2015-08-12Add crypto_rand_unmocked, which is crypto_rand without mocking.Yawning Angel
2015-08-12Try to decouple process_signal() from anything not event-drivenNick Mathewson
2015-08-12Merge branch 'ticket16762_squashed'Nick Mathewson
2015-08-12Decouple the backend for directory_all_unreachable to simplify our CFGNick Mathewson
2015-08-11Split the client-only parts of init_keys() into a separate functionNick Mathewson
2015-08-11Merge branch 'bug16389_027_03_squashed'Nick Mathewson
2015-08-11Expire after 5 minutes rend cache failure entriesDavid Goulet
2015-08-11Add created timestamp to a rend cache failure entryDavid Goulet
2015-08-11Fix typo in comment about digest256map_tDavid Goulet
2015-08-11Use an enum for INTRO_POINT_FAILURE_*David Goulet
2015-08-11Purge client HS failure cache on NEWNYMDavid Goulet
2015-08-11Add rend failure cacheDavid Goulet
2015-08-11Fix windows compilationNick Mathewson
2015-08-11Fix a 32-bit compilation warningNick Mathewson
2015-08-11Make HSDir depend on Running/Valid again.Nick Mathewson
2015-08-10Merge remote-tracking branch 'public/feature16734'Nick Mathewson
2015-08-10Remove a 9-function strongly connected component of tor's callgraph.Nick Mathewson
2015-08-10Update callgraph code to find and output strongly connected componentsNick Mathewson
2015-08-10Merge remote-tracking branch 'dgoulet/bug16274_027_02'Nick Mathewson
2015-08-07Check for EINTR correctly on windowsNick Mathewson
2015-08-06Merge remote-tracking branch 'public/decouple-write'Nick Mathewson
2015-08-06Merge remote-tracking branch 'public/bug16286'Nick Mathewson
2015-08-06Fix misnamed parameter in or_circuit_new docstring.Isis Lovecruft
2015-08-05add dSYM files to gitignore (they are an osx thing)Nick Mathewson
2015-08-05Update tor-fw-helper URLNick Mathewson
2015-08-05Add a compat function to check how much disk space is free.Nick Mathewson
2015-08-05Set the open file limit to the current value before changing itDavid Goulet
2015-08-05Write a bunch more test for doc/WritingTestsNick Mathewson
2015-08-05Allow cov-display to take directories as argumentsNick Mathewson
2015-08-05Let's try to get test_workqueue working on windowsNick Mathewson
2015-08-04Merge remote-tracking branch 'public/bug13338'Nick Mathewson
2015-08-04Switch order of unblocking threads and releasing the mutex.cypherpunks
2015-08-03Update doc/HACKING with more coverage instructionsNick Mathewson
2015-08-03When building with coverage, run chutney with coverageNick Mathewson
2015-08-03Improved targets for "run all the tests, no, all of them."Nick Mathewson
2015-07-31Move formatting functions around.Nick Mathewson
2015-07-31Improve log messages for problems about ed25519 keypinningNick Mathewson
2015-07-30Add get_max_sockets() and remove dead codeDavid Goulet