Commit graph

679 commits

Author SHA1 Message Date
Markus Unterwaditzer
ca7a5318ca fix heading in vdir spec 2014-11-16 14:21:01 +01:00
Markus Unterwaditzer
f113b1d1e3 What rationale? 2014-11-16 14:20:18 +01:00
Markus Unterwaditzer
0c7f73bfe6 Add note about new features to CONTRIBUTING 2014-11-15 15:19:08 +01:00
Markus Unterwaditzer
ca30542801 Test against more item types 2014-11-04 21:16:37 +01:00
Markus Unterwaditzer
0e68966963 Disable baikal tests for now 2014-11-03 15:35:35 +01:00
Markus Unterwaditzer
a0c749a3b1 Test baikal
See #130
2014-11-03 14:24:19 +01:00
Markus Unterwaditzer
df305fc14e Fix style 2014-11-03 14:23:54 +01:00
Markus Unterwaditzer
6bf0df4d89 Use safe_write for statuses 2014-11-02 23:34:05 +01:00
Markus Unterwaditzer
bf88c44ca1 Merge pull request #129 from untitaker/donation_buttons
Add donation buttons
2014-11-02 22:01:03 +01:00
Markus Unterwaditzer
b6defc4a45 Add donation buttons 2014-11-02 21:59:14 +01:00
Markus Unterwaditzer
3fccfe19e7 Enforce alphabetic import order 2014-10-29 23:03:58 +01:00
Markus Unterwaditzer
ad128d37c5 Some doc improvements 2014-10-29 21:31:18 +01:00
Markus Unterwaditzer
f4134f0918 fix typo 2014-10-27 23:02:09 +01:00
Markus Unterwaditzer
6a4506a9da "keep track of THE files" 2014-10-27 20:15:16 +01:00
Markus Unterwaditzer
be8c3c4f02 Fix reference 2014-10-27 20:14:09 +01:00
Markus Unterwaditzer
867148dd45 Update installation docs 2014-10-27 20:12:41 +01:00
Markus Unterwaditzer
0fd026a81e Update CONTRIBUTING 2014-10-26 20:54:26 +01:00
Markus Unterwaditzer
9be288b70d Add support page 2014-10-26 20:52:52 +01:00
Markus Unterwaditzer
9d3a9611b2 Fix typo 2014-10-21 19:35:49 +02:00
Markus Unterwaditzer
4857292b5c New testcases for vobject joining 2014-10-21 18:26:02 +02:00
Markus Unterwaditzer
6bd5bf7422 Simplify sync code
Before deletion, vdirsyncer will now check if the item changed on the
other side, and induce a re-upload if the item did change.

Because of this behavior it is now possible to remove the special-casing
if no status is available.

Fix #128
2014-10-20 17:42:45 +02:00
Markus Unterwaditzer
f22548000b Fix another typo and add test assertion 2014-10-19 18:36:09 +02:00
Markus Unterwaditzer
c5c5208662 Bugfix: http storage: Actually respect useragent 2014-10-19 18:26:55 +02:00
Markus Unterwaditzer
5a26721905 Fix typo 2014-10-19 15:49:58 +02:00
Markus Unterwaditzer
75bd145507 Improvements to singlefile storage 2014-10-19 15:29:42 +02:00
Markus Unterwaditzer
2fd74c8cbe add disclaimer 2014-10-19 14:53:58 +02:00
Markus Unterwaditzer
05dbe56acf Add dayplanner to list of supported applications 2014-10-19 14:50:16 +02:00
Markus Unterwaditzer
c759069c0d Add github issue link role 2014-10-19 13:48:09 +02:00
Markus Unterwaditzer
79e627d429 Add description in latex docs 2014-10-19 13:22:44 +02:00
Markus Unterwaditzer
e9200ff6a2 Why did i capitalize this? 2014-10-19 13:00:56 +02:00
Markus Unterwaditzer
9290b9132f Specify minimum versions for dependencies 2014-10-19 12:28:33 +02:00
Markus Unterwaditzer
e270e78bb3 These dots annoy me 2014-10-18 22:34:40 +02:00
Markus Unterwaditzer
c33e67fb81 Remove processes param completely from docs 2014-10-18 22:27:50 +02:00
Markus Unterwaditzer
214756f28c Change context manager to normal function 2014-10-18 17:44:05 +02:00
Markus Unterwaditzer
6ac71e0e7c Merge pull request #126 from untitaker/issue124
Stop using multiprocessing.dummy.Pool
2014-10-18 17:22:04 +02:00
Markus Unterwaditzer
734fdd61f6 Improve conflict_resolution docs 2014-10-18 16:37:45 +02:00
Markus Unterwaditzer
9688eb3a2c Also clarify for contacts 2014-10-18 16:33:39 +02:00
Markus Unterwaditzer
aba0a40fbc Move exception handling into context manager 2014-10-16 21:40:49 +02:00
Markus Unterwaditzer
93d29972ec Add testcase 2014-10-16 21:40:49 +02:00
Markus Unterwaditzer
29d80b7be0 Stop using multiprocessing.dummy.Pool
- Custom job queue with workers based on threads.
- Collection discovery is now done in a separate thread. Due to the
  gained flexibility, we could do the sync actions in separate threads
  too?
- The processes parameter has been removed, the related new option is
  only available on the CLI.
2014-10-16 21:40:49 +02:00
Markus Unterwaditzer
ac942bff67 Fix broken link 2014-10-16 21:10:30 +02:00
Markus Unterwaditzer
d404c8c62a Merge pull request #123 from untitaker/vdir_multiple_events
vdir: Clarify how many items are allowed in one file
2014-10-14 18:16:13 +02:00
Markus Unterwaditzer
9b00fd89d8 vdir: Clarify how many items are allowed in one file 2014-10-14 18:15:57 +02:00
Markus Unterwaditzer
6280708aee Prefetch less 2014-10-10 18:58:57 +02:00
Markus Unterwaditzer
2d62c8716b Continue syncing pairs if one pair crashes
Fix #121

Vdirsyncer used to exit as a whole when one pair failed to synchronize
due to connection errors. The new behavior actually tries to synchronize
other pairs before exiting with a nonzero status code. The old behavior
can be restored with the --fail-fast flag.
2014-10-08 22:03:04 +02:00
Markus Unterwaditzer
8bb25e3fb2 Rename "API" to "Config"
This is not actually a programming interface.
2014-10-08 20:33:30 +02:00
Thomas Weißschuh
0441fe7354 fix link definition in docs 2014-10-05 19:28:56 +00:00
Thomas Weißschuh
f3a67ed1f8 mention contactquery.c in docs
see #25
2014-10-05 19:28:30 +00:00
Markus Unterwaditzer
fefaf658f0 Shorten links 2014-10-05 20:04:06 +02:00
Markus Unterwaditzer
9b6dba8511 Add Orage and khard to client apps
Fix #122
2014-10-03 15:05:07 +02:00