Commit History

Author SHA1 Message Date
  Nick Mathewson bf9252587b Fix mingw build with -DUNICODE -D_UNICODE 13 years ago
  Nick Mathewson 1e5683b167 Be more careful calling wcstombs 13 years ago
  Nick Mathewson b482c870ca Fix some mingw build warnings 13 years ago
  Nick Mathewson 7f45ea5c41 Merge remote-tracking branch 'public/bug3894' 13 years ago
  Nick Mathewson 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 13 years ago
  Nick Mathewson 173b18c79b Add about 60 more DOCDOC comments to 0.2.3 13 years ago
  Nick Mathewson f68c042637 Resolve all currently pending DOCDOC items in master 13 years ago
  Nick Mathewson f35271bf3e Fix some more FreeBSD4 issues (based on a patch from grarpamp) 13 years ago
  Nick Mathewson d732b87e60 Merge remote-tracking branch 'origin/maint-0.2.2' 13 years ago
  Sebastian Hahn 679aa93e23 Fix month check in parse_http_time, add test 13 years ago
  Nick Mathewson 801923ac21 Remove more dubiosity in struct tm handling. related to bug5346 13 years ago
  Nick Mathewson 1abe533b33 Reject an additional type of bad date in parse_http_time 13 years ago
  Esteban Manchado Velázquez d0d9c3d71e Fix parse_http_time and add tests 13 years ago
  Nick Mathewson c78a42685f Merge remote-tracking branch 'origin/maint-0.2.2' 13 years ago
  Nick Mathewson 9b344628ed Handle out-of-range values in tor_parse_* integer functions 13 years ago
  Nick Mathewson 9dddfe83f3 Several mingw/msvc/cross-compilation fixes 13 years ago
  George Kadianakis b80728a115 tor_vsscanf(): Don't return -1 if '%%' doesn't match. 13 years ago
  Nick Mathewson 56e0959d2a Have tor_parse_*long functions check for negative bases 13 years ago
  George Kadianakis aae570b493 Close fds on pipe() error in tor_spawn_background(). 14 years ago
  Nick Mathewson c13dc5170f Merge remote-tracking branch 'origin/maint-0.2.2' 13 years ago
  Nick Mathewson be0535f00b Correctly handle broken escape sequences in torrc values 13 years ago
  Esteban Manchado Velázquez 8a633a3ebd Small fix in tor_sscanf documentation 13 years ago
  Esteban Manchado Velázquez a753ef8517 Fix typo in config parser documentation 13 years ago
  Nick Mathewson 77a7a980d0 Don't leak the env_vars_sorted smartlist in process_environment_make 13 years ago
  Nick Mathewson 1d36693570 Use get_environment(), not environ. 13 years ago
  Robert Ransom 33552c16ca Heap-allocate strings returned by get_current_process_environment_variables 13 years ago
  Robert Ransom c0808b795f Pass process_environment_t * to tor_spawn_background 13 years ago
  Robert Ransom ee3a49d6ed Remove (void)envp from tor_spawn_background 13 years ago
  Robert Ransom d37a1ec8c6 Add set_environment_variable_in_smartlist 13 years ago
  Robert Ransom 0ba93e184a Add get_current_process_environment_variables 13 years ago