aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added build instructions for Ubuntu in README.mdAlex Butum2014-07-081-5/+8
* Use C++ cstdint header in http_server.hAlex Butum2014-07-081-1/+2
* Use C++ cstdint header in crow.hAlex Butum2014-07-081-1/+2
* Use C++ cstdint header in utility.hAlex Butum2014-07-081-1/+1
* Fixed compilation error - CROW_LOG_DEBUG not declared in this scopeAlex Butum2014-07-081-0/+1
* Use C++ style header includeAlex Butum2014-07-081-3/+3
* Include settings for logging macros to be visibleAlex Butum2014-07-081-0/+2
* Init life_ data member from Connection classAlex Butum2014-07-081-1/+1
* Init d data member from wvalue classAlex Butum2014-07-081-1/+1
* Update README.mdipkn2014-07-081-0/+67
* Merge pull request #2 from acron0/loggingipkn2014-06-068-27/+166
|\
| * Fixed an issue with logging.h when it was used outside of the crow coreAntony Woods2014-05-292-5/+8
| * Added log handlers via the ILogHandler interface. At the moment these are sti...Antony Woods2014-05-232-61/+96
| * Added log level supportAntony Woods2014-05-206-17/+43
| * Added primitive loggingAntony Woods2014-05-207-17/+92
|/
* change system_clock to steady_clockipkn2014-05-021-3/+3
* caching datetime string for Date headeripkn2014-05-026-40/+72
* rename flask to crowipknHama2014-04-2714-131/+131
* Update example.cppipkn2014-04-261-14/+16
* Update README.mdipkn2014-04-261-3/+3
* increasing unittest coverage; fix crash bug while parsing headersipknHama2014-04-225-38/+66
* increase test coverage of json.hipknHama2014-04-225-107/+63
* add support for handlers with request argument, add http methodipknHama2014-04-2011-50/+200
* update json interfaceipknHama2014-04-202-27/+15
* Update LICENSEipkn2014-04-201-2/+2
* added HTTP Date headeripknHama2014-04-192-0/+84
* add json reading feature; optimizationipknHama2014-04-196-132/+971
* response can return json objectipkn2014-04-174-7/+36
* preparing JSON library for flask++; complete writing featureipknHama2014-04-173-4/+491
* resolve linking problemipknHama2014-04-173-43/+37
* add concurrency; add server headeripkn2014-04-175-22/+83
* example.cpp consistencyipknHama2014-04-161-1/+1
* fix routing bugs, some optimization on trieipknHama2014-04-166-16/+232
* add more parameter typesipknHama2014-04-152-7/+108
* multi server testipknHama2014-04-152-1/+57
* update makefile, add more testipknHama2014-04-153-11/+25
* add test for parameter tagging, responseipknHama2014-04-156-12/+57
* preparing unittest, assert on handler with void return typeipknHama2014-04-154-9/+83
* fix compile flag (1y->11, O2) optimize needless vector bound checkipknHama2014-04-152-6/+6
* parameter passing done for intipknHama2014-04-157-66/+204
* compiler error on invalid handler type; still no routing for dynamic urlipknHama2014-04-135-36/+358
* Trie based routingipknHama2014-04-115-22/+124
* removing black magic; merging router with appipknHama2014-04-109-151/+101
* routing class working versionipknHama2014-04-033-22/+126
* preparing compile time url parsingipknHama2014-04-036-2/+126
* test 404ipknHama2014-04-031-0/+1
* project name changeipkn2014-04-021-2/+2
* multiple routing (still no argument)ipknHama2014-04-017-15/+39
* remove executable fileipknHama2014-04-011-0/+0
* working http serveripknHama2014-04-015-18/+212