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