Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add an option per-read/write callback to atomicio | 2010-09-22 | 1 | -1/+7 | |
| | | | | | | | | | factor out bandwidth limiting code from scp(1) into a generic bandwidth limiter that can be attached using the atomicio callback mechanism add a bandwidth limit option to sftp(1) using the above "very nice" markus@ | ||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -6/+1 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | order includes to KNF | 2006-07-30 | 1 | -2/+3 | |
| | |||||
* | introduce atomiciov() function that wraps readv/writev to retry | 2006-04-16 | 1 | -1/+17 | |
| | | | | | interrupted transfers like atomicio() does for read/write; feedback deraadt@ dtucker@ stevesk@ ok deraadt@ | ||||
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | 2006-03-25 | 1 | -1/+1 | |
| | |||||
* | Switch atomicio to use a simpler interface; it now returns a size_t | 2005-05-24 | 1 | -2/+2 | |
| | | | | | | | | | | | (containing number of bytes read/written), and indicates error by returning 0. EOF is signalled by errno==EPIPE. Typical use now becomes: if (atomicio(read, ..., len) != len) err(1,"read"); ok deraadt@, cloder@, djm@ | ||||
* | deal with typing of write vs read in atomicio | 2003-06-28 | 1 | -3/+5 | |
| | |||||
* | prototype pedant. not very creative... | 2001-06-26 | 1 | -2/+2 | |
| | | | | | - () -> (void) - no variable names | ||||
* | make copyright lines the same format | 2001-03-02 | 1 | -2/+2 | |
| | |||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -0/+29 | |
rename util.[ch] -> misc.[ch] |