index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
util.c
Commit message (
Expand
)
Author
Age
*
Turn a memwipe in tor_process_handle_destroy() back to memset
Nick Mathewson
2012-11-08
*
Add and use and unlikely-to-be-eliminated memwipe()
Nick Mathewson
2012-11-08
*
Use file-size-fixup code on cygwin too.
Nick Mathewson
2012-09-14
*
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson
2012-09-11
|
\
|
*
Fix assertion failure in tor_timegm.
Nick Mathewson
2012-09-11
*
|
add a blurb for 0.2.3.18-rc, other minor cleanups
Roger Dingledine
2012-06-28
*
|
Fix a warning when using glibc's strcspn with clang.
Nick Mathewson
2012-06-26
*
|
Fix a compilation warning with clang 3.0
Nick Mathewson
2012-06-26
*
|
Don't assert in get_string_from_pipe() on len==0
Nick Mathewson
2012-06-23
*
|
Resolve crash caused by format_helper_exit_status changes in #5557
Nick Mathewson
2012-06-23
*
|
Style tweaks and add a warning about NUL-termination
Nick Mathewson
2012-06-22
*
|
Refactor unsigned int hex formatting out of format_helper_exit_status() in ut...
Andrea Shepard
2012-06-22
*
|
Make format_helper_exit_status() avoid unnecessary spaces
Andrea Shepard
2012-06-22
*
|
Fix mingw build with -DUNICODE -D_UNICODE
Nick Mathewson
2012-06-07
*
|
Be more careful calling wcstombs
Nick Mathewson
2012-06-07
*
|
Fix some mingw build warnings
Nick Mathewson
2012-06-05
*
|
Merge remote-tracking branch 'public/bug3894'
Nick Mathewson
2012-06-05
|
\
\
|
*
|
Fix some more FreeBSD4 issues (based on a patch from grarpamp)
Nick Mathewson
2012-05-16
|
|
/
*
|
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-06-04
*
|
Add about 60 more DOCDOC comments to 0.2.3
Nick Mathewson
2012-06-04
*
|
Resolve all currently pending DOCDOC items in master
Nick Mathewson
2012-06-04
*
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-05-16
|
\
|
|
*
Fix month check in parse_http_time, add test
Sebastian Hahn
2012-05-16
|
*
Remove more dubiosity in struct tm handling. related to bug5346
Nick Mathewson
2012-05-16
|
*
Reject an additional type of bad date in parse_http_time
Nick Mathewson
2012-05-16
|
*
Fix parse_http_time and add tests
Esteban Manchado Velázquez
2012-05-16
*
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-05-10
|
\
|
|
*
Handle out-of-range values in tor_parse_* integer functions
Nick Mathewson
2012-05-07
*
|
Several mingw/msvc/cross-compilation fixes
Nick Mathewson
2012-04-26
*
|
tor_vsscanf(): Don't return -1 if '%%' doesn't match.
George Kadianakis
2012-04-03
*
|
Have tor_parse_*long functions check for negative bases
Nick Mathewson
2012-03-30
*
|
Close fds on pipe() error in tor_spawn_background().
George Kadianakis
2012-03-12
*
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-03-09
|
\
|
|
*
Correctly handle broken escape sequences in torrc values
Nick Mathewson
2012-03-09
|
*
Get rid of an unused parameter warning on win
Sebastian Hahn
2011-11-20
*
|
Small fix in tor_sscanf documentation
Esteban Manchado Velázquez
2012-03-08
*
|
Fix typo in config parser documentation
Esteban Manchado Velázquez
2012-03-08
*
|
Don't leak the env_vars_sorted smartlist in process_environment_make
Nick Mathewson
2012-02-29
*
|
Use get_environment(), not environ.
Nick Mathewson
2012-02-17
*
|
Heap-allocate strings returned by get_current_process_environment_variables
Robert Ransom
2012-02-17
*
|
Pass process_environment_t * to tor_spawn_background
Robert Ransom
2012-02-17
*
|
Remove (void)envp from tor_spawn_background
Robert Ransom
2012-02-17
*
|
Add set_environment_variable_in_smartlist
Robert Ransom
2012-02-17
*
|
Add get_current_process_environment_variables
Robert Ransom
2012-02-17
*
|
Add process_environment_make and related utilities
Robert Ransom
2012-02-17
*
|
Add tor_calloc
Robert Ransom
2012-02-17
*
|
Fix straggling MS_WINDOWS issues; add a changes file
Nick Mathewson
2012-01-31
*
|
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
Nick Mathewson
2012-01-31
*
|
Rename nonconformant identifiers.
Nick Mathewson
2012-01-18
*
|
Convert instances of tor_malloc+tor_snprintf into tor_asprintf
Nick Mathewson
2012-01-16
[next]