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