summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-10Enable/disable per-second callback as needed.Nick Mathewson
2018-05-10Add a new function to enable/disable the per-second timer as neededNick Mathewson
2018-05-10Remove a workaround for ancient libevent versions.Nick Mathewson
2018-05-10Add functions to enable/disable periodic_event_t objects.Nick Mathewson
2018-05-09Use net_is_completely_disabled() in connection.cNick Mathewson
2018-05-09Add a new net_is_completely_disabled() functionNick Mathewson
2018-05-09Comment-only fix: annotate we_are_hibernating() usageNick Mathewson
2018-05-09Add we_are_fully_hibernating() to distinguish hibernation statesNick Mathewson
2018-05-09Give control.c responsibility for its own once-a-second eventsNick Mathewson
2018-05-09Add a macro to simplify control_update_global_event_mask().Nick Mathewson
2018-05-09Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-09Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-05-09Merge remote-tracking branch 'asn-github/bug25761_032' into maint-0.3.2Nick Mathewson
2018-05-09Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-09Merge branch 'libressl_201805_033' into maint-0.3.3Nick Mathewson
2018-05-09Merge remote-tracking branch 'public/bug26005_034'Nick Mathewson
2018-05-09Detect when v3 services get disabled after HUP.George Kadianakis
2018-05-09Detect when v2 services get disabled after HUP.George Kadianakis
2018-05-08Fix compilation of test_addr.cNick Mathewson
2018-05-08Merge branch 'ticket25993_squashed'Nick Mathewson
2018-05-08More unit tests for addressmap_get_virtual_address().Nick Mathewson
2018-05-08Update rust submodule.Nick Mathewson
2018-05-08rust: Add crypto crate and implement Rust wrappers for SHA2 code.Isis Lovecruft
2018-05-08Merge branch 'bug26004_029_squashed'Nick Mathewson
2018-05-08Avoid unsigned integer underflow on empty input.Nick Mathewson
2018-05-08Allow bandwidth-file lines to have node_id in the last positionjuga0
2018-05-08Merge remote-tracking branch 'mikeperry/bug25870_rebase'Nick Mathewson
2018-05-08Merge branch 'ticket26008'Nick Mathewson
2018-05-08minor cleanups on commit 17daab76Roger Dingledine
2018-05-07Merge remote-tracking branch 'catalyst-github/bug26036'Nick Mathewson
2018-05-07Restore sys/random.h inclusion for getentropy()Taylor Yu
2018-05-07Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-07Merge remote-tracking branch 'mikeperry/bug25733_029' into maint-0.3.3Nick Mathewson
2018-05-07Merge remote-tracking branch 'saper/default_nickname'Nick Mathewson
2018-05-07Merge branch 'ticket26014'Nick Mathewson
2018-05-07Merge remote-tracking branch 'mikeperry/bug25705_v3_033'Nick Mathewson
2018-05-06Fix the selection of events to cancel in test_workqueue.cNick Mathewson
2018-05-06Add unit test for ..get_start_of_next_voting_interval().Nick Mathewson
2018-05-04build: Fix missing include for src/rust/external/crypto_rand.rs file.Isis Lovecruft
2018-05-04rust: Update Cargo.lock file with changes from #26024.Isis Lovecruft
2018-05-04rust: Update submodule commit for src/ext/rust directory.Isis Lovecruft
2018-05-04Update rand dependency from 0.5.0-pre.0 to 0.5.0-pre.1.Isis Lovecruft
2018-05-03I should have tested before I pushed.Nick Mathewson
2018-05-03Merge remote-tracking branch 'github/ticket25995'Nick Mathewson
2018-05-03Merge remote-tracking branch 'dgoulet/ticket25914_034_01'Nick Mathewson
2018-05-03Add src/rust/rand to include.amNick Mathewson
2018-05-03Move some includes around to try to fix windows buildsNick Mathewson
2018-05-03Update rust dependencies to latest version.Nick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-03Merge remote-tracking branch 'dgoulet/ticket25990_034_01'Nick Mathewson