mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
71827549d6
So we avoid lots of memory allocation. We can work with char* directly since both the pattern and the file name are in UTF-8 and there is no need to understand unicode for such pattern. (In fact, '?' would not match anyore non-ascii characters, but I don't think that's a problem. I don't think anyone use '?' in its exclude list. And the two allocations per call to csync_fnmatch are really worth getting rid of) |
||
---|---|---|
.. | ||
csync_tests | ||
encoding_tests | ||
httpbf_tests | ||
log_tests | ||
ownCloud | ||
std_tests | ||
vio_tests | ||
CMakeLists.txt | ||
cmdline.c | ||
torture.c | ||
torture.h | ||
valgrind-csync.supp |