43 hours ago Olaf Wintermann use newer openssl hashing functions to fix warnings default tip changeset | files
44 hours ago Olaf Wintermann remove usage of deprecated libxml2 and curl functions changeset | files
5 weeks ago Olaf Wintermann ucx CX_STR fix changeset | files
5 weeks ago Olaf Wintermann update ucx to version 3.1 changeset | files
2 months ago Olaf Wintermann merge changeset | files
2 months ago Olaf Wintermann update ucx changeset | files
3 months ago Olaf Wintermann fix compatibility with older libcurl versions changeset | files
4 months ago Olaf Wintermann revert property set/remove list changes changeset | files
4 months ago Olaf Wintermann fix crash in printxmldoc, fixes #514 changeset | files
4 months ago Olaf Wintermann fix property set/remove list size checks changeset | files
4 months ago Olaf Wintermann fix PUT request with chunked transfer encoding changeset | files
5 months ago Olaf Wintermann merge changeset | files
5 months ago Olaf Wintermann add cfg functions for modifying keys changeset | files
5 months ago Olaf Wintermann remove szmul.c from vs project changeset | files
5 months ago Olaf Wintermann fix windows build changeset | files
5 months ago Olaf Wintermann fix missing strdup in pwdstore_clone changeset | files
5 months ago Olaf Wintermann add pwdstore_clone function and fix some pwdstore bugs changeset | files
5 months ago Olaf Wintermann fix crash when removing pwdentries without locations changeset | files
5 months ago Olaf Wintermann safe pwdstore decryption status changeset | files
5 months ago Olaf Wintermann move ssl version parser to new function changeset | files
5 months ago Olaf Wintermann add utility functions for setting CfgInt/CfgUInt values changeset | files
5 months ago Olaf Wintermann add utility functions for setting CfgString/CfgBool values changeset | files
5 months ago Olaf Wintermann fix pwdstore entries without locations not loaded correctly changeset | files
5 months ago Olaf Wintermann fix missing trailing path separator in href if a resource path is empty changeset | files
5 months ago Olaf Wintermann fix build changeset | files
5 months ago Olaf Wintermann move pwdstore to libidav changeset | files
5 months ago Olaf Wintermann merge changeset | files
5 months ago Olaf Wintermann fix wrong context session list compare func changeset | files
5 months ago Olaf Wintermann fix DavContext sesssion list comparefunc changeset | files
5 months ago Olaf Wintermann fix dav_session_clone using the wrong allocator for the pathcache changeset | files
6 months ago Olaf Wintermann fix load_config stores wrong xml doc pointer in the config object changeset | files
8 months ago Olaf Wintermann fix dav add-repo crash in case .dav/config.xml doesn't exist changeset | files
8 months ago Olaf Wintermann also remove \r from user name changeset | files
8 months ago Olaf Wintermann fix request_auth not removing the trailing newline from the user name changeset | files
8 months ago Olaf Wintermann add configured namespaces to the dav context changeset | files
8 months ago Olaf Wintermann fix dav_set_string_property crash if an unknown namespace prefix was specified changeset | files
10 months ago Olaf Wintermann actually make sure some random things don't explode changeset | files
10 months ago Olaf Wintermann fix incorrect memory management when loading file parts from the sync db changeset | files
10 months ago Olaf Wintermann close branch ucx-3.1 ucx-3.1 changeset | files
10 months ago Olaf Wintermann merge branch ucx-3.1 changeset | files
10 months ago Olaf Wintermann fix incorrect stat flags on linux in metadata test scripts changeset | files
10 months ago Mike Becker compatibility with UCX 3.1 plus several minor code fixes ucx-3.1 changeset | files
11 months ago Olaf Wintermann add more xattr malloc checks changeset | files
11 months ago Olaf Wintermann remove disabled realloc debug code from libxattr changeset | files
11 months ago Olaf Wintermann improve xattr code changeset | files
11 months ago Olaf Wintermann make sure a LocalResource path has never a trailing path separator, fixes multiple dav-sync tests changeset | files
11 months ago Olaf Wintermann fix dav repo-url command containing the password base64 encoded changeset | files
11 months ago Olaf Wintermann don't store directories with a trailing path separator in the sync db changeset | files
12 months ago Olaf Wintermann update uwproj changeset | files
14 months ago Olaf Wintermann add util_size_str2() func, a variation of util_size_str with more parameters changeset | files
14 months ago Olaf Wintermann add support for progress callbacks in dav_store() changeset | files
14 months ago Olaf Wintermann fix session dup changeset | files
14 months ago Olaf Wintermann make DavContext mt-safe changeset | files
14 months ago Olaf Wintermann fix indentation changeset | files
14 months ago Olaf Wintermann use memset for newly created DavCfgRepository changeset | files
14 months ago Mike Becker update build files to latest uwproj changeset | files
14 months ago Mike Becker add .idea directory to .hgignore changeset | files
15 months ago Mike Becker fix faulty string to int conversion utilities changeset | files
15 months ago Mike Becker fix missing cmd_add_directory() implementation after ucx upgrade changeset | files
15 months ago Mike Becker remove list_repositories() config.c function in favor of a cmd_list_repositories() function in main.c changeset | files
15 months ago Mike Becker [Makefile] fix missing rules preventing dry-runs changeset | files
18 months ago Olaf Wintermann remove old config loader changeset | files
18 months ago Olaf Wintermann add new config parser changeset | files
18 months ago Olaf Wintermann remove tm_isdst = -1 because this was just a test changeset | files
18 months ago Olaf Wintermann use _mkgmtime instead of mktime in parse_iso8601() on windows changeset | files
18 months ago Olaf Wintermann add tests for util_parse_creationdate changeset | files
18 months ago Olaf Wintermann fix aes_write on windows could write non-decrypted bytes to output buffer changeset | files
18 months ago Olaf Wintermann fix dav_context_destroy changeset | files
18 months ago Olaf Wintermann add new build system for windows changeset | files
18 months ago Olaf Wintermann add request/response body to verbose output / add DavSession logfunc changeset | files
18 months ago Olaf Wintermann update uwproj changeset | files
19 months ago Olaf Wintermann return NULL when a davql query fails changeset | files
20 months ago Olaf Wintermann fix build on macOS changeset | files
20 months ago Olaf Wintermann log command line arguments changeset | files
20 months ago Olaf Wintermann add error logging changeset | files
20 months ago Olaf Wintermann open logfile in relevant dav-sync commands changeset | files
20 months ago Olaf Wintermann replace printf with log_printf in sync.c changeset | files
20 months ago Olaf Wintermann remove loglevel parameter from log_printf changeset | files
20 months ago Olaf Wintermann add log_printf function changeset | files
20 months ago Olaf Wintermann add logfile sync config changeset | files
20 months ago Olaf Wintermann fix dav_add_collection_lock() setting the lock path changeset | files
21 months ago Olaf Wintermann update ucx changeset | files
21 months ago Olaf Wintermann update ucx changeset | files
21 months ago Olaf Wintermann fix split test script changeset | files
21 months ago Olaf Wintermann fix non-standard shell script use in versioning test script changeset | files
21 months ago Olaf Wintermann fix non-standard use of stat in metadata3 test script changeset | files
21 months ago Olaf Wintermann replace direct xattrtool path with $XATTR in metadata3 test script changeset | files
21 months ago Olaf Wintermann fix xattrtool path in metadata test scripts changeset | files
21 months ago Olaf Wintermann fix crash in merge_tags() when one list was NULL changeset | files
21 months ago Olaf Wintermann fix matches_tags_and changeset | files
21 months ago Olaf Wintermann fix tag filter crash changeset | files
21 months ago Olaf Wintermann port cmd_tagop() to ucx 3 changeset | files
21 months ago Olaf Wintermann change libxattr xattr_get() to return null-terminated strings changeset | files
21 months ago Olaf Wintermann fix xattr_set on FreeBSD changeset | files
21 months ago Olaf Wintermann fix dav-sync pull not storing finfo metadata correctly in the database changeset | files
21 months ago Olaf Wintermann fix iterator misuse in dav-sync delete-conflict changeset | files
22 months ago Olaf Wintermann fix bin-tests not using the correct binary directory changeset | files
22 months ago Olaf Wintermann fix dav-sync push not deleting collections in the right order changeset | files
22 months ago Olaf Wintermann fix dav-sync push crash changeset | files
22 months ago Olaf Wintermann fix configure script again, this time correctly changeset | files
22 months ago Olaf Wintermann fix uninitialized buffer access changeset | files
22 months ago Olaf Wintermann fix UAF in dav xml converter changeset | files
22 months ago Olaf Wintermann fix UAF in davql select exec changeset | files
2019-06-01 Olaf Wintermann Added tag v1.2.4 for changeset dcf751b270dd v1.2 changeset | files
22 months ago Olaf Wintermann fix crash when the seekfunction is used changeset | files
22 months ago Olaf Wintermann fix make install changeset | files
22 months ago Olaf Wintermann fix libcurl not detected by configure script when pkg-config is not available changeset | files
22 months ago Olaf Wintermann update ucx changeset | files
22 months ago Olaf Wintermann fix dav-sync crash changeset | files
23 months ago Olaf Wintermann update ucx changeset | files
23 months ago Olaf Wintermann ucx 3 update, basic dav commands work, most stuff is still broken changeset | files
23 months ago Olaf Wintermann fix build system changeset | files
23 months ago Olaf Wintermann merge changeset | files
2023-03-25 Olaf Wintermann force mkcol for every directory in the dav put command changeset | files
2023-03-19 Olaf Wintermann fix crash if the server sends a response with elements without namespaces changeset | files
2023-02-25 Olaf Wintermann new build system changeset | files
2022-11-02 Olaf Wintermann fix return value in util_exec_command on windows changeset | files
2022-11-02 Olaf Wintermann disable posix code on windows in util_exec_command changeset | files
2022-11-02 Olaf Wintermann use sys_* io functions in dav put changeset | files
2022-05-09 Olaf Wintermann fix crash in davql exec, if the server response can't be parsed changeset | files
(0) -120 tip

mercurial