aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
2012-05-10Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-07Handle out-of-range values in tor_parse_* integer functionsNick Mathewson
2012-04-26Several mingw/msvc/cross-compilation fixesNick Mathewson
2012-04-03tor_vsscanf(): Don't return -1 if '%%' doesn't match.George Kadianakis
2012-03-30Have tor_parse_*long functions check for negative basesNick Mathewson
2012-03-12Close fds on pipe() error in tor_spawn_background().George Kadianakis
2012-03-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-09Correctly handle broken escape sequences in torrc valuesNick Mathewson
2012-03-08Small fix in tor_sscanf documentationEsteban Manchado Velázquez
2012-03-08Fix typo in config parser documentationEsteban Manchado Velázquez
2012-02-29Don't leak the env_vars_sorted smartlist in process_environment_makeNick Mathewson
2012-02-17Use get_environment(), not environ.Nick Mathewson
2012-02-17Heap-allocate strings returned by get_current_process_environment_variablesRobert Ransom
2012-02-17Pass process_environment_t * to tor_spawn_backgroundRobert Ransom
2012-02-17Remove (void)envp from tor_spawn_backgroundRobert 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-31Fix straggling MS_WINDOWS issues; add a changes fileNick Mathewson
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick 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-12-08Some more check-spaces stuffSebastian Hahn
2011-12-06Revert "Refactor tor_event_base_once to do what we actually want"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-25Refactor tor_event_base_once to do what we actually wantNick Mathewson
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-20Get rid of an unused parameter warning on winSebastian Hahn
2011-11-15Fix compile warnings on windowsSebastian 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-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