aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
Commit message (Expand)AuthorAge
...
* | | Introduce get_lines_from_handle().George Kadianakis2012-09-05
* | | Remove tor_malloc_roundup().Nick Mathewson2012-08-13
* | | Merge remote-tracking branch 'public/bug2385'Nick Mathewson2012-06-25
|\ \ \ | |/ / |/| |
| * | Clear a couple more fields in rend_service_load_auth_keysNick Mathewson2012-06-18
* | | Resolve crash caused by format_helper_exit_status changes in #5557Nick Mathewson2012-06-23
* | | Refactor unsigned int hex formatting out of format_helper_exit_status() in ut...Andrea Shepard2012-06-22
|/ /
* | Fix another clang compile warningSebastian Hahn2012-06-13
* | Fix some mingw build warningsNick Mathewson2012-06-05
* | Resolve about 24 DOCDOCsNick Mathewson2012-06-05
* | Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* | Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* | Resolve all currently pending DOCDOC items in masterNick Mathewson2012-06-04
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-31
|\|
| * Add __attribute__(format)s for our varargs printf/scanf wrappersNick Mathewson2012-05-30
* | Pass process_environment_t * to tor_spawn_backgroundRobert Ransom2012-02-17
* | Change type of unixoid_environment_block to match tor_spawn_background's argRobert Ransom2012-02-17
* | Add set_environment_variable_in_smartlistRobert Ransom2012-02-17
* | Add get_current_process_environment_variablesRobert Ransom2012-02-17
* | Add process_environment_make and related utilitiesRobert Ransom2012-02-17
* | Add tor_callocRobert Ransom2012-02-17
* | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* | Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintfNick Mathewson2012-01-16
* | Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson2012-01-11
|\ \
| * | Use spaceless ISO8601 time format, not sec,usec.Nick Mathewson2012-01-11
* | | Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson2011-11-29
|\ \ \
| * | | Introduce write_bytes_to_new_file().George Kadianakis2011-11-26
| |/ /
* | | Make process_handle_t private and fix some unit testsNick Mathewson2011-11-25
* | | Merge remote-tracking branch 'asn/bug3472_act2'Nick Mathewson2011-11-25
|\ \ \
| * | | Rename tor_process_destroy() to tor_process_handle_destroy().George Kadianakis2011-10-24
| * | | Improve general code quality.George Kadianakis2011-10-24
| * | | Prepare util.[ch] to use the new process_handle_t API.George Kadianakis2011-10-24
| * | | Port managed proxy launching code to the new subprocess API.George Kadianakis2011-10-17
| |/ /
* / / Purge ATTR_PURE from the codeSebastian Hahn2011-11-25
|/ /
* | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \
| * | 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
| * | Replaced ST_* enum prefix for stream status with IO_STREAM_*.George Kadianakis2011-07-18
| * | Make some utility functions.George Kadianakis2011-07-13
* | | Fix double-closing a stdio streamSteven Murdoch2011-09-01
* | | Make a version of tor_read_all_handle() for non-Windows platformsSteven Murdoch2011-09-01
* | | Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygenNick Mathewson2011-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
* | | 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
* | | Fix compilation errors under *nixSteven Murdoch2011-08-23
* | | Tidy up subprocess codeSteven Murdoch2011-08-22