aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pkg/rpm: fix debug info generation on opensusev1.0.0-r11.0.0-r1Michał Łyszczek2018-11-121-2/+2
|
* pkg/rpm: change path to Makefile to get proper lt versionMichał Łyszczek2018-11-121-1/+1
|
* add files to build binary packagesMichał Łyszczek2018-11-1213-0/+486
|
* 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
| | | | no_buildbot
* 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
|\ | | | | | | | | | | To be more posix-complaint, write and read should return -1 and EAGAIN errno only when buffer is full or empty. That's how read/write works.
| * 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
|/ | | | | To be more posix-complaint, write and read should return -1 and EAGAIN errno only when buffer is full or empty. That's how read/write.
* Change: make rb_new() to create non-thread object by defaultMichał Łyszczek2018-02-015-85/+108
|\ | | | | | | | | | | | | | | Remove O_NONBLOCK flag and create new O_MULTITHREAD. Previous solution did not allow to check if rb is multi or single threaded, and rb object creation was not too standard - it could create multi or single threaded object depending on how library was compiled. This patch standarizes behaviour. Unfurtunately it also breaks API.
| * 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
|/ | | | | To create threaded object O_MULTITHREAD flag should be passed to rb_new.
* fix: bug in site generationMichał Łyszczek2018-01-291-1/+1
| | | | no_buildbot
* add: missing readme.md from distMichał Łyszczek2018-01-281-1/+1
| | | | no_buildbot
* fix: enable analyzer only with --enable-analyzerMichał Łyszczek2018-01-272-0/+12
| | | | enabling it always caused error on some old version of make
* add: make analyze using clang analyzerMichał Łyszczek2018-01-263-0/+15
|
* fix: remove tap-driver.sh from extra_distMichał Łyszczek2018-01-261-1/+1
|
* version bumpMichał Łyszczek2018-01-2510-10/+10
|
* fix: pthread error when linking with librbMichał Łyszczek2018-01-252-1/+4
|
* change: move manuals into single directoryMichał Łyszczek2018-01-2315-67/+77
|
* fix: add mixing extra_dist to makefileMichał Łyszczek2018-01-221-1/+1
|
* add: manual page info at beginning and end of pageMichał Łyszczek2018-01-222-4/+48
|
* fix: add missing valid.h file to makefileMichał Łyszczek2018-01-221-1/+1
|
* version bump to v2.1.1Michał Łyszczek2018-01-2210-10/+10
|