aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update README.mdipkn2014-08-081-13/+28
* Merge branch 'directory-restructuring'ipknHama2014-08-0849-220/+9647
|\
| * amalgamation addedipknHama2014-08-088-114/+6774
| * now crow becomes completely header onlyipknHama2014-08-079-27/+2658
| * decide to be header onlyipknHama2014-08-073-385/+340
| * improve mustache.hipknHama2014-08-072-15/+23
| * spliting header implementation into cpp files, routing.cpp createdipknHama2014-08-075-357/+399
| * cmake update, added template testipknHama2014-08-079-32/+68
| * source resturcturing + CMakeipknHama2014-08-0743-56/+151
|/
* long polling implementation completeipknHama2014-08-0610-81/+304
* add supporing handlers with res parameteripknHama2014-08-065-13/+88
* Update README.mdipkn2014-08-041-7/+19
* mustache partial implementationipknHama2014-08-025-13/+107
* implementing mustache specs except partial and lambdasipknHama2014-08-024-154/+429
* replace lexical_cast to std::to_stringipknHama2014-08-021-3/+1
* begin implementation: mustache based template engineipknHama2014-08-0222-3/+1618
* Mac gcov error fix (remove -r option)Jaeseung Ha2014-07-291-1/+2
* Merge pull request #11 from c0untd0wn/masteripkn2014-07-292-7/+23
|\
| * support for Mac OSXBeomki Lee2014-07-272-7/+23
* | Add HTTP/1.1 persistent connection timeoutipknHama2014-07-295-34/+91
|/
* 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