Fix some copyright lines in folly/experimental/symbolizer/
[folly.git] / folly / experimental / symbolizer / Symbolizer.h
2018-01-01 Yedidya FeldblumFix some copyright lines in folly/experimental/symbolizer/
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/symbolizer/
2017-07-13 Yedidya FeldblumSort #include lines
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-02-26 Philip Proninreduce consumed stack size in symbolizer
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-04 Giuseppe OttavianoFix a typo
2016-04-06 Dmitry PleshkovAllow usage of Symbolizer options for ExceptionStats...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-16 Lucian Grijincufolly: Symbolizer: don't allocate from function which...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
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-05-20 Tudor BosmanSymbolizedFrame::name is already null-terminated
2014-04-18 Elizabeth SmithMSVC always_inline and noinline __attributes__ translation
2014-03-18 Tudor BosmanUnbreak Symbolizer with small ElfCache
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 Tudor Bosmanstack_trace_test was broken in debug mode
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 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
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Tudor BosmanRemove Stream
2012-09-17 Tudor BosmanMove exception tracer library to folly/experimental