aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
2013-10-10Fix unit test for format_helper_exit_statusNick Mathewson
2013-10-08Raise buffer size, fix checks for format_exit_helper_status.Nick Mathewson
2012-11-08Turn a memwipe in tor_process_handle_destroy() back to memsetNick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-09-14Use file-size-fixup code on cygwin too.Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-09-11Fix assertion failure in tor_timegm.Nick Mathewson
2012-06-28add a blurb for 0.2.3.18-rc, other minor cleanupsRoger Dingledine
2012-06-26Fix a warning when using glibc's strcspn with clang.Nick Mathewson
2012-06-26Fix a compilation warning with clang 3.0Nick Mathewson
2012-06-23Don't assert in get_string_from_pipe() on len==0Nick Mathewson
2012-06-23Resolve crash caused by format_helper_exit_status changes in #5557Nick Mathewson
2012-06-22Style tweaks and add a warning about NUL-terminationNick Mathewson
2012-06-22Refactor unsigned int hex formatting out of format_helper_exit_status() in ut...Andrea Shepard
2012-06-22Make format_helper_exit_status() avoid unnecessary spacesAndrea Shepard
2012-06-07Fix mingw build with -DUNICODE -D_UNICODENick Mathewson
2012-06-07Be more careful calling wcstombsNick Mathewson
2012-06-05Fix some mingw build warningsNick Mathewson
2012-06-05Merge remote-tracking branch 'public/bug3894'Nick 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-16Fix some more FreeBSD4 issues (based on a patch from grarpamp)Nick Mathewson
2012-05-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-16Fix month check in parse_http_time, add testSebastian Hahn
2012-05-16Remove more dubiosity in struct tm handling. related to bug5346Nick Mathewson
2012-05-16Reject an additional type of bad date in parse_http_timeNick Mathewson
2012-05-16Fix parse_http_time and add testsEsteban Manchado Velázquez
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