Mercurial
>
hg
>
dav
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
use newer openssl hashing functions to fix warnings
default
tip
6 days ago
, by Olaf Wintermann
remove usage of deprecated libxml2 and curl functions
6 days ago
, by Olaf Wintermann
ucx CX_STR fix
6 weeks ago
, by Olaf Wintermann
update ucx to version 3.1
6 weeks ago
, by Olaf Wintermann
merge
3 months ago
, by Olaf Wintermann
update ucx
3 months ago
, by Olaf Wintermann
fix compatibility with older libcurl versions
3 months ago
, by Olaf Wintermann
revert property set/remove list changes
4 months ago
, by Olaf Wintermann
fix crash in printxmldoc, fixes #514
4 months ago
, by Olaf Wintermann
fix property set/remove list size checks
4 months ago
, by Olaf Wintermann
fix PUT request with chunked transfer encoding
4 months ago
, by Olaf Wintermann
merge
5 months ago
, by Olaf Wintermann
add cfg functions for modifying keys
5 months ago
, by Olaf Wintermann
remove szmul.c from vs project
5 months ago
, by Olaf Wintermann
fix windows build
5 months ago
, by Olaf Wintermann
fix missing strdup in pwdstore_clone
5 months ago
, by Olaf Wintermann
add pwdstore_clone function and fix some pwdstore bugs
5 months ago
, by Olaf Wintermann
fix crash when removing pwdentries without locations
5 months ago
, by Olaf Wintermann
safe pwdstore decryption status
5 months ago
, by Olaf Wintermann
move ssl version parser to new function
5 months ago
, by Olaf Wintermann
add utility functions for setting CfgInt/CfgUInt values
5 months ago
, by Olaf Wintermann
add utility functions for setting CfgString/CfgBool values
5 months ago
, by Olaf Wintermann
fix pwdstore entries without locations not loaded correctly
5 months ago
, by Olaf Wintermann
fix missing trailing path separator in href if a resource path is empty
5 months ago
, by Olaf Wintermann
fix build
5 months ago
, by Olaf Wintermann
move pwdstore to libidav
5 months ago
, by Olaf Wintermann
merge
5 months ago
, by Olaf Wintermann
fix wrong context session list compare func
5 months ago
, by Olaf Wintermann
fix DavContext sesssion list comparefunc
6 months ago
, by Olaf Wintermann
fix dav_session_clone using the wrong allocator for the pathcache
6 months ago
, by Olaf Wintermann
fix load_config stores wrong xml doc pointer in the config object
6 months ago
, by Olaf Wintermann
fix dav add-repo crash in case .dav/config.xml doesn't exist
8 months ago
, by Olaf Wintermann
also remove \r from user name
8 months ago
, by Olaf Wintermann
fix request_auth not removing the trailing newline from the user name
8 months ago
, by Olaf Wintermann
add configured namespaces to the dav context
8 months ago
, by Olaf Wintermann
fix dav_set_string_property crash if an unknown namespace prefix was specified
8 months ago
, by Olaf Wintermann
actually make sure some random things don't explode
10 months ago
, by Olaf Wintermann
fix incorrect memory management when loading file parts from the sync db
10 months ago
, by Olaf Wintermann
close branch ucx-3.1
ucx-3.1
10 months ago
, by Olaf Wintermann
merge branch ucx-3.1
10 months ago
, by Olaf Wintermann
fix incorrect stat flags on linux in metadata test scripts
10 months ago
, by Olaf Wintermann
compatibility with UCX 3.1 plus several minor code fixes
ucx-3.1
10 months ago
, by Mike Becker
add more xattr malloc checks
11 months ago
, by Olaf Wintermann
remove disabled realloc debug code from libxattr
11 months ago
, by Olaf Wintermann
improve xattr code
11 months ago
, by Olaf Wintermann
make sure a LocalResource path has never a trailing path separator, fixes multiple dav-sync tests
12 months ago
, by Olaf Wintermann
fix dav repo-url command containing the password base64 encoded
12 months ago
, by Olaf Wintermann
don't store directories with a trailing path separator in the sync db
12 months ago
, by Olaf Wintermann
update uwproj
12 months ago
, by Olaf Wintermann
add util_size_str2() func, a variation of util_size_str with more parameters
14 months ago
, by Olaf Wintermann
add support for progress callbacks in dav_store()
14 months ago
, by Olaf Wintermann
fix session dup
14 months ago
, by Olaf Wintermann
make DavContext mt-safe
14 months ago
, by Olaf Wintermann
fix indentation
14 months ago
, by Olaf Wintermann
use memset for newly created DavCfgRepository
14 months ago
, by Olaf Wintermann
update build files to latest uwproj
14 months ago
, by Mike Becker
add .idea directory to .hgignore
14 months ago
, by Mike Becker
fix faulty string to int conversion utilities
15 months ago
, by Mike Becker
fix missing cmd_add_directory() implementation after ucx upgrade
15 months ago
, by Mike Becker
remove list_repositories() config.c function in favor of a cmd_list_repositories() function in main.c
15 months ago
, by Mike Becker
[Makefile] fix missing rules preventing dry-runs
15 months ago
, by Mike Becker
remove old config loader
18 months ago
, by Olaf Wintermann
add new config parser
18 months ago
, by Olaf Wintermann
remove tm_isdst = -1 because this was just a test
18 months ago
, by Olaf Wintermann
use _mkgmtime instead of mktime in parse_iso8601() on windows
18 months ago
, by Olaf Wintermann
add tests for util_parse_creationdate
18 months ago
, by Olaf Wintermann
fix aes_write on windows could write non-decrypted bytes to output buffer
18 months ago
, by Olaf Wintermann
fix dav_context_destroy
18 months ago
, by Olaf Wintermann
add new build system for windows
19 months ago
, by Olaf Wintermann
add request/response body to verbose output / add DavSession logfunc
19 months ago
, by Olaf Wintermann
update uwproj
19 months ago
, by Olaf Wintermann
return NULL when a davql query fails
19 months ago
, by Olaf Wintermann
fix build on macOS
20 months ago
, by Olaf Wintermann
log command line arguments
20 months ago
, by Olaf Wintermann
add error logging
20 months ago
, by Olaf Wintermann
open logfile in relevant dav-sync commands
20 months ago
, by Olaf Wintermann
replace printf with log_printf in sync.c
20 months ago
, by Olaf Wintermann
remove loglevel parameter from log_printf
20 months ago
, by Olaf Wintermann
add log_printf function
20 months ago
, by Olaf Wintermann
add logfile sync config
20 months ago
, by Olaf Wintermann
fix dav_add_collection_lock() setting the lock path
21 months ago
, by Olaf Wintermann
update ucx
21 months ago
, by Olaf Wintermann
update ucx
21 months ago
, by Olaf Wintermann
fix split test script
21 months ago
, by Olaf Wintermann
fix non-standard shell script use in versioning test script
21 months ago
, by Olaf Wintermann
fix non-standard use of stat in metadata3 test script
21 months ago
, by Olaf Wintermann
replace direct xattrtool path with $XATTR in metadata3 test script
21 months ago
, by Olaf Wintermann
fix xattrtool path in metadata test scripts
21 months ago
, by Olaf Wintermann
fix crash in merge_tags() when one list was NULL
21 months ago
, by Olaf Wintermann
fix matches_tags_and
21 months ago
, by Olaf Wintermann
fix tag filter crash
21 months ago
, by Olaf Wintermann
port cmd_tagop() to ucx 3
21 months ago
, by Olaf Wintermann
change libxattr xattr_get() to return null-terminated strings
21 months ago
, by Olaf Wintermann
fix xattr_set on FreeBSD
21 months ago
, by Olaf Wintermann
fix dav-sync pull not storing finfo metadata correctly in the database
22 months ago
, by Olaf Wintermann
fix iterator misuse in dav-sync delete-conflict
22 months ago
, by Olaf Wintermann
fix bin-tests not using the correct binary directory
22 months ago
, by Olaf Wintermann
fix dav-sync push not deleting collections in the right order
22 months ago
, by Olaf Wintermann
fix dav-sync push crash
22 months ago
, by Olaf Wintermann
fix configure script again, this time correctly
22 months ago
, by Olaf Wintermann
fix uninitialized buffer access
22 months ago
, by Olaf Wintermann
fix UAF in dav xml converter
22 months ago
, by Olaf Wintermann
fix UAF in davql select exec
22 months ago
, by Olaf Wintermann
Added tag v1.2.4 for changeset dcf751b270dd
v1.2
2019-06-01
, by Olaf Wintermann
fix crash when the seekfunction is used
22 months ago
, by Olaf Wintermann
fix make install
22 months ago
, by Olaf Wintermann
fix libcurl not detected by configure script when pkg-config is not available
22 months ago
, by Olaf Wintermann
update ucx
22 months ago
, by Olaf Wintermann
fix dav-sync crash
22 months ago
, by Olaf Wintermann
update ucx
23 months ago
, by Olaf Wintermann
ucx 3 update, basic dav commands work, most stuff is still broken
23 months ago
, by Olaf Wintermann
fix build system
24 months ago
, by Olaf Wintermann
merge
24 months ago
, by Olaf Wintermann
force mkcol for every directory in the dav put command
2023-03-25
, by Olaf Wintermann
fix crash if the server sends a response with elements without namespaces
2023-03-19
, by Olaf Wintermann
new build system
2023-02-25
, by Olaf Wintermann
fix return value in util_exec_command on windows
2022-11-02
, by Olaf Wintermann
disable posix code on windows in util_exec_command
2022-11-02
, by Olaf Wintermann
use sys_* io functions in dav put
2022-11-02
, by Olaf Wintermann
fix crash in davql exec, if the server response can't be parsed
2022-05-09
, by Olaf Wintermann
use tcsetattr only if stdin is a tty
2021-08-09
, by Olaf Wintermann
fix dav-sync push creating finfo elements without using the mempool, which could lead to crashes
2021-08-09
, by Olaf Wintermann
reactivate error in case of unknown config elements
2021-08-08
, by Olaf Wintermann
add support for the secret store to dav-sync
2021-08-08
, by Olaf Wintermann
add set-master-password command
2021-08-08
, by Olaf Wintermann
fix error in dav add-user, if .dav dir doesn't exists
2021-08-08
, by Olaf Wintermann
implement secretstore unlock command
2021-08-08
, by Olaf Wintermann
implement secretstore config
2021-08-08
, by Olaf Wintermann
disable error in case of unknown config elements
2021-08-08
, by Olaf Wintermann
add stream API
2021-06-04
, by Olaf Wintermann
update .hgignore
2021-06-04
, by Olaf Wintermann
adds more characters to escape for shell completion
2020-10-14
, by Mike Becker
fix outgoing list sort
2020-07-25
, by Olaf Wintermann
sort files in outgoing cmd
2020-07-25
, by Olaf Wintermann
add dav-sync outgoing command
2020-07-25
, by Olaf Wintermann
merges feature/dav-edit
2020-07-05
, by Mike Becker
adds support for option terminator '--'
feature/dav-edit
2020-07-05
, by Mike Becker
adds support for -L option in dav edit
feature/dav-edit
2020-04-05
, by Mike Becker
cmd_edit: fixes wrong return code if the user did not change the file
feature/dav-edit
2020-04-05
, by Mike Becker
cmd_edit. fixes wrong variable in second strlen() call
feature/dav-edit
2020-04-05
, by Mike Becker
look up temp location + coherent return codes
feature/dav-edit
2020-04-05
, by Mike Becker
cmd_edit: replaces unlink() with sys_unlink() + keep tmp file on resource error
feature/dav-edit
2020-04-05
, by Mike Becker
removes win32 support for dav edit
feature/dav-edit
2020-03-28
, by Mike Becker
adds documentation for the edit command
feature/dav-edit
2020-03-28
, by Mike Becker
reimplement dav_exists by using dav_load_prop
feature/dav-edit
2020-03-28
, by Olaf Wintermann
adds documentation of crypto flags to edit command
feature/dav-edit
2020-03-28
, by Mike Becker
adds check for encryption key (otherwise segfault when trying to create a fresh encrypted file without a key)
feature/dav-edit
2020-03-28
, by Mike Becker
cmd_edit - we do not need fstat() for detecting changes on the temporary file
feature/dav-edit
2020-03-28
, by Mike Becker
first draft for dav edit command
feature/dav-edit
2020-03-28
, by Mike Becker
Added tag v1.3.0 for changeset 33c9b0f17cb2
2019-12-15
, by Olaf Wintermann
change version to 1.3.0
v1.3.0
2019-12-15
, by Olaf Wintermann
fix documentation index page
2019-12-15
, by Olaf Wintermann
update changelog
2019-12-15
, by Olaf Wintermann
update html doc
2019-12-15
, by Olaf Wintermann
update man pages
2019-12-15
, by Olaf Wintermann
finish documentation of new dav-sync commands and options
2019-12-15
, by Olaf Wintermann
add documentation for dav versioning commands
2019-12-15
, by Olaf Wintermann
add documentation for all new config elements
2019-12-15
, by Olaf Wintermann
add new elements to sync.xsd
2019-12-15
, by Olaf Wintermann
add new element to config.xsd
2019-12-15
, by Olaf Wintermann
add documentation for secret store commands
2019-12-14
, by Olaf Wintermann
fix util_readline
2019-12-14
, by Olaf Wintermann
add documentation for rename command
2019-12-12
, by Olaf Wintermann
add empty documentation pages for all new commands
2019-12-06
, by Olaf Wintermann
add -s option to dav-sync usage output
2019-12-06
, by Olaf Wintermann
fix dav-sync deltav versioning
2019-12-05
, by Olaf Wintermann
fix encryption of files with specific length
2019-12-05
, by Olaf Wintermann
fix aes encrypter stream (cng)
2019-12-04
, by Olaf Wintermann
fix aes decrypter stream
2019-12-04
, by Olaf Wintermann
replace openssl on windows with cng/bcrypt
2019-12-04
, by Olaf Wintermann
add support for unicode args on windows
2019-12-02
, by Olaf Wintermann
add more symlink tests
2019-11-24
, by Olaf Wintermann
add symlink tests
2019-11-23
, by Olaf Wintermann
improve shell completion
2019-11-23
, by Olaf Wintermann
fix -c option for dav rm command
2019-11-23
, by Olaf Wintermann
add more split tests
2019-11-20
, by Olaf Wintermann
fix some split bugs and add tests
2019-11-20
, by Olaf Wintermann
ignore sigpipe in dav-sync
2019-11-20
, by Olaf Wintermann
fix some versioning related bugs and add tests
2019-11-15
, by Olaf Wintermann
add tests for tag conflict resolution
2019-11-09
, by Olaf Wintermann
add more metatests: move with metadata and directory metadata
2019-10-27
, by Olaf Wintermann
bash completion now handles spaces correctly in both quoted and unquoted strings
2019-10-26
, by Mike Becker
fix sync_store_metadata
2019-10-26
, by Olaf Wintermann
increase security in case of broken secret stores
2019-10-26
, by Olaf Wintermann
adds support for quotes in dav bash completion
2019-10-26
, by Mike Becker
fix dav-sync copy with enabled metadata sync
2019-10-26
, by Olaf Wintermann
fix test system on solaris
2019-10-25
, by Olaf Wintermann
add tests for dav-sync -t option
2019-10-23
, by Olaf Wintermann
fix dav-sync add-tag in case a file is not in the db
2019-10-23
, by Olaf Wintermann
fix detection of changed tags
2019-10-23
, by Olaf Wintermann
finish basic metadata sync tests
2019-10-20
, by Olaf Wintermann
fix xml generation
2019-10-20
, by Olaf Wintermann
add first tag test
2019-10-20
, by Olaf Wintermann
fix tagconfig parser
2019-10-20
, by Olaf Wintermann
fix some xattr sync bugs
2019-10-19
, by Olaf Wintermann
fix mtime sync bug
2019-10-19
, by Olaf Wintermann
add first metadata sync test
2019-10-19
, by Olaf Wintermann
add tool for accessing extended attributes
2019-10-19
, by Olaf Wintermann
fix: leaking buffer in upload_parts(), when we error out due to too many parts
2019-10-15
, by Mike Becker
adds missing return in parse_filter()
2019-10-15
, by Mike Becker
add test for testing transition from config without hashing to config with enabled hashing
2019-10-12
, by Olaf Wintermann
beta1
2019-10-12
, by Olaf Wintermann
add edit-user command
2019-10-12
, by Olaf Wintermann
add remove-user and list-users commands
2019-10-12
, by Olaf Wintermann
update secret store format description
2019-10-12
, by Olaf Wintermann
add add-user command to help text
2019-10-12
, by Olaf Wintermann
remove command aliases from dav help text
2019-10-12
, by Olaf Wintermann
fix some hash based conflict resolution bugs and add tests for it
2019-10-06
, by Olaf Wintermann
implement hash based conflict resolution in dav-sync pull
2019-10-03
, by Olaf Wintermann
change split config
2019-09-29
, by Olaf Wintermann
change versioning config
2019-09-28
, by Olaf Wintermann
change metadata config
2019-09-28
, by Olaf Wintermann
fix missing namespaceinfo map initializataion
2019-09-20
, by Olaf Wintermann
refactore symlink config
2019-09-17
, by Olaf Wintermann
implement hash push strategy and add some tests
2019-09-17
, by Olaf Wintermann
add config element for push strategy
2019-09-16
, by Olaf Wintermann
finish hashing tests
2019-09-15
, by Olaf Wintermann
add some copy/move tests
2019-09-08
, by Olaf Wintermann
fix that file uploads are tried, when the content on the server is equal to the local file content (with enabled hashing)
2019-09-07
, by Olaf Wintermann
fix hash based conflict detection
2019-09-07
, by Olaf Wintermann
add first dav-sync hashing test
2019-09-04
, by Olaf Wintermann
add more push conflict tests
2019-09-03
, by Olaf Wintermann
add push conflict tests
2019-08-29
, by Olaf Wintermann
add more pull conflict tests
2019-08-25
, by Olaf Wintermann
don't print error in case rmdir fails because of ENOTEMPTY
2019-08-25
, by Olaf Wintermann
rename conflict test script
2019-08-25
, by Olaf Wintermann
add pull conflict detection tests
2019-08-24
, by Olaf Wintermann
use hash to check if a file content was really modified
2019-08-19
, by Olaf Wintermann
handle symlinks according to config
2019-08-18
, by Olaf Wintermann
fix url2repo not creating a string dup in case a repo doesn't exist
2019-08-15
, by Olaf Wintermann
finish basic pull tests
2019-08-15
, by Olaf Wintermann
fix order of dir deletions in dav-sync pull
2019-08-15
, by Olaf Wintermann
add more dav-sync pull tests
2019-08-14
, by Olaf Wintermann
fix build on Solaris 10
2019-08-13
, by Olaf Wintermann
add element for configuring symlinks
2019-08-11
, by Olaf Wintermann
add some dav-sync pull tests
2019-08-11
, by Olaf Wintermann
don't store weak etag in LocalResource
2019-08-11
, by Olaf Wintermann
add additional dav-sync push test to check if deleting all files will result in an empty collection
2019-08-11
, by Olaf Wintermann
fix free in sync_get_file_tags
2019-08-11
, by Olaf Wintermann
exclude tag xattr from xattribute sync
2019-08-10
, by Olaf Wintermann
less
more
|
(0)
-240
tip