index
:
android_external_rsync
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
gb-release-7.2
gingerbread
gingerbread-release
ics
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
master
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
receiver.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tweaked some externs.
Wayne Davison
2005-02-20
1
-7
/
+7
*
- Improved the logging of itemized changes for the daemon.
Wayne Davison
2005-02-19
1
-12
/
+16
*
Log items that are unchanged if verbose > 1.
Wayne Davison
2005-02-19
1
-2
/
+2
*
- Use read_short() and write_short().
Wayne Davison
2005-02-18
1
-3
/
+8
*
- The itemized flags are now 2 bytes instead of 1.
Wayne Davison
2005-02-16
1
-6
/
+4
*
- We now accept an itemized-changes flag-byte over the socket if we're
Wayne Davison
2005-02-16
1
-7
/
+26
*
Decided on a better option name --itemize-changes (-i).
Wayne Davison
2005-02-15
1
-3
/
+3
*
If -w and -v are both on, don't output the "log the transfer"
Wayne Davison
2005-02-15
1
-3
/
+5
*
Added code to read a fuzzy-basis name from the generator.
Wayne Davison
2005-02-14
1
-0
/
+34
*
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
2005-02-14
1
-1
/
+1
*
If a --delay-update can't use the partial-dir (e.g. if a server
Wayne Davison
2005-02-11
1
-1
/
+1
*
Added missing calls to safe_fname() and full_fname().
Wayne Davison
2005-02-07
1
-3
/
+6
*
Changed delete_files() to use the delete_in_dir() function, which
Wayne Davison
2005-02-03
1
-16
/
+7
*
- If recv_files() is sent the index of a directory, complain about it
Wayne Davison
2005-02-03
1
-14
/
+15
*
Tweaked one or more warning messages.
Wayne Davison
2005-01-31
1
-1
/
+1
*
- Restored the io_error test to delete_files().
Wayne Davison
2005-01-30
1
-3
/
+10
*
- Made delete_files() call send_file_list() and delete_missing()
Wayne Davison
2005-01-29
1
-3
/
+9
*
Changed "char" to "uchar" in delayed_bits's new_array() call.
Wayne Davison
2005-01-28
1
-1
/
+1
*
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
2005-01-28
1
-1
/
+1
*
Implement the new --delay-updates option.
Wayne Davison
2005-01-27
1
-1
/
+39
*
Renamed several exclude-related functions/variables using new
Wayne Davison
2005-01-25
1
-3
/
+3
*
Moved some of the delete code into flist.c since the generator now
Wayne Davison
2005-01-24
1
-57
/
+5
*
Go back to requiring -r for deletes to happen.
Wayne Davison
2005-01-23
1
-2
/
+2
*
Check the "keep_dirs" var instead of "recurse" to decide if
Wayne Davison
2005-01-22
1
-2
/
+2
*
- Changed XMIT_TOP_DIR to XMIT_DEL_START.
Wayne Davison
2005-01-21
1
-1
/
+1
*
Decided that delete_in_dir()'s call to delete_file() would be
Wayne Davison
2005-01-20
1
-1
/
+1
*
Got rid of delete_one() since we can (and do) use the updated
Wayne Davison
2005-01-19
1
-25
/
+4
*
Tweaked the read_size var (formerly map_size) that gets passed to
Wayne Davison
2005-01-17
1
-2
/
+2
*
Make sure that the generator sent us a valid index into basis_dir[].
Wayne Davison
2005-01-15
1
-1
/
+7
*
- Call finish_transfer() with its new arg. This ensures that we only
Wayne Davison
2005-01-10
1
-12
/
+12
*
- Use an int32 for the each block-size variable.
Wayne Davison
2005-01-01
1
-9
/
+11
*
Check the return value of flush_write_file() and report an error
Wayne Davison
2004-12-02
1
-1
/
+2
*
Added support for multiple --*-dest options.
Wayne Davison
2004-11-27
1
-4
/
+5
*
Checking in the g2r-basis-filename patch that ensures that the receiver
Wayne Davison
2004-11-03
1
-26
/
+33
*
Don't ever call make_backup() if we're removing a destination directory
Wayne Davison
2004-10-27
1
-4
/
+4
*
Fixed an off-by-one error in the handling of --max-delete=N.
Wayne Davison
2004-10-18
1
-1
/
+1
*
The delete_one() function no longer needs to handle the case where
Wayne Davison
2004-09-21
1
-4
/
+0
*
If we're making backups with --inplace, use the backup file as the
Wayne Davison
2004-09-07
1
-2
/
+7
*
Call map_file() with its new args, including a suggested window
Wayne Davison
2004-08-03
1
-1
/
+2
*
Got rid of unused externs.
Wayne Davison
2004-08-02
1
-1
/
+0
*
If we reject a name due to a server-exclude, someone is trying to hack
Wayne Davison
2004-07-30
1
-7
/
+2
*
Added the new --partial-dir option.
Wayne Davison
2004-07-29
1
-10
/
+37
*
Check the error return of flush_write_file().
Wayne Davison
2004-07-29
1
-11
/
+7
*
One more inplace code tweak.
Wayne Davison
2004-07-29
1
-8
/
+5
*
Some minor fixes and improvements for the inplace code.
Wayne Davison
2004-07-29
1
-15
/
+20
*
Use the new safe_fname() function.
Wayne Davison
2004-07-26
1
-15
/
+20
*
Should always call finish_transfer() for inplace handling, just like
Wayne Davison
2004-07-22
1
-1
/
+1
*
Need to output the "failed verification" error before sending the
Wayne Davison
2004-07-22
1
-15
/
+17
*
Added a warning message when a file fails to verify, letting the user
Wayne Davison
2004-07-22
1
-6
/
+16
*
No need to check both delete_after and delete_mode since the former
Wayne Davison
2004-07-22
1
-2
/
+1
[prev]
[next]