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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
backtrace.c
Age
Commit message (
Expand
)
Author
2018-06-21
Extract error functionality into a new lowest-level library.
Nick Mathewson
2018-06-20
Allow raw_assert() to dump stack traces.
Nick Mathewson
2018-06-20
Remove log dependency from backtrace.[ch]
Nick Mathewson
2018-06-20
Move horrible-emergency handling into torerr.[ch]
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-02-03
Use the standard OpenBSD preprocessor definition
cypherpunks
2016-09-06
checkSpace.pl now forbids more identifiers.
Nick Mathewson
2016-06-20
More coverage in backtrace.c
Nick Mathewson
2016-06-17
Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS
cypherpunks
2016-02-28
clean/extend some module docs, including fix from #18403
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-27
Add a brief file-level description for everything in src/common
Nick Mathewson
2015-12-18
Remove an extra space in backtrace version string
cypherpunks
2015-12-16
... and fix the linux backtrace_symbols{,_fd} calls
Nick Mathewson
2015-12-15
Fix backtrace compilation on FreeBSD
cypherpunks
2015-02-23
Merge remote-tracking branch 'public/bug14988_025'
Nick Mathewson
2015-02-23
add another unused-var marker in backtrace.c for 14988
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-04-10
Log a backtrace when the sandbox finds a failure
Nick Mathewson
2014-02-25
Trivial comment fix.
Nick Mathewson
2014-02-24
Threadproof our log_backtrace implementation
Nick Mathewson
2013-11-18
Add a _GNU_SOURCE definition to backtrace.c to fix compilation
Nick Mathewson
2013-11-18
Whoops -- add missing defined().
Nick Mathewson
2013-11-18
Make header includes match declarations in pc_from_ucontext.m4
Nick Mathewson
2013-11-18
Reseolve DOCDOC and XXXXs in backtrace.c
Nick Mathewson
2013-11-18
Make backtrace handler handle signals correctly.
Nick Mathewson
2013-11-18
Add a sighandler-safe logging mechanism
Nick Mathewson
2013-11-18
Basic backtrace ability
Nick Mathewson