index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed some "rsync" commands into proper "$RSYNC" commands.
Wayne Davison
2008-09-03
1
-5
/
+5
*
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
2008-09-01
24
-98
/
+140
*
Don't define an array with no size.
Wayne Davison
2008-09-01
1
-2
/
+2
*
A little tidying up to follow my preferred style.
Wayne Davison
2008-09-01
1
-14
/
+23
*
Several fixes for merge file handling:
Matt McCutchen
2008-09-01
2
-28
/
+113
*
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
2008-09-01
23
-111
/
+254
*
Verify that SUBPROTOCOL_VERSION is set correctly when making a
Wayne Davison
2008-08-31
1
-2
/
+54
*
Added extra file-changing logic to ensure that the various files that
Wayne Davison
2008-08-31
1
-14
/
+67
*
Improved the fix that ensures that the generator gets notified about an
Wayne Davison
2008-08-31
8
-47
/
+39
*
Improved rwrite() to handle a stderr exception without playing games
Wayne Davison
2008-08-24
1
-5
/
+4
*
Some minor improvements to the flushing code to try to make it
Wayne Davison
2008-08-24
1
-40
/
+48
*
Make the !flist_eof assumption explicit before the check_for_io_err
Wayne Davison
2008-08-24
1
-1
/
+1
*
Added /support/savetransfer to .gitignore.
Wayne Davison
2008-08-17
1
-0
/
+1
*
An improved RERR_PARTIAL message.
Wayne Davison
2008-08-17
1
-1
/
+1
*
Changed flist_for_ndx() to optionally die with an error
Wayne Davison
2008-08-14
5
-46
/
+45
*
Made an error of readlink_stat() use the right function name.
Wayne Davison
2008-08-10
1
-1
/
+1
*
Make sure that the hlink node->data allocation doesn't fail.
Wayne Davison
2008-08-08
1
-1
/
+2
*
Tweaked the symlink iconv buffer size and fixed a comment.
Wayne Davison
2008-08-02
1
-4
/
+4
*
When using --iconv, if a server-side receiver can't convert a filename,
Wayne Davison
2008-08-02
4
-2
/
+9
*
Refer to the symlink's contents as "symlink data", not "symlink name".
Wayne Davison
2008-08-02
1
-4
/
+4
*
Added logic to the receiving side to ensure that the --delete-during
Wayne Davison
2008-08-02
4
-1
/
+32
*
Skip new symlink conversion step if the remote rsync is not
Wayne Davison
2008-08-02
3
-3
/
+18
*
The --iconv option now converts the content of a symlink too.
Wayne Davison
2008-08-01
1
-19
/
+94
*
Fixed a problem with checking for the '.' dir in the first file
Wayne Davison
2008-08-01
1
-2
/
+2
*
Changed the iconv-related message that was being output as the
Wayne Davison
2008-08-01
2
-16
/
+15
*
Fixed a couple minor problems in util.c:
Wayne Davison
2008-08-01
1
-3
/
+7
*
Properly handle a failure to create a partial directory, which is
Wayne Davison
2008-08-01
1
-8
/
+15
*
Output an FERROR* for a general io_error, and an FWARNING for other
Wayne Davison
2008-07-31
4
-10
/
+10
*
Mention a missing sender-side hash improvment that went out in 3.0.0.
Wayne Davison
2008-07-30
1
-0
/
+5
*
Make hard-linking work when a device has an st_dev of 0.
Wayne Davison
2008-07-29
1
-2
/
+2
*
Mention some mount options that can interfere with --link-dest.
Wayne Davison
2008-07-28
1
-0
/
+5
*
Added a client --munge-links option that works like the daemon
Wayne Davison
2008-07-28
6
-8
/
+54
*
- Don't require a daemon config &directive to use an equal sign.
Wayne Davison
2008-07-27
3
-34
/
+52
*
Made include_config() more efficient, and fixed a memory leak.
Wayne Davison
2008-07-27
1
-38
/
+50
*
Added a command-line override for daemon config parameters:
Wayne Davison
2008-07-27
5
-5
/
+74
*
- Got rid of unused pstring/P_GSTRING/P_SEP/P_SEPARATOR code.
Wayne Davison
2008-07-27
1
-23
/
+11
*
Added &include and &merge config-file directives that allow the
Wayne Davison
2008-07-26
3
-16
/
+166
*
Changed the module array to use an item_list structure.
Wayne Davison
2008-07-26
1
-23
/
+13
*
Change the references to "service" to be either "section" or "module".
Wayne Davison
2008-07-26
2
-60
/
+60
*
Reorder the static functions to avoid the need for forward declarations.
Wayne Davison
2008-07-26
1
-106
/
+87
*
Since the loadparm.c file is changing, I'm reformatting it to use the
Wayne Davison
2008-07-26
1
-401
/
+310
*
Enhanced the release scripts to be able to handle a branch release.
Wayne Davison
2008-07-23
3
-39
/
+50
*
Fixed a potential alignment issue in the IRIX ACL code when allocating
Wayne Davison
2008-07-22
1
-4
/
+4
*
Explicitly cast a -1 that is being assigned to a size_t.
Wayne Davison
2008-07-21
4
-5
/
+5
*
Use PTR_ADD for the new instances of void-pointer arithmetic.
Wayne Davison
2008-07-21
1
-5
/
+5
*
Explicitly cast an int64 to an int32.
Wayne Davison
2008-07-21
1
-1
/
+1
*
Got rid of a variable that was set but not used.
Wayne Davison
2008-07-21
1
-2
/
+0
*
Improved var-checker and tweaked all the issues it found.
Wayne Davison
2008-07-21
8
-19
/
+70
*
Renamed extern-squish -> var-checker.
Wayne Davison
2008-07-21
1
-0
/
+0
*
Include the array-size in array externs so that IBM's code-checker
Wayne Davison
2008-07-20
7
-9
/
+9
[next]