Commit graph

720 commits

Author SHA1 Message Date
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
Markus Unterwaditzer
281b537531 Fix module header 2014-09-28 14:13:21 +02:00
Markus Unterwaditzer
19b324f5f2 Better build errors 2014-09-23 21:30:17 +02:00
Markus Unterwaditzer
cdd0d21f33 I did it again... 2014-09-23 21:29:55 +02:00
Markus Unterwaditzer
036f786ed3 Add tests to distribution
See #119
2014-09-23 17:58:48 +02:00
Markus Unterwaditzer
27682f130d Add supported software 2014-09-23 17:47:37 +02:00
Markus Unterwaditzer
0e693c5bfe Add tags feed 2014-09-22 18:20:48 +02:00
Markus Unterwaditzer
d5d55d084c Version 0.3.0 2014-09-20 14:37:50 +02:00
Markus Unterwaditzer
32dbba8c44 Add documentation for `passwordeval` parameter. 2014-09-20 14:20:54 +02:00
Markus Unterwaditzer
fcf0f003aa Merge branch 'outlook_fixes' 2014-09-20 14:06:42 +02:00