2010-05-30 |
Christian Thaeter | FIX: context initialization, __func__ retrieval |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Christian Thaeter | FIX: only emit trailing semicolons in llist.h when... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Christian Thaeter | FIX: errorcode when file does not exist is undefined... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Christian Thaeter | Check for existence of LOG_PERROR |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Christian Thaeter | FIX: impove generic compiler support |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Christian Thaeter | This is release 201005.1 201005.1 |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Christian Thaeter | prefix all mpool functions with nobug_ |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Christian Thaeter | require invariant functions to be prefixed with 'nobug_' |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Christian Thaeter | add a 'void* extra' parameter to the INVARIANT macros |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Christian Thaeter | add a 'void* extra' parameter to the DUMP macros |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Christian Thaeter | add a PLANNED_TEST() macro to test.h |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Christian Thaeter | This is release 201002.1 201002.1 |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Christian Thaeter | reenable recursive resource_mutex |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Christian Thaeter | Fix testsuite for the new continutation syntax using... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Christian Thaeter | FIX: Rework locking |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Christian Thaeter | fix threadstress test, disable beta and release, these... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Christian Thaeter | BUG: race condition when starting threads accessing... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Christian Thaeter | multiline continued log lines have a special event... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Christian Thaeter | replace certain boring strings with a '-' |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Christian Thaeter | This is release 201001.3 201001.3 |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Christian Thaeter | Fix Makefile, release-tagging |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Christian Thaeter | use a VERSION file to track the version |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Christian Thaeter | Add a lot release maintenance targets to the Makefile.am |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Christian Thaeter | script to query the current version from the configure.ac |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Christian Thaeter | add library versioning |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Christian Thaeter | Add a small script for bumping the version number |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Christian Thaeter | update copyright headers again |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Christian Thaeter | Enable resource logging in BETA builds |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Christian Thaeter | add a NIL context for passing boring contexts |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Christian Thaeter | Add a 'guard' size parameter to ringbuffer construction... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Christian Thaeter | use multiline logging for resource_dump() and resource_... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Christian Thaeter | Refactor logging core into multiple functions, support... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Christian Thaeter | formatting fix for init_flag |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Christian Thaeter | ringbuffer_extend() for adding extra space to the last... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Christian Thaeter | Ringbuffer internal doc |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Christian Thaeter | Some small doc fixes reflecting recent new features |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Christian Thaeter | Update copyright headers according to git blame output |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Christian Thaeter | updated NEWS file from all previous release announcements |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Christian Thaeter | add .mailmap for git commit/author normalization |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Christian Thaeter | New README file |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Christian Thaeter | Documentation update for new 'context' facility. Bump... 201001.2 |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Christian Thaeter | Pass resource context structure directly instead pointer |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Christian Thaeter | context passing update |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Christian Thaeter | WIP: add source contexts, remove debugger-only macros |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Christian Thaeter | remove some double nobug_counter printing from resource... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Christian Thaeter | FIX: C++ warning about passing temporary, make the... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Christian Thaeter | Thanks to testing by Jeroen van de Nieuwenhof, MacOS... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Christian Thaeter | FIX: make selftest more robust |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Christian Thaeter | FIX: Macos has no static initializer for recursive... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Christian Thaeter | FIX: mmap checking |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Christian Thaeter | alias for RESOURCE_TRY |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Christian Thaeter | RELEASE: 201001.1 201001.1 |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Christian Thaeter | Revert "NOBUG_INIT() not always required." |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Christian Thaeter | add a TRYING stateto the resourcetracker |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Christian Thaeter | test.sh cosmetics |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Christian Thaeter | FIX: the glibc logger using nobug_log internally, no... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Christian Thaeter | FIX: printing the nobug event counter was internalized... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Christian Thaeter | correct macro parameter parentizing |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Christian Thaeter | RESOURCE_ASSERT_STATE checks for asserting that a resou... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Christian Thaeter | add sync/allsync functions to ringbuffer, sync ringbuff... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Christian Thaeter | check that a thread owns no resources when changing... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Christian Thaeter | locking for backtraces |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Christian Thaeter | back to old semantics for resource acquisition. only... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Christian Thaeter | add AM_CFLAGS to test build |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Christian Thaeter | update the compatibility table |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Christian Thaeter | Merge remote branch 'plouj/master' into devel |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Christian Thaeter | Merge branch 'von_benny' into devel |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Ploujnikov | Merge remote branch 'origin/devel' into mine |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Ploujnikov | better grammar and sentences |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Christian Thaeter | unlock the resource mutex before executing the users... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Christian Thaeter | include the name of the .test file into the ,testlog |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Christian Thaeter | WIP: Fix testsuite to run on armel/scratchbox |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Christian Thaeter | armel/gcc needs to cast ~0 to char |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Christian Thaeter | Add 'msg' command |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Christian Thaeter | remove the 'less than' version check for valgrind |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Christian Thaeter | FIX: forgot to make valgrind optional |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Christian Thaeter | refine the mmap_anon configure check, should work this way |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Christian Thaeter | FIX: valgrind newline semantics after 3.5.0 (partial) |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Christian Thaeter | fix and use the mmap-anon.m4 macro for our purpose... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Christian Thaeter | some (for now enough) documenting work on test.sh |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Christian Thaeter | little more sane watchdog handling, interrupt and break... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Christian Thaeter | add test.sh selftests, fix elseif |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Christian Thaeter | fix conditions, add 'elseif' |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Christian Thaeter | add literal matching in tests |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Christian Thaeter | support if: else: endif: conditional tests |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Christian Thaeter | implement LIMIT_TIME for limiting wall time (deadlocks) |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Christian Thaeter | dont need to export variables |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Michael Ploujnikov | Merge branch 'devel' of git://git.pipapo.org/nobug... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Christian Thaeter | WIP: documenting and improving test.sh |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Michael Ploujnikov | Merge branch 'devel' of git://git.pipapo.org/nobug... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Christian Thaeter | refactor nobug log-locking again |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Christian Thaeter | add a 'append' mode for the ringbuffer |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Christian Thaeter | Dont _exit(0) in vgsuppression |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Christian Thaeter | Let VALGRINDFLAGS replace defaults instead extend them |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Christian Thaeter | Factor log-locking out to the _LOG macro. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Christian Thaeter | Make resource handles typessafe |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Michael Ploujnikov | Merge remote branch 'origin/devel' into mine |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Michael Ploujnikov | stop ECHO from logging to syslog |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Christian Thaeter | simple doc fixes (PARA's without ;;) |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Christian Thaeter | Fix: race conditions in RESOURCE_ENTER/STATE/LEAVE... |
commit | commitdiff | tree | snapshot |
next |