Age | Commit message (Expand) | Author |
2011-05-03 | If the string of the address to listen on is '-' then listen on all | Alexandre Ratchov |
2011-05-02 | Add missing byter order conversions in message headers. Fixes the case | Alexandre Ratchov |
2011-05-02 | set the TCP_NODELAY option for TCP connections | Alexandre Ratchov |
2011-05-02 | fix string containing state names used for debug printf()s, | Alexandre Ratchov |
2011-04-28 | - slight tweak for FILES | Jason McIntyre |
2011-04-28 | remove deadcode, use err(1, "%s", str) instead of err(1, str) | Alexandre Ratchov |
2011-04-28 | Implement a new authentication method allowing aucat and midicat to | Alexandre Ratchov |
2011-04-27 | include signal.h | Alexandre Ratchov |
2011-04-27 | move amsg.h containing protocol defs from aucat side to libsndio side. | Alexandre Ratchov |
2011-04-27 | needs signal.h, too | Theo de Raadt |
2011-04-27 | use more volatile sig_atomic_t in signal handlers | Theo de Raadt |
2011-04-19 | don't hold a pointer to "listen" structure. Instead, when it must | Alexandre Ratchov |
2011-04-18 | reorder macros, no object change | Alexandre Ratchov |
2011-04-16 | use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1), | Alexandre Ratchov |
2011-04-16 | for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH | Alexandre Ratchov |
2011-04-16 | Since aucat supports any parameter combination sio_getcap() doesn't | Alexandre Ratchov |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov |
2011-04-08 | When a message is read (and processed), always call sock_write(), to | Alexandre Ratchov |
2011-03-21 | grammar fixes from Michael W. Bombardieri; also emphasize stderr, as | Okan Demirmen |
2011-03-17 | use a DEFAULT_RATE macro instead of hardcoding 44100, no object change | Alexandre Ratchov |
2011-03-15 | use timerclear macro | Okan Demirmen |
2011-03-02 | mention -U as global position-independent parameter | Alexandre Ratchov |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
2010-11-14 | Terminate midi thru boxes trying to drain but that have no | Alexandre Ratchov |
2010-11-05 | Add experimental support for 24-bit arithmetic, meaning that full | Alexandre Ratchov |
2010-11-05 | unbreak compilation without DEBUG defined | Alexandre Ratchov |
2010-11-05 | Convert ulaw/alaw to native format (ie using ADATA_XXX defines) rather | Alexandre Ratchov |
2010-11-04 | Replace ``short'' by a new ``adata_t'' typedef corresponding to | Alexandre Ratchov |
2010-11-04 | legacy.c is not used any longer | Alexandre Ratchov |
2010-10-21 | When the end of a stream is reached (ie mix_eof() called) other | Alexandre Ratchov |
2010-10-21 | fix style and typos in messages and comments | Alexandre Ratchov |
2010-10-21 | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding | Alexandre Ratchov |
2010-09-18 | add forgotten ``return NULL'' when a .wav file fails to get the | Alexandre Ratchov |
2010-09-08 | aucat: getpwnam: No such file or directory | Theo de Raadt |
2010-08-20 | polish the code: remove few unused #includes, add missing ones, | Alexandre Ratchov |
2010-08-19 | fix NULL pointer deref in midicat option parsing when ``-'' is | Alexandre Ratchov |
2010-07-31 | remove 2 years old compatibility mode | Alexandre Ratchov |
2010-07-31 | remove forgotten debug message | Alexandre Ratchov |
2010-07-10 | When a file is created, initialize its ``busy cycles'' counter to zero. | Alexandre Ratchov |
2010-07-10 | In midi server mode, don't terminate the midi thru box if there are | Alexandre Ratchov |
2010-07-10 | fix parameter handling: don't try to open a ``default'' midi port | Alexandre Ratchov |
2010-07-06 | Try to detect busy loops caused by misbehaving audio drivers | Alexandre Ratchov |
2010-07-06 | various tweaks to previous; ok ratchov | Jason McIntyre |
2010-07-06 | Handle all streams the same way because there's no actual | Alexandre Ratchov |
2010-06-29 | explicitely initialize members of struct dev in dev_open() | Jacob Meuser |
2010-06-29 | If the device isn't opened yet (as can be the case with '-a off'), | Jacob Meuser |
2010-06-25 | don't attempt to drain devices after they are destroyed, which | Alexandre Ratchov |
2010-06-20 | fix midicat(1) device mode when only -i or only -o is used (ie | Alexandre Ratchov |
2010-06-05 | Take into account wav ``riff'' header when calculating the offset | Alexandre Ratchov |
2010-06-05 | when parsing wav headers, check that a data chuck actually exists | Alexandre Ratchov |