Remove custome string functions
authorHannah von Reth <hannah.vonreth@owncloud.com>
Fri, 27 Nov 2020 10:13:54 +0000 (11:13 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:15 +0000 (10:59 +0100)
commit47dc7e6c492f0b2241916c1f97a63c2efb677e79
tree705b80fee933568f8560f22f83717bf3e49d3a3d
parent29c6f4412483a61e7e683226d410c4f060c26853
Remove custome string functions
15 files changed:
src/csync/CMakeLists.txt
src/csync/csync_exclude.cpp
src/csync/std/c_lib.h
src/csync/std/c_time.c [deleted file]
src/csync/std/c_time.cpp [new file with mode: 0644]
src/csync/std/c_time.h
src/csync/std/c_utf8.cpp [deleted file]
src/csync/std/c_utf8.h [deleted file]
src/csync/vio/csync_vio_local.h
src/csync/vio/csync_vio_local_unix.cpp
src/csync/vio/csync_vio_local_win.cpp
src/libsync/discovery.cpp
src/libsync/filesystem.cpp
test/csync/encoding_tests/check_encoding.cpp
test/csync/vio_tests/check_vio_ext.cpp