Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use mkstemp on systems where it is secure | Andrew Tridgell | 2001-05-02 | 1 | -8/+21 |
| | |||||
* | Doc. | Martin Pool | 2001-02-23 | 1 | -0/+3 |
| | |||||
* | open on paths starting with // fails on win32 | Andrew Tridgell | 2000-01-23 | 1 | -0/+3 |
| | |||||
* | Fixed bug introduced by calling do_open() for O_RDONLY files. Changed it | David Dykstra | 1999-11-04 | 1 | -2/+4 |
| | | | | | so the check for dry_run and CHECK_RO are not done when flags is O_RDONLY. Only do the adding of O_BINARY, which was the intention. | ||||
* | paranoia change - treat list_only like read_only and refuse all | Andrew Tridgell | 1998-12-05 | 1 | -1/+2 |
| | | | | | syscalls that might change the filesystem. This shouldn't be needed, but I like paranoid coding :) | ||||
* | Always add the O_BINARY flag in do_open if it is defined, for Windows. | David Dykstra | 1998-11-24 | 1 | -0/+4 |
| | | | | Suggestion from Mart.Laak@hansa.ee | ||||
* | check for munmap as well as mmap. NextStep only has mmap in standard | Andrew Tridgell | 1998-05-26 | 1 | -1/+1 |
| | | | | libs | ||||
* | use mmap() for files of any size. This should be much more buffer | Andrew Tridgell | 1998-05-21 | 1 | -0/+11 |
| | | | | cache friendly. | ||||
* | first vesrion of working socket based rsync. It still needs a lot of | Andrew Tridgell | 1998-05-09 | 1 | -0/+14 |
| | | | | work, but at least it works :-) | ||||
* | damn solaris doesn't prototype it's functions correctly. grrr. | Andrew Tridgell | 1998-05-06 | 1 | -0/+1 |
| | |||||
* | better test for solaris broken readdir | Andrew Tridgell | 1998-05-06 | 1 | -13/+4 |
| | |||||
* | handle broken readdir() on Solaris 2.6 (it returns the name offset by | Andrew Tridgell | 1998-05-06 | 1 | -0/+18 |
| | | | | 2 characters!) | ||||
* | add support for lseek64() under solaris 2.6 | Andrew Tridgell | 1998-05-06 | 1 | -0/+9 |
| | |||||
* | use floating point for printout of stats - this wrks on machines | Andrew Tridgell | 1998-05-06 | 1 | -0/+2 |
| | | | | without long long but with a 64 bit off_t | ||||
* | added support for 64 bit file offsets under Solaris 2.6. Not tested | Andrew Tridgell | 1998-05-06 | 1 | -0/+27 |
| | | | | yet. | ||||
* | a couple more system calls wrapped in syscall.c | Andrew Tridgell | 1998-04-05 | 1 | -0/+18 |
| | |||||
* | check a few HAVE_* macros | Andrew Tridgell | 1998-03-24 | 1 | -0/+6 |
| | |||||
* | added chmod() and chown() to syscall.c | Andrew Tridgell | 1998-03-24 | 1 | -0/+12 |
| | |||||
* | added wrappers around all the system calls that can change what is on | Andrew Tridgell | 1998-03-23 | 1 | -0/+61 |
disk. The wrappers check for dry_run. |