Klaas Freitag
|
56afb2dc04
|
Fixed mem leaks in c_dir functions.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-07 12:59:36 +01:00 |
|
Klaas Freitag
|
41021d58d5
|
tests: Ported more tests to be cross platform capable.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-07 12:59:33 +01:00 |
|
Klaas Freitag
|
c7e60b5231
|
Renamed filename encoding functions.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-07 12:59:31 +01:00 |
|
Andreas Schneider
|
87aee96b98
|
update: Fix a memleak in the file tree walker.
Reviewed-by: Klaas Freitag <freitag@owncloud.com>
|
2013-02-07 12:56:03 +01:00 |
|
Andreas Schneider
|
7cb8763e13
|
cmake: Don't copy and install deprecated csync_log.conf.
|
2013-02-06 18:20:39 +01:00 |
|
Andreas Schneider
|
5baf362af0
|
Revert "WIP"
This reverts commit acd7080329 .
Oops :)
|
2013-02-06 18:18:04 +01:00 |
|
Andreas Schneider
|
acd7080329
|
WIP
|
2013-02-06 17:48:19 +01:00 |
|
Klaas Freitag
|
1e61a03f32
|
Fix const warnings after revert of wrong SAFE_FREE patch.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 15:11:41 +01:00 |
|
Klaas Freitag
|
877bf0c90f
|
Remove definition of _tcslen to avoid confusion.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 15:11:41 +01:00 |
|
Klaas Freitag
|
5b6d971055
|
No more platform specific code in csync_vio_local.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 15:11:41 +01:00 |
|
Klaas Freitag
|
5d9306c841
|
Deprecate blksize and blkcount of the stat struct. Not needed in csync.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 15:11:41 +01:00 |
|
Klaas Freitag
|
0bc0181f91
|
Added c_rename function to do platform specific renaming.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 15:11:41 +01:00 |
|
Klaas Freitag
|
390a307840
|
tests: Cleaned up some encoding tests.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 15:11:41 +01:00 |
|
Klaas Freitag
|
c45ca25c28
|
Avoid crash in iconv destroy.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 15:11:41 +01:00 |
|
Klaas Freitag
|
874a820426
|
Use correct variable type to make test build on win32.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 15:11:41 +01:00 |
|
Klaas Freitag
|
4d3a30c21f
|
Fixed typo in variable name.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 15:11:41 +01:00 |
|
Daniel Molkentin
|
9c0c693081
|
Add iconv support to convert charsets to different platforms.
|
2013-02-06 15:11:40 +01:00 |
|
Olivier Goffart
|
13bb5ca2c3
|
Fix memory leaks and some more multibyte conversoins.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:44:40 +01:00 |
|
Klaas Freitag
|
6b3ac8c685
|
Use _tclosedir rather than closedir.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:44:14 +01:00 |
|
Klaas Freitag
|
f2b9bc6d0d
|
Use wide char variable to remove directory.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:43:49 +01:00 |
|
Klaas Freitag
|
7d0acf9ba3
|
Encoding test and make all tests work cross platform.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:42:17 +01:00 |
|
Klaas Freitag
|
d2e5fc66fa
|
ownCloud: Added missing brackets.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:39:58 +01:00 |
|
Klaas Freitag
|
e40a810187
|
Make client compile with picky compiler.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:39:21 +01:00 |
|
Klaas Freitag
|
1d703ee6c4
|
Rename _TCHAR type to mbchar_t.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:38:58 +01:00 |
|
Klaas Freitag
|
ce080d5ee1
|
Fix definition of tmp file name.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:38:25 +01:00 |
|
Klaas Freitag
|
0e804ca685
|
Added wide character to utf8 and vice versa conversion functions.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:37:51 +01:00 |
|
Klaas Freitag
|
201d0ec97c
|
Define abstractions for cross platform file operations with wide char.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:37:11 +01:00 |
|
Klaas Freitag
|
b152b39e67
|
ownCloud: Use wide char aware file system functions.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:36:29 +01:00 |
|
Klaas Freitag
|
9120098811
|
Use wide character abstraction functions for file operations.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:27:53 +01:00 |
|
Klaas Freitag
|
922254ba94
|
Defined abstractions for basic file operations to use with wide char.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:23:55 +01:00 |
|
Klaas Freitag
|
bd4c9b3a7f
|
Added wide character to utf8 and vice versa conversion functions.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:23:14 +01:00 |
|
Andreas Schneider
|
8b7cab119b
|
std: Add discard_const macros.
|
2013-01-30 16:09:51 +01:00 |
|
Andreas Schneider
|
c795010988
|
log: Use a thread local variable for logging callback.
|
2012-12-18 14:25:35 +01:00 |
|
Andreas Schneider
|
490d3016e6
|
priv: Remove log_verbosity variable.
|
2012-12-18 14:16:50 +01:00 |
|
Andreas Schneider
|
9a539526f1
|
log: Use a thread local variable for the log level.
|
2012-12-17 09:40:17 +01:00 |
|
Andreas Schneider
|
28c6c9a6df
|
std: Add missing copyright header for c_dir.c.
|
2012-12-15 12:37:47 +01:00 |
|
Andreas Schneider
|
7fefdc1800
|
modules: Fix csync_dummy modules license header.
|
2012-12-04 13:51:11 +01:00 |
|
Andreas Schneider
|
0a9cca8441
|
modules: Fix csync_owncloud module license header.
|
2012-12-04 13:50:14 +01:00 |
|
Andreas Schneider
|
c4f46608dc
|
modules: Fix csync_smb module license header.
|
2012-12-04 13:49:40 +01:00 |
|
Andreas Schneider
|
9ca550f93a
|
modules: Remove csync_sftp2 module.
|
2012-12-04 13:48:31 +01:00 |
|
Andreas Schneider
|
c2ced426ef
|
modules: Fix csync_sftp module license header.
|
2012-12-04 13:48:13 +01:00 |
|
Andreas Schneider
|
2752a9e9c0
|
tests: Remove the right directory in the teardown function.
|
2012-10-30 14:49:18 +01:00 |
|
Andreas Schneider
|
e3e00b4b32
|
tests: Add a csync_log test.
|
2012-10-30 11:39:51 +01:00 |
|
Andreas Schneider
|
dd60412a50
|
doc: Remove all references to log4c.
|
2012-10-30 11:27:21 +01:00 |
|
Andreas Schneider
|
0a6d7435b5
|
cmake: Get rid of log4c.
|
2012-10-30 11:27:21 +01:00 |
|
Andreas Schneider
|
0179c2249d
|
statedb: Log an error if we can't open the database.
|
2012-10-30 11:27:21 +01:00 |
|
Andreas Schneider
|
b43f6690d5
|
client: Add setting the debug level.
|
2012-10-30 11:27:21 +01:00 |
|
Andreas Schneider
|
8a0b4319d3
|
csync: Add a new logging system.
|
2012-10-30 11:27:21 +01:00 |
|
Andreas Schneider
|
95b367dd23
|
csync: Add option to set and get log verbosity.
|
2012-10-30 11:27:20 +01:00 |
|
Andreas Schneider
|
890df87d00
|
csync: Add support for a log callback.
|
2012-10-30 11:27:20 +01:00 |
|