summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding a way for log-format numbers to become more human readable.Wayne Davison2009-02-181-3/+14
* Added the "reverse lookup" daemon-config parameter.Matt McCutchen2009-01-151-2/+9
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Convey the cleaned-up module-path to the user in all cases.Wayne Davison2008-09-111-1/+2
* Fix the %P logfile escape inside a chroot.Wayne Davison2008-09-101-2/+1
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+2
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-6/+6
* Improved rwrite() to handle a stderr exception without playing gamesWayne Davison2008-08-241-5/+4
* An improved RERR_PARTIAL message.Wayne Davison2008-08-171-1/+1
* When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison2008-08-021-1/+5
* Explicitly cast a -1 that is being assigned to a size_t.Wayne Davison2008-07-211-1/+1
* Improved var-checker and tweaked all the issues it found.Wayne Davison2008-07-211-1/+1
* Include the array-size in array externs so that IBM's code-checkerWayne Davison2008-07-201-2/+2
* Improved the handling of --msgs2stderr a little more.Wayne Davison2008-07-201-5/+5
* Added a debug-helping option, --msgs2stderr, than should help allWayne Davison2008-07-201-0/+7
* Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison2008-07-191-0/+25
* Use big_num() in a few more places.Wayne Davison2008-07-171-6/+6
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-4/+4
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-7/+6
* The --progress output now leaves the cursor at the end of the lineWayne Davison2008-07-051-1/+7
* Improved the progress_is_active code to not overwrite the progressWayne Davison2008-06-041-0/+6
* Fixed the %M escape, which was munging the wrong spaces.Wayne Davison2008-04-151-1/+1
* Fixed some itemized logging failures:Wayne Davison2008-03-101-9/+15
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Extended the protocol-30 info-passing code at startup, and use it toWayne Davison2008-02-181-1/+3
* Decided to pad the "*deleting" message to make the names line up.Wayne Davison2008-02-171-1/+1
* Fixed a FALL THROUGH comment.Wayne Davison2007-12-161-1/+1
* Adding --contimeout=SECONDS option.Wayne Davison2007-11-281-0/+1
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-14/+24
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Make use of new iconvbufs() function.Wayne Davison2007-09-181-16/+15