summaryrefslogtreecommitdiff
path: root/axfer
Commit message (Expand)AuthorAgeFilesLines
* 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
* axfer: add text for compatibility loss of sw parameter in libasound backendTakashi Sakamoto2019-01-021-0/+36
* axfer: fulfill manual section for libasound backendTakashi Sakamoto2019-01-021-1/+255
* axfer: print help for libasound backendTakashi Sakamoto2019-01-021-1/+24
* axfer: fulfill manual section for libffado backendTakashi Sakamoto2019-01-021-2/+85
* axfer: print help for libffado backendTakashi Sakamoto2019-01-021-1/+10
* axfer: correct description about signal handlingTakashi Sakamoto2019-01-021-3/+3
* axfer: fix typo in axfer(1) manualTakashi Sakamoto2019-01-021-1/+1
* axfer: fix no return statement in print_help() functionTakashi Sakamoto2019-01-021-1/+1
* axfer: enable each backend to print own helpTakashi Sakamoto2018-12-075-0/+25
* axfer: print help text of transfer subcommand just for common optionsTakashi Sakamoto2018-12-071-0/+29
* axfer: print help text of list subcommandTakashi Sakamoto2018-12-071-1/+8
* axfer: print help text of command entryTakashi Sakamoto2018-12-071-1/+11
* axfer: add a section about design of transfer subcommandTakashi Sakamoto2018-12-071-0/+84
* axfer: add a section to describe compatibility to aplay(1)Takashi Sakamoto2018-12-073-0/+131
* axfer: add a manual for transfer subcommandTakashi Sakamoto2018-12-072-2/+346
* axfer: add a manual for list subcommandTakashi Sakamoto2018-12-072-2/+74
* axfer: add a manual for entry pointTakashi Sakamoto2018-12-072-0/+97
* axfer: check whether a terminal is referred for stdioTakashi Sakamoto2018-12-051-0/+14
* axfer: truncate parsed arguments before operating subcommandTakashi Sakamoto2018-12-053-15/+12