summaryrefslogtreecommitdiff
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Read a 4-byte mtime as unsigned (old-protocol).Wayne Davison2022-10-021-0/+7
* Add safety check for local --remove-source-files.Wayne Davison2022-08-211-4/+30
* Fix handling of daemon module names in file-list verification; convert some w...Wayne Davison2022-08-091-2/+2
* Handle files-from args that span 2 buffers.Wayne Davison2022-08-081-0/+3
* Some extra file-list safety checks.Wayne Davison2022-07-311-0/+4
* Add debugging comment about read_buf_().Wayne Davison2022-04-111-0/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Time-limit options are not being checked enough (#179)Rodrigo Osorio2022-01-021-5/+6
* Use mallinfo2, when available, and use %zd for size_t values on C99.Wayne Davison2021-12-261-42/+64
* Allow the generator's msg iobuf to get bigger too.Wayne Davison2021-02-251-2/+2
* Change daemon variable & simplify some option codeWayne Davison2020-07-251-1/+6
* Improve error output for local & remote-shell xfersWayne Davison2020-07-231-19/+19
* Add the --stop-after & --stop-at options.Wayne Davison2020-07-121-2/+7
* Some memory allocation improvementsWayne Davison2020-06-251-8/+4
* Output who_am_i() info in all rsyserr() messages.Wayne Davison2020-06-141-9/+6
* Some indentation fixes.Wayne Davison2020-06-131-2/+1
* Avoid a deadlock due to huge amounts of verbose messages.Wayne Davison2020-06-041-3/+12
* Avoid noop_io_until_death() if --msgs2stderr was specified.Wayne Davison2020-05-301-1/+1
* Use MSG_FLUSH in a couple more spots.Wayne Davison2020-05-281-4/+4
* Correctly send last error to senderbenrubson2020-05-261-2/+3
* Improve how negotiated info affects batch files.Wayne Davison2020-05-251-2/+1
* Some minor tweaks & tidying up.Wayne Davison2020-05-241-1/+1
* Add support for negotiated checksum names.Wayne Davison2020-05-241-1/+1
* Some checksum improvementsWayne Davison2020-05-221-1/+1
* Checksum negotiation & more bits for compat_flagsWayne Davison2020-05-221-1/+2
* A few superficial tweaks.Wayne Davison2020-04-291-3/+3
* Use a varint to send the file-list flagsWayne Davison2020-04-291-1/+1
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* rsync: fix of-by-one in check of snprintf() result.Stefan Behrens2015-04-221-1/+1
* Complain if an inc-recursive path is not right for its dir.Wayne Davison2014-12-311-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Adding IVAL64() and SIVAL64().Wayne Davison2014-01-191-3/+3
* Create and use write_bigbuf() function for extra-large buffer sizes.Wayne Davison2013-11-251-0/+13
* Avoid useless keepalive msgs that would kill an older rsync.Wayne Davison2013-11-101-0/+8
* Fix timeout checking in safe_read().Wayne Davison2013-11-091-5/+4
* Change safe_read() to select() before reading.Wayne Davison2013-11-091-21/+5
* Look for got_kill_signal in a couple more spots.Wayne Davison2013-05-281-6/+16
* Forward a MSG_ERROR_EXIT value to generator too.Wayne Davison2013-05-261-1/+1
* Avoid I/O via signal-handler thread.Wayne Davison2013-05-261-0/+12
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Fix indentation that used expanded tabs.Wayne Davison2012-10-031-9/+9
* Make read_args() return the full request.Wayne Davison2012-09-231-5/+12
* flist->in_progress is only needed w/inc_recurese.Wayne Davison2012-01-281-1/+2
* Improve the handling of verbose/debug messagesWayne Davison2011-12-211-9/+14
* Make sure other early exit calls can't hang in noop_io_until_death().Wayne Davison2011-09-121-1/+1
* Fix a potential hang on an empty file list.Wayne Davison2011-09-111-0/+3
* Fix bwlimit multiplication overflow. Fixes bug 8375.Wayne Davison2011-08-271-1/+1
* Handle FES_NO_SEND properly on a hard-linked file.Wayne Davison2011-07-041-2/+6