summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-20Merge remote-tracking branch 'tor-github/pr/608'Nick Mathewson
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-20Stop running stem's unit tests as part of "make test-stem"teor
2018-12-19Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-19Merge branch 'ticket28883_035' into maint-0.3.5Nick Mathewson
2018-12-18Merge branch 'ticket28853'Nick Mathewson
2018-12-18Merge branch 'ticket28839_v2_squashed'Nick Mathewson
2018-12-18Changes file for ticket28839Nick Mathewson
2018-12-18Avoid a needless decode/re-encode step in assigning onion keysNick Mathewson
2018-12-18Use a single path for all PEM-like objects in get_next_token()Nick Mathewson
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Merge branch 'bug28612_squashed' into maint-0.3.5Nick Mathewson
2018-12-18Call run_tor_main_loop() in ntmain.c, rather than do_main_loop().Nick Mathewson
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Merge branch 'ticket28881_035' into maint-0.3.5Nick Mathewson
2018-12-18Always initialize addr in parse_port_config()Nick Mathewson
2018-12-18Merge remote-tracking branch 'tor-github/pr/595'Nick Mathewson
2018-12-18Merge branch 'ticket28179_squashed_merged'Nick Mathewson
2018-12-18Add missing changes files for #26360, #28179, #28180.Alexander Færøy
2018-12-18Avoid breaking the event loop prematurely.Alexander Færøy
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Bump version to 0.3.5.6-rc-devNick Mathewson
2018-12-18Forward-port changelog from 0.3.5.6-rcNick Mathewson
2018-12-18Remove changes that are already merged in 0.3.5.x releasesNick Mathewson
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Revert "Log bootstrap tag names"Nick Mathewson
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Bump to 0.3.5.6-rcNick Mathewson
2018-12-18Unit test to check that we can parse NETINFO cell with unsupported address typerl1987
2018-12-18Actually allow unrecognized address types in NETINFO cellrl1987
2018-12-17lib/process may include lib/buf.Nick Mathewson
2018-12-17Update location of buffers.hNick Mathewson
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Ensure that line_size >= 1 before trying to trim input string.Alexander Færøy
2018-12-17Add an additional space when we check for the PROTO_LOG handler.Alexander Færøy
2018-12-17Make Windows process event timer API available for dormant interface.Alexander Færøy
2018-12-17Document the format of process_t::arguments.Alexander Færøy
2018-12-17Use errno directly if we are not reading/writing from/to a socket.Alexander Færøy
2018-12-17Use `const char *` instead of `char *` for line parameter for process callbacks.Alexander Færøy
2018-12-17Change EVENT_TRANSPORT_LOG to EVENT_PT_LOG.Alexander Færøy