folly: add bser encode/decode for dynamic
[folly.git] / folly / experimental / exception_tracer /
2016-02-02 Dmitry PleshkovImplementing callback functionality for exception routines
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-06-03 Lucian Grijincufolly: exception_tracer: add throw() to __cxa_begin_catch
2015-04-27 Nicholas OrmrodREADME: Fixed typo, formatted code, and linked to docs
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Philip Proninfix __cxa_throw signature
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-11-08 Nicholas OrmrodFix folly lint errors
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-04-18 Elizabeth Smithabstract thread_local support
2014-04-18 Elizabeth SmithMSVC translation of noreturn attribute
2014-04-18 Elizabeth SmithMSVC always_inline and noinline __attributes__ translation
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2014-01-16 Jordan DeLongRemove some files that should have been deleted in...
2014-01-16 Lucian Grijincufolly: symbolizer: small terse write fix + colorize...
2013-12-20 Tudor BosmanSwitch to folly symbolizer
2013-12-20 Tudor BosmanUse fixed size stack traces; unify getStackTrace
2013-12-20 Tudor BosmanRevert "Change exception tracer to use per-thread cachi...
2013-12-20 Tudor BosmanPrint (2 more) if stack trace truncated
2013-12-20 Tudor BosmanChange exception tracer to use per-thread caching in...
2013-12-20 Tudor BosmanAsync-signal-safe symbolizer, fatal signal handler
2013-11-26 Daniel MarinescuAdded SCOPE_FAIL and SCOPE_SUCCESS macros in non-portab...
2013-06-26 Tudor BosmanUse libunwind instead of the heavyweight thing from...
2013-04-21 Tudor BosmanFOLLY_NORETURN
2013-04-21 Philip Pronindo not include iostream from Range.h
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports - 2
2012-12-16 Tudor BosmanRemove Stream
2012-09-17 Tudor BosmanVerbosify exception tracer dumps
2012-09-17 Tudor BosmanMove exception tracer library to folly/experimental