Joris Vink
|
6026a6d4ee
|
add SNI support, and change domain configuration a bit.
|
2013-06-24 11:32:45 +02:00 |
|
Joris Vink
|
a1b400c400
|
Add access logging to Kore.
|
2013-06-24 09:36:40 +02:00 |
|
Joris Vink
|
25f1ab9865
|
Add BSD kqueue(2) support. Compile with make bsd (or make linux for linux)
|
2013-06-17 23:39:17 +02:00 |
|
Joris Vink
|
98de763632
|
s/light/kore
|
2013-06-17 23:54:59 +02:00 |
|
Joris Vink
|
0de28488a6
|
move from multithreads to single threaded worker processes.
|
2013-06-04 11:55:38 +02:00 |
|
Joris Vink
|
9243f409cc
|
move to a worker based threading approach where we delegate http requests to workers in a round robin basis (later this should be swapped to find the laziest worker and assign the request to that instead).
|
2013-05-30 19:36:42 +02:00 |
|
Joris Vink
|
8478d8df54
|
add chroot and runas directives so we can chroot and drop privilegs properly
|
2013-05-04 22:18:27 +02:00 |
|
Joris Vink
|
f46bba50ef
|
add very basic support for HTTP/1.1.
|
2013-05-02 03:51:04 +02:00 |
|
Joris Vink
|
a39040ba9b
|
build kore as -rdynamic so we can properly load modules.
implement kore_module_handler_find().
|
2013-05-01 16:11:10 +02:00 |
|
Joris Vink
|
d9bbb0b1f1
|
initial module support
|
2013-05-01 16:03:48 +02:00 |
|
Joris Vink
|
848704f74b
|
lots of new stuff, including processing of http requests and an attempt
to build an initial spdy response (SYN frame + header block content).
|
2013-05-01 08:09:04 +02:00 |
|
Joris Vink
|
05156c9a3a
|
properly deflate/inflate of name/value blocks. and add ability
to get headers from them.
|
2013-05-01 00:35:33 +02:00 |
|
Joris Vink
|
a41a792303
|
link to lz already, gotta use it later
|
2013-04-28 23:44:42 +02:00 |
|
Joris Vink
|
23c0ec67c6
|
begin with the ability to read control frames. something feels fishy with epoll() and its triggering of events. I probably got it wrong.
|
2013-04-28 19:11:44 +02:00 |
|
Joris Vink
|
7a6be8ff2e
|
properly link statically against everything
|
2013-04-28 13:56:28 +02:00 |
|
Joris Vink
|
ef4b3f36f7
|
add openssl libraries we link against, easier.
|
2013-04-28 13:55:47 +02:00 |
|
Joris Vink
|
68d0523817
|
Add initial SSL stuff + bare bones NPN advertisement. So far chrome connects and
shows our connection as SPDY/3, good start.
|
2013-04-21 20:21:46 +02:00 |
|
Joris Vink
|
857c3f9121
|
first commit
|
2013-04-17 22:34:27 +02:00 |
|