summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-03Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-03Merge branch 'ticket28879' into maint-0.3.5Nick Mathewson
2019-01-03Merge branch 'ticket28880'Nick Mathewson
2019-01-03Merge branch 'ticket28852'Nick Mathewson
2019-01-03Add a #ifdef HAVE_UNISTD_H check to buffers.cNick Mathewson
2019-01-03Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-03Merge branch 'ticket28851_035_squashed' into maint-0.3.5Nick Mathewson
2019-01-03Stop re-checking our hardcoded dh parameters on every startupNick Mathewson
2019-01-03Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-03Merge remote-tracking branch 'public/ticket28838_035' into maint-0.3.5Nick Mathewson
2019-01-03Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-03Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2019-01-03Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2019-01-03Detect openssl bug 7712 and work around it.Nick Mathewson
2019-01-02Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-02Explicitly ignore check_result() result in test_voting_flags_minimalNick Mathewson
2019-01-02Add an errno.h include to freespace.c to fix bug 28974.Nick Mathewson
2018-12-23Fix a buffer overflow in setup_cfg() in src/test/test_voting_flags.cKris Katterjohn
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
2018-12-20Merge remote-tracking branch 'tor-github/pr/445'Nick 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