summaryrefslogtreecommitdiff
path: root/t_stub.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Renamed several exclude-related functions/variables using newWayne Davison2005-01-251-2/+2
| | | | filter terminology.
* Added the new --partial-dir option.Wayne Davison2004-07-291-0/+1
|
* Added rsyserr().Wayne Davison2004-05-151-0/+10
|
* Changed check_exclude()'s prototype.Wayne Davison2004-04-221-1/+1
|
* Updated the exclude-list code to handle the new linked-listWayne Davison2004-04-141-2/+2
| | | | structure format.
* Updated stub version of check_exclude().Wayne Davison2004-04-141-1/+1
|
* Include a few new stubs to handle the new full_fname() function.Wayne Davison2003-09-111-0/+17
|
* Mark unused vars.Wayne Davison2003-08-221-5/+6
|
* New stubs to get the test setup to compile with the exclude changes.Wayne Davison2003-07-011-0/+8
|
* Little stub module that replaces functions such as rprintf called fromMartin Pool2002-04-081-0/+44
many places with a redirector to stderr. If you just want to test a particular routine you can link to this rather than the whole framework.