]> git.ipfire.org Git - thirdparty/rsync.git/history - log.c
More tweaks for Actions.
[thirdparty/rsync.git] / log.c
2022-09-10  Wayne DavisonImprove various things in the checksum code
2022-01-16  Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-02  Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-10-10  Wayne DavisonImprove --omit-dir-times & --omit-link-times
2020-09-29  Wayne DavisonMake gcc die on init overflow of an array.
2020-08-03  Wayne DavisonUse RSYNC_GITVER in more output
2020-07-23  Wayne DavisonImprove error output for local & remote-shell xfers
2020-07-22  Wayne DavisonAdd --crtimes option.
2020-07-13  Wayne DavisonMention file & line on OOM and overflow errors.
2020-07-11  Wayne DavisonSome number & string improvements
2020-06-14  Wayne DavisonOutput who_am_i() info in all rsyserr() messages.
2020-06-14  Wayne DavisonDon't use c++ comments.
2020-06-14  Wayne DavisonSome indentation fixes.
2020-06-05  Wayne DavisonOnly sender can output non-final stats on error
2020-05-31  Wayne DavisonSome improvements for --msgs2stderr and --daemon.
2020-05-28  Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28  Wayne DavisonThe xxh* checksums don't need to be reversed on output.
2020-05-26  benrubsonLog data sent/received even if error 5/head
2020-05-24  Wayne DavisonImprove some early debug-message newlines.
2020-04-26  Wayne DavisonSome var cleanup; move test-util vars into t_stub.c.
2020-04-23  Wayne DavisonAdded --atimes and --set-noatime options.
2020-04-09  Wayne DavisonSet Copyright years and make them easier to update
2020-04-06  Wayne DavisonTweak some indentation.
2019-03-16  Wayne DavisonTry to fix the iconv crash in bug 11338.
2019-03-16  Wayne DavisonTweak the copyright year.
2018-01-15  Wayne DavisonTweak copyright date.
2017-11-07  Wayne DavisonMore archaic-checksum improvements. This makes the...
2017-04-29  Wayne DavisonAdd "syslog tag" to rsync daemon config.
2016-05-02  Wayne DavisonAdd --checksum-choice option to choose the checksum...
2015-09-07  Wayne DavisonFixed logging of %b & %c when using --log-file.
2015-08-08  Wayne DavisonUpdate the copyright year.
2014-01-26  Wayne DavisonBump the year to 2014.
2013-11-28  Wayne DavisonTweak log_delete() to send MSG_DELETED more.
2013-10-27  Wayne DavisonGit rid of uneeded extern.
2013-10-27  Wayne DavisonDon't use comma_num() in FLOG output.
2013-06-11  Wayne DavisonMove some code from util.c to util2.c and add sum_as_hex().
2013-01-19  Wayne DavisonUpdate copyright year.
2011-10-08  Wayne DavisonLet's cast getpid() to an int instead of a long for...
2011-01-30  Wayne DavisonSome minor variable and flag cleanup.
2010-04-24  Matt McCutchenPoint out that the file_struct in log_delete is zero...
2009-11-08  Wayne DavisonMention who got the unknown logcode.
2009-11-08  Wayne DavisonMore improvements for abnormal exits.
2009-11-07  Wayne DavisonTry to silence some warnings from "checker".
2009-11-07  Wayne DavisonAdded notifications about error-exit values:
2009-11-01  Wayne DavisonA daemon treats --msgs2stderr as "output only to the...
2009-11-01  Wayne DavisonMake sure rwrite() can handle any logcode value in...
2009-10-26  Wayne DavisonFix %b and %c so that they count per-transfer bytes...
2009-10-26  Wayne DavisonEnhance log_format_has() to understand the "'" modifier.
2009-10-24  Wayne DavisonGive iconvbufs() an ICB_INIT flag.
2009-10-17  Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-02-18  Wayne DavisonAdding a way for log-format numbers to become more...
2009-01-15  Matt McCutchenAdded the "reverse lookup" daemon-config parameter.
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-09-11  Wayne DavisonConvey the cleaned-up module-path to the user in all...
2008-09-10  Wayne DavisonFix the %P logfile escape inside a chroot.
2008-09-02  Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01  Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-24  Wayne DavisonImproved rwrite() to handle a stderr exception without...
2008-08-17  Wayne DavisonAn improved RERR_PARTIAL message.
2008-08-02  Wayne DavisonWhen using --iconv, if a server-side receiver can't...
2008-07-22  Wayne DavisonExplicitly cast a -1 that is being assigned to a size_t.
2008-07-21  Wayne DavisonImproved var-checker and tweaked all the issues it...
2008-07-21  Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-21  Wayne DavisonImproved the handling of --msgs2stderr a little more.
2008-07-21  Wayne DavisonAdded a debug-helping option, --msgs2stderr, than shoul...
2008-07-20  Wayne DavisonAdded a '%C' (MD5 checksum) flag for the output/logfile...
2008-07-18  Wayne DavisonUse big_num() in a few more places.
2008-07-17  Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14  Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-05  Wayne DavisonThe --progress output now leaves the cursor at the...
2008-06-04  Wayne DavisonImproved the progress_is_active code to not overwrite...
2008-04-15  Wayne DavisonFixed the %M escape, which was munging the wrong spaces.
2008-03-11  Wayne DavisonFixed some itemized logging failures:
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2008-02-18  Wayne DavisonExtended the protocol-30 info-passing code at startup...
2008-02-18  Wayne DavisonDecided to pad the "*deleting" message to make the...
2007-12-17  Wayne DavisonFixed a FALL THROUGH comment.
2007-11-28  Wayne DavisonAdding --contimeout=SECONDS option.
2007-11-22  Wayne DavisonNew logging categories added to allow differentiation...
2007-09-22  Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-18  Wayne DavisonMake use of new iconvbufs() function.
2007-09-15  Wayne DavisonPrevent a server from outputting an end-of-run message...
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-07  Wayne DavisonSwitching to GPL 3.
2007-07-02  Wayne DavisonSwitch the checking of preserve_[ug]id var to checking...
2007-07-02  Wayne DavisonUse module_dir instead of lp_path().
2007-05-20  Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-04-26  Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-26  Wayne DavisonChanged F_ROOTDIR() to F_PATHNAME().
2007-03-11  Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-04  Wayne DavisonFurther modifications to the copyright comment section.
2006-12-23  Wayne DavisonFixed a problem with the output of %f for non-daemon...
2006-12-17  Wayne DavisonUse F_ROOTDIR() in place of dir.root.
2006-12-16  Wayne DavisonChanged the static file_struct var to match the changes...
2006-12-05  Wayne DavisonUse the latest F_*() accessors.
2006-12-03  Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-11-20  Wayne DavisonUse the new ICONV_CONST definition.
2006-11-19  Wayne DavisonAdded "const" to appropriate char pointers.
2006-11-10  Wayne DavisonAllow all itemize types to change all-dots (no changes...
2006-11-09  Wayne DavisonGot rid of type-casting into isFOO() and toFOO() functi...
next