2010-05-30 |
Christian Thaeter | FIX: context initialization, __func__ retrieval |
blob | commitdiff | raw |
2010-05-30 |
Christian Thaeter | FIX: impove generic compiler support |
blob | commitdiff | raw | diff to current |
2010-04-18 |
Christian Thaeter | require invariant functions to be prefixed with 'nobug_' |
blob | commitdiff | raw | diff to current |
2010-04-18 |
Christian Thaeter | add a 'void* extra' parameter to the INVARIANT macros |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Christian Thaeter | add a 'void* extra' parameter to the DUMP macros |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Christian Thaeter | FIX: Rework locking |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Christian Thaeter | replace certain boring strings with a '-' |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Christian Thaeter | update copyright headers again |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Christian Thaeter | Enable resource logging in BETA builds |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Christian Thaeter | add a NIL context for passing boring contexts |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Christian Thaeter | Add a 'guard' size parameter to ringbuffer construction... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Christian Thaeter | use multiline logging for resource_dump() and resource_... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Christian Thaeter | ringbuffer_extend() for adding extra space to the last... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Christian Thaeter | Update copyright headers according to git blame output |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Christian Thaeter | Documentation update for new 'context' facility. Bump... 201001.2 |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Christian Thaeter | Pass resource context structure directly instead pointer |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Christian Thaeter | context passing update |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Christian Thaeter | WIP: add source contexts, remove debugger-only macros |
blob | commitdiff | raw | diff to current |
2010-01-11 |
Christian Thaeter | FIX: C++ warning about passing temporary, make the... |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Christian Thaeter | alias for RESOURCE_TRY |
blob | commitdiff | raw | diff to current |
2010-01-09 |
Christian Thaeter | add a TRYING stateto the resourcetracker |
blob | commitdiff | raw | diff to current |
2010-01-09 |
Christian Thaeter | FIX: the glibc logger using nobug_log internally, no... |
blob | commitdiff | raw | diff to current |
2010-01-09 |
Christian Thaeter | correct macro parameter parentizing |
blob | commitdiff | raw | diff to current |
2010-01-08 |
Christian Thaeter | RESOURCE_ASSERT_STATE checks for asserting that a resou... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Christian Thaeter | add sync/allsync functions to ringbuffer, sync ringbuff... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Christian Thaeter | locking for backtraces |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Christian Thaeter | back to old semantics for resource acquisition. only... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Christian Thaeter | Merge remote branch 'plouj/master' into devel |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Christian Thaeter | Merge branch 'von_benny' into devel |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Michael Ploujnikov | Merge remote branch 'origin/devel' into mine |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Michael Ploujnikov | better grammar and sentences |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Christian Thaeter | unlock the resource mutex before executing the users... |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Christian Thaeter | FIX: valgrind newline semantics after 3.5.0 (partial) |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Michael Ploujnikov | Merge branch 'devel' of git://git.pipapo.org/nobug... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Christian Thaeter | refactor nobug log-locking again |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Christian Thaeter | add a 'append' mode for the ringbuffer |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Christian Thaeter | Factor log-locking out to the _LOG macro. |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Christian Thaeter | Make resource handles typessafe |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Michael Ploujnikov | Merge remote branch 'origin/devel' into mine |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Michael Ploujnikov | stop ECHO from logging to syslog |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Christian Thaeter | Fix: race conditions in RESOURCE_ENTER/STATE/LEAVE... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
Christian Thaeter | let NOBUG_ECHO() barf on the ANN flag |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Christian Thaeter | Merge branch 'devel' |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | FIX: some doc fixes, typos, xrefs |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | FIX: documentation for RESOURCE_ENTER was not updated |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | The big documentation update |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | callbacks for logging and aborting |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | NOBUG_THREAD_DATA for thread local storage of user... |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | use gcc's format attribute to validate formatstring... |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | cleanup in nobug.h, remove some cruft |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | cosmetics |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | Define NOBUG_TAB to be eight spaces by default |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | pending changes and stat functions for nobug_resource |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | some pending cleanups and fixes |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | Add a explicit nobug_destroy() to tear down nobug |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | WIP: preparation for the new deadlock checker, structur... |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | Documentation beautifying |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | per thread resource stack links all 'resource_user... |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Christian Thaeter | Preparation for the upcoming deadlock detector |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Christian Thaeter | guard around LLIST definition |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Luca Barbato | Make valgrind optional |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Christian Thaeter | new resource tracker, without deadlock detector so far |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Christian Thaeter | refine RESOURCE_ASSERT messages, fixup for state transi... |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Christian Thaeter | add NOBUG_FLAG_RAW() hack |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Christian Thaeter | remove the line number from C++ initializers, give... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Christian Thaeter | Revert NOBUG_EXTERN, using 'extern "C"' from C++ is... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Christian Thaeter | FIX: dummy initializers must not be static to prevent... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Christian Thaeter | FIX: __LINE__ expansion was not triggered |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Christian Thaeter | define a NOBUG_EXTERN which handles C linkage for C... |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Christian Thaeter | add NOBUG_DECLARE_ONLY magic |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Christian Thaeter | make initialization race free |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Christian Thaeter | replace NOBUG_ASSERTN_ by NOBUG_RESOURCE_ASSERT |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Christian Thaeter | FIX: dump level check was a complete brainfart, should... |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Christian Thaeter | fix filename in resource context, pass only basename |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Christian Thaeter | IMPORTANT CHANGE: reverse the parameter order for RESOU... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Christian Thaeter | minor documentation fixes and cosmetics |
blob | commitdiff | raw | diff to current |
2009-01-17 |
Christian Thaeter | Add another static NOBUG_ANN flag for logging annotatio... |
blob | commitdiff | raw | diff to current |
2009-01-17 |
Christian Thaeter | fix LOCATION_INFO_ARGS in BACKTRACE |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Christian Thaeter | add a 'nobug' flag to log nobug actions itself |
blob | commitdiff | raw | diff to current |
2009-01-13 |
François KUBLER | resourcemacros improvments. |
blob | commitdiff | raw | diff to current |
2009-01-13 |
François KUBLER | Some more work on resourcemacros. |
blob | commitdiff | raw | diff to current |
2009-01-13 |
François KUBLER | resourcemacros formatting. |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Christian Thaeter | Document the NOBUG_IF_* macros |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Christian Thaeter | move the toolmacros documentation into nobug.h |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Christian Thaeter | document LOG_BASELIMIT's |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Christian Thaeter | basic dumping doc cleanup/integration |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Christian Thaeter | little cosmetics in logmacros |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Christian Thaeter | beautified and reviewed the logging doc |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Christian Thaeter | new, prettier formatting for assertions doc |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Christian Thaeter | minor typos and corrections |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Christian Thaeter | pipadocing the resourcetracker things |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Christian Thaeter | make the index generation nicer, using labled lists |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Christian Thaeter | pipadoced the faultinjection macros |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Christian Thaeter | pipadoced the annotations |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Christian Thaeter | documentation for the logging macros |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Christian Thaeter | little more assertions docs |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Christian Thaeter | WIP: Transition to new pipadoc |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Christian Thaeter | Experimental documentation splitup for review |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Christian Thaeter | nobug_init() -> nobug_init(void) |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Christian Thaeter | Make resource dumping using the logging facilities |
blob | commitdiff | raw | diff to current |
next |