Klaas Freitag
|
7b060a7af6
|
Do not create lock for ownCloud Client any more.
|
2013-05-13 14:03:33 +02:00 |
|
Klaas Freitag
|
c46371b469
|
Push WIN32 preprocessor derectives to csync_lock.c.
|
2013-04-22 14:30:12 +02:00 |
|
Klaas Freitag
|
84f425a326
|
Remove WIN32 preprocessor directive from csync.c.
|
2013-04-20 11:38:25 +03:00 |
|
Olivier Goffart
|
95edd6a9de
|
Merge remote-tracking branch 'origin/master' into dav
Conflicts:
config/ocsync_log.conf
src/csync.c
src/csync.h
src/csync_config.c
src/csync_log.h
src/csync_private.h
src/csync_statedb.c
tests/csync_tests/check_csync_config.c
|
2012-12-03 17:32:08 +01:00 |
|
Klaas Freitag
|
01ba8d4a9b
|
Wide char fixes for exclude, lock and statedb.
|
2012-11-27 15:39:06 +01:00 |
|
Andreas Schneider
|
8a0b4319d3
|
csync: Add a new logging system.
|
2012-10-30 11:27:21 +01:00 |
|
Klaas Freitag
|
2bb52ef6f9
|
Merge branch 'master' into dav - get cmocka tests and database move.
Conflicts:
CMakeLists.txt
cmake/Modules/FindCMocka.cmake
src/csync.c
src/csync_exclude.c
src/csync_reconcile.c
src/csync_statedb.c
src/csync_update.c
src/csync_util.c
src/vio/csync_vio.c
tests/CMakeLists.txt
tests/csync_tests/check_csync_exclude.c
tests/csync_tests/check_csync_statedb_load.c
tests/csync_tests/check_csync_statedb_query.c
tests/csync_tests/check_csync_update.c
tests/std_tests/check_std_c_path.c
|
2012-10-27 19:27:14 +02:00 |
|
Andreas Schneider
|
12d5d012f3
|
lock: Use a secure umask for mkstemp().
|
2012-10-19 20:37:13 +02:00 |
|
Andreas Schneider
|
ade066a6c1
|
lock: Ensure we don't call close() on negative numbers on error.
Found by Coverity.
|
2012-10-19 19:46:34 +02:00 |
|
Andreas Schneider
|
f124810059
|
lock: Make sure we have pid value in the correct range.
Found by Coverity.
|
2012-10-19 19:38:05 +02:00 |
|
Klaas Freitag
|
3fb3f78446
|
Add a visible log entry at program start, easier to read log output.
|
2012-08-23 17:41:53 +03:00 |
|
Klaas Freitag
|
39534fb5de
|
Add ability to log to a callback for the csync library.
|
2012-06-05 17:11:33 +02:00 |
|
Klaas Freitag
|
53263a2685
|
owncloud: set _fmode variable to set file ops to binary mode.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2012-04-17 10:40:21 +02:00 |
|
Klaas Freitag
|
b6ad8635d6
|
owncloud: set _fmode variable to set file ops to binary mode.
|
2012-04-14 03:13:26 +02:00 |
|
Klaas Freitag
|
6300e78816
|
Fix use of strerror_r on non GNU platforms.
|
2012-03-19 12:40:43 +01:00 |
|
Andreas Schneider
|
f0cf678c0e
|
Fix config checks.
|
2012-03-02 17:04:02 +01:00 |
|
Andreas Schneider
|
eb2b3438ba
|
lock: Fix unlink in error path.
|
2012-02-04 12:41:55 +01:00 |
|
Andreas Schneider
|
fdea54edc5
|
Fix the vim modlines.
|
2009-05-13 10:12:07 +02:00 |
|
Andreas Schneider
|
1b4e340565
|
Fix compiler warnings.
|
2008-09-11 14:16:04 +02:00 |
|
Andreas Schneider
|
8451d29d12
|
Replace strerror with thread safe version.
|
2008-07-18 11:35:02 +02:00 |
|
Andreas Schneider
|
914f0e5628
|
Define _GNU_SOURCE only if not defined.
|
2008-06-09 17:19:12 +02:00 |
|
Andreas Schneider
|
e2b049c935
|
Static functions should all start with an underscore.
For better readablity...
|
2008-06-02 15:11:45 +02:00 |
|
Andreas Schneider
|
a98377dbd4
|
Fix gcc warnings.
|
2008-03-03 14:11:14 +01:00 |
|
Andreas Schneider
|
1b29a420bc
|
Initial commit
|
2008-02-27 18:56:47 +01:00 |
|