1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00
Radicale/radicale
Unrud 9e84b459ae Correctly write line endings to files
vobject uses \r\n as line endings. Writing this to a file is not a problem on Linux and newer versions of MacOS. On Windows \r\r\n gets written to disk and on older versions of MacOS \r\r gets written to disk, because python replaces \n by the system depended line ending.
2016-08-11 05:43:18 +02:00
..
tests Test that the requests fails if the hook fails 2016-08-11 00:37:19 +02:00
__init__.py Cosmetics: Don't use % for logging 2016-08-10 23:43:32 +02:00
__main__.py Cosmetics: Don't use % for logging 2016-08-10 23:43:32 +02:00
auth.py Cosmetics: Don't use % for logging 2016-08-10 23:43:32 +02:00
config.py Add option to disable syncing to disk 2016-08-08 05:20:25 +02:00
log.py Cosmetics 2016-08-01 12:50:51 +02:00
rights.py Cosmetics: Don't use % for logging 2016-08-10 23:43:32 +02:00
storage.py Correctly write line endings to files 2016-08-11 05:43:18 +02:00
xmlutils.py Some clients expect collections to end with / 2016-08-07 17:50:04 +02:00