annotate AUTHORS @ 188:f1bacee93ca6 noffle

[svn] * src/client.c,src/client.h,src/fetch.c,src/noffle.c,src/server.c: robustness - instead of retruning simple Passed/Failed statuses from connection functions, return an integer status instead. This allows Noffle to distinguish between a connection failure, an unrecoverable protocol error and a recoverable problem. As a concrete instance, Noffle will no longer abort the connection if a group is removed from the upstream server. Also beef up error detection a bit. * src/content.c: instead of overwriting the existing content file(s) when updating - which leaves a window where Noffle is vulnerable to failure which will leave the content file corrupted (yes, it happened to me), write a new content file and rename it over the old file only when it has been written and closed with no errors reported.
author bears
date Wed, 12 Sep 2001 21:33:44 +0100
parents dbed64be61df
children 24d4cd032da5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
147
64b682c7732d [svn] Added Paul Slotman
enz
parents: 42
diff changeset
1 MAINTAINER
42
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
2
175
dbed64be61df [svn] update my email address
enz
parents: 158
diff changeset
3 Markus Enzenberger <me@markus-enzenberger.de>
42
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
4
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
5
158
497586db7e55 [svn] Add Matija Nalis to contributors
enz
parents: 147
diff changeset
6 AUTHORS AND CONTRIBUTORS
42
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
7
175
dbed64be61df [svn] update my email address
enz
parents: 158
diff changeset
8 Markus Enzenberger <me@markus-enzenberger.de>
42
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
9 Jim Hague <jim.hague@acm.org>
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
10 Uwe Hermann <uh1763@bingo-ev.de>
147
64b682c7732d [svn] Added Paul Slotman
enz
parents: 42
diff changeset
11 Paul Slootman <paul@wurtel.demon.nl>
64b682c7732d [svn] Added Paul Slotman
enz
parents: 42
diff changeset
12 Volker Wysk <volker.wysk@student.uni-tuebingen.de>
158
497586db7e55 [svn] Add Matija Nalis to contributors
enz
parents: 147
diff changeset
13 Matija Nalis <mnalis-j@voyager.hr>