aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use the ${CXX} environment variable instead of hard coding the compilerAlex Butum2014-07-081-3/+3
* Use -std=c++1y flag to workaround initialized lambda captures are a C++1y ext...Alex Butum2014-07-081-3/+3
* Added clean pseudo target to MakefileAlex Butum2014-07-081-0/+6
* Added primitive loggingAntony Woods2014-05-201-3/+3
* caching datetime string for Date headeripkn2014-05-021-4/+4
* rename flask to crowipknHama2014-04-271-2/+2
* add support for handlers with request argument, add http methodipknHama2014-04-201-1/+1
* add json reading feature; optimizationipknHama2014-04-191-1/+1
* preparing JSON library for flask++; complete writing featureipknHama2014-04-171-4/+3
* add concurrency; add server headeripkn2014-04-171-1/+1
* fix routing bugs, some optimization on trieipknHama2014-04-161-1/+2
* update makefile, add more testipknHama2014-04-151-4/+4
* preparing unittest, assert on handler with void return typeipknHama2014-04-151-4/+14
* fix compile flag (1y->11, O2) optimize needless vector bound checkipknHama2014-04-151-2/+2
* Trie based routingipknHama2014-04-111-1/+1
* removing black magic; merging router with appipknHama2014-04-101-3/+4
* preparing compile time url parsingipknHama2014-04-031-1/+4
* working http serveripknHama2014-04-011-2/+3
* accept connections, print http request parsed informationipknHama2014-04-011-2/+6
* basic exampleipknHama2014-03-301-0/+3