Markus Kreusch
|
d14c81d066
Tests for AutoClosingStream
|
9 years ago |
Markus Kreusch
|
459ce8b5d2
Completed implementation of AutoClosingStream
|
9 years ago |
Sebastian Stenzel
|
bf0988bb20
- Changed OS X PUT request filter from timeout-controlled to headerfield-controlled
|
9 years ago |
Markus Kreusch
|
9c844e626a
Fixed NioFileSystemIntegrationTests on windows
|
9 years ago |
Sebastian Stenzel
|
8e1c63338f
more modular design of UriNormalizationFilter [ci skip]
|
9 years ago |
Markus Kreusch
|
b16ceb1ba8
Allow to set served path for NioWebDavServer by system property
|
9 years ago |
Sebastian Stenzel
|
b2a90ddcf6
removed tests that no longer apply
|
9 years ago |
Sebastian Stenzel
|
55bee3d0d5
Perform URI normalization based on the result of checking for actually existing files & folders instead of request parameters only. This should fixe MOVE requests on Linux
|
9 years ago |
Sebastian Stenzel
|
58b4905c91
apply an idle timeout to chunked put requests (as finder doesn't terminate chunked transfers properly) [ci skip]
|
9 years ago |
Sebastian Stenzel
|
9c9e9769ee
fixed dependencies
|
9 years ago |
Sebastian Stenzel
|
3b178030c7
- Fixes #128 and #119 by using unique directory id as associated data during filename encryption/decryption
|
9 years ago |
Markus Kreusch
|
f735a64814
Improved request logging
|
9 years ago |
Sebastian Stenzel
|
560c6251f6
moved WeakValuedCache to commons
|
9 years ago |
Sebastian Stenzel
|
b2d425e11f
added possibility to add associated data to filename encryption (references #128, #119)
|
9 years ago |
Sebastian Stenzel
|
8f319b3f87
dir listing speed: dont't determine filesize during getProperties() but only when explicitly asked by getProperty(String)
|
9 years ago |
Markus Kreusch
|
5ff4f4c9c7
Changed handling of creation time
|
9 years ago |
Sebastian Stenzel
|
31f1b6478a
apparently webdav modification/creation times need to be UTC (even though the time zone is part of the RFC 1123 string...) [ci skip]
|
9 years ago |
Sebastian Stenzel
|
a84a4b932d
support for webdav properties:
|
9 years ago |
Markus Kreusch
|
248984ce20
Fixed test dependencies
|
9 years ago |
Sebastian Stenzel
|
fcf4476ae3
Added ReadableFile#size()
|
9 years ago |
Sebastian Stenzel
|
0c42392244
Make delegating folders create their parents during own creation if they don't exist yet.
|
9 years ago |
Markus Kreusch
|
415423abd7
Added creation time
|
9 years ago |
Markus Kreusch
|
a746a73667
Fixed problem with modification time property set as creation time
|
9 years ago |
Sebastian Stenzel
|
a8f53b7084
Increased performance of non-random-access read/write by switching to block-aligned mode only when necessary.
|
9 years ago |
Markus Kreusch
|
94ed3a6b7c
Reenabled NioFileSystem integrationtests
|
9 years ago |
Markus Kreusch
|
3f44d9bb66
Added project filesystem-invariants-tests
|
9 years ago |
Markus Kreusch
|
801253aa27
Tests for filesystem-nio
|
9 years ago |
Sebastian Stenzel
|
a05fa19de4
Merge branch 'separate-installers' into layered-io
|
9 years ago |
Sebastian Stenzel
|
0b5e09ac60
moved OS-specific installers to separate git repos [ci skip]
|
9 years ago |
Sebastian Stenzel
|
ddf6353729
Using DI to stack up filesystem layers
|
9 years ago |