aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
Commit message (Expand)AuthorAge
...
* | | Fix compile warnings on windowsSebastian Hahn2011-11-15
|/ /
* | Fix a compile warning on OS X 10.6 and upSebastian Hahn2011-10-11
* | Add a missing comma in tor_check_port_forwardingNick Mathewson2011-10-10
* | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \
| * | Make it compile on Windows™.George Kadianakis2011-10-07
| * | Put some sense into our logging.George Kadianakis2011-09-12
| * | Make check-spaces happy.George Kadianakis2011-09-11
| * | Enforce transport names being C identifiers.George Kadianakis2011-09-11
| * | Introduce tor_terminate_process() function.George Kadianakis2011-09-11
| * | Improve the code a tad.George Kadianakis2011-08-15
| * | Reuse get_string_from_pipe() in log_from_pipe().George Kadianakis2011-07-18
| * | Replaced ST_* enum prefix for stream status with IO_STREAM_*.George Kadianakis2011-07-18
| * | Make some utility functions.George Kadianakis2011-07-13
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-09
|\ \ \ | | |/ | |/|
| * | Check for lround with autoconf; fall back to rint.Nick Mathewson2011-08-30
* | | Fix double-closing a stdio streamSteven Murdoch2011-09-01
* | | Tweaks on last process-launch patchesNick Mathewson2011-08-31
* | | Make a version of tor_read_all_handle() for non-Windows platformsSteven Murdoch2011-09-01
* | | Add a missing include to util.c to get waitpid() on LinuxNick Mathewson2011-08-31
* | | Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygenNick Mathewson2011-08-30
* | | Merge remote-tracking branch 'sjmurdoch/bug2046'Nick Mathewson2011-08-30
|\ \ \
| * | | Document limitation of log_from_handle with partial readsSteven Murdoch2011-08-30
| * | | Factor out and re-write code for splitting lines from a handleSteven Murdoch2011-08-30
| * | | Refactor out command line formattingSteven Murdoch2011-08-29
| * | | Add a sanity checkSteven Murdoch2011-08-29
| * | | Replace two magic tristates with #define'd namesSteven Murdoch2011-08-29
| * | | Make signature of tor_spawn_background more conventionalSteven Murdoch2011-08-28
| * | | Appease "make check-spaces"Steven Murdoch2011-08-24
| * | | Improve comments and fix one bugSteven Murdoch2011-08-24
| * | | We don't need to find our own path, just tell Windows to searchSteven Murdoch2011-08-24
| * | | Fix compilation errors under *nixSteven Murdoch2011-08-23
| * | | Tidy up subprocess codeSteven Murdoch2011-08-22
| * | | Fix some compiler warningsSteven Murdoch2011-08-22
| * | | Merge remote branch 'origin/master' into bug2046Steven Murdoch2011-08-18
| |\ \ \
| * | | | Complete logging of output from port forwarding helperSteven Murdoch2011-08-18
| * | | | Test case for reading the partial output of a background processSteven Murdoch2011-07-25
| * | | | Fix compilation on non-Windows platformsSteven Murdoch2011-07-23
| * | | | If hProcess is NULL, read_all_handle returns if it would blockSteven Murdoch2011-07-23
| * | | | Use PeekNamedPipe to avoid blocking ReadFile when there is nothing to readSteven Murdoch2011-07-22
| * | | | Add code to read all from a handle, but this block foreverSteven Murdoch2011-07-22
| * | | | Add Windows version of tor_spawn_background and ancillary functionsSteven Murdoch2011-07-21
| * | | | Generalize process spawning so its test compiles (but fails) in WindowsSteven Murdoch2011-07-21
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-08-24
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | lround() missing in MSVCGisle Vanem2011-08-24
* | | | Merge branch 'bug1692-squashed'Nick Mathewson2011-08-10
|\ \ \ \
| * | | | Add smartlist_[v]asprintf_addRobert Ransom2011-08-10
* | | | | Get rid of an unused parameter warning on winSebastian Hahn2011-08-09
|/ / / /
* | | | Initial patch to build Tor with msvc and nmakeNick Mathewson2011-08-01
* | | | Turn streq_opt into a generic strcmp_opt.Nick Mathewson2011-07-19
* | | | Implement stream isolationNick Mathewson2011-07-19
| |/ / |/| |