Age | Commit message (Expand) | Author |
---|---|---|
2014-10-04 | Minor stylistic changes | sin |
2014-10-04 | Add initial outgoing call-support...This works, but the audio is a bit muffled up, which takes some fine-tuning. Also, not all state-transitions are yet taken into account. | FRIGN |
2014-10-03 | Bring connection delay down to 3s | sin |
2014-10-03 | Default to 0666 perms | sin |
2014-10-03 | Up max calls to 8 after discussion with other tox developers | sin |
2014-10-03 | Clarify semantics | sin |
2014-10-03 | Put configurable stuff in config.def.h | sin |
2014-10-03 | Up max number of calls | sin |
2014-10-03 | Fix broken build | sin |
2014-10-03 | Refactor code and prepare multiple calls | FRIGN |
2014-10-03 | Simplify cbcallstarted() | sin |
2014-10-03 | Implement cbcallending() to properly reset state when we cancel the call | sin |
2014-10-03 | Hangup the call on EPIPE...If you want to switch to another call or want to change the output device, simply attach another program on the FIFO and kill the first. This could be another instance of aplay/aucat or simply cat. | sin |
2014-10-02 | Stop this madness | sin |
2014-10-02 | Actually fill the status message buffer when creating friends | sin |
2014-10-02 | Add cancelrxcall() | FRIGN |
2014-10-01 | Fix format specifier for printing nospam | sin |
2014-10-01 | Use strtoul() instead of strtol() | sin |
2014-10-01 | Fix a small issue in setnospam and polish the output...Previously, it wouldn't check 1-byte-input. Now it does. Also, nospam/out should contain the 8-digit hexadecimal number instead of just the raw string passed to the in-fifo. | FRIGN |
2014-10-01 | SAVING LOC! | sin |
2014-10-01 | Add connection delay enum instead of magic value | sin |
2014-10-01 | Don't use magic numbers :) | sin |
2014-10-01 | Receiving calls works! | sin |
2014-10-01 | Rename callbacks and group them properly | sin |
2014-10-01 | No need to print the write(2) error | sin |
2014-10-01 | Starting fooling around with toxav; work in progress | sin |
2014-10-01 | Break after we cancel the rx transfer | sin |
2014-10-01 | Properly underline section in README | sin |
2014-10-01 | Update README | sin |
2014-09-30 | Add nospam-slot...It allows changing and reading the current nospam-value. | FRIGN |
2014-09-30 | Call fiforeset() if we fail to initiate the transfer | sin |
2014-09-30 | Proper types | sin |
2014-09-30 | Be consistent in how we default to the "Anonymous" name | sin |
2014-09-30 | Simplify reporting of online status | sin |
2014-09-30 | Allow empty names | sin |
2014-09-30 | Remove FRIENDNAME macro and refactor code | sin |
2014-09-30 | Print filename in file_pending | sin |
2014-09-30 | Add contact info in README | sin |
2014-09-29 | Staticise fiforeset() | sin |
2014-09-29 | Initial release 0.1 | sin |
2014-09-29 | Define FRIENDNAME-Macro for repetitive idiom...and fill up the missing cases. | FRIGN |
2014-09-29 | Remember volatile | sin |
2014-09-29 | BSD style def | sin |
2014-09-29 | Small refactor in printrat()...Don't use 3 printf's when 1 is possible. | FRIGN |
2014-09-29 | Implement fiforeset()...and use it to create FIFOs by not closing the passed fd when it is -1. To prevent stdin from being closed, we could think about changing the condition to if(*fd > 0). | FRIGN |
2014-09-29 | Use PIPE_BUF instead of BUFSIZ for fifo reads | sin |
2014-09-27 | Clear fd status when we are done to avoid double initiation | sin |
2014-09-27 | Update README | sin |
2014-09-27 | Update README | sin |
2014-09-27 | Unified log-format | FRIGN |