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
37 hours ago
, by Olaf Wintermann
remove usage of deprecated libxml2 and curl functions
39 hours ago
, by Olaf Wintermann
ucx CX_STR fix
5 weeks ago
, by Olaf Wintermann
update ucx to version 3.1
5 weeks ago
, by Olaf Wintermann
merge
2 months ago
, by Olaf Wintermann
update ucx
2 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
5 months ago
, by Olaf Wintermann
fix dav_session_clone using the wrong allocator for the pathcache
5 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
11 months ago
, by Olaf Wintermann
fix dav repo-url command containing the password base64 encoded
11 months ago
, by Olaf Wintermann
don't store directories with a trailing path separator in the sync db
11 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
18 months ago
, by Olaf Wintermann
add request/response body to verbose output / add DavSession logfunc
18 months ago
, by Olaf Wintermann
update uwproj
18 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
20 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
21 months ago
, by Olaf Wintermann
fix iterator misuse in dav-sync delete-conflict
21 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
23 months ago
, by Olaf Wintermann
merge
23 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
less
more
|
(0)
-120
tip