summaryrefslogtreecommitdiff
path: root/src/common/util.h
AgeCommit message (Expand)Author
2012-06-13Fix another clang compile warningSebastian Hahn
2012-06-05Fix some mingw build warningsNick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-31Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-30Add __attribute__(format)s for our varargs printf/scanf wrappersNick Mathewson
2012-02-17Pass process_environment_t * to tor_spawn_backgroundRobert Ransom
2012-02-17Change type of unixoid_environment_block to match tor_spawn_background's argRobert Ransom
2012-02-17Add set_environment_variable_in_smartlistRobert Ransom
2012-02-17Add get_current_process_environment_variablesRobert Ransom
2012-02-17Add process_environment_make and related utilitiesRobert Ransom
2012-02-17Add tor_callocRobert Ransom
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-16Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintfNick Mathewson
2012-01-11Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson
2012-01-11Use spaceless ISO8601 time format, not sec,usec.Nick Mathewson
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson
2011-11-26Introduce write_bytes_to_new_file().George Kadianakis
2011-11-25Make process_handle_t private and fix some unit testsNick Mathewson
2011-11-25Merge remote-tracking branch 'asn/bug3472_act2'Nick Mathewson
2011-11-25Purge ATTR_PURE from the codeSebastian Hahn
2011-10-24Rename tor_process_destroy() to tor_process_handle_destroy().George Kadianakis
2011-10-24Improve general code quality.George Kadianakis
2011-10-24Prepare util.[ch] to use the new process_handle_t API.George Kadianakis
2011-10-17Port managed proxy launching code to the new subprocess API.George Kadianakis
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-09-11Enforce transport names being C identifiers.George Kadianakis
2011-09-11Introduce tor_terminate_process() function.George Kadianakis
2011-09-01Fix double-closing a stdio streamSteven Murdoch
2011-09-01Make a version of tor_read_all_handle() for non-Windows platformsSteven Murdoch
2011-08-30Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygenNick Mathewson
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-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-23Fix compilation errors under *nixSteven Murdoch
2011-08-22Tidy up subprocess codeSteven 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-10Add smartlist_[v]asprintf_addRobert Ransom
2011-07-25Test case for reading the partial output of a background processSteven 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