aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21changes file for ticket27167Taylor Yu
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-21Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-21mainloop: Reactivate the linked connection event with a non empty listDavid Goulet
2018-12-21Try @warning_flags to avoid bloating verbose make logsNick Mathewson
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 branch 'document_--version'Nick Mathewson
2018-12-20Even more clarify on --version.Nick Mathewson
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
2018-12-20Merge remote-tracking branch 'tor-github/pr/445'Nick Mathewson
2018-12-20Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-20Merge remote-tracking branch 'tor-github/pr/607' into maint-0.3.5Nick Mathewson
2018-12-20No need to log ordinary EOF conditions as LOG_WARN.Alexander Færøy
2018-12-20Make example CancelIoEx() code use CancelIo().Alexander Færøy
2018-12-20Handle ERROR_BROKEN_PIPE in completion routines.Alexander Færøy
2018-12-20Remember to set `reached_eof` when our handles are reporting errors.Alexander Færøy
2018-12-20Handle errors even after success from ReadFileEx() and WriteFileEx().Alexander Færøy
2018-12-20Delay checking process for termination until both stdout and stderr are closed.Alexander Færøy
2018-12-20Remember to close the child process' ends of the pipes.Alexander Færøy
2018-12-20Remember to check for whether we actually did exit in tests.Alexander Færøy
2018-12-20Add and update changes files for #28846.Alexander Færøy