summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-11Add some more type checking.Taylor R Campbell
2019-01-11Use the distribution abstraction as an abstraction.Taylor R Campbell
2019-01-11Move ceil call back into the geometric sampler.Taylor R Campbell
2019-01-11Fix more type redefinition errors.Taylor R Campbell
2019-01-11Fix type redefinition errors.Taylor R Campbell
2019-01-10Misc trivial improvements around circpadding code.George Kadianakis
2019-01-10Unittest for tor_isinf().George Kadianakis
2019-01-10Rename crypto_rand_uint32() -> crypto_rand_u32()George Kadianakis
2019-01-10Rename circpad_machineinfo_t -> circpad_machine_state_tGeorge Kadianakis
2019-01-10Rename circpad_machine_t -> circpad_machine_spec_tGeorge Kadianakis
2019-01-10Add top-level file documentation for circuitpadding.cGeorge Kadianakis
2019-01-02Disable current padding machines.George Kadianakis
2019-01-02Concentrate all TOR_USEC_PER_SEC definitions in a single header file.George Kadianakis
2019-01-02Use the new probability distribution code in WTF-PAD.George Kadianakis
2019-01-02Implement and test probability distributions used by WTF-PAD.George Kadianakis
2019-01-02Config option to specify specific MiddleNodes.Mike Perry
2019-01-02Circuit padding tests.George Kadianakis
2019-01-02Add relay crypto mock points for tests.Mike Perry
2019-01-02Circuit padding implementation.Mike Perry
2019-01-02Circuit padding cell event callbacks.Mike Perry
2019-01-02Circuit padding machine creation events.Mike Perry
2019-01-02Add padding negotiation trunnel output.Mike Perry
2019-01-02Circuit padding ProtoVer plumbing.Mike Perry
2019-01-02Initialize circuit padding machines and global state.Mike Perry
2019-01-02Hook up circuit padding to circuit_t.Mike Perry
2019-01-02Circuit padding header.Mike Perry
2019-01-02Provide a smartlist reverse-order traversal.Mike Perry
2018-12-21Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-21Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-12-21Merge branch 'orconn-tracker_squashed'Nick Mathewson
2018-12-21Add tests for bootstrap trackerTaylor Yu
2018-12-21The big bootstrap phase redefinitionTaylor Yu
2018-12-21Hook up control_event_bootstrap() to btrack_orconnTaylor Yu
2018-12-21Add a comment about bto_update_best.Taylor Yu
2018-12-21Fix priority on process subsystem level: it uses "net"Nick Mathewson
2018-12-21Merge branch 'ticket28847'Nick Mathewson
2018-12-21Don't initialize the process module manually in tests.Alexander Færøy
2018-12-21Fix typo in time_sys.h.Alexander Færøy
2018-12-21Use the subsystem list to initialize and shutdown process module.Alexander Færøy
2018-12-21mainloop: Reactivate the linked connection event with a non empty listDavid Goulet
2018-12-20Add bootstrap tracker subsystemTaylor Yu
2018-12-20Add LD_BTRACK log domain for bootstrap trackerTaylor Yu
2018-12-20Add origin circuit event pubsub systemTaylor Yu
2018-12-20Add ORCONN event pubsub systemTaylor Yu
2018-12-20Remove unused old_state var in connection_or.cTaylor Yu
2018-12-20Merge remote-tracking branch 'tor-github/pr/609'Nick Mathewson
2018-12-20Escape the PT K/V data before sending it to the logger.Alexander Færøy
2018-12-20Merge remote-tracking branch 'tor-github/pr/608'Nick Mathewson
2018-12-20Remove Process initializer/shutdown function from main.c.Alexander Færøy
2018-12-20Forward declare smartlist_t in process.hAlexander Færøy