summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* Improve various things in the checksum codeWayne Davison2022-09-101-5/+5
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Improve --omit-dir-times & --omit-link-timesWayne Davison2021-10-101-3/+3
* Make gcc die on init overflow of an array.Wayne Davison2020-09-291-7/+17
* Use RSYNC_GITVER in more outputWayne Davison2020-08-031-2/+2
* Improve error output for local & remote-shell xfersWayne Davison2020-07-231-3/+3
* Add --crtimes option.Wayne Davison2020-07-221-2/+3
* Mention file & line on OOM and overflow errors.Wayne Davison2020-07-121-2/+2
* Some number & string improvementsWayne Davison2020-07-111-3/+7
* Output who_am_i() info in all rsyserr() messages.Wayne Davison2020-06-141-2/+1
* Don't use c++ comments.Wayne Davison2020-06-131-4/+4
* Some indentation fixes.Wayne Davison2020-06-131-3/+2
* Only sender can output non-final stats on errorWayne Davison2020-06-041-4/+8
* Some improvements for --msgs2stderr and --daemon.Wayne Davison2020-05-311-32/+29
* Merge pull request #5 from benrubson/daemonstatsWayne Davison2020-05-281-6/+5
|\
| * Log data sent/received even if errorbenrubson2020-05-261-6/+5
* | The xxh* checksums don't need to be reversed on output.Wayne Davison2020-05-281-2/+2
|/
* Improve some early debug-message newlines.Wayne Davison2020-05-231-22/+27
* Some var cleanup; move test-util vars into t_stub.c.Wayne Davison2020-04-261-1/+0
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-1/+2
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Tweak some indentation.Wayne Davison2020-04-051-2/+2
* Try to fix the iconv crash in bug 11338.Wayne Davison2019-03-161-4/+7
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* More archaic-checksum improvements. This makes the len vars clearerWayne Davison2017-11-071-5/+6
* Add "syslog tag" to rsync daemon config.Wayne Davison2017-04-291-9/+8
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-8/+12
* Fixed logging of %b & %c when using --log-file.Wayne Davison2015-09-071-12/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Tweak log_delete() to send MSG_DELETED more.Wayne Davison2013-11-281-4/+4
* Git rid of uneeded extern.Wayne Davison2013-10-271-1/+0
* Don't use comma_num() in FLOG output.Wayne Davison2013-10-271-3/+4
* Move some code from util.c to util2.c and add sum_as_hex().Wayne Davison2013-06-111-11/+2
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Let's cast getpid() to an int instead of a long for snprintf().Wayne Davison2011-10-081-5/+3
* Some minor variable and flag cleanup.Wayne Davison2011-01-291-2/+0
* Point out that the file_struct in log_delete is zero-initializedMatt McCutchen2010-04-241-1/+1
* Mention who got the unknown logcode.Wayne Davison2009-11-081-1/+1
* More improvements for abnormal exits.Wayne Davison2009-11-081-1/+0
* Try to silence some warnings from "checker".Wayne Davison2009-11-071-1/+1
* Added notifications about error-exit values:Wayne Davison2009-11-071-1/+2
* A daemon treats --msgs2stderr as "output only to the log, not the user".Wayne Davison2009-11-011-4/+10
* Make sure rwrite() can handle any logcode value in --msgs2stderr mode.Wayne Davison2009-11-011-0/+4
* Fix %b and %c so that they count per-transfer bytes again.Wayne Davison2009-10-251-31/+33
* Enhance log_format_has() to understand the "'" modifier.Wayne Davison2009-10-251-1/+3
* Give iconvbufs() an ICB_INIT flag.Wayne Davison2009-10-231-1/+1
* A major overhaul of I/O routines, creating perform_io().Wayne Davison2009-10-171-2/+2