summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Imported Upstream version 3.2.7upstream/3.2.7upstreamTizenOpenSource1-16/+26
2022-02-16Imported Upstream version 3.2.3upstream/3.2.3DongHun Kwak1-10/+15
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak1-72/+78
2022-02-16Imported Upstream version 3.1.3upstream/3.1.3DongHun Kwak1-20/+24
2022-02-16Imported Upstream version 3.1.2upstream/3.1.2DongHun Kwak1-13/+2
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-11-28Tweak log_delete() to send MSG_DELETED more.Wayne Davison1-4/+4
2013-10-27Git rid of uneeded extern.Wayne Davison1-1/+0
2013-10-27Don't use comma_num() in FLOG output.Wayne Davison1-3/+4
2013-06-11Move some code from util.c to util2.c and add sum_as_hex().Wayne Davison1-11/+2
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-10-08Let's cast getpid() to an int instead of a long for snprintf().Wayne Davison1-5/+3
2011-01-29Some minor variable and flag cleanup.Wayne Davison1-2/+0
2010-04-24Point out that the file_struct in log_delete is zero-initializedMatt McCutchen1-1/+1
2009-11-08Mention who got the unknown logcode.Wayne Davison1-1/+1
2009-11-08More improvements for abnormal exits.Wayne Davison1-1/+0
2009-11-07Try to silence some warnings from "checker".Wayne Davison1-1/+1
2009-11-07Added notifications about error-exit values:Wayne Davison1-1/+2
2009-11-01A daemon treats --msgs2stderr as "output only to the log, not the user".Wayne Davison1-4/+10
2009-11-01Make sure rwrite() can handle any logcode value in --msgs2stderr mode.Wayne Davison1-0/+4
2009-10-25Fix %b and %c so that they count per-transfer bytes again.Wayne Davison1-31/+33
2009-10-25Enhance log_format_has() to understand the "'" modifier.Wayne Davison1-1/+3
2009-10-23Give iconvbufs() an ICB_INIT flag.Wayne Davison1-1/+1
2009-10-17A major overhaul of I/O routines, creating perform_io().Wayne Davison1-2/+2
2009-02-18Adding a way for log-format numbers to become more human readable.Wayne Davison1-3/+14
2009-01-15Added the "reverse lookup" daemon-config parameter.Matt McCutchen1-2/+9
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-09-11Convey the cleaned-up module-path to the user in all cases.Wayne Davison1-1/+2
2008-09-10Fix the %P logfile escape inside a chroot.Wayne Davison1-2/+1
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+2
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-6/+6
2008-08-24Improved rwrite() to handle a stderr exception without playing gamesWayne Davison1-5/+4
2008-08-17An improved RERR_PARTIAL message.Wayne Davison1-1/+1
2008-08-02When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison1-1/+5
2008-07-21Explicitly cast a -1 that is being assigned to a size_t.Wayne Davison1-1/+1
2008-07-21Improved var-checker and tweaked all the issues it found.Wayne Davison1-1/+1
2008-07-20Include the array-size in array externs so that IBM's code-checkerWayne Davison1-2/+2
2008-07-20Improved the handling of --msgs2stderr a little more.Wayne Davison1-5/+5
2008-07-20Added a debug-helping option, --msgs2stderr, than should help allWayne Davison1-0/+7
2008-07-19Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison1-0/+25
2008-07-17Use big_num() in a few more places.Wayne Davison1-6/+6
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-4/+4
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-7/+6
2008-07-05The --progress output now leaves the cursor at the end of the lineWayne Davison1-1/+7
2008-06-04Improved the progress_is_active code to not overwrite the progressWayne Davison1-0/+6
2008-04-15Fixed the %M escape, which was munging the wrong spaces.Wayne Davison1-1/+1
2008-03-10Fixed some itemized logging failures:Wayne Davison1-9/+15
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-18Extended the protocol-30 info-passing code at startup, and use it toWayne Davison1-1/+3
2008-02-17Decided to pad the "*deleting" message to make the names line up.Wayne Davison1-1/+1