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