changelog
- Thu, 15 Oct 2015 17:44:41 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 15 Oct 2015 17:44:41 +0200] rev 172
- cleanup curl header options in do_propfind_request
- Thu, 15 Oct 2015 16:16:44 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 15 Oct 2015 16:16:44 +0200] rev 171
- simplified do_propfind_request
- Thu, 15 Oct 2015 15:36:26 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 15 Oct 2015 15:36:26 +0200] rev 170
- added depth header workaround for Microsoft IIS (tested with sharepoint)
- Thu, 15 Oct 2015 15:01:50 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 15 Oct 2015 15:01:50 +0200] rev 169
- more updates to ucx
- Thu, 15 Oct 2015 12:46:09 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 15 Oct 2015 12:46:09 +0200] rev 168
- use ucx_map_clear in dav_propfind
- Thu, 15 Oct 2015 12:37:01 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 15 Oct 2015 12:37:01 +0200] rev 167
- updated UcxMap implementation
- Thu, 15 Oct 2015 11:41:06 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 15 Oct 2015 11:41:06 +0200] rev 166
- fixed incorrect response buffer reset in manual redirection handling in do_propfind_request
- Thu, 15 Oct 2015 11:05:27 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 15 Oct 2015 11:05:27 +0200] rev 165
- fixed zero-length format string in ls_size_str
- Wed, 14 Oct 2015 16:07:54 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Wed, 14 Oct 2015 16:07:54 +0200] rev 164
- fixed href comparison in parse_response_tag
- Wed, 14 Oct 2015 14:37:08 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Wed, 14 Oct 2015 14:37:08 +0200] rev 163
- reimplemented redirects for propfind requests
- Wed, 14 Oct 2015 11:49:39 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Wed, 14 Oct 2015 11:49:39 +0200] rev 162
- using Depth: 0 for non collection resources
- Tue, 13 Oct 2015 16:10:58 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 13 Oct 2015 16:10:58 +0200] rev 161
- don't allow signs for date strings (always expect full years)
- Tue, 13 Oct 2015 15:54:31 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 13 Oct 2015 15:54:31 +0200] rev 160
- added parser for iso8601 dates
- Tue, 13 Oct 2015 14:23:15 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 13 Oct 2015 14:23:15 +0200] rev 159
- definition: lastmodified and creationdate shall be zero on parse error
- Tue, 13 Oct 2015 13:05:38 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 13 Oct 2015 13:05:38 +0200] rev 158
- added fallback for util_parse_lastmodified, because some servers incorrectly use ISO-8601 dates for lastmodified - TODO: implement the ISO-8601 parsing
- Tue, 13 Oct 2015 12:55:37 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 13 Oct 2015 12:55:37 +0200] rev 157
- changed name of a local variable to avoid a later name collision