aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
Commit message (Expand)AuthorAge
* Fix mingw build with -DUNICODE -D_UNICODENick Mathewson2012-06-07
* Be more careful calling wcstombsNick Mathewson2012-06-07
* Fix some mingw build warningsNick Mathewson2012-06-05
* Merge remote-tracking branch 'public/bug3894'Nick Mathewson2012-06-05
|\
| * Fix some more FreeBSD4 issues (based on a patch from grarpamp)Nick Mathewson2012-05-16
* | 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-16
|\|
| * Fix month check in parse_http_time, add testSebastian Hahn2012-05-16
| * Remove more dubiosity in struct tm handling. related to bug5346Nick Mathewson2012-05-16
| * Reject an additional type of bad date in parse_http_timeNick Mathewson2012-05-16
| * Fix parse_http_time and add testsEsteban Manchado Velázquez2012-05-16
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-10
|\|
| * Handle out-of-range values in tor_parse_* integer functionsNick Mathewson2012-05-07
* | Several mingw/msvc/cross-compilation fixesNick Mathewson2012-04-26
* | tor_vsscanf(): Don't return -1 if '%%' doesn't match.George Kadianakis2012-04-03
* | Have tor_parse_*long functions check for negative basesNick Mathewson2012-03-30
* | Close fds on pipe() error in tor_spawn_background().George Kadianakis2012-03-12
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-03-09
|\|
| * Correctly handle broken escape sequences in torrc valuesNick Mathewson2012-03-09
| * Get rid of an unused parameter warning on winSebastian Hahn2011-11-20
* | Small fix in tor_sscanf documentationEsteban Manchado Velázquez2012-03-08
* | Fix typo in config parser documentationEsteban Manchado Velázquez2012-03-08
* | Don't leak the env_vars_sorted smartlist in process_environment_makeNick Mathewson2012-02-29
* | Use get_environment(), not environ.Nick Mathewson2012-02-17
* | Heap-allocate strings returned by get_current_process_environment_variablesRobert Ransom2012-02-17
* | Pass process_environment_t * to tor_spawn_backgroundRobert Ransom2012-02-17
* | Remove (void)envp from tor_spawn_backgroundRobert 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
* | Fix straggling MS_WINDOWS issues; add a changes fileNick Mathewson2012-01-31
* | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson2012-01-16
* | 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
* | | Some more check-spaces stuffSebastian Hahn2011-12-08
* | | Revert "Refactor tor_event_base_once to do what we actually want"Nick Mathewson2011-12-06
* | | Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson2011-11-29
|\ \ \
| * | | Introduce write_bytes_to_new_file().George Kadianakis2011-11-26
| |/ /
* | | Refactor tor_event_base_once to do what we actually wantNick Mathewson2011-11-25
* | | 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