Commit Graph

22 Commits

Author SHA1 Message Date
Jaeseung Ha
e68f5db64f Mac gcov error fix (remove -r option) 2014-07-29 22:24:04 +09:00
Beomki Lee
cae43ed704 support for Mac OSX 2014-07-27 23:23:58 +09:00
Alex Butum
61cecef606 Use the ${CXX} environment variable instead of hard coding the compiler 2014-07-08 13:07:10 +03:00
Alex Butum
362567fc1a Use -std=c++1y flag to workaround initialized lambda captures are a C++1y extension warning 2014-07-08 13:03:23 +03:00
Alex Butum
cd7937b920 Added clean pseudo target to Makefile 2014-07-08 13:00:50 +03:00
Antony Woods
dccb246cf8 Added primitive logging 2014-05-20 17:17:56 +01:00
ipkn
81bd1e1fb6 caching datetime string for Date header 2014-05-02 01:17:49 -04:00
ipknHama
f8893eb138 rename flask to crow 2014-04-27 03:16:00 +09:00
ipknHama
1173eba332 add support for handlers with request argument, add http method 2014-04-20 17:45:59 +09:00
ipknHama
de7a70de34 add json reading feature; optimization 2014-04-19 07:12:56 +09:00
ipknHama
d908a2657e preparing JSON library for flask++; complete writing feature 2014-04-17 22:32:50 +09:00
ipkn
9ee37ce4bf add concurrency; add server header 2014-04-17 02:50:28 -04:00
ipknHama
d0141b2613 fix routing bugs, some optimization on trie 2014-04-16 02:57:18 +09:00
ipknHama
dc50332033 update makefile, add more test 2014-04-15 05:35:04 +09:00
ipknHama
b69a40c15b preparing unittest, assert on handler with void return type 2014-04-15 03:02:48 +09:00
ipknHama
86346f211f fix compile flag (1y->11, O2) optimize needless vector bound check 2014-04-15 01:43:25 +09:00
ipknHama
152a5c8c2c Trie based routing 2014-04-11 01:43:33 +09:00
ipknHama
b33c7a4f29 removing black magic; merging router with app 2014-04-10 08:17:08 +09:00
ipknHama
5e5d696884 preparing compile time url parsing 2014-04-03 08:29:22 +09:00
ipknHama
7056550bbb working http server 2014-04-01 21:25:16 +09:00
ipknHama
4b8c67e230 accept connections, print http request parsed information 2014-04-01 01:51:50 +09:00
ipknHama
1e11a177ee basic example 2014-03-30 22:53:56 +09:00