summaryrefslogtreecommitdiff
path: root/src/common/assert.cc
Commit message (Expand)AuthorAgeFilesLines
* assert: dump recent log entries on failed assertionsSage Weil2012-03-271-4/+11
* log: new logging infrastructureSage Weil2012-03-271-10/+0
* assert: include timestampSage Weil2012-01-271-2/+7
* assert: no 0x before thread idSage Weil2011-10-191-2/+2
* assert: de-globalizeColin Patrick McCabe2011-06-201-7/+29
* DoutStreambuf: de-globalize dout lockColin Patrick McCabe2011-06-031-46/+4
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* assert: allow assertions inside calls to dout()Colin Patrick McCabe2011-02-141-4/+49
* assert.cc: some cleanupColin Patrick McCabe2011-02-141-29/+53
* common: Remove common/tls.ccColin Patrick McCabe2011-02-141-2/+0
* assert: print thread id in hexSage Weil2011-01-041-1/+1
* common: print thread ID in sig handlers and assertColin Patrick McCabe2011-01-031-1/+2
* common: more cerr -> derr conversionsColin Patrick McCabe2010-12-161-9/+4
* ceph.spec.in: don't strip rados classesChristian Brunner2010-11-081-1/+1
* always throw by value; always catch by const refColin Patrick McCabe2010-10-041-1/+1
* assert: use ceph namespaceSage Weil2010-04-081-0/+4
* assert: leave cruft off top of assert failure backtraceSage Weil2009-12-211-1/+1
* assert: throw FailedAssertion exception instead of inducing segfaultSage Weil2009-06-261-6/+11
* config: clean up common_init a bitSage Weil2009-03-201-1/+1
* assert: warn on assertion if requested for current threadYehuda Sadeh2009-02-091-0/+5
* added a common initialization functionYehuda Sadeh2009-02-091-0/+2
* make assertion output look more like gccSage Weil2008-11-241-2/+4
* lockdep: make it workSage Weil2008-10-311-25/+9
* assert: include rudimentary stack dumpSage Weil2008-10-131-1/+27
* custom assertion handlerSage Weil2008-10-131-0/+16