Mercurial
>
hg
>
dav
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
fix uninitialized buffer access
19 months ago
, by Olaf Wintermann
fix UAF in dav xml converter
19 months ago
, by Olaf Wintermann
fix UAF in davql select exec
19 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
19 months ago
, by Olaf Wintermann
fix make install
19 months ago
, by Olaf Wintermann
fix libcurl not detected by configure script when pkg-config is not available
19 months ago
, by Olaf Wintermann
update ucx
19 months ago
, by Olaf Wintermann
fix dav-sync crash
19 months ago
, by Olaf Wintermann
update ucx
20 months ago
, by Olaf Wintermann
ucx 3 update, basic dav commands work, most stuff is still broken
20 months ago
, by Olaf Wintermann
fix build system
21 months ago
, by Olaf Wintermann
merge
21 months ago
, by Olaf Wintermann
force mkcol for every directory in the dav put command
21 months ago
, by Olaf Wintermann
fix crash if the server sends a response with elements without namespaces
21 months ago
, by Olaf Wintermann
new build system
22 months ago
, 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
less
more
|
(0)
-120
tip