constexpr_pow
[folly.git] / folly / experimental / symbolizer / SignalHandler.cpp
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/symbolizer/
2017-07-14 Christopher DykesReplace all includes of pthread.h with the portability...
2017-06-15 James Sedgwickfix rest of non-portable includes
2017-01-24 Mathieu Baudetfolly: remove unused includes
2017-01-04 Yedidya Feldblum2017
2016-11-18 Martin MartinExpose folly::symbolizer::dumpStackTrace().
2016-10-15 Philip Proninfall back to .debug_info scan in fatal signal handler v2016.10.17.00
2016-10-12 Lucian Grijincufolly: signal-handler: dynamic cache size, based on...
2016-10-07 Lucian Grijincufolly: symbolizer: increase default signal-handler...
2016-05-30 Christopher DykesSwitch uses of <sys/syscall.h> to <folly/portability...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-12 Rachel KrollLog pid/uid of sending process in signal handler, too
2015-12-11 Philip Proninsetup signal handler with SA_ONSTACK
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-29 Kai WangPrint linux TID while crashing
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Tudor BosmanBuild up signal handler message before writing
2014-04-18 Elizabeth SmithMSVC always_inline and noinline __attributes__ translation
2014-02-28 Tudor BosmanLeak ELF file cache that the signal handler uses
2014-02-28 Tudor BosmanHarden failure signal handler in the face of memory...
2014-02-07 Tudor BosmanCache open ELF files in Symbolizer
2014-01-16 Lucian Grijincufolly: symbolizer: small terse write fix + colorize...
2013-12-20 Tudor Bosmanunw_backtrace is not async-signal-safe
2013-12-20 Tudor BosmanFix test, also do not read from stack of another thread
2013-12-20 Adam Simpkinsfix callPreviousSignalHandler()
2013-12-20 Tudor BosmanSeparate installFatalSignalCallbacks
2013-12-20 Tudor BosmanSwitch to folly symbolizer
2013-12-20 Tudor BosmanUse fixed size stack traces; unify getStackTrace
2013-12-20 Tudor BosmanPrint (2 more) if stack trace truncated
2013-12-20 Tudor BosmanAsync-signal-safe symbolizer, fatal signal handler