aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* silent clang warningnuttxMichał Łyszczek2018-05-251-1/+1
* remove include and rb dirs, to simplify stuffMichał Łyszczek2018-05-2510-34/+41
* add names to parameters in rb.hMichał Łyszczek2018-05-251-15/+17
* fix: put el_cleanup_p in #if ENABLE_THREADSMichał Łyszczek2018-03-241-2/+2
* fix: bad error check in exampleMichał Łyszczek2018-03-241-2/+8
* add: #if for config.hMichał Łyszczek2018-03-242-0/+5
* fix: disabled enomem testsMichał Łyszczek2018-02-221-1/+1
* fix: compilation errors when --disable-threads is enabledMichał Łyszczek2018-02-222-1/+5
* add: init rb with custom memory areaMichał Łyszczek2018-02-2216-82/+416
|\
| * update: manual pagesMichał Łyszczek2018-02-2213-6/+160
| * add: tests and some fixes after testingMichał Łyszczek2018-02-222-3/+78
| * add: buffer initialization without dynamic allocationMichał Łyszczek2018-02-222-77/+182
|/
* add: results from aix and hpux machinesv1.0.0Michał Łyszczek2018-02-091-10/+20
* move to semantic versioningMichał Łyszczek2018-02-0912-11/+11
* fix: change O_MULTITHREAD value flag to fix clash with hpuxMichał Łyszczek2018-02-071-1/+1
* fix: add missing tap-driver.sh to distMichał Łyszczek2018-02-061-1/+1
* fix: errors when building on aixMichał Łyszczek2018-02-063-2/+651
|\
| * fix: add back tap-driver.sh, as not all autoconf provides oneMichał Łyszczek2018-02-062-1/+651
| * fix: remove uneeded syscall headerMichał Łyszczek2018-02-061-1/+0
|/
* remove: manifest from gentoo pkgMichał Łyszczek2018-02-061-3/+0
* add: gentoo pacakgeMichał Łyszczek2018-02-053-0/+40
* version bumpMichał Łyszczek2018-02-0511-11/+11
* remove superflous labelMichał Łyszczek2018-02-031-1/+0
* little reformatMichał Łyszczek2018-02-031-1/+6
* fix: sys/time.h only needed in multi-threaded buildMichał Łyszczek2018-02-031-2/+2
* fix: broken tests with --disable-threadsMichał Łyszczek2018-02-031-0/+4
* fix: remove some leftovers in rb.hMichał Łyszczek2018-02-031-3/+0
* fix: wrong return type of rb_discardMichał Łyszczek2018-02-033-12/+26
* fix: rb_count and rb_space not being thread-safeMichał Łyszczek2018-02-035-19/+141
|\
| * update man pagesMichał Łyszczek2018-02-032-4/+11
| * add: tests for rb_count and rb_spaceMichał Łyszczek2018-02-031-0/+39
| * add: mutexes and validators for rb_count and rb_spaceMichał Łyszczek2018-02-032-15/+91
|/
* fix: rb_discard return wrong valueMichał Łyszczek2018-02-022-5/+9
* fix: rb_discard crashes in single-thread modeMichał Łyszczek2018-02-021-1/+1
* add: rb_discard function to quickly discard data from bufferMichał Łyszczek2018-02-0214-0/+196
|\
| * add: documentation to new functionMichał Łyszczek2018-02-0211-0/+75
| * add: tests to test rb_discardMichał Łyszczek2018-02-021-0/+65
| * add: rb_discard functionMichał Łyszczek2018-02-022-0/+56
|/
* change: return -1 EAGAIN only when buffer is empty/fullMichał Łyszczek2018-02-024-35/+124
|\
| * update manual pagesMichał Łyszczek2018-02-022-29/+47
| * add: tests for EAGAIN casesMichał Łyszczek2018-02-011-0/+35
| * change: return -1 EAGAIN only when buffer is empty/fullMichał Łyszczek2018-02-011-6/+42
|/
* Change: make rb_new() to create non-thread object by defaultMichał Łyszczek2018-02-015-85/+108
|\
| * fix: idiotic checks to see if flags are setMichał Łyszczek2018-02-011-7/+7
| * update documentationMichał Łyszczek2018-02-012-48/+34
| * add: tests for new default operation modeMichał Łyszczek2018-01-311-0/+45
| * rb_new creates nonthreading object by defaultMichał Łyszczek2018-01-313-47/+39
|/
* fix: bug in site generationMichał Łyszczek2018-01-291-1/+1
* add: missing readme.md from distMichał Łyszczek2018-01-281-1/+1
* fix: enable analyzer only with --enable-analyzerMichał Łyszczek2018-01-272-0/+12