-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use different props method for static values When putting static values in propstat properties we can skip the xml encoding when we know that there are no reserved characters. Same for 'not found' properties. * reduce unnecessary use of pointers * simplify the EncodePath method The results of the old code were a bit different but this version is still compliant to the webdav rfc: https://datatracker.ietf.org/doc/html/rfc4918#section-8.3.1. It is also a whole lot faster. * add changelog * improve naming of prop package * update core commit id
- Loading branch information
David Christofas
authored
Apr 5, 2022
1 parent
05267c4
commit 081fe44
Showing
10 changed files
with
186 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# The test runner source for API tests | ||
CORE_COMMITID=e285879a8a79e692497937ebf340bc6b9c925b4f | ||
CORE_COMMITID=cb558615d4a1850629be1c463454dabac71a4905 | ||
CORE_BRANCH=master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Change: small clean up of the ocdav code | ||
|
||
Cleaned up the ocdav code to make it more readable and in one case a bit faster. | ||
|
||
https://github.com/cs3org/reva/pull/2658 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.