summaryrefslogtreecommitdiff
path: root/t_stub.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded var.Wayne Davison2022-08-191-1/+0
|
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
|
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
|
* Improve --omit-dir-times & --omit-link-timesWayne Davison2021-10-101-1/+2
| | | | | The code now better handles skipping time setting on dirs and/or links when --atimes and/or --crtimes is specified without --times.
* Add --fsync option (promoted from patches).Wayne Davison2021-09-271-0/+1
|
* Allow --max-alloc=0 for unlimited.Wayne Davison2020-07-071-1/+1
|
* Some misc cleanupWayne Davison2020-06-271-1/+1
| | | | | Remove some extraneous vars, update some years, add an rrsync opt, & ensure some less options are set right when running release-rsync.
* Some memory allocation improvementsWayne Davison2020-06-251-0/+1
| | | | | | | | | | - All the memory-allocation macros now auto-check for failure and exit with a failure message that incudes the caller's file and lineno info. This includes strdup(). - Added the `--max-alloc=SIZE` option to be able to override the memory allocator's sanity-check limit. It defaults to 1G (as before). Fixes bugzilla bug 12769.
* Add stub for canonical_checksum().Wayne Davison2020-05-281-0/+5
|
* Some var cleanup; move test-util vars into t_stub.c.Wayne Davison2020-04-261-1/+2
|
* Update a few more copyright years.Wayne Davison2020-04-251-1/+1
|
* Change --set-notime to --open-noatime.Wayne Davison2020-04-231-1/+1
|
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-0/+1
|
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
|
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
|
* More archaic-checksum improvements. This makes the len vars clearerWayne Davison2017-11-071-2/+2
| | | | and ensures that only the flist code gets the 2-byte digest len.
* Support --sparse combined with --preallocate or --inplace.Wayne Davison2016-10-101-0/+1
| | | | | | The new code tries to punch holes in the destination file using newer Linux fallocate features. It also supports a --whole-file + --sparse + --inplace copy on any filesystem by truncating the destination file.
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-1/+5
|
* Update the copyright year.Wayne Davison2015-08-081-1/+1
|
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
|
* Fix "make check".Wayne Davison2013-06-111-0/+1
|
* Set number_separator the first time it gets used.Wayne Davison2013-06-111-1/+0
|
* Fix module-name splitting with --protect-args.Wayne Davison2013-06-021-0/+1
| | | | Fixes bug 8838.
* Fix weird error in test programs on SunOS.Wayne Davison2013-01-191-0/+11
|
* Update copyright year.Wayne Davison2013-01-191-1/+1
|
* Applying the preallocate patch.Wayne Davison2011-04-041-0/+1
|
* Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.Wayne Davison2010-08-261-0/+1
|
* Don't set the umask to 0 any more: it's ugly and pointless.Matt McCutchen2010-04-241-1/+0
|
* Use typedefs for the filter structures.Wayne Davison2009-05-231-2/+2
|
* More backup improvements:Wayne Davison2009-04-111-5/+0
| | | | | | | | | | | | | | | - Changed get_backup_name() to verify the backup path, and make any missing directories. This avoids accidental use of a symlink as a dir in a backup path, and gets rid of any other non-dirs that are in the way. It also avoids the need for various operations to retry after calling make_bak_dir(), simplifying several pices of code. - Changed create_directory_path() to make_path(), giving it flags that lets the caller decide if it should skip a leading slash or drop the trailing filename. - Mention when we create the backup directory, so the user is not caught unaware when rsync uses a directory they didn't expect. - Got rid of some dir-moving backup code that is not used. - Added a little more backup-debug output.
* Update the copyright year.Wayne Davison2009-01-031-1/+1
|
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-1/+1
| | | | | Also improved the human-readable output functions, including adding the ability to output negative numbers.
* Fixed several issues with preserving xattrs when using --backup.Wayne Davison2008-05-171-0/+6
|
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-2/+2
|
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-1/+1
| | | | daemon_filter_list, for improved clarity.
* Added "const" to a couple more char * args.Wayne Davison2008-03-161-1/+1
|
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
|
* Added a stub function for make_bak_dir().Wayne Davison2007-09-231-0/+5
|
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
|
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
|
* Use module_dir instead of lp_path().Wayne Davison2007-07-021-5/+1
|
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
|
* Provide the who_am_i() function.Wayne Davison2006-09-241-0/+5
|
* Fixed the indentation on a few lines.Wayne Davison2006-07-031-4/+3
|
* Added module_dirlen now that utils.o needs it.Wayne Davison2006-05-031-0/+1
|
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
|
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-23/+19
| | | | | | | - Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files).
* Need to define an orig_umask value now that utils.c uses it.Wayne Davison2006-02-241-0/+1
|
* Added the human_readable variable (for linking with util.o).Wayne Davison2005-11-121-0/+1
|
* Added relative_paths extern.Wayne Davison2005-10-151-0/+1
|