aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* support for Mac OSXBeomki Lee2014-07-272-7/+23
* Merge pull request #6 from deralex/readme-enhancementsipkn2014-07-091-1/+6
|\
| * Added git submodule to the readmeAlexander Kluth2014-07-091-1/+6
|/
* add support for "Expect: 100-continue"ipknHama2014-07-093-4/+27
* fix old naming, check for host headeripknHama2014-07-094-6/+14
* Merge pull request #4 from dZkF9RWJT6wN8ux/masteripkn2014-07-0910-17/+33
|\
| * Ignore .directory fileAlex Butum2014-07-081-0/+2
| * use 'template' keyword to treat 'operator ()' as a dependent template name in...Alex Butum2014-07-081-1/+1
| * Added build-essential package to Ubuntu requirementsAlex Butum2014-07-081-1/+1
| * 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 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