aboutsummaryrefslogtreecommitdiffstats
path: root/tests.c
Commit message (Expand)AuthorAgeFilesLines
* wait more time for server to set up in testsMichał Łyszczek2018-11-081-2/+13
* fix: small memory leak in testsMichał Łyszczek2018-10-231-0/+1
* fix: problem with endianess in testsMichał Łyszczek2018-09-291-6/+32
* fix: memory leak in testsMichał Łyszczek2018-09-291-0/+1
* fix: rb_posix_* functions should only be used when objsize is 1Michał Łyszczek2018-09-291-106/+24
* add: missing ECANCELED tests for rb_write() caseMichał Łyszczek2018-09-261-9/+7
* fix: race condition in mt_fail() checkMichał Łyszczek2018-09-261-3/+9
* fix: rb_posix_read not returning ECANCELED after rb_stop()Michał Łyszczek2018-09-261-0/+1
* fix: declare mutex only when threads are enableMichał Łyszczek2018-09-251-2/+3
* fix: binding address for disconnect testsMichał Łyszczek2018-09-251-5/+7
* fix: dont run socket test without posix callsMichał Łyszczek2018-09-251-2/+6
* fix: return from rb_posix_write when write() returns 0Michał Łyszczek2018-09-251-2/+108
* add: rb_array_size macroMichał Łyszczek2018-09-251-10/+10
* change O_WRONLY to O_RDWR only on openbsd systemMichał Łyszczek2018-09-201-0/+16
* workaround kernel bug in fifo open on openbsdMichał Łyszczek2018-09-201-4/+4
* fix: remove test files so distcheck dont complainMichał Łyszczek2018-09-191-0/+2
* fix: dont use /tmp path for test filesMichał Łyszczek2018-09-191-18/+18
* fix: run tests proper number of timesMichał Łyszczek2018-09-181-5/+5
* fix: include sys/select.h only on systems that has oneMichał Łyszczek2018-09-181-4/+6
* fix: file descriptor leak in testsMichał Łyszczek2018-09-181-4/+5
* use more meaningfull names for new posix functionsMichał Łyszczek2018-09-131-42/+44
* test posix calls with different objsizeMichał Łyszczek2018-09-121-10/+25
* add: unit tests for all that stuffMichał Łyszczek2018-09-121-36/+1020
* remove include and rb dirs, to simplify stuffMichał Łyszczek2018-05-251-0/+730