index
:
delta/librsync.git
bisect
doc-formats
doxygen
gcov
master
rust
snprintf
travis
travis-clang
github.com: librsync/librsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
patch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move *.c *.h project files into src dir
Adam Schubert
2015-05-11
1
-319
/
+0
*
Include config.h properly
Adam Schubert
2015-05-09
1
-1
/
+1
*
Fix broken compatibility tests for MD4 mode.
Martin Pool
2014-10-12
1
-1
/
+0
*
Update my email address
Martin Pool
2014-10-12
1
-1
/
+1
*
Applied modified version of patch #1439412 from donmalcolm. Fixes bug
Donovan Baarda
2006-03-10
1
-4
/
+1
*
#1024881
Martin Pool
2004-09-10
1
-10
/
+10
*
Added extra checking for invalid LITERAL commands in patch.c.
Donovan Baarda
2003-08-05
1
-0
/
+5
*
Changed the include "rsync.h" to include "librsync.h".
Wayne Davison
2003-06-12
1
-1
/
+1
*
Added include of <string.h> to remove compiler warning about memcpy().
Wayne Davison
2002-06-19
1
-0
/
+1
*
Fix float output formats.
Martin Pool
2001-03-18
1
-7
/
+7
*
Print large numbers as %f (double), so that we work whatever the
Martin Pool
2001-03-18
1
-9
/
+9
*
If the magic number is wrong, show the value we did receive.
Martin Pool
2001-03-18
1
-10
/
+14
*
Type-correctness.
Martin Pool
2001-03-15
1
-3
/
+3
*
Keep track of statistics while reading patches.
Martin Pool
2001-03-12
1
-1
/
+9
*
Correctly execute COPY commands when patching.
Martin Pool
2001-03-12
1
-3
/
+67
*
Add code to parse COPY commands. Doesn't execute them yet.
Martin Pool
2001-03-12
1
-21
/
+43
*
Rename rs_blow_* to rs_tube_*.
Martin Pool
2001-03-12
1
-1
/
+1
*
It's no longer necessary to call rs_buffers_init on a stream before
Martin Pool
2001-03-11
1
-6
/
+3
*
Keep all stream implementation data in the rs_job_t, not in a special
Martin Pool
2001-03-05
1
-20
/
+20
*
rename to librsync, and call everything rs_*.
Martin Pool
2001-03-05
1
-40
/
+40
*
typedef and header fixes to build cleanly on
Martin Pool
2001-03-04
1
-2
/
+2
*
Remove dependency on stdint.h and other files that may not be present
Martin Pool
2001-03-04
1
-21
/
+18
*
Start to put back in support for statistics.
Martin Pool
2001-03-01
1
-11
/
+15
*
Delta now sends the END command at the end of the file. Call it END
Martin Pool
2001-02-27
1
-27
/
+14
*
Jobs include a name string.
Martin Pool
2001-02-27
1
-7
/
+7
*
Add space in a hs_job_t to hold partially-read checksum; update
Martin Pool
2001-02-27
1
-1
/
+2
*
Rename HS_OK to HS_DONE and HS_RUN_OK to HS_RUNNING to be more
Martin Pool
2001-02-26
1
-11
/
+11
*
Doc.
Martin Pool
2001-02-26
1
-37
/
+46
*
Draw your own conclusions
Martin Pool
2001-02-14
1
-1
/
+1
*
Change to a generic hs_job_t class so we can share the iterator code.
Martin Pool
2001-02-07
1
-119
/
+43
*
Start to add support for the checking-sum.
Martin Pool
2001-01-01
1
-1
/
+16
*
Start adding copy callback.
Martin Pool
2000-12-19
1
-2
/
+9
*
Usable implementation of LITERAL, using the tube to copy data
Martin Pool
2000-12-12
1
-19
/
+47
*
Add a much cooler patch implementation; if we flesh out the rest of
Martin Pool
2000-12-12
1
-15
/
+74
*
Lots of random hacking on the new mem-mem stream interface. Applying
Martin Pool
2000-12-12
1
-0
/
+191