aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add: tests for einval errorsMichał Łyszczek2018-01-221-0/+49
|
* fix: delete superflous stdio.h include and fprintfMichał Łyszczek2018-01-221-9/+3
|
* change: make table of content use ul instead of li in man2htmlMichał Łyszczek2018-01-221-0/+4
|
* fix: make manual page more standard conformantMichał Łyszczek2018-01-228-349/+505
|
* refactor: gen download page scriptMichał Łyszczek2018-01-211-3/+2
|
* add: test results in readme.md (and index.html in webpage)Michał Łyszczek2018-01-202-0/+62
|
* really fix making www only when calling make wwwMichał Łyszczek2018-01-202-3/+3
|
* fix: missing makefile for www targetMichał Łyszczek2018-01-201-1/+1
|
* version bump to v2.1.0Michał Łyszczek2018-01-2010-10/+10
|
* fix: typo in some mansMichał Łyszczek2018-01-204-4/+4
|
* add: some more useful links to readmeMichał Łyszczek2018-01-201-6/+7
|
* fix: make readme.md to appear always on top of menuMichał Łyszczek2018-01-201-0/+2
|
* add: ignoresMichał Łyszczek2018-01-201-1/+4
|
* add: code to generate downloads page for websiteMichał Łyszczek2018-01-203-0/+31
|
* fix: don't compile www target on make allMichał Łyszczek2018-01-192-2/+2
|
* fix: broken links in readme.mdMichał Łyszczek2018-01-191-2/+3
|
* fix: generation of htmls from mansMichał Łyszczek2018-01-192-0/+2
|
* add: links to mans in quick refference pageMichał Łyszczek2018-01-191-10/+20
|
* adapt man pages for man2html generationMichał Łyszczek2018-01-198-15/+52
|
* some commentsMichał Łyszczek2018-01-191-0/+4
|
* add: ignore file with auto generated content from make wwwMichał Łyszczek2018-01-191-0/+2
|
* add: code to generate website for projectMichał Łyszczek2018-01-194-2/+71
|
* moved man to subdirectoriesMichał Łyszczek2018-01-1913-1/+15
|
* add: skeleton to generate websiteMichał Łyszczek2018-01-195-0/+75
|
* fix: deadlock in rare corner case when stopping bufferMichał Łyszczek2018-01-191-11/+54
|
* update: man pagesMichał Łyszczek2018-01-192-7/+12
|
* add: missing manual pageMichał Łyszczek2018-01-151-0/+1
|
* fix: crashes on single threaded operationsMichał Łyszczek2018-01-152-17/+16
|
* fix: deadlocks and crashes in some ultra-rare situationsMichał Łyszczek2018-01-158-179/+210
| | | | | | | due to pthread nature, with very bad luck, calling rb_destroy could cause deadlock or application crash. This was fixed introducing stop function, that can be called before destroy, to force all threads to exit from locked rb functions
* updated man for rb_newMichał Łyszczek2018-01-141-6/+8
|
* added: allow peeking into multi-threaded rb objectMichał Łyszczek2018-01-145-15/+119
|
* limited number of run testsMichał Łyszczek2018-01-141-15/+13
| | | | build machines were crashing due to too big number of concurrent threads
* removed ac_check_funcs as it served not real purposeMichał Łyszczek2018-01-141-6/+0
|
* more ignoresMichał Łyszczek2018-01-141-0/+1
|
* removed some debug leftoversMichał Łyszczek2018-01-141-10/+0
|
* fixed single thread regressionMichał Łyszczek2018-01-142-12/+13
|
* Fixed deadlocks in some multi-consumer/multi-producer corner casesMichał Łyszczek2018-01-141-78/+196
|
* Added tests for multi-producer and multi-consumer casesMichał Łyszczek2018-01-141-0/+153
|
* removed tap-driver to rely on autoconf to provide that fileMichał Łyszczek2018-01-134-653/+4
|
* added missing ax_pthread.m4 file on some platformsMichał Łyszczek2018-01-132-1/+486
|
* Added autogen scriptMichał Łyszczek2018-01-131-0/+10
|
* removed pthread autodetec, added explicit --enable-threads flagMichał Łyszczek2018-01-133-19/+44
|
* Version bumpMichał Łyszczek2017-11-262-2/+2
|
* Fixed package distribution with make distMichał Łyszczek2017-11-263-1/+3
|
* Moved documentation to man pagesMichał Łyszczek2017-07-2515-166/+516
|
* Fixed working on uninitialized mutex in nonblock modeMichał Łyszczek2017-07-241-4/+10
|
* Added possibility to zero memory on clearMichał Łyszczek2017-07-242-7/+12
|
* Hidden struct implementation in c to prevent header-.so mismatchMichał Łyszczek2017-07-235-78/+131
|
* Little code refactorMichał Łyszczek2017-05-231-6/+9
|
* Fix compile error on non-posix target systemMichał Łyszczek2017-05-231-1/+1
|