aboutsummaryrefslogtreecommitdiff
path: root/src/common/libalgo
Commit message (Expand)AuthorAgeFilesLines
* Move stuff around, againAlex Auvolat2016-07-153-571/+0
* Add Lua source, not compiled yet as libc/libm functions remain unimplementedAlex Auvolat2016-07-151-3/+0
* Fix sme warnings...Alex Auvolat2016-07-141-178/+168
* Integration of scan-build and splintAlex Auvolat2016-07-141-1/+1
* Add delta wrt. function in stack dumpAlex Auvolat2016-07-131-2/+4
* Migrate to BAM build toolAlex Auvolat2016-07-132-11/+3
* Fix a bug: malloc() with wrong sizeAlex Auvolat2015-03-141-1/+1
* Add mutexes everywhere ; spam debug log (sorry)Alex Auvolat2015-03-141-1/+2
* Add missing mutex-locking in procesc.c ; discovered design fault somewhere.Alex Auvolat2015-03-132-29/+29
* Change thread waiting technology. Slower but does not do crappy things like m...Alex Auvolat2015-03-111-2/+2
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...Alex Auvolat2015-03-111-2/+2
* Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.Alex Auvolat2015-03-041-0/+13
* Several things :Alex Auvolat2015-02-191-1/+1
* Add btree_remove_v to selectively remove bindings that have a keyAlex Auvolat2015-02-141-0/+55
* Add lower/upper bound test ; fix id_key_cmp_fun.Alex Auvolat2015-02-142-1/+2
* Add first btree test ; fix first btree test.Alex Auvolat2015-02-141-3/+3
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-144-45/+362
* Change hashtbl memory freeing methodAlex Auvolat2015-02-141-19/+39
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-132-0/+183