aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add some debug messages to testsubuntu-bugMichał Łyszczek2018-10-271-4/+42
|
* fix package scp error where dbgsym is ddebMichał Łyszczek2018-10-261-1/+10
| | | | no_buildbot
* remove comments in rules for deb pkgMichał Łyszczek2018-10-261-18/+0
| | | | | | | | | | | lintian saw that as an error The debian/rules file appears to be an unmodified or insufficiently modified copy of the dh_make template. xDD no_buildbot
* add: codename field in changelog for deb pkgsMichał Łyszczek2018-10-262-1/+4
| | | | no_buildbot
* add: sanity check for creating deb packagesMichał Łyszczek2018-10-251-2/+17
| | | | no_buildbot
* add print to pkg test.c file for better confirmation it worksMichał Łyszczek2018-10-241-0/+2
| | | | no_buildbot
* add: script to build deb packagesMichał Łyszczek2018-10-231-0/+101
| | | | no_buildbot
* Merge branch 'pkgs'Michał Łyszczek2018-10-2310-0/+130
|\
| * add: files to build debian packagespkgsMichał Łyszczek2018-10-2310-0/+130
| |
* | version bumpMichał Łyszczek2018-10-2315-15/+15
| | | | | | | | no_buildbot
* | fix: small memory leak in testsMichał Łyszczek2018-10-231-0/+1
| |
* | fix: errors in man pagesMichał Łyszczek2018-10-232-2/+2
|/
* remove ac_check_funcs from configureMichał Łyszczek2018-10-011-4/+0
| | | | | | | it causes problems on some platforms (namely minix) and that information is not usefull for us anyway. error about missing functions will be printed during compilation/linking process anyway.
* fix: mutex not being destroyed after rb_destroy()Michał Łyszczek2018-09-301-0/+2
|
* 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-298-434/+673
| | | | | It is to prevent data loss in corner cases with partial read() and write() functions
* fix: manual for rb_array_sizeMichał Łyszczek2018-09-291-1/+2
|
* fix: change $(RM) to rm, as not all systems define (but why?)Michał Łyszczek2018-09-281-3/+3
|
* fix: make distcheck errorMichał Łyszczek2018-09-285-9/+20
|
* add: some example codesMichał Łyszczek2018-09-2812-3/+1196
|
* fix: old function name in manualMichał Łyszczek2018-09-271-1/+1
|
* add: protection against overflow in read/writeMichał Łyszczek2018-09-273-3/+92
|
* fix: read mutex remains locked after select() failsMichał Łyszczek2018-09-261-0/+2
|
* fix: posix function may return EINTR instead of ECANCELED after rb_stop()Michał Łyszczek2018-09-261-0/+19
|
* 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-262-0/+3
|
* update: rb_write manual pageMichał Łyszczek2018-09-261-0/+10
|
* fix: declare mutex only when threads are enableMichał Łyszczek2018-09-251-2/+3
| | | | it cause some compile errors on some platforms
* fix: binding address for disconnect testsMichał Łyszczek2018-09-251-5/+7
| | | | sadly not all systems support ips like 127.12.53.174
* fix: test compilation on solaris systemMichał Łyszczek2018-09-251-0/+8
|
* 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-252-2/+125
|
* add: rb_array_size macroMichał Łyszczek2018-09-2513-10/+85
|
* fix: compilation error with --disable-posix-callsMichał Łyszczek2018-09-241-1/+2
|
* fix: add missing gcov.m4 fileMichał Łyszczek2018-09-241-0/+92
|
* add: script to test compilation with all parametersMichał Łyszczek2018-09-242-0/+150
|
* add: optional code coverage for testsMichał Łyszczek2018-09-244-4/+51
|
* fix: warnings from static code analyzerMichał Łyszczek2018-09-241-4/+1
|
* 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
| | | | | | | | There is nasty bug in openbsd (in 6.2 and 6.3 anyway), that causes deadlock even when process open fifo for both reading and writing. Workaround is to use O_RDWR for both open() ends. These are just tests so we can live with it.
* 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
| | | | it causes problems when running multiple tests on one machine
* fix: deadlock by assuming select() is thread safeMichał Łyszczek2018-09-193-45/+8
| | | | It is not.
* 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-183-12/+48
|
* fix: file descriptor leak in testsMichał Łyszczek2018-09-181-4/+5
|
* fix: compilation error with --disable-threadsMichał Łyszczek2018-09-181-2/+2
|
* fix: add missing return 0Michał Łyszczek2018-09-181-0/+1
|