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
2014-09-11
Merge remote-tracking branch 'public/bug13104_025'
Nick Mathewson
2014-09-11
Avoid an overflow on negation in format_helper_exit_status
Nick Mathewson
2014-09-10
Avoid overflows and underflows in sscanf and friends
Nick Mathewson
2014-09-09
Use S?SIZE_MAX, not S?SIZE_T_MAX
Nick Mathewson
2014-09-02
Add more assertions to esc_for_log to please the clangalyzer.
Nick Mathewson
2014-09-02
Add an assertion to read_file_to_str_until_eof
Nick Mathewson
2014-09-02
Apply the MALLOC_ZERO_WORKS fixup to tor_realloc as well.
Nick Mathewson
2014-08-21
Check return values for fcntl in tor_spawn_background.
Nick Mathewson
2014-08-13
Fix whitespace issues
Nick Mathewson
2014-08-13
Apply coccinelle script to replace malloc(a*b)->calloc(a,b)
Nick Mathewson
2014-08-13
Add reallocarray clone so we can stop doing multiply-then-reallocate
Nick Mathewson
2014-06-20
Remove code for Windows CE support
Nick Mathewson
2014-06-14
Merge branch 'bug8746_v2_squashed'
Nick Mathewson
2014-06-14
On Windows, terminate processes by handle, not pid
Nick Mathewson
2014-06-14
Use waitpid code to learn when a controlled process dies
Nick Mathewson
2014-05-14
Merge branch 'bug11946'
Nick Mathewson
2014-05-14
whitespace fix
Nick Mathewson
2014-05-14
Use tor_getpw{nam,uid} wrappers to fix bug 11946
Nick Mathewson
2014-05-12
Merge branch 'bug9781_v2'
Nick Mathewson
2014-05-12
Log an error reply from tor-fw-helper correctly.
Nick Mathewson
2014-05-11
Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.
dana koch
2014-05-06
Split portfw-error-logging code into a new function.
Nick Mathewson
2014-05-01
Merge remote-tracking branch 'public/bug11233_diagnose'
Nick Mathewson
2014-04-29
Merge remote-tracking branch 'public/bug11605_024'
Nick Mathewson
2014-04-25
Make compilation of tor_memdup_nulterm() with dmalloc
Nick Mathewson
2014-04-16
Make sure everything using an interned string is preceded by a log
Nick Mathewson
2014-03-31
Merge branch 'bug8787_squashed'
Nick Mathewson
2014-03-31
Always check returns from unlink()
Andrea Shepard
2014-03-27
Better log message when writing a CR in text mode on windows
Nick Mathewson
2014-03-25
Fix warnings from doxygen
Nick Mathewson
2014-02-20
fixed long -> int implicit cast warning line 3453
Nick Hopper
2013-12-05
Set CREATE_NO_WINDOW in tor_spawn_background.
David Fifield
2013-11-22
Avoid warning about impossible check for flags & 0
Nick Mathewson
2013-11-18
Fix whitespace
Nick Mathewson
2013-11-18
Merge branch 'backtrace_squashed'
Nick Mathewson
2013-11-18
Refactor format_*_number_sigsafe to have a common implementation
Nick Mathewson
2013-11-18
Make backtrace handler handle signals correctly.
Nick Mathewson
2013-11-18
Basic backtrace ability
Nick Mathewson
2013-11-15
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-11-15
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-10-11
Merge branch 'bug1376'
Nick Mathewson
2013-10-11
Fix some whitespace; tighten the tests.
Nick Mathewson
2013-10-10
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-10
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-10-10
Fix unit test for format_helper_exit_status
Nick Mathewson
2013-10-10
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-10
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-10-08
Raise buffer size, fix checks for format_exit_helper_status.
Nick Mathewson
2013-09-13
Fix a windows compilation warning from sandboxing branch
Nick Mathewson
2013-09-13
Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'
Nick Mathewson
[next]