Sebastian Hahn
|
75d8ad7320
Purge ATTR_PURE from the code
|
13 years ago |
George Kadianakis
|
6b3c3b968f
Rename tor_process_destroy() to tor_process_handle_destroy().
|
13 years ago |
George Kadianakis
|
47a5b8009b
Improve general code quality.
|
13 years ago |
George Kadianakis
|
f12a40d860
Prepare util.[ch] to use the new process_handle_t API.
|
13 years ago |
George Kadianakis
|
45307ff980
Port managed proxy launching code to the new subprocess API.
|
13 years ago |
Nick Mathewson
|
ed39621a9d
Merge remote-tracking branch 'asn2/bug3656'
|
13 years ago |
George Kadianakis
|
c6811c57cb
Enforce transport names being C identifiers.
|
13 years ago |
George Kadianakis
|
782810a8bf
Introduce tor_terminate_process() function.
|
13 years ago |
Steven Murdoch
|
cfa9ee5fe7
Fix double-closing a stdio stream
|
13 years ago |
Steven Murdoch
|
5b8a20ed44
Make a version of tor_read_all_handle() for non-Windows platforms
|
13 years ago |
Nick Mathewson
|
2778cdd671
Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygen
|
13 years ago |
Steven Murdoch
|
da34360952
Factor out and re-write code for splitting lines from a handle
|
13 years ago |
Steven Murdoch
|
bc97f41080
Refactor out command line formatting
|
13 years ago |
Steven Murdoch
|
f1ff65dfad
Replace two magic tristates with #define'd names
|
13 years ago |
Steven Murdoch
|
3f0a197aad
Make signature of tor_spawn_background more conventional
|
13 years ago |
Steven Murdoch
|
1da5081ae0
Appease "make check-spaces"
|
13 years ago |
Steven Murdoch
|
50b48c3ea7
Improve comments and fix one bug
|
13 years ago |
Steven Murdoch
|
2efafdfe14
Fix compilation errors under *nix
|
13 years ago |
Steven Murdoch
|
1ad986335a
Tidy up subprocess code
|
13 years ago |
Steven Murdoch
|
cc5b6d6cee
Merge remote branch 'origin/master' into bug2046
|
13 years ago |
Steven Murdoch
|
7d015c886a
Complete logging of output from port forwarding helper
|
13 years ago |
George Kadianakis
|
db4cde3810
Improve the code a tad.
|
13 years ago |
Robert Ransom
|
e42a74e563
Add smartlist_[v]asprintf_add
|
13 years ago |
Steven Murdoch
|
5bf9890b3b
Test case for reading the partial output of a background process
|
13 years ago |
Steven Murdoch
|
fec902dd60
Add Windows version of tor_spawn_background and ancillary functions
|
13 years ago |
Steven Murdoch
|
35c89be02b
Generalize process spawning so its test compiles (but fails) in Windows
|
13 years ago |
Nick Mathewson
|
94f85f216a
Turn streq_opt into a generic strcmp_opt.
|
13 years ago |
Nick Mathewson
|
773bfaf91e
Implement stream isolation
|
13 years ago |
George Kadianakis
|
14c5a24fe7
Replaced ST_* enum prefix for stream status with IO_STREAM_*.
|
13 years ago |
George Kadianakis
|
810a7a5fa0
Make some utility functions.
|
13 years ago |