changelog
- Thu, 15 Oct 2015 17:45:00 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 15 Oct 2015 17:45:00 +0200] rev 175
- merge
- Thu, 15 Oct 2015 16:55:10 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 15 Oct 2015 16:55:10 +0200] rev 174
- updated ucx and used new sstrlower in util_header_callback
- Thu, 15 Oct 2015 16:36:07 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 15 Oct 2015 16:36:07 +0200] rev 173
- improved util_header_callback by using sstr_t
- 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
- Mon, 12 Oct 2015 17:47:04 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Mon, 12 Oct 2015 17:47:04 +0200] rev 156
- fixed href bug
- Mon, 12 Oct 2015 14:36:54 +0200
- by Mike Becker <universe@uap-core.de> [Mon, 12 Oct 2015 14:36:54 +0200] rev 155
- fixed some cases of incompatible types in crypto functions
- Mon, 12 Oct 2015 14:36:16 +0200
- by Mike Becker <universe@uap-core.de> [Mon, 12 Oct 2015 14:36:16 +0200] rev 154
- added possibility to configure authentication methods via coma separated list in config.xml
- Thu, 08 Oct 2015 14:25:53 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 08 Oct 2015 14:25:53 +0200] rev 153
- implemented hidden password input for windows by using conio
- Thu, 08 Oct 2015 12:58:49 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 08 Oct 2015 12:58:49 +0200] rev 152
- fixed windows build