Commit Graph

20 Commits (40e8d326d10ed71af35a3715ea077a54f4f589ca)

Author SHA1 Message Date
Jan Kneschke b4778f8e6d fixed writev() on FreeBSD 4.x and older (FreeBSD-port: PR103758)
17 years ago
Marcus Rückert 8cd1471cb3 - white space cleanup part 2 this time 1.4 ;)
17 years ago
Jan Kneschke 49815a7798 fixed writev() for older glibc's
17 years ago
Jan Kneschke dcb2689f4d use sysconf() to get IOV_MAX (fixes #842)
17 years ago
Jan Kneschke 6ae26a7dab fallback to madvise(), it works at least
17 years ago
Jan Kneschke 156c02a466 test for posix_madvise
17 years ago
Jan Kneschke 869b6d4585 - darwin 7 doesn't like madvise
17 years ago
Jan Kneschke 93ba0f958e fixed unsigned/signed compare
18 years ago
Jan Kneschke 53144a5a86 fixed calcutation of offset and length for range-request
18 years ago
Jan Kneschke 87cfee3fc5 fixed SIGBUS in range-requests as we were mmaping/madvising too much
18 years ago
Jan Kneschke dc87ff8c44 fixed range request handling in network_writev
18 years ago
Jan Kneschke 6e424095f2 added check for madvise
18 years ago
Jan Kneschke 03452de486 added madvise, smaller mmap()ed windows and local-buffering
18 years ago
Jan Kneschke ff29203dba close fds on error and add CLOEXEC to FDs which stay open for a longer time
18 years ago
Jan Kneschke 4f58672a85 added a comment on possible optimizations to the code and
18 years ago
Jan Kneschke bd893badb9 added the fd as parameter for the write() functions
18 years ago
Jan Kneschke b32a18b1e8 updated cq->written and con->bytes_written correctly
18 years ago
Jan Kneschke 63dceeb0c6 open files only once for chunk, cache mmap and let the chunk itself close the fd (fixed #261, #257)
18 years ago
Jan Kneschke 5e134da075 dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end
18 years ago
Jan Kneschke bcdc6a3bbc moved everything below trunk/ and added branches/ and tags/
18 years ago