root/plugins/file-sync


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3563 [3563] 08/18/08 20:35:23 dgollub Add sanity check for "file" format. Currently "file" only supports …
(edit) @3562 [3562] 08/18/08 20:23:21 dgollub Remove file-sync.xsd - obsolete since generic plugin-config.xsd
(edit) @3561 [3561] 08/18/08 20:21:34 dgollub Increment plugin versions to 0.38 in advance
(edit) @3551 [3551] 08/18/08 08:14:00 bricks Added uninstall target for cmake
(edit) @3512 [3512] 08/06/08 08:53:04 dgollub Update file-sync config template
(edit) @3511 [3511] 08/06/08 08:52:04 dgollub Resource API renaming related build fixes.
(edit) @3501 [3501] 08/03/08 17:10:17 dgollub Increment version of file-sync to 0.37 Set CMake minimum required to 2.4.4
(edit) @3445 [3445] 07/14/08 13:29:42 dgollub Add CTest into file-sync build env.
(edit) @3444 [3444] 07/14/08 13:29:07 dgollub Remove custom "output" objformat feature. Conversion should be done within …
(edit) @3443 [3443] 07/14/08 13:27:50 dgollub Updated unittest for file-sync
(edit) @3419 [3419] 07/08/08 12:02:30 dgollub Update file-sync discovery function. Mark all registered sinks …
(edit) @3418 [3418] 07/08/08 12:01:38 dgollub Stripped some OSyncFileDir struct. Redudant information. This get …
(edit) @3417 [3417] 07/08/08 12:00:53 dgollub Removed more internal format conversion code from file-sync sink …
(edit) @3416 [3416] 07/08/08 12:00:16 dgollub Remove objformat-specific internal format conversion. This needs to be …
(edit) @3415 [3415] 07/08/08 11:58:04 dgollub Update file-sync initialize function. Don't allocate/register new …
(edit) @3414 [3414] 07/08/08 11:57:01 dgollub Fixed compiler warnings about unused variables.
(edit) @3413 [3413] 07/08/08 11:56:27 dgollub Remove converpath_config option. This is done via …
(edit) @3412 [3412] 07/08/08 11:55:58 dgollub Remove config parser.
(edit) @3411 [3411] 07/08/08 11:55:15 dgollub Remove connect/disconnect sink functions.
(edit) @3306 [3306] 05/03/08 12:42:00 dgollub Fixed major issue which got introduced with porting to new hashtable API. …
(edit) @3304 [3304] 05/03/08 00:13:32 dgollub Fixed wrong iteration which caused segfault. #731
(edit) @3299 [3299] 04/27/08 15:51:24 dgollub Ported file-sync to new hashtable API. Quick porting description: 1. …
(edit) @3157 [3157] 02/15/08 12:36:55 bellmich adapted file-sync to hashtable API changes in revision 3151
(edit) @3104 [3104] 01/28/08 15:50:54 prahal Implements converter path configuration for file-sync. To support per …
(edit) @3097 [3097] 01/26/08 15:50:23 dgollub Bumped version to 0.36
(edit) @3086 [3086] 01/19/08 11:27:22 prahal Also enable the detectors to work (have data) for file to detectedformat …
(edit) @3085 [3085] 01/19/08 10:57:48 prahal Send the data to the converter find path with the detected objformat to …
(edit) @3059 [3059] 01/02/08 23:48:32 dgollub Removed connect/disconnect function of file-sync plugin. Actually i only …
(edit) @3008 [3008] 12/20/07 16:58:52 prahal Add opensync_min_version to all modules. I choosed 0.35 as a …
(edit) @2975 [2975] 12/17/07 19:00:50 prahal If mismatch but the uid already exists (second slow sync or more) creates …
(edit) @2970 [2970] 12/17/07 14:54:26 prahal Bump up version to 0.35.
(edit) @2942 [2942] 12/11/07 14:58:08 prahal Upgrade to new FindOpenSync? based on FindPkgConfig?.
(edit) @2909 [2909] 12/03/07 15:44:51 prahal Add link_directories to plugins (-L) for the packages that provides …
(edit) @2899 [2899] 12/02/07 23:56:13 prahal Make use of our local version of FindLibXml?2 (support for _INCLUDE_DIRS).
(edit) @2768 [2768] 11/09/07 15:45:44 mbanck Make sure plugins are consistently linked with $OPENSYNC_LIBRARIES
(edit) @2737 [2737] 11/04/07 18:08:46 dgollub Added missing include dirs and libraries to build envs. Fixes #604
(edit) @2723 [2723] 11/02/07 23:46:56 dgollub Bumped up versions to 0.34
(edit) @2711 [2711] 11/02/07 17:24:20 dgollub Use OpenSyncPlugin? CMake module and make the build env of the plugins …
(edit) @2668 [2668] 10/28/07 17:51:20 dgollub Fixed yet another typo in google-calendar-plugin build env. Added CPack …
(edit) @2651 [2651] 10/28/07 05:47:55 dgollub Added CPack - generate release tarballs with: #1 Make sure your source …
(edit) @2639 [2639] 10/28/07 00:44:13 dgollub Link against 3rd party cmake modules directory.
(edit) @2638 [2638] 10/28/07 00:43:06 dgollub Drop cmake modules - link against the 3rd party module cmake …
(edit) @2612 [2612] 10/26/07 00:08:19 dgollub Added libxml2 dependency. Add include directores for glib2 and libxml2. …
(edit) @2608 [2608] 10/25/07 21:41:10 dgollub Changed build environment from autotools to CMake. Bye bye, autotools!
(edit) @2591 [2591] 10/16/07 01:41:36 dgollub Don't use gcc-only compiler flags. Fix for #519
(edit) @2573 [2573] 10/15/07 13:24:52 dgollub Bumped the plugin versions to 0.33
(edit) @2489 [2489] 08/24/07 18:51:26 dgollub Fixed leaking convert path object. Handle the error condition if …
(edit) @2487 [2487] 08/24/07 17:14:03 dgollub Fixed memory leak on an error condition. If the objformat was not found …
(edit) @2486 [2486] 08/24/07 15:09:49 dgollub Added missing arguments of arguemnt list for the error message.
(edit) @2392 [2392] 08/02/07 12:21:29 cstender - bumped version to 0.32 - changed to rpath=0 by default
(edit) @2378 [2378] 08/01/07 12:53:19 cstender removed unsused files
(edit) @2357 [2357] 07/23/07 15:32:13 dgollub Fixed crash if <objformat> isn't set. Fixed memory leak in freeing …
(edit) @2352 [2352] 07/22/07 20:57:55 dgollub Converter changes in advanced to configured objformat... this is required …
(edit) @2348 [2348] 07/22/07 14:48:22 dgollub New implementation of configurable object formats. Request "file" …
(edit) @2347 [2347] 07/22/07 14:38:45 dgollub Reverted to r2254 file_sync.{c,h} ... current configurable …
(edit) @2310 [2310] 07/08/07 19:57:45 dgollub Use the reported size of OSyncData it's not a string.
(edit) @2307 [2307] 07/08/07 15:56:25 dgollub Fixed _read and _commit function for <objformat> changes.
(edit) @2289 [2289] 07/08/07 00:15:28 dgollub Bumped up version to 0.31
(edit) @2287 [2287] 07/08/07 00:08:22 dgollub Added <objformat> field to specifiy which format should be used to store …
(edit) @2254 [2254] 07/04/07 03:15:41 abaumann rename os.xsd to plugin_config.xsd
(edit) @2222 [2222] 06/30/07 02:51:41 anirudh Added XSD files for individual plugins
(edit) @2007 [2007] 05/19/07 14:05:05 dgollub Reimplemented recursive support in file-sync. #414 TODO: Test carefully …
(edit) @1786 [1786] 02/21/07 03:37:27 abaumann fix attempted freeing of NULL hashtable that can occur if an error …
(edit) @1752 [1752] 02/19/07 09:45:14 abaumann update osync_filesync_initialize to take extra OSyncPlugin pointer
(copy) @1736 [1736] 02/12/07 16:52:15 dgollub Moved file-sync devel-branch plugin to trunk
copied from branches/file-sync-dev:
(edit) @1584 [1584] 12/29/06 00:59:02 dfriedrich send version while discover
Note: See TracRevisionLog for help on using the revision log.