about summary refs log tree commit diff
path: root/src/libdatastruct
Commit message (Collapse)AuthorAgeFilesLines
* Add genset[dyn]_deepfreeLaurent Bercot2018-04-132-0/+33
|
* Fix build error (typo)Laurent Bercot2018-03-161-1/+1
|
* Add genqdyn_unpush, bufalloc_unputLaurent Bercot2018-03-161-0/+12
|
* Add genqdynLaurent Bercot2017-12-297-0/+71
|
* Revert initializer optimization (buggy when first realloc'ing!)Laurent Bercot2017-08-141-3/+3
|
* Make cbuffer_?peek take a const; make *_init not leak when misusedLaurent Bercot2017-07-311-3/+3
|
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-1325-32/+0
|
* Types change: switch libdatastruct to uint32_tLaurent Bercot2017-02-2230-77/+111
| | | | Still needs to be reviewed.
* Fix closecb support wherever a unixmessage may get dropped; add closecb ↵Laurent Bercot2016-04-221-0/+0
| | | | support to unixconnection
* Gnfrlbl... gensetdyn_iter is an unsigned int again, but the valueLaurent Bercot2015-01-102-8/+8
| | | | is now tested against gensetdyn_n(g). It's cleaner, I swear.
* Change gensetdyn_iter to be a boolean. The old behaviour is stillLaurent Bercot2015-01-101-1/+1
| | | | accessible via gensetdyn_iter_nocancel.
* Add cancellation to iterators over avltree(n) and genset(dyn)Laurent Bercot2015-01-097-26/+83
|
* Lots of cosmetic fixes.Laurent Bercot2014-12-2020-26/+26
| | | | sha256 documented.
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-1831-0/+550