[collectd-changes] collectd,
the system statistics collection daemon: Changes to 'collectd-4'
Florian Forster
octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Wed Feb 14 22:47:07 CET 2007
src/Makefile.am | 1
src/utils_avltree.c | 661 ++++++++++++++++++++++++++++++++++++++++++++++++++++
src/utils_avltree.h | 29 ++
3 files changed, 691 insertions(+)
New commits:
commit f4c3e684850315991f0760e90f5d845af4615d5f
Author: Florian Forster <octo.trailing-username(a)leading-domain.crystal.wlan.home.verplant.org>
Date: Wed Feb 14 22:44:45 2007 +0100
src/utils_avltree.c: Fix `avl_pick'.
commit cb7fed8bf0af2646dfcb32844933398c28e39be5
Merge: ea57ed17ce9c31ec685f29b9f1bd0698da832415 cdb561850205d8cebe03e79422cd5f0620159eea
Author: Florian Forster <octo.trailing-username(a)leading-domain.crystal.wlan.home.verplant.org>
Date: Wed Feb 14 22:32:48 2007 +0100
Merge branch 'ff/avl-tree'
commit cdb561850205d8cebe03e79422cd5f0620159eea
Author: Florian Forster <octo.trailing-username(a)leading-domain.crystal.wlan.home.verplant.org>
Date: Wed Feb 14 22:29:48 2007 +0100
src/utils_avltree.c: Added `avl_pick'.
commit 2a1ad78f89dce9c00ad7fc02b5cb4ce598bb1d48
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Wed Feb 14 18:45:10 2007 +0100
src/utils_avltree.c: Removal works, too.
commit 312e8cdc9c83155cd1fa0eab1509d0cc25d7a8e6
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Wed Feb 14 17:42:00 2007 +0100
src/utils_avltree.c: Insertion works correktly.
commit 8355cd81e42f61a5e16246a314c9e3dadea5326e
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Sun Dec 3 14:29:43 2006 +0100
src/utils_avltree.c: Fix and endless loop. Added more `assert's.
It's broken due to the asserts right now, but this only means I haven't found
another bug yet.
commit 7f561ff836d0652989a9e504b5422398cefa2492
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Sat Nov 25 11:25:17 2006 +0100
src/Makefile.am: Link the collectd binary with `src/utils_avltree.[ch]'.
commit 6b95d15beca00fb69dd4eaceeb101ea49f9fcb04
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Sat Nov 25 11:21:19 2006 +0100
src/utils_avltree.[ch]: Changed the interface to return the key upon deletion.
The idea behind this is, that the calling routing may not have a pointer to
it's location, and possibly can't deallocate the memory.
commit d72bf69c0a8405aa185a005be67689b7fbd373b5
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Tue Nov 21 22:08:23 2006 +0100
src/utils_avltree.c: Fixed the first few bugs.
I a module like this, bugs are to be expected ;)
commit 8e4ecdba481c776398685511c3c6e6e3e8e23bc7
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Tue Nov 21 19:57:55 2006 +0100
Added src/utils_avltree.[ch]: An implementation of an AVL-tree.
More information about the collectd-changes
mailing list