aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..9030f214
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
1Run "autoreconf -f -i" to create configure.
2
3Talk to Christian or Chris if you have problems
4with the build system or do not understand the
5API. We can also help discuss implementation
6choices.
7
8
9
10Your project will be graded using the following
11criteria:
12
131) correctness
14 a) HTTP 1.1 compliance
15 b) no bugs / crashes
16 c) interoperability (firefox, IE, konqueror,
17 squid, libcurl, wget)
18 d) memory leaks
192) completeness
20 a) all API functions
21 b) all options (except SSL)
22 c) portability (Linux, Solaris)
232) performance
24 a) memory consumption
25 b) throughput (small and large transfers)
26 c) latency
27 d) performance with 1000 parallel sessions
283) software engineering practice (subjective)
29 a) code quality
30 b) comprehensive testcases
31 c) documentation
32
33 \ No newline at end of file