Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-01 | Fix a small issue in setnospam and polish the output | FRIGN | |
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. | |||
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-09-30 | Add nospam-slot | FRIGN | |
It allows changing and reading the current nospam-value. | |||
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-29 | Staticise fiforeset() | sin | |
2014-09-29 | Define FRIENDNAME-Macro for repetitive idiom | FRIGN | |
and fill up the missing cases. | |||
2014-09-29 | Remember volatile | sin | |
2014-09-29 | Small refactor in printrat() | FRIGN | |
Don't use 3 printf's when 1 is possible. | |||
2014-09-29 | Implement fiforeset() | FRIGN | |
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). | |||
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 | Unified log-format | FRIGN | |
2014-09-26 | Cancel rx transfer if we fail to accept it for whatever reason | sin | |
2014-09-26 | No need to open for writing | sin | |
2014-09-26 | Rename RX/TX to Rx/Tx | sin | |
2014-09-26 | Make stdout unbuffered as early as possible | sin | |
2014-09-26 | Just flag the signal, nothing more | sin | |
2014-09-26 | Default perms for directories should be 0777 | sin | |
A umask of 022 gives us 0755. | |||
2014-09-26 | Fix error message | sin | |
2014-09-26 | Style fix | sin | |
2014-09-26 | More tight error checking | sin | |
2014-09-26 | Replace all perror() with eprintf() calls | sin | |
2014-09-26 | Add eprintf.c | sin | |
2014-09-26 | Check return value of tox_new() | sin | |
2014-09-25 | Code cleanup | FRIGN | |
Rename variables to be clearer about what they do, avoid hungarian notation (namestr -> name). f->fid was quite confusing (is it the tox-id, id-string or friendnumber?). f->num is much clearer. Same applies to all callback- functions (fid -> frnum). The separation of Tx and Rx is completed by separating tx- and rx-state. Also fixed a strange portion where an active receive-state was checked by looking at the file-number. use the rxstate for that. | |||
2014-09-25 | Add ratox-rat as ASCII-logo | FRIGN | |
and print the current version in its ear. | |||
2014-09-25 | Flag transfer completion by changing state | sin | |
2014-09-24 | Style fix | sin | |
2014-09-24 | Use unbuffered stdout | sin | |
2014-09-24 | Cancel transfers unconditionally if we lose connection | sin | |
2014-09-24 | File transfer fixes | sin | |
2014-09-24 | Cancel transfers when we come back after losing connectivity to the DHT | sin | |
2014-09-24 | Handle partial writes | sin | |
2014-09-24 | Do it in the same order as in cancelrxtransfer() | sin | |
2014-09-24 | Keep trying to write until we succeed | sin | |
2014-09-24 | Ignore SIGPIPE and only cancel on EPIPE | sin | |
2014-09-24 | Only poll the file descriptors we added to the set | sin | |