Browse Source
moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages.
release0.1.5
moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages.
release0.1.5
15 changed files with 67 additions and 68 deletions
-
3configure.ac
-
4include/http/parser.h
-
4include/http/writer.h
-
23include/queue.h
-
3src/Makefile.am
-
5src/http/Makefile.am
-
4src/http/parser.c
-
3src/http/parser/parse.c
-
15src/http/worker/process.c
-
4src/http/writer.c
-
7src/http/writer/write.c
-
6src/queue/Makefile.am
-
11src/queue/get.c
-
9src/queue/put.c
-
18src/queue/queue.c
@ -0,0 +1,6 @@ |
|||
ACLOCAL_AMFLAGS = -I m4 |
|||
|
|||
noinst_LIBRARIES = libqueue.a |
|||
|
|||
libqueue_a_SOURCES = queue.c get.c put.c |
|||
libqueue_a_CFLAGS = -Wall -I ../../include/ |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue