summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Got rid of a debug-output statement.v2.6.1Wayne Davison2004-04-271-1/+0
* Preparing for release of 2.6.1Wayne Davison2004-04-274-4/+4
* - Tweaked the bullet char so that vim can auto-format the items moreWayne Davison2004-04-271-113/+124
* - Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison2004-04-271-5/+1
* Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison2004-04-271-1/+1
* - Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison2004-04-271-8/+8
* Got rid of HP-UX kludge (since it didn't help).Wayne Davison2004-04-271-4/+0
* Made a comment clearer.Wayne Davison2004-04-271-2/+2
* One more try at getting the HP-UX system in the build farm to compileWayne Davison2004-04-251-1/+1
* 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