nextcloud-desktop/src/std
2009-04-29 10:08:34 +02:00
..
c_alloc.c Fix check for CSYNC_NOMEMORY env variable. 2008-07-29 15:43:18 +02:00
c_alloc.h Add a strndup function to c_stdlib. 2008-04-10 14:17:36 +02:00
c_dir.c Check return value of mkdir in the mkdirs functions. 2008-11-13 10:53:24 +01:00
c_dir.h Initial commit 2008-02-27 18:56:47 +01:00
c_file.c Change name of the buffersize so that they can't conflict. 2008-06-02 16:05:40 +02:00
c_file.h Change name of the buffersize so that they can't conflict. 2008-06-02 16:05:40 +02:00
c_jhash.h Make the first argument of the hash algorithm const. 2008-04-23 17:36:36 +02:00
c_lib.h Add c_list to standard lib header file. 2008-05-20 13:56:19 +02:00
c_list.c Cleanup some code of the doubly-linked list. 2009-04-25 10:57:46 +02:00
c_list.h Cleanup some code of the doubly-linked list. 2009-04-25 10:57:46 +02:00
c_macro.h Add min and max macros. 2009-01-22 14:43:37 +01:00
c_path.c Cleanup dirname and basename code. 2009-03-18 20:19:37 +01:00
c_path.h Implement own function to create a random filename. 2008-11-13 15:11:02 +01:00
c_rbtree.c Static functions should all start with an underscore. 2008-06-02 15:11:45 +02:00
c_rbtree.h Add null pointer check to the c_rbtree_size function. 2008-04-28 12:19:01 +02:00
c_string.c Fix a segfault in c_uppercase and c_lowercase. 2009-04-29 09:55:32 +02:00
c_string.h Add a function to uppercase and to lowercase a string. 2009-04-21 09:05:40 +02:00
c_time.c Move the functions to diff the time to the stdlib. 2008-05-19 17:30:17 +02:00
c_time.h Move the functions to diff the time to the stdlib. 2008-05-19 17:30:17 +02:00
CMakeLists.txt Don't require a C++ compiler. 2009-03-18 10:55:14 +01:00