summaryrefslogtreecommitdiff
path: root/axfer
Commit message (Expand)AuthorAgeFilesLines
* Add OpenBSD supportSASANO Takayoshi2023-02-031-0/+2
* aplay,axfer: Replace off64_t with off_tKhem Raj2023-01-235-8/+8
* axfer: fix typo in manualTakashi Sakamoto2022-11-041-1/+1
* axfer: fix wrong calloc() item size in allocate_containers()Jaroslav Kysela2021-06-041-1/+1
* axfer: fix regression of timeout in timer-based scheduling modelTakashi Sakamoto2021-05-131-1/+2
* axfer: test: reduce test case for maximum number of samples per frameTakashi Sakamoto2021-03-111-1/+1
* Revert "axfer: test - add run-test-in-tmpdir.sh script"Takashi Sakamoto2021-03-111-19/+0
* axfer: test: reduce test case for maximum number of frame countTakashi Sakamoto2021-03-111-1/+1
* axfer: test: use memfd_create() for mapper-testTakashi Sakamoto2021-03-111-3/+14
* axfer: test: minor code arrangement to use the same file descriptor for mappt...Takashi Sakamoto2021-03-111-39/+34
* axfer: test: use memfd_create() for container-testTakashi Sakamoto2021-03-111-4/+13
* axfer: test: minor code arrangement to use the same file descriptor for conta...Takashi Sakamoto2021-03-111-17/+23
* axfer: maintain lifetime of file descriptor outside of container moduleTakashi Sakamoto2021-03-115-16/+50
* axfer: open file descriptor outside of container moduleTakashi Sakamoto2021-03-115-45/+56
* axfer: minor code arrangement to allocate containersTakashi Sakamoto2021-03-111-8/+16
* axfer: minor code arrangement in a point of opened file descriptorTakashi Sakamoto2021-03-111-6/+10
* axfer: minor code arrangement in a point of stdio detectionTakashi Sakamoto2021-03-111-10/+16
* axfer: minor code arrangement for container module in a point of nonblocking ...Takashi Sakamoto2021-03-111-9/+10
* axfer: test - add run-test-in-tmpdir.sh scriptJaroslav Kysela2021-03-061-0/+19
* treewide: fix typos in manual pagesSamanta Navarro2020-10-061-1/+1
* Avoid pointer arithmetic on `void *`Michael Forney2020-02-102-5/+6
* treewide: Fix printf formatsRosen Penev2019-11-203-3/+3
* treewide: Fix wrong formats on 32-bitRosen Penev2019-11-202-4/+7
* axfer: handle -ETIMEDOUT before non-block I/O operationTakashi Sakamoto2019-10-301-1/+10
* axfer: code refactoring for a helper function to wait for avail buffer spaceTakashi Sakamoto2019-10-301-26/+28
* axfer: handle -ETIMEDOUT before handle mmap I/O operationTakashi Sakamoto2019-10-301-1/+19
* axfer: return ETIMEDOUT when no event occurs after waiter expirationTakashi Sakamoto2019-10-301-7/+14
* axfer: fix to return error code when a call of select(2) failsTakashi Sakamoto2019-10-301-1/+1
* axfer: return the number of file descriptors for I/O events from select(2) wa...Takashi Sakamoto2019-10-301-1/+1
* axfer: test: fix invalid comparison of 64 bit storage in ILP32 data typeTakashi Sakamoto2019-07-313-85/+85
* axfer: mapper: fix parameter check for demuxerTakashi Sakamoto2019-07-311-1/+2
* axfer: remove unused variable warningsJaroslav Kysela2019-05-273-3/+0
* axfer/test: fix uninitialized warningTakashi Sakamoto2019-05-071-2/+2
* axfer/test: fix uninitialized warningTakashi Sakamoto2019-05-071-1/+3
* axfer: Declare global variables as 'extern' in headerSamuel Holland2019-05-071-2/+2
* axfer: Fix creation of v1.2 headers on big-endian systemsSamuel Holland2019-05-071-2/+2
* xfer: fix possible minor memory leak in xfer_options_parse_args() (coverity)Jaroslav Kysela2019-03-131-1/+4
* axfer: return back unsigned avail variable, do proper retype in xfer-libasoun...Jaroslav Kysela2019-03-131-2/+2
* axfer: coverity fixesJaroslav Kysela2019-03-135-39/+43
* axfer: add missing header file of unit test to distributionTakashi Sakamoto2019-01-291-0/+2
* axfer: allow to be compiled with glibc-2.11 or formerTakashi Sakamoto2019-01-291-2/+11
* axfer: correct invalid usage of escape of itaric textTakashi Sakamoto2019-01-291-1/+1
* axfer: supplement value of options for the manual of transfer subcommandTakashi Sakamoto2019-01-291-20/+20
* axfer: correct message to notice that help text is implementedTakashi Sakamoto2019-01-291-1/+1
* axfer: correct description about snoop mode of libffadoTakashi Sakamoto2019-01-291-2/+3
* axfer: fulfill section for backward compatibitity for chmap optionTakashi Sakamoto2019-01-291-0/+9
* axfer: add a section about unit testTakashi Sakamoto2019-01-292-0/+23
* axfer: add an explanation about advantages/issues of Timer-based scheduling m...Takashi Sakamoto2019-01-071-0/+22
* axfer: add an explanation about Timer-based scheduling modelTakashi Sakamoto2019-01-071-0/+45
* axfer: add an explanation about IRQ-based scheduling modelTakashi Sakamoto2019-01-071-1/+44