summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changed some "rsync" commands into proper "$RSYNC" commands.Wayne Davison2008-09-031-5/+5
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-0124-98/+140
* Don't define an array with no size.Wayne Davison2008-09-011-2/+2
* A little tidying up to follow my preferred style.Wayne Davison2008-09-011-14/+23
* Several fixes for merge file handling:Matt McCutchen2008-09-012-28/+113
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-0123-111/+254
* Verify that SUBPROTOCOL_VERSION is set correctly when making aWayne Davison2008-08-311-2/+54
* Added extra file-changing logic to ensure that the various files thatWayne Davison2008-08-311-14/+67
* Improved the fix that ensures that the generator gets notified about anWayne Davison2008-08-318-47/+39
* Improved rwrite() to handle a stderr exception without playing gamesWayne Davison2008-08-241-5/+4
* Some minor improvements to the flushing code to try to make itWayne Davison2008-08-241-40/+48
* Make the !flist_eof assumption explicit before the check_for_io_errWayne Davison2008-08-241-1/+1
* Added /support/savetransfer to .gitignore.Wayne Davison2008-08-171-0/+1
* An improved RERR_PARTIAL message.Wayne Davison2008-08-171-1/+1
* Changed flist_for_ndx() to optionally die with an errorWayne Davison2008-08-145-46/+45
* Made an error of readlink_stat() use the right function name.Wayne Davison2008-08-101-1/+1
* Make sure that the hlink node->data allocation doesn't fail.Wayne Davison2008-08-081-1/+2
* Tweaked the symlink iconv buffer size and fixed a comment.Wayne Davison2008-08-021-4/+4
* When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison2008-08-024-2/+9
* Refer to the symlink's contents as "symlink data", not "symlink name".Wayne Davison2008-08-021-4/+4
* Added logic to the receiving side to ensure that the --delete-duringWayne Davison2008-08-024-1/+32
* Skip new symlink conversion step if the remote rsync is notWayne Davison2008-08-023-3/+18
* The --iconv option now converts the content of a symlink too.Wayne Davison2008-08-011-19/+94
* Fixed a problem with checking for the '.' dir in the first fileWayne Davison2008-08-011-2/+2
* Changed the iconv-related message that was being output as theWayne Davison2008-08-012-16/+15
* Fixed a couple minor problems in util.c:Wayne Davison2008-08-011-3/+7
* Properly handle a failure to create a partial directory, which isWayne Davison2008-08-011-8/+15
* Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison2008-07-314-10/+10
* Mention a missing sender-side hash improvment that went out in 3.0.0.Wayne Davison2008-07-301-0/+5
* Make hard-linking work when a device has an st_dev of 0.Wayne Davison2008-07-291-2/+2
* Mention some mount options that can interfere with --link-dest.Wayne Davison2008-07-281-0/+5
* Added a client --munge-links option that works like the daemonWayne Davison2008-07-286-8/+54
* - Don't require a daemon config &directive to use an equal sign.Wayne Davison2008-07-273-34/+52
* Made include_config() more efficient, and fixed a memory leak.Wayne Davison2008-07-271-38/+50
* Added a command-line override for daemon config parameters:Wayne Davison2008-07-275-5/+74
* - Got rid of unused pstring/P_GSTRING/P_SEP/P_SEPARATOR code.Wayne Davison2008-07-271-23/+11
* Added &include and &merge config-file directives that allow theWayne Davison2008-07-263-16/+166
* Changed the module array to use an item_list structure.Wayne Davison2008-07-261-23/+13
* Change the references to "service" to be either "section" or "module".Wayne Davison2008-07-262-60/+60
* Reorder the static functions to avoid the need for forward declarations.Wayne Davison2008-07-261-106/+87
* Since the loadparm.c file is changing, I'm reformatting it to use theWayne Davison2008-07-261-401/+310
* Enhanced the release scripts to be able to handle a branch release.Wayne Davison2008-07-233-39/+50
* Fixed a potential alignment issue in the IRIX ACL code when allocatingWayne Davison2008-07-221-4/+4
* Explicitly cast a -1 that is being assigned to a size_t.Wayne Davison2008-07-214-5/+5
* Use PTR_ADD for the new instances of void-pointer arithmetic.Wayne Davison2008-07-211-5/+5
* Explicitly cast an int64 to an int32.Wayne Davison2008-07-211-1/+1
* Got rid of a variable that was set but not used.Wayne Davison2008-07-211-2/+0
* Improved var-checker and tweaked all the issues it found.Wayne Davison2008-07-218-19/+70
* Renamed extern-squish -> var-checker.Wayne Davison2008-07-211-0/+0
* Include the array-size in array externs so that IBM's code-checkerWayne Davison2008-07-207-9/+9