Commit Graph

696 Commits (d7339a70b94d1804a25b661d7d29c32927d226a0)
 

Author SHA1 Message Date
Jan Kneschke 27a113bc20 cached FDs for the uploading chunk
18 years ago
Jan Kneschke 87cfee3fc5 fixed SIGBUS in range-requests as we were mmaping/madvising too much
18 years ago
Jan Kneschke c60643433c use the SIMPLE stat-cache-engine as default
18 years ago
Jan Kneschke 0ad4a2967c added note to ChangeLog that NEWS is the new ChangeLog and updated NEWS file
18 years ago
Jan Kneschke bdc5421430 fixed typos
18 years ago
Jan Kneschke cd76736363 get more warnings
18 years ago
Jan Kneschke 32879e3663 fixed stripping if strip and input are the same
18 years ago
Jan Kneschke 2d961090e8 don't try to call sqlite3 function if we don't have a sqlite3 db set
18 years ago
Jan Kneschke 57b7676542 fixed reconnect after dead php-backend
18 years ago
Jan Kneschke b0c433da41 removed some debug
18 years ago
Jan Kneschke dc87ff8c44 fixed range request handling in network_writev
18 years ago
Jan Kneschke b71b54fc5b added better debug
18 years ago
Jan Kneschke 319326b5af check return code of chdir and send SIGTERM to the childs when we shutdown
18 years ago
Jan Kneschke 6770984a0c fixed encoding of the buffers and trust the length of the string
18 years ago
Jan Kneschke 485fea2cbb improved hints if startup fails
18 years ago
Jan Kneschke f9cc749a8f accept no-error as return for the last xml-chunk
18 years ago
Jan Kneschke e360ae79bf added more example and replaces server.dir-listing by dir-listing.activate
18 years ago
Jan Kneschke 976f32182e simplified buffer-encoding functions into one function
18 years ago
Jan Kneschke 95132d93c8 fixed warnings about unused vars and unhandled enum-values in switch()
18 years ago
Jan Kneschke e5dbbc6581 ubuntu asked for dropping the debian/ dir from the source package, so we do
18 years ago
Jan Kneschke d9e6eefa30 next release is 1.4.8, fixed typo in help text
18 years ago
Jan Kneschke ea7b9aba9b added auto-reconnect to ldap (fixes #294), patch from joerg@netbsd.org
18 years ago
Jan Kneschke 6fcfa114f1 fixed cache-control value
18 years ago
Jan Kneschke c3f45ae6dd fixed check for tempdirs
18 years ago
Jan Kneschke fa804343ca added debugging to webdav
18 years ago
Jan Kneschke d0751c5a2b fixed compile if openssl is not enabled
18 years ago
Jan Kneschke 9404220490 chunkqueue can get a list of tempdirs which are tried to open a file at
18 years ago
Jan Kneschke 308e5ce017 send Cache-Control next to Expire headers (fixing #350)
18 years ago
Jan Kneschke 6e424095f2 added check for madvise
18 years ago
Jan Kneschke 32f6ca1a7b fixed typos reported by Kevin TIMM
18 years ago
Jan Kneschke e290b119db added startup-time selectable network-backend
18 years ago
Jan Kneschke 2b26b68133 added docs for mod_expire
18 years ago
Jan Kneschke c736a344e7 updated NEWS file with latest changes and last TODO for the release of 1.4.7
18 years ago
Jan Kneschke 5fab991b4f fixed compilation on solaris and disable kerberos5 support by default
18 years ago
Jan Kneschke 9feaf898e2 documented userdir.basepath
18 years ago
Jan Kneschke 3888c10357 handle missing SSL-close-notify if keep-alive is disabled (fixed #311)
18 years ago
Jan Kneschke 0b3cc19a7f fixed assertion on failure of mkstemp or write on post-data
18 years ago
Jan Kneschke 7fd269cf87 added support for userdir without a passwd entry
18 years ago
Jan Kneschke 74d0c3d0de added BusyServer compat for ?auto
18 years ago
Jan Kneschke 1022432a1e added %I for bytes_in
18 years ago
Jan Kneschke e32c67cbc2 added a check for gmt_off in struct tm
18 years ago
Jan Kneschke ff0ec13761 get it compile on mac os x
18 years ago
Jan Kneschke 03452de486 added madvise, smaller mmap()ed windows and local-buffering
18 years ago
Jan Kneschke c87a000c13 renamed file.offset to file.start (we had 3 different 'offset' which was confusing)
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
Xuefer 396a4de69b more document
18 years ago
Jan Kneschke a9e314601e The dependecies of header files into account
18 years ago
Jan Kneschke 4f58672a85 added a comment on possible optimizations to the code and
18 years ago
Jan Kneschke e84aba5c24 fixed missing sys/filio.h on solaris (fixes #332)
18 years ago
Jan Kneschke c949273aa4 clean the error-queue is case we have a read/write error
18 years ago