docker-offlineimap/offlineimap/head
jgoerzen 9c761cddad /offlineimap/head: changeset 314
More locking updates. Introduced a new MultiLock to threadutil. This
lock will let a single thread acquire the same lock more than once,
keeping track of how many times this happens, and will release the
actual lock only when the lock's lock count gets back to zero. By
using MultiLock, various functions in Curses.py and Blinkenlights.py
no longer need to pass around to other functions a parameter
indicating whether or not a lock should be obtained. This was a large
cause of complexity and errors, which is now eliminated. Everything
seems to be working properly wrt locking at this point. The
Curses.Blinkenlights interface has achieved basic working
functionality.
2003-01-06 22:58:29 +01:00
..
bin /offlineimap/head: changeset 288 2002-11-20 05:34:09 +01:00
debian /offlineimap/head: changeset 297 2003-01-04 05:57:46 +01:00
offlineimap /offlineimap/head: changeset 314 2003-01-06 22:58:29 +01:00
ChangeLog /offlineimap/head: changeset 291 2002-12-03 23:26:03 +01:00
COPYING Step 1 of rearranging per r129 2005-04-16 20:05:39 +01:00
COPYRIGHT Step 1 of rearranging per r129 2005-04-16 20:05:39 +01:00
Makefile /offlineimap/head: changeset 222 2002-08-09 00:35:35 +01:00
manual.html /offlineimap/head: changeset 276 2002-11-02 23:30:41 +01:00
manual.pdf /offlineimap/head: changeset 276 2002-11-02 23:30:41 +01:00
manual.ps /offlineimap/head: changeset 276 2002-11-02 23:30:41 +01:00
manual.txt /offlineimap/head: changeset 276 2002-11-02 23:30:41 +01:00
offlineimap.1 /offlineimap/head: changeset 304 2003-01-05 09:11:46 +01:00
offlineimap.conf /offlineimap/head: changeset 286 2002-11-12 22:36:34 +01:00
offlineimap.py /offlineimap/head: changeset 288 2002-11-20 05:34:09 +01:00
README /offlineimap/head: changeset 203 2002-08-07 09:11:02 +01:00
setup.py /offlineimap/head: changeset 242 2002-08-24 02:55:20 +01:00

OfflineIMAP
Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
This software comes with ABSOLUTELY NO WARRANTY; see the file
COPYING for details.  This is free software, and you are welcome
to distribute it under the conditions laid out in COPYING.

gopher://quux.org/1/devel/offlineimap
http://quux.org/devel/offlineimap

Please see manual.txt; the information previously in README has been moved
there.