summaryrefslogtreecommitdiff
path: root/rsync.h
Commit message (Expand)AuthorAgeFilesLines
* Silence autoconf warnings.Wayne Davison2022-10-161-7/+1
* Pre-compute FILE_SUM_EXTRA_CNT.Wayne Davison2022-09-151-2/+2
* Fix bug with validing remote filter rules.Wayne Davison2022-09-121-0/+1
* Improve various things in the checksum codeWayne Davison2022-09-101-5/+6
* Change name_num_obj struct to use a name_num_item pointer.Wayne Davison2022-08-181-1/+1
* Include bsd/strings.h if it existsWayne Davison2022-06-191-0/+3
* Handle linking with a zlib with external read_buf.Wayne Davison2022-04-111-0/+4
* Make asm use more selectableWayne Davison2022-03-031-6/+3
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Use mallinfo2, when available, and use %zd for size_t values on C99.Wayne Davison2021-12-261-0/+11
* Add the --info=NONREG setting.Wayne Davison2021-11-031-1/+2
* Improve --omit-dir-times & --omit-link-timesWayne Davison2021-10-101-4/+0
* Enable --atimes on macOS.Wayne Davison2021-10-021-1/+1
* Reduce memory usage (#235)Jindřich Makovička2021-10-011-2/+3
* x86-64 AVX2 assemby implemenation of get_checksum1() (#174)Shark642021-09-261-3/+6
* Minor cleanup (#214)a13460542021-09-261-1/+1
* Remove duplicate include.Wayne Davison2021-09-261-1/+0
* Support --crtimes on Cygwin.Wayne Davison2021-07-081-1/+1
* Expand the max name_num_item list size.Wayne Davison2020-09-291-1/+1
* Various file comparison improvementsWayne Davison2020-09-221-0/+4
* Add some comments about protocol versions.Wayne Davison2020-08-071-4/+14
* Simplify where version.h is included.Wayne Davison2020-08-061-1/+0
* Make my_alloc(NULL) use malloc instead of calloc.Wayne Davison2020-08-031-5/+5
* Move SUPPORT_ATIMES to rsync.h.Wayne Davison2020-08-031-0/+4
* Add --crtimes option.Wayne Davison2020-07-221-1/+10
* Mention file & line on OOM and overflow errors.Wayne Davison2020-07-121-0/+3
* Check for overflow the right way.Wayne Davison2020-07-121-0/+4
* Warning fixes & impossible-failure improvementsWayne Davison2020-07-081-0/+5
* More TANDEM changesWayne Davison2020-07-061-0/+16
* Some configure tweaks for TANDEM.Wayne Davison2020-07-051-0/+2
* Some C99 flexible array changesWayne Davison2020-07-051-3/+25
* Don't turn off the user's open-noatime unless the module is forcing the value.Wayne Davison2020-07-041-0/+1
* Avoid strdup redefinition warning.Wayne Davison2020-06-301-0/+1
* Move the version string out of configure.ac.Wayne Davison2020-06-281-0/+1
* Improve the NSTR differentiation idiom.Wayne Davison2020-06-271-0/+3
* A few more simple changes & fixes.Wayne Davison2020-06-261-6/+6
* Some memory allocation improvementsWayne Davison2020-06-251-5/+11
* Tweak alloc args to size_t w/proper realloc order.Wayne Davison2020-06-241-1/+1
* Change 3 alt-dest vars to just one + some defines.Wayne Davison2020-06-131-0/+4
* Fix overzealous setting of mtime & tweak time comparisonsWayne Davison2020-06-131-1/+1
* Tweak the hashtable routines to be a little clearer and easier.Wayne Davison2020-06-121-0/+3
* Correctly send last error to senderbenrubson2020-05-261-0/+1
* Make compression-level handling generic.Wayne Davison2020-05-251-0/+5
* A few more compression tweaks.Wayne Davison2020-05-241-0/+4
* Add support for negotiated checksum names.Wayne Davison2020-05-241-4/+17
* Some checksum improvementsWayne Davison2020-05-221-1/+2
* SSE2/SSSE3 optimized version of get_checksum1() for x86-64Jorrit Jongma2020-05-211-0/+2
* A few superficial tweaks.Wayne Davison2020-04-291-2/+3
* Use a varint to send the file-list flagsWayne Davison2020-04-291-1/+7