summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
AgeCommit message (Expand)Author
2011-06-02don't exit from the main loop if there are pending time outs.Alexandre Ratchov
2011-05-26tweak previous;Jason McIntyre
2011-05-26slightly clarify -v option descriptionAlexandre Ratchov
2011-05-26make clipping less ugly, from Sviatoslav ChagaevAlexandre Ratchov
2011-05-26add a new -w flag to control whether master volume is automaticallyAlexandre Ratchov
2011-05-23postion -> position;Jason McIntyre
2011-05-10fix option handling and enable TCP in midicatAlexandre Ratchov
2011-05-09move all hardcoded offsets and constants relative to midi systemAlexandre Ratchov
2011-05-09initialize 'pstate' field of the wav structureAlexandre Ratchov
2011-05-03If the string of the address to listen on is '-' then listen on allAlexandre Ratchov
2011-05-02Add missing byter order conversions in message headers. Fixes the caseAlexandre Ratchov
2011-05-02set the TCP_NODELAY option for TCP connectionsAlexandre Ratchov
2011-05-02fix string containing state names used for debug printf()s,Alexandre Ratchov
2011-04-28- slight tweak for FILESJason McIntyre
2011-04-28remove deadcode, use err(1, "%s", str) instead of err(1, str)Alexandre Ratchov
2011-04-28Implement a new authentication method allowing aucat and midicat toAlexandre Ratchov
2011-04-27include signal.hAlexandre Ratchov
2011-04-27move amsg.h containing protocol defs from aucat side to libsndio side.Alexandre Ratchov
2011-04-27needs signal.h, tooTheo de Raadt
2011-04-27use more volatile sig_atomic_t in signal handlersTheo de Raadt
2011-04-19don't hold a pointer to "listen" structure. Instead, when it mustAlexandre Ratchov
2011-04-18reorder macros, no object changeAlexandre Ratchov
2011-04-16use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1),Alexandre Ratchov
2011-04-16for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATHAlexandre Ratchov
2011-04-16Since aucat supports any parameter combination sio_getcap() doesn'tAlexandre Ratchov
2011-04-16Make aucat audio and midi backends share the same code to communicateAlexandre Ratchov
2011-04-08When a message is read (and processed), always call sock_write(), toAlexandre Ratchov
2011-03-21grammar fixes from Michael W. Bombardieri; also emphasize stderr, asOkan Demirmen
2011-03-17use a DEFAULT_RATE macro instead of hardcoding 44100, no object changeAlexandre Ratchov
2011-03-15use timerclear macroOkan Demirmen
2011-03-02mention -U as global position-independent parameterAlexandre Ratchov
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-14Terminate midi thru boxes trying to drain but that have noAlexandre Ratchov
2010-11-05Add experimental support for 24-bit arithmetic, meaning that fullAlexandre Ratchov
2010-11-05unbreak compilation without DEBUG definedAlexandre Ratchov
2010-11-05Convert ulaw/alaw to native format (ie using ADATA_XXX defines) ratherAlexandre Ratchov
2010-11-04Replace ``short'' by a new ``adata_t'' typedef corresponding toAlexandre Ratchov
2010-11-04legacy.c is not used any longerAlexandre Ratchov
2010-10-21When the end of a stream is reached (ie mix_eof() called) otherAlexandre Ratchov
2010-10-21fix style and typos in messages and commentsAlexandre Ratchov
2010-10-21use MODE_xxx and XRUN_xxx macros everywhere, and zap correspondingAlexandre Ratchov
2010-09-18add forgotten ``return NULL'' when a .wav file fails to get theAlexandre Ratchov
2010-09-08aucat: getpwnam: No such file or directoryTheo de Raadt
2010-08-20polish the code: remove few unused #includes, add missing ones,Alexandre Ratchov
2010-08-19fix NULL pointer deref in midicat option parsing when ``-'' isAlexandre Ratchov
2010-07-31remove 2 years old compatibility modeAlexandre Ratchov
2010-07-31remove forgotten debug messageAlexandre Ratchov
2010-07-10When a file is created, initialize its ``busy cycles'' counter to zero.Alexandre Ratchov
2010-07-10In midi server mode, don't terminate the midi thru box if there areAlexandre Ratchov
2010-07-10fix parameter handling: don't try to open a ``default'' midi portAlexandre Ratchov