summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | Add comments for thread-local storage functionsNick Mathewson2015-08-18
| * | | | | Use thread-local storage to block event_queue recursion.Nick Mathewson2015-08-18
| * | | | | Multithreading support for event-queue code.Nick Mathewson2015-08-18
| * | | | | Refactor initialization logic for control-event-queueNick Mathewson2015-08-18
| * | | | | Make the control/events test run TT_FORKNick Mathewson2015-08-18
| * | | | | Remove obsolete event_format_tNick Mathewson2015-08-18
| * | | | | Refactor our logic for sending events to controllersNick Mathewson2015-08-18
* | | | | | Use tabs in src/or/include.amSebastian Hahn2015-08-18
* | | | | | Fix typo in double_digest_map typeSebastian Hahn2015-08-18
| |_|/ / / |/| | | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge remote-tracking branches 'public/decouple_lost_owner' and 'public/decou...Nick Mathewson2015-08-17
|\ \ \ \ \ \
| | * | | | | Fix a windows compilation errorNick Mathewson2015-08-12
| * | | | | | Change lost_owning_controller() to call activate_signal().Nick Mathewson2015-08-13
| |/ / / / /
| * | | | | Try to decouple process_signal() from anything not event-drivenNick Mathewson2015-08-12
* | | | | | Merge remote-tracking branch 'yawning/feature16535'Nick Mathewson2015-08-17
|\ \ \ \ \ \
| * | | | | | Fixup: Force enable SSE2 before undefining ALIGN if SSE2 is disabled.Yawning Angel2015-08-17
* | | | | | | Merge remote-tracking branch 'yawning/feature16535'Nick Mathewson2015-08-17
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Enable ed25519-donna's SSE2 code when possible for 32 bit x86.Yawning Angel2015-08-17
* | | | | | | Merge remote-tracking branch 'public/bug16741_026'Nick Mathewson2015-08-17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Check for EINTR correctly on windowsNick Mathewson2015-08-07
* | | | | | | Merge remote-tracking branch 'yawning/feature16533'Nick Mathewson2015-08-17
|\ \ \ \ \ \ \
| * | | | | | | Use ed25519-donna's batch verification support when applicable.Yawning Angel2015-08-12
| * | | | | | | Add crypto_rand_unmocked, which is crypto_rand without mocking.Yawning Angel2015-08-12
* | | | | | | | Merge remote-tracking branch 'public/decouple_retry_directory'Nick Mathewson2015-08-17
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Decouple routerlist_retry_directory_downloads() from the blobNick Mathewson2015-08-13
* | | | | | | | Bring the dimap tests up to 100%Nick Mathewson2015-08-17
* | | | | | | | Fix an assertion failure introduced in 20254907d7Nick Mathewson2015-08-17
* | | | | | | | Fix a stupid memory leak I introduced in 8afbc154. Bug not in any released Tor.Nick Mathewson2015-08-17
* | | | | | | | Remove redundant tor_free() in command_process_create_cell().Isis Lovecruft2015-08-17
* | | | | | | | Merge remote-tracking branch 'isis/fix/circuitlist-docstring-typo'Nick Mathewson2015-08-17
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix misnamed parameter in or_circuit_new docstring.Isis Lovecruft2015-08-06
* | | | | | | | Merge branch 'analyze_cg_more'Nick Mathewson2015-08-15
|\ \ \ \ \ \ \ \
| * | | | | | | | Hack up the scripts/maint/*callgraph* scripts to do more, betterNick Mathewson2015-08-15
* | | | | | | | | Increase AccountingMax example value to 40 GB.Nick Mathewson2015-08-14
* | | | | | | | | Fix an overzealous compiler warning in the testsNick Mathewson2015-08-14
* | | | | | | | | Merge remote-tracking branch 'public/decouple_init_keys'Nick Mathewson2015-08-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Split the client-only parts of init_keys() into a separate functionNick Mathewson2015-08-11
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Increase unit test coverage on container.cNick Mathewson2015-08-13
* | | | | | | | | Fix some types on container fnsNick Mathewson2015-08-13
* | | | | | | | | Add changes file for #16389David Goulet2015-08-13
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge branch 'bug16539'Nick Mathewson2015-08-12
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix a memory leak when adding an ri with expired ed certsNick Mathewson2015-08-12
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | whoops; add a stale changes fileNick Mathewson2015-08-12
|/ / / / / / /
* | | | | | | Merge branch 'ticket16762_squashed'Nick Mathewson2015-08-12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Decouple the backend for directory_all_unreachable to simplify our CFGNick Mathewson2015-08-12
|/ / / / / /
* | | | | | Merge branch 'bug16389_027_03_squashed'Nick Mathewson2015-08-11
|\ \ \ \ \ \
| * | | | | | Expire after 5 minutes rend cache failure entriesDavid Goulet2015-08-11
| * | | | | | Add created timestamp to a rend cache failure entryDavid Goulet2015-08-11
| * | | | | | Fix typo in comment about digest256map_tDavid Goulet2015-08-11
| * | | | | | Use an enum for INTRO_POINT_FAILURE_*David Goulet2015-08-11
| * | | | | | Purge client HS failure cache on NEWNYMDavid Goulet2015-08-11