Age | Commit message (Expand) | Author |
---|---|---|
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 |
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...A umask of 022 gives us 0755. | sin |
2014-09-26 | Fix error message | sin |
2014-09-26 | Style fix | sin |
2014-09-26 | More tight error checking | sin |
2014-09-26 | Update README | sin |
2014-09-26 | Remove implemented items from TODO | 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...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. | FRIGN |
2014-09-25 | Add ratox-rat as ASCII-logo...and print the current version in its ear. | FRIGN |
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 | Update TODO | 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 |