Mercurial
>
hg
>
dav
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
some more minor doc improvements
2017-08-05
, by Mike Becker
fixes dav_resource_new_full
2017-08-05
, by Olaf Wintermann
refines copy.md
2017-08-05
, by Mike Becker
refines commands.md
2017-08-05
, by Mike Becker
adds more documentation details the three check commands
2017-08-05
, by Mike Becker
adds more details to add-directory.md
2017-08-05
, by Mike Becker
adds more details to add-directory.md
2017-08-05
, by Mike Becker
dav-sync command documentation complete
2017-08-04
, by Olaf Wintermann
more documentation
2017-08-03
, by Olaf Wintermann
fixes unnecessary mkcol in dav-sync
2017-08-03
, by Olaf Wintermann
fixes dav put output
2017-08-03
, by Olaf Wintermann
fixes dav list -R output
2017-08-03
, by Olaf Wintermann
fixes crash when using invalid namespace prefix
2017-08-03
, by Olaf Wintermann
adds resource name validation
2017-08-03
, by Olaf Wintermann
some mingw fixes
2017-08-03
, by Olaf Wintermann
more documentation
2017-07-11
, by Olaf Wintermann
adds documentation for most dav commands
2017-07-09
, by Olaf Wintermann
fixes error detection loop in dav lock/unlock/get-property/set-property
2017-07-09
, by Olaf Wintermann
token parser checks if token of class DAVQL_TOKEN_NUMBER consists of digits only
2017-07-02
, by Mike Becker
adds bsd config
2017-02-07
, by Olaf Wintermann
fixes build with ancient openssl
2017-02-04
, by Olaf Wintermann
fixes build with openssl 1.1
2017-02-04
, by Olaf Wintermann
fixes make install
2016-12-16
, by Olaf Wintermann
adds auth prompt to dav get-property, set-property, lock, unlock and info
2016-12-09
, by Olaf Wintermann
fixes conflict detection in push command
2016-12-02
, by Olaf Wintermann
implements check-repositories command for dav-sync
2016-11-18
, by Mike Becker
updates UCX to version 0.11
2016-11-18
, by Mike Becker
implements xmlErrorFunc for dav sync + adds line numbers to error reporting in both config checkers
2016-11-18
, by Mike Becker
There has never been deliberately fucked up error handling for missing sync.xml.
2016-11-14
, by Mike Becker
improves config error reporting and adds check (check-config) command + dav-sync no longer aborts on missing sync.xml
2016-11-11
, by Mike Becker
adds first libidav tests
2016-11-07
, by Olaf Wintermann
fixes false positive error when creating a sync db
2016-09-18
, by Olaf Wintermann
implemented string functionality for some davql operators
2016-07-17
, by Olaf Wintermann
refactored load_db function
2016-07-13
, by Olaf Wintermann
adds XSD for dav config XML and removes comma as authmethod delimiter
2016-07-13
, by Mike Becker
merge sync config parser changes
2016-07-13
, by Mike Becker
adds XSD for dav-sync config
2016-07-13
, by Mike Becker
changed max-retry meaning and filter configuration in sync.xml
2016-07-13
, by Olaf Wintermann
fixed SyncDatabase initialization
2016-07-13
, by Olaf Wintermann
fixed install target and a missing return statement in libidav
2016-07-13
, by Olaf Wintermann
improved dav put output
2016-07-06
, by Olaf Wintermann
added README, INSTALL and LICENSE files
2016-07-05
, by Olaf Wintermann
added install target
2016-05-23
, by Olaf Wintermann
added support for error codes 407,413,414 and 511
2016-04-20
, by Mike Becker
fixed crash when encrypted streams are empty
2016-04-10
, by Olaf Wintermann
copy/move with lock tokens works now
2016-03-23
, by Olaf Wintermann
fixed dav get with -u option
2016-03-23
, by Olaf Wintermann
added support for compiling with gcc on Solaris
2016-03-22
, by Olaf Wintermann
improved dav-sync error handling on startup
2016-03-22
, by Olaf Wintermann
disabled locking in dav-sync by default
2016-03-22
, by Olaf Wintermann
fixed lazy propfind parser
2016-03-22
, by Olaf Wintermann
fixed memory leaks in lock and unlock commands
2016-03-21
, by Olaf Wintermann
fixed dav_context_get_key
2016-03-21
, by Olaf Wintermann
removed password keys
2016-03-21
, by Olaf Wintermann
fixed locking in dav-sync push
2016-03-20
, by Olaf Wintermann
added support for paths with environment variables in sync.xml
2016-03-20
, by Olaf Wintermann
improved error handling in libidav
2016-03-20
, by Olaf Wintermann
added more cleanup code
2016-03-19
, by Olaf Wintermann
fixed some bugs in dav_create() and dav-sync push
2016-03-19
, by Olaf Wintermann
fixed some memory leaks in dav-sync pull
2016-03-18
, by Olaf Wintermann
using locks in dav-sync
2016-03-18
, by Olaf Wintermann
added conflict detection to dav-sync push
2016-03-18
, by Olaf Wintermann
added resolve-conflicts and delete-conflicts to help text and fixed crash with unknown cmd options
2016-03-18
, by Olaf Wintermann
automatically remove deleted conflict files from the db
2016-03-17
, by Olaf Wintermann
added resolve-conflicts and delete-conflicts commands
2016-03-17
, by Olaf Wintermann
dav-sync push ignores conflict files
2016-03-17
, by Olaf Wintermann
dav-sync add-directory shows list of repositories
2016-03-17
, by Olaf Wintermann
fixed version output
2016-03-16
, by Olaf Wintermann
added options for extended list flags and changed version output
2016-03-16
, by Olaf Wintermann
added noinput option to dav
2016-03-15
, by Olaf Wintermann
dav list indicates locks
2016-03-15
, by Olaf Wintermann
added lock support to some dav commands
2016-03-15
, by Olaf Wintermann
added lock and unlock commands to dav
2016-03-15
, by Olaf Wintermann
added API for webdav locking
2016-03-14
, by Olaf Wintermann
fixed hash verification and head requests
2016-03-14
, by Olaf Wintermann
changed libidav property namespace and version number
2016-03-06
, by Olaf Wintermann
fixed some warnings and wrong usage of curl_easy_getinfo
2016-03-05
, by Olaf Wintermann
added trash-info and empty-trash commands
2016-03-03
, by Olaf Wintermann
fixed add-directory command
2016-03-02
, by Olaf Wintermann
fixed dav-sync crash when sync.xml is missing
2016-03-02
, by Olaf Wintermann
auth input for dav get, put, mkdir and remove commands
2016-02-28
, by Olaf Wintermann
added add-directory command to dav-sync
2016-02-28
, by Olaf Wintermann
enabled cert verification
2016-02-28
, by Olaf Wintermann
added list-repositories and list-directories commands
2016-02-27
, by Olaf Wintermann
added cleanup code in cmd_add_repository
2016-02-27
, by Olaf Wintermann
fixed fix
2016-02-27
, by Olaf Wintermann
fixed add-repository function name
2016-02-27
, by Olaf Wintermann
added add-repository command to dav
2016-02-27
, by Olaf Wintermann
version++
2016-02-27
, by Olaf Wintermann
dav-sync prints a small report after successful sync
2016-02-27
, by Olaf Wintermann
more specific error messages in dav-sync
2016-02-26
, by Olaf Wintermann
dav-sync can create and delete empty directories now
2016-02-12
, by Olaf Wintermann
fixed Solaris 11 build
2016-02-10
, by Olaf Wintermann
added version info
2016-01-31
, by Olaf Wintermann
added missing repo authmethods initialization
2016-01-31
, by Olaf Wintermann
improved copy/move
2016-01-25
, by Olaf Wintermann
updated copyright notice
2016-01-25
, by Olaf Wintermann
fixed FreeBSD build
2016-01-23
, by Olaf Wintermann
fixed Solaris build
2016-01-17
, by Olaf Wintermann
added override option for copy/move
2016-01-13
, by Olaf Wintermann
implemented webdav copy and move method
2016-01-12
, by Olaf Wintermann
fixed large file support
2015-10-23
, by Olaf Wintermann
enable sharepoint put fix
2015-10-20
, by Olaf Wintermann
using content-length header in dav put
2015-10-18
, by Olaf Wintermann
better and better and better iso8601 parser
2015-10-18
, by Mike Becker
improved util_capture_header when deactivating the capturing
2015-10-15
, by Mike Becker
merge
2015-10-15
, by Olaf Wintermann
updated ucx and used new sstrlower in util_header_callback
2015-10-15
, by Mike Becker
improved util_header_callback by using sstr_t
2015-10-15
, by Mike Becker
cleanup curl header options in do_propfind_request
2015-10-15
, by Olaf Wintermann
simplified do_propfind_request
2015-10-15
, by Olaf Wintermann
added depth header workaround for Microsoft IIS (tested with sharepoint)
2015-10-15
, by Mike Becker
more updates to ucx
2015-10-15
, by Mike Becker
use ucx_map_clear in dav_propfind
2015-10-15
, by Mike Becker
updated UcxMap implementation
2015-10-15
, by Mike Becker
fixed incorrect response buffer reset in manual redirection handling in do_propfind_request
2015-10-15
, by Mike Becker
fixed zero-length format string in ls_size_str
2015-10-15
, by Mike Becker
fixed href comparison in parse_response_tag
2015-10-14
, by Olaf Wintermann
reimplemented redirects for propfind requests
2015-10-14
, by Olaf Wintermann
using Depth: 0 for non collection resources
2015-10-14
, by Olaf Wintermann
don't allow signs for date strings (always expect full years)
2015-10-13
, by Mike Becker
added parser for iso8601 dates
2015-10-13
, by Mike Becker
definition: lastmodified and creationdate shall be zero on parse error
2015-10-13
, by Mike Becker
added fallback for util_parse_lastmodified, because some servers incorrectly use ISO-8601 dates for lastmodified - TODO: implement the ISO-8601 parsing
2015-10-13
, by Mike Becker
changed name of a local variable to avoid a later name collision
2015-10-13
, by Mike Becker
fixed href bug
2015-10-12
, by Olaf Wintermann
fixed some cases of incompatible types in crypto functions
2015-10-12
, by Mike Becker
added possibility to configure authentication methods via coma separated list in config.xml
2015-10-12
, by Mike Becker
implemented hidden password input for windows by using conio
2015-10-08
, by Mike Becker
fixed windows build
2015-10-08
, by Olaf Wintermann
fixed some memory leaks, content verification and dav info
2015-10-04
, by Olaf Wintermann
added checksums for encrypted resources
2015-10-04
, by Olaf Wintermann
implemented password key support for Solaris 10
2015-10-03
, by Olaf Wintermann
fixed many davql exec memory leaks
2015-10-03
, by Olaf Wintermann
added password based keys and fixed crash when keys are missing
2015-10-03
, by Olaf Wintermann
hidden password input
2015-10-03
, by Olaf Wintermann
improved dav-sync data-loss prevention
2015-10-03
, by Olaf Wintermann
dav-sync detects broken uploads
2015-10-03
, by Olaf Wintermann
fixed get command and davql exec
2015-10-02
, by Olaf Wintermann
startup doesn't override broken config.xml anymore
2015-10-02
, by Olaf Wintermann
fixed href comparison bug
2015-10-02
, by Olaf Wintermann
fixed order by
2015-10-02
, by Olaf Wintermann
implemented davql order by
2015-10-02
, by Olaf Wintermann
-a option wasn't working correctly in recursive mode
2015-07-09
, by Olaf Wintermann
fixed horrible bugs, davql hopefully just works now (without order by yet)
2015-07-09
, by Olaf Wintermann
empty field results will no longer be added
2015-07-09
, by Olaf Wintermann
replaced old davql (still buggy)
2015-07-08
, by Olaf Wintermann
implemented execution of field list expressions
2015-07-07
, by Olaf Wintermann
implemented some davql integer operations
2015-06-06
, by Olaf Wintermann
secured ucx_list_append calls against OOM
2015-06-05
, by Mike Becker
added missing keywords + fixed missing source text for boolean primaries
2015-06-05
, by Mike Becker
fixed grammar for path + added missing string quote escaping (still not perfect: escape sequence is in syntax tree)
2015-06-03
, by Mike Becker
fixed path parser not writing length for a single slash as path
2015-06-02
, by Mike Becker
implemented minimal executor features and added missing ucx files
2015-06-02
, by Olaf Wintermann
renamed GET to SELECT in davql syntax
2015-06-02
, by Mike Becker
added expression executor prototype
2015-05-30
, by Olaf Wintermann
fixed: comparison operator info has been incorrectly written to type field
2015-05-30
, by Mike Becker
expression compiler generates byte code
2015-05-30
, by Olaf Wintermann
added where clause compiler prototype
2015-05-29
, by Olaf Wintermann
secured malloc / calloc calls
2015-05-29
, by Mike Becker
fixed statement type for logical expressions without operator + prepared OOM handling
2015-05-29
, by Mike Becker
implemented order by parser
2015-05-29
, by Mike Becker
added initial code for config commands
2015-05-29
, by Olaf Wintermann
fixed paranthsis ambiguity for logical and normal expressions
2015-05-28
, by Mike Becker
fixed null pointer access on end of token stream by adding a special END token to the stream
2015-05-28
, by Mike Becker
fixed logical expression parser
2015-05-28
, by Mike Becker
completed logical expression parser - NEED TO TEST A LOT!
2015-05-28
, by Mike Becker
added function call parser + fixed some memory management mistakes
2015-05-24
, by Mike Becker
completed field list parser + error messages do now provide more context information based on the source string
2015-05-20
, by Mike Becker
minimized ucx subset
2015-05-20
, by Mike Becker
parser for ParExpression
2015-05-19
, by Mike Becker
update ucx
2015-05-19
, by Mike Becker
added syntax tree display to debugger + expression parser saves source text in every node
2015-05-13
, by Mike Becker
fixed parsing of binary expressions did not yield the correct type
2015-05-13
, by Mike Becker
added format specifier parser
2015-05-13
, by Mike Becker
started refactoring davqlparser
2015-05-13
, by Mike Becker
fixed control flow in int_cmd + committed testcase (enable with #define DO_THE_TEST)
2015-05-02
, by Mike Becker
added davqlexec source
2015-05-02
, by Olaf Wintermann
added clang config + fixed control flow in two parser functions
2015-05-02
, by Mike Becker
reworked expression grammar (removed left recursion) + added field names to debugger + fixed bug when WITH-clause was the last clause in a statement
2015-05-02
, by Mike Becker
merge
2015-05-02
, by Olaf Wintermann
improved error messages
2015-05-02
, by Olaf Wintermann
fieldlist parser can now parse fields with alias
2015-04-28
, by Mike Becker
minor grammar fix (alias name is now identifier and not string) + completed debugger (so far) + separated field list parser (currently unable to parse alias names) + new structure for fields
2015-04-21
, by Mike Becker
fixed static variable fail
2015-04-17
, by Mike Becker
special path parser + typed literals + order by parser + grammar changes
2015-04-17
, by Mike Becker
simplified with clause parsing + added order by to data structure and debugger (TODO: implement)
2015-04-17
, by Mike Becker
removed ultrabreak gotos
2015-04-15
, by Mike Becker
added special symbol list to tokenizer
2015-04-13
, by Mike Becker
added order by clause to grammar + moved with clause right after the from clause
2015-04-13
, by Mike Becker
parser verifies that path is an identifier
2015-04-04
, by Mike Becker
parser for with-clause ready to parse more attributes, but marks duplicated attributes as error
2015-04-04
, by Mike Becker
parser for with clause + unexpected token message, if something is beyond the with clause
2015-04-04
, by Mike Becker
tokenizer now correctly handles quoted tokens
2015-04-04
, by Mike Becker
removed DavQLExpression type for path (since it always is an identifier)
2015-04-04
, by Mike Becker
davql: error handling + minor grammar changes
2015-04-04
, by Mike Becker
improved grammar + changed depth default, type and added infinity
2015-04-04
, by Mike Becker
added info command
2015-04-03
, by Olaf Wintermann
improved expression parser (can now detect literals and identifiers) - TODO: tokenizer must not split strings and "backstick-identifiers"
2015-04-01
, by Mike Becker
renamed some enums to avoid collisions with macros + minor grammar change (backsticks for identifiers) + tokenizer + parser skeleton
2015-03-31
, by Mike Becker
UCX string module update
2015-03-31
, by Mike Becker
added path examination to debugger + changed field names of expression subtrees
2015-03-31
, by Mike Becker
added parse function prototype + started writing a debugger
2015-03-24
, by Mike Becker
described DavQLStatement grammar + added more features + renamed PUT to SET (for now)
2015-03-24
, by Mike Becker
added missing stuff to davql types
2015-03-23
, by Mike Becker
structure draft for DavQL statements
2015-03-23
, by Mike Becker
copyright update
2015-02-08
, by Olaf Wintermann
fixed many memory leaks
2015-02-08
, by Olaf Wintermann
ssl version is now configurable
2015-01-29
, by Olaf Wintermann
dav now opens files in binary mode
2014-12-30
, by Olaf Wintermann
fix
2014-12-15
, by Olaf Wintermann
ucx update
2014-12-15
, by Olaf Wintermann
fixed incorrect use of UcxBuffer
2014-12-12
, by Mike Becker
added verbose option + encryption flag fixes
2014-12-12
, by Mike Becker
fixed makefile file extensions
2014-12-12
, by Mike Becker
some bug fixes
2014-11-09
, by Olaf Wintermann
added optional trash for deleted files
2014-11-09
, by Olaf Wintermann
changed sync behavior
2014-11-08
, by Olaf Wintermann
merge
2014-11-03
, by Olaf Wintermann
added property-set and property-get command
2014-11-03
, by Olaf Wintermann
fixed include/exclude filter for dav-sync
2014-10-11
, by Mike Becker
fixed propfind response parser bug
2014-09-01
, by Olaf Wintermann
added linker command for regex in mingw config
2014-08-05
, by Mike Becker
added include / exclude patterns
2014-08-05
, by Mike Becker
refactored push
2014-08-05
, by Olaf Wintermann
added collection config for sync directories
2014-08-04
, by Olaf Wintermann
replaced readdir_r with readdir
2014-08-04
, by Olaf Wintermann
windows fix
2014-08-04
, by Olaf Wintermann
added usage info and some options
2014-07-11
, by Olaf Wintermann
added conflict detection
2014-07-10
, by Olaf Wintermann
dav-sync deletes removed files
2014-07-04
, by Olaf Wintermann
dav-sync detects remote removed files
2014-07-03
, by Olaf Wintermann
dav-sync detects locally removed files
2014-07-03
, by Olaf Wintermann
fixed etag handling
2014-06-15
, by Olaf Wintermann
added push command for dav-sync
2014-06-15
, by Olaf Wintermann
added new sync tool
2014-06-13
, by Olaf Wintermann
added crypt command line option
2014-06-05
, by Olaf Wintermann
added missing url decode
2014-06-05
, by Olaf Wintermann
added file name encryption
2014-06-05
, by Olaf Wintermann
added some api functions
2014-03-18
, by Olaf Wintermann
dav follows location header
2014-03-18
, by Olaf Wintermann
supports whitespace in paths
2014-03-17
, by Olaf Wintermann
added some aes functions + ucx update
2013-09-07
, by Olaf Wintermann
code cleanup + experimental login prompt
2013-09-03
, by Olaf Wintermann
mingw makefile config
2013-09-02
, by Mike Becker
added proxy config
2013-09-02
, by Mike Becker
errors on too many arguments
2013-08-30
, by Mike Becker
removed debug code
2013-08-26
, by Olaf Wintermann
some code cleanup and bug fixes
2013-08-26
, by Olaf Wintermann
mingw support
2013-08-23
, by Mike Becker
fix include
2013-08-22
, by Olaf Wintermann
added update option for list and get
2013-08-22
, by Olaf Wintermann
added date command
2013-08-22
, by Olaf Wintermann
added recursive put
2013-08-22
, by Olaf Wintermann
added support for where clauses
2013-08-21
, by Olaf Wintermann
added some dav api functions
2013-08-20
, by Olaf Wintermann
added extra propfind request to dav_create
2013-08-19
, by Olaf Wintermann
implemented dav_create for non-collection resources
2013-08-19
, by Olaf Wintermann
fixed do_put_request
2013-08-19
, by Olaf Wintermann
added more error messages
2013-08-19
, by Olaf Wintermann
fixed put bugs
2013-08-19
, by Olaf Wintermann
fixed makefiles
2013-08-17
, by Olaf Wintermann
some fixes
2013-08-17
, by Olaf Wintermann
recursive list and get
2013-08-17
, by Olaf Wintermann
new dav_query function
2013-08-17
, by Olaf Wintermann
added mkdir command
2013-08-16
, by Olaf Wintermann
added remove command
2013-08-15
, by Olaf Wintermann
added some options to list command
2013-08-14
, by Olaf Wintermann
added some error messages
2013-08-13
, by Olaf Wintermann
added some options to put and get
2013-08-13
, by Olaf Wintermann
added usage info
2013-08-13
, by Olaf Wintermann
added aes initialization vector
2013-08-12
, by Olaf Wintermann
fixed build
2013-08-12
, by Olaf Wintermann
creates a .dav dir if it doesn't exist
2013-08-12
, by Olaf Wintermann
base64 encoded passwords in config.xml
2013-08-12
, by Olaf Wintermann
creates an empty configuration file if needed
2013-08-12
, by Olaf Wintermann
new webdav api + repository and key configuration + aes encryption
2013-08-12
, by Olaf Wintermann
added put method
2012-12-01
, by Olaf Wintermann
disabled ssl cert verification
2012-12-01
, by Olaf Wintermann
fixed dav Makefile
2012-12-01
, by Olaf Wintermann
added existing source code
2012-11-30
, by Olaf Wintermann
initial commit
2012-11-30
, by Olaf Wintermann
less
more
|
(0)
+480
tip