summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't use __attribute__((__unused__)) on HP-UX w/o gcc.Wayne Davison2004-04-251-0/+4
* Improved the debug string for the local_exclude_list.Wayne Davison2004-04-241-1/+1
* Improved the EXCLUDE PATTERNS section some more.Wayne Davison2004-04-241-9/+34
* Fixed a comment.Wayne Davison2004-04-231-3/+2
* Mention how --update behaves when the type of the file differs onWayne Davison2004-04-231-0/+7
* Recently added caveat is no longer true.Wayne Davison2004-04-231-2/+0
* Restore the old include behavior where a command-line include couldWayne Davison2004-04-223-7/+11
* Got rid of a wrong paragraph.Wayne Davison2004-04-221-6/+0
* Got rid of a bunch of cruft.Wayne Davison2004-04-221-47/+0
* Updated the default list of cvs-excluded files and added some extraWayne Davison2004-04-221-6/+15
* Added "debug_type" to the exclude_list_struct.Wayne Davison2004-04-221-0/+1
* No need to pass a debug string to check_exclude() anymore.Wayne Davison2004-04-221-2/+1
* No need to pass a debug string to check_exclude() anymore. When weWayne Davison2004-04-221-7/+4
* Initialize the new debug_type string in each exclude list and outputWayne Davison2004-04-221-11/+14
* Changed check_exclude()'s prototype.Wayne Davison2004-04-221-1/+1
* The debug output for add_exclude() now needs to limit the pattern toWayne Davison2004-04-221-2/+2
* A couple minor text improvements.Wayne Davison2004-04-191-6/+6
* Mentioned the better handling of option paths when a daemon is notWayne Davison2004-04-181-2/+9
* Made the device-changes section agree with the latest code.Wayne Davison2004-04-171-8/+7
* Preparing for release of 2.6.1pre-2v2.6.1pre2Wayne Davison2004-04-174-4/+4
* Mention that --from0 does not affect --cvs-exclude's reading of theWayne Davison2004-04-171-0/+2
* In add_exclude_file(), if we're word-splitting, stop reading a "line"Wayne Davison2004-04-171-3/+8
* The inode and dev values in the idev struct are now uint64.Wayne Davison2004-04-171-9/+7
* Changed the dev handling for -H back to using an opaque 64-bitWayne Davison2004-04-171-24/+14
* Use "uint64" instead of INO64_T (which is now gone).Wayne Davison2004-04-171-1/+1
* Fixed alloc_sanitize_path()'s handling of a rootdir == "/" (the oldWayne Davison2004-04-171-5/+11
* Don't say "skipped" if the file is just not being transferred (i.e.Wayne Davison2004-04-151-5/+5
* Mention exclude improvements.Wayne Davison2004-04-151-0/+3
* Got rid of a couple useless lines.Wayne Davison2004-04-151-2/+0
* Moved some externs.Wayne Davison2004-04-151-9/+7
* Got rid of zlib/dummy ("dummy" is in the zlib .cvsignore, where itWayne Davison2004-04-151-1/+0
* Our exclude lists are now comprised of a base structure with a headWayne Davison2004-04-141-84/+48
* Added a "next" pointer to "exclude_struct" and added a new structureWayne Davison2004-04-141-0/+6
* Updated the exclude-list code to handle the new linked-listWayne Davison2004-04-144-25/+21
* Updated the exclude-list code to handle the new linked-listWayne Davison2004-04-141-1/+1
* Updated stub version of check_exclude().Wayne Davison2004-04-141-1/+1
* Added a description arg to check_exclude().Wayne Davison2004-04-142-4/+8
* The check_exclude() and report_exclude_result() functions now take aWayne Davison2004-04-141-6/+7
* Improved the exclude testing by adding tests that exercise --cvs-excludeWayne Davison2004-04-141-0/+29
* Moved (and expanded) a verbose message from clientserver.c to socket.cWayne Davison2004-04-142-17/+10
* Fixed a potential problem parsing the "!" token from a word-split string.Wayne Davison2004-04-131-3/+4
* A few more improvements to get_exclude_tok() and add_exclude().Wayne Davison2004-04-131-55/+59
* Added an example for --link-dest.Wayne Davison2004-04-131-0/+5
* Updated with latest news and some spelling mistakes corrected.Wayne Davison2004-04-121-7/+18
* Replaced MISSING_OK, MISSING_FATAL, ADD_INCLUDE, and ADD_EXCLUDE withWayne Davison2004-04-121-5/+4
* - add_exclude() now takes a flag int and can optionally word-splitWayne Davison2004-04-121-126/+135
* Use the new XFLG_* flags to call the add_exclude*() functions.Wayne Davison2004-04-123-10/+12
* No need to cast st.st_rdev to DEV64_T anymore.Wayne Davison2004-04-121-1/+1
* - Use dev_t instead of DEV64_T.Wayne Davison2004-04-121-39/+61
* - Got rid of DEV64_T and changed the internal device variables to dev_t.Wayne Davison2004-04-121-10/+5