index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
util.c
Age
Commit message (
Expand
)
Author
2012-05-10
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-05-07
Handle out-of-range values in tor_parse_* integer functions
Nick Mathewson
2012-04-26
Several mingw/msvc/cross-compilation fixes
Nick Mathewson
2012-04-03
tor_vsscanf(): Don't return -1 if '%%' doesn't match.
George Kadianakis
2012-03-30
Have tor_parse_*long functions check for negative bases
Nick Mathewson
2012-03-12
Close fds on pipe() error in tor_spawn_background().
George Kadianakis
2012-03-09
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-08
Small fix in tor_sscanf documentation
Esteban Manchado Velázquez
2012-03-08
Fix typo in config parser documentation
Esteban Manchado Velázquez
2012-02-29
Don't leak the env_vars_sorted smartlist in process_environment_make
Nick Mathewson
2012-02-17
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-01-31
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-18
Rename nonconformant identifiers.
Nick Mathewson
2012-01-16
Convert instances of tor_malloc+tor_snprintf into tor_asprintf
Nick Mathewson
2012-01-16
Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintf
Nick Mathewson
2012-01-11
Merge branch 'feature3457-v4-nm-squashed'
Nick Mathewson
2012-01-11
Use spaceless ISO8601 time format, not sec,usec.
Nick Mathewson
2011-12-08
Some more check-spaces stuff
Sebastian Hahn
2011-12-06
Revert "Refactor tor_event_base_once to do what we actually want"
Nick Mathewson
2011-11-29
Merge remote-tracking branch 'asn-mytor/bug4548_take2'
Nick Mathewson
2011-11-26
Introduce write_bytes_to_new_file().
George Kadianakis
2011-11-25
Refactor tor_event_base_once to do what we actually want
Nick Mathewson
2011-11-25
Make process_handle_t private and fix some unit tests
Nick Mathewson
2011-11-25
Merge remote-tracking branch 'asn/bug3472_act2'
Nick Mathewson
2011-11-20
Get rid of an unused parameter warning on win
Sebastian Hahn
2011-11-15
Fix compile warnings on windows
Sebastian Hahn
2011-10-24
Rename tor_process_destroy() to tor_process_handle_destroy().
George Kadianakis
2011-10-24
Improve general code quality.
George Kadianakis
2011-10-24
Prepare util.[ch] to use the new process_handle_t API.
George Kadianakis
2011-10-11
Fix a compile warning on OS X 10.6 and up
Sebastian Hahn
2011-10-10
Add a missing comma in tor_check_port_forwarding
Nick Mathewson
2011-10-07
Merge remote-tracking branch 'asn2/bug3656'
Nick Mathewson
2011-10-07
Make it compile on Windows™.
George Kadianakis
2011-09-12
Put some sense into our logging.
George Kadianakis
2011-09-11
Make check-spaces happy.
George Kadianakis
2011-09-11
Enforce transport names being C identifiers.
George Kadianakis
2011-09-11
Introduce tor_terminate_process() function.
George Kadianakis
2011-09-09
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-09-01
Fix double-closing a stdio stream
Steven Murdoch
2011-08-31
Tweaks on last process-launch patches
Nick Mathewson
2011-09-01
Make a version of tor_read_all_handle() for non-Windows platforms
Steven Murdoch
[next]