Commit Graph

42 Commits

Author SHA1 Message Date
Guillaume Ayoub
406bb6e8cc Update copyright years 2013-04-26 01:28:03 +02:00
Guillaume Ayoub
9c4a85ef1f Merge branch 'carddav', and update copyright dates
Conflicts:
	radicale/__init__.py
	radicale/ical.py
	radicale/xmlutils.py
2012-01-23 16:21:30 +01:00
Guillaume Ayoub
756c4aaf7e Put the executable script in the radicale package
Conflicts:

	NEWS.rst
2011-11-03 17:49:00 +01:00
Guillaume Ayoub
cdae6f04e9 Small pep8 related typo fixes 2011-07-26 09:02:21 +02:00
Pieter Naaijkens
a28bd4a5fa Use atexit.register to cleanup after shutdown 2011-06-12 12:31:15 +02:00
Guillaume Ayoub
8771e55ba3 Typo fix 2011-06-11 16:55:27 +02:00
Pieter Naaijkens
303dc4d312 Only remove pid file if started as daemon 2011-06-07 22:24:04 +02:00
Pieter Naaijkens
4acc9effb8 Fix amount of whitespace 2011-06-07 21:59:31 +02:00
Pieter Naaijkens
a14a52fe11 Remove pidfile on shutdown 2011-06-07 21:57:00 +02:00
Guillaume Ayoub
06f1987975 Add an option to store PID in daemon mode 2011-05-13 22:50:55 +02:00
Lukasz Langa
6b5db413c5 logging and debugging fixes
* optparse values may not be strings, ConfigParser requires strings

* forcing DEBUG level should work for all handlers regardless of configuration
  source (file, command line options)
2011-05-09 16:43:41 +02:00
Guillaume Ayoub
e87ffeadb1 Remove default request logging 2011-05-07 12:18:32 +02:00
Guillaume Ayoub
6389411edd Add support for SSL back 2011-05-01 15:25:52 +02:00
Guillaume Ayoub
2fd6efae14 Simple support for WSGI (no SSL yet) 2011-05-01 14:46:29 +02:00
Guillaume Ayoub
d9ea784e31 Add logs (fixes #162) 2011-04-10 18:17:06 +02:00
Guillaume Ayoub
7e572f44e4 Clean the multi-thread stuff 2011-04-09 21:46:46 +02:00
René 'Necoro' Neumann
8d4eac5ea1 Don't rely on python internal implementation.
Set a safe timeout value as we cannot assume, that the current
implementation of busy-waiting won't be changed in the future.
2011-04-03 13:29:47 +02:00
René 'Necoro' Neumann
6c87df3364 Fix threading to avoid race-conditions and handle signals correctly. 2011-04-03 13:15:06 +02:00
Guillaume Ayoub
c0317c6817 Clean command-line options management 2011-04-02 22:09:43 +02:00
Guillaume Ayoub
9bab3cde5d Clean IPv6 support 2011-04-02 21:45:45 +02:00
Guillaume Ayoub
d577661767 Merge commit 'refs/merge-requests/3' of git://gitorious.org/radicale/radicale into merge-requests/3 2011-04-02 18:42:20 +02:00
François de Metz
84b5c226bc Upage shebang.
/usr/bin/env python allow you to use virtualenv for running radicale.
2011-02-15 22:57:06 +01:00
René 'Necoro' Neumann
2848dbc1a1 Fix comment 2011-02-08 19:41:54 +01:00
René 'Necoro' Neumann
396d7c3721 First support for IPv6 and multiple interfaces 2011-02-08 19:27:00 +01:00
Guillaume Ayoub
c38c79a738 Fix typo 2011-01-28 01:52:28 +01:00
Guillaume Ayoub
04938243a8 Update copyright year 2011-01-09 17:46:22 +01:00
Guillaume Ayoub
e091541679 Add a --no-ssl option, closes bug #160 2010-08-04 01:29:32 +02:00
René 'Necoro' Neumann
6e08a8da82 Add '--foreground' flag 2010-08-03 23:32:44 +02:00
Guillaume Ayoub
054950be54 Version management, next version is 0.3. 2010-05-31 00:49:52 +02:00
Guillaume Ayoub
21a743fcde Code cleaned using Pylint, fixes various minor bugs too. 2010-02-10 18:57:21 +01:00
Guillaume Ayoub
06843adca1 Add docstrings and use @property when needed. 2010-01-19 20:31:21 +01:00
Guillaume Ayoub
86dd1b0ef4 Manage SSL (HTTPS) connections. 2010-01-19 17:49:32 +01:00
Guillaume Ayoub
1b8608021f Add command-line options, user configuration and daemon mode. 2010-01-18 10:48:06 +01:00
Guillaume Ayoub
f1c8497f3b Configuration cleanup. 2010-01-16 13:33:50 +01:00
Guillaume Ayoub
4ee09cf817 Python 3 support and minor fixes. 2010-01-15 16:04:03 +01:00
Guillaume Ayoub
4a0d3936e8 Update copyright and remove tab intentation indications. 2010-01-15 00:15:41 +01:00
Guillaume Ayoub
5e5e5e1023 Remove Twisted dependency. 2010-01-10 18:55:32 +01:00
(no author)
81f7201399 Huge code and copyright cleanup.
git-svn-id: http://svn.32rwr.info/radicale/trunk@9 74e4794c-479d-4a33-9dda-c6c359d70f12
2009-07-27 15:04:54 +00:00
(no author)
e7a5ef8c5d Factorize code and remove encoding bugs
git-svn-id: http://svn.32rwr.info/radicale/trunk@8 74e4794c-479d-4a33-9dda-c6c359d70f12
2009-07-25 16:18:05 +00:00
(no author)
e87d37703d Out-of-the-box simple configuration
git-svn-id: http://svn.32rwr.info/radicale/trunk@5 74e4794c-479d-4a33-9dda-c6c359d70f12
2008-12-30 19:26:03 +00:00
(no author)
5e1a4d4131 HTTP support
git-svn-id: http://svn.32rwr.info/radicale/trunk@4 74e4794c-479d-4a33-9dda-c6c359d70f12
2008-12-30 17:41:48 +00:00
(no author)
f4d9f83739 main.py name change
git-svn-id: http://svn.32rwr.info/radicale/trunk@3 74e4794c-479d-4a33-9dda-c6c359d70f12
2008-12-30 16:38:46 +00:00