summaryrefslogtreecommitdiff
path: root/src/common/backtrace.c
AgeCommit message (Expand)Author
2018-06-21Extract error functionality into a new lowest-level library.Nick Mathewson
2018-06-20Allow raw_assert() to dump stack traces.Nick Mathewson
2018-06-20Remove log dependency from backtrace.[ch]Nick Mathewson
2018-06-20Move horrible-emergency handling into torerr.[ch]Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-02-03Use the standard OpenBSD preprocessor definitioncypherpunks
2016-09-06checkSpace.pl now forbids more identifiers.Nick Mathewson
2016-06-20More coverage in backtrace.cNick Mathewson
2016-06-17Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONScypherpunks
2016-02-28clean/extend some module docs, including fix from #18403Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Add a brief file-level description for everything in src/commonNick Mathewson
2015-12-18Remove an extra space in backtrace version stringcypherpunks
2015-12-16... and fix the linux backtrace_symbols{,_fd} callsNick Mathewson
2015-12-15Fix backtrace compilation on FreeBSDcypherpunks
2015-02-23Merge remote-tracking branch 'public/bug14988_025'Nick Mathewson
2015-02-23add another unused-var marker in backtrace.c for 14988Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-04-10Log a backtrace when the sandbox finds a failureNick Mathewson
2014-02-25Trivial comment fix.Nick Mathewson
2014-02-24Threadproof our log_backtrace implementationNick Mathewson
2013-11-18Add a _GNU_SOURCE definition to backtrace.c to fix compilationNick Mathewson
2013-11-18Whoops -- add missing defined().Nick Mathewson
2013-11-18Make header includes match declarations in pc_from_ucontext.m4Nick Mathewson
2013-11-18Reseolve DOCDOC and XXXXs in backtrace.cNick Mathewson
2013-11-18Make backtrace handler handle signals correctly.Nick Mathewson
2013-11-18Add a sighandler-safe logging mechanismNick Mathewson
2013-11-18Basic backtrace abilityNick Mathewson