aboutsummaryrefslogtreecommitdiff
path: root/src/common/libalgo/hashtbl.c
Commit message (Expand)AuthorAgeFilesLines
* Move stuff around, againAlex Auvolat2016-07-151-177/+0
* 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-131-1/+1
* 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
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-141-44/+15
* Change hashtbl memory freeing methodAlex Auvolat2015-02-141-19/+39
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-131-0/+172