aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #38 from acron0/json-boolipkn2014-11-123-0/+26
|\ | | | | Added boolean types to json rvalue (.b()) including test
| * Merged changes from masterAntony Woods2014-11-062-2/+8
| |\
| * | Added boolean types to json rvalue (.b()) including testsAntony Woods2014-11-063-733/+773
| | |
* | | amalgamation updateipknHama2014-11-091-737/+737
| | |
* | | Fixes a bug that crow::json failed to parse double value starting with 0ipknHama2014-11-092-2/+28
| | |
* | | Fixes #32 by chaing types for operator overloading from int32_t to int, longJaeseung Ha2014-11-092-12/+77
| | |
* | | fix query_string bug that crashed testJaeseung Ha2014-11-091-0/+33
| | |
* | | Update README.mdipkn2014-11-081-0/+3
| |/ |/|
* | Merge pull request #36 from acron0/auto-json-content-typeipkn2014-11-052-735/+755
|\ \ | |/ |/| Responses now auto to 'application/json' when constructed using json::wvalue
| * Responses constructed from json::wvalue now automatically set the ↵Antony Woods2014-11-042-735/+755
|/ | | | appropriate Content-Type header
* added missing header for amalgateipknHama2014-10-244-0/+6
|
* added missing header for amalgateipknHama2014-10-245-0/+5
|
* add missing example_with_all.cpp fileipknHama2014-10-241-0/+94
|
* Merge pull request #33 from acron0/unlink-http-parseripkn2014-10-242-3/+0
|\ | | | | Removed http-parser submodule
| * Removed http-parser submoduleAntony Woods2014-10-152-3/+0
| |
* | add building test for crow_all.hipknHama2014-10-242-0/+5
| |
* | improve code qualityipknHama2014-10-242-863/+874
| | | | | | | | | | | | | | | | | | | | add missing includes (for amalgation) remove register keyword (remove clang warning) change define names to avoid name collision remove url size limit from query_string.h change MAX_KV_PAIRS define to const variable add & to arguments readability improve (although it requires additional allocation)
* | Merge pull request #28 from acron0/url-params-in-reqipkn2014-10-2310-803/+1584
|\ \ | |/ |/| Added URL params (request.url_params)
| * Fixed compiler errors and inlines some of the qs_parse functionsAntony Woods2014-10-224-33/+29
| |
| * Removed instance of 'using namespace std'Antony Woods2014-10-222-13/+9
| |
| * Fixed merge odditiesAntony Woods2014-10-145-11/+116
| |\ | |/ |/|
* | HTTP GET/POST method distinguishipknHama2014-10-075-11/+116
| |
| * Wrapped qs_parse as query_string and added testsAntony Woods2014-10-149-855/+1566
| |
| * Merge branch 'master' of github.com:acron0/crow into url-params-in-reqAntony Woods2014-10-024-58/+79
| |\ | |/ |/|
* | travis irc notification testipknHama2014-09-281-0/+3
| |
* | Now amalgamation will be updated automatically.ipknHama2014-09-273-58/+76
| |
| * Fixed sign comparisson warningAntony Woods2014-09-231-1/+1
| |
| * Merge branch 'master' of github.com:acron0/crow into url-params-in-reqAntony Woods2014-09-231-23/+33
| |\ | |/ |/|
* | fix bug in keep-alive header handlingipkn2014-09-191-28/+33
| |
* | support HTTP/1.0 keep alive (add corresponding header to response)ipknHama2014-09-201-0/+5
| |
| * URL params are now present as a ci_map variable of requestAntony Woods2014-09-223-4/+82
|/
* Merge pull request #24 from acron0/url-paramsipkn2014-09-191-25/+28
|\ | | | | Culling url params
| * Culling url paramsAntony Woods2014-09-151-25/+28
|/
* fix example_chat crash bug when using (req, res) handleripknHama2014-09-142-4/+33
|
* add pragma once to settings.h, set log level to DEBUG for unittestipknHama2014-09-142-0/+4
|
* update amalgamateipknHama2014-09-141-5/+14
|
* added test case for handling repeated request wrongipknHama2014-09-141-0/+38
|
* Merge pull request #23 from acron0/response-completed-bugipkn2014-09-141-1/+2
|\ | | | | Fixed a bug in which response objects believed they were completed when they weren't.
| * Moved the 'completed = true' line to before the completion callbacksAntony Woods2014-09-131-1/+2
| |
* | Merge pull request #22 from acron0/travis-logo-in-readmeipkn2014-09-141-0/+2
|\ \ | |/ |/| Added travis build status logo to README
| * Added travis logoAntony2014-09-131-0/+2
|/
* remove clang from travisipknHama2014-09-121-2/+2
|
* travis update boost-latest, CMakeLists.txt boost version updateipknHama2014-09-122-2/+3
|
* travis add-repositoryipknHama2014-09-121-0/+3
|
* travis configuration update: g++-4.8, cmake checkipknHama2014-09-121-0/+4
|
* change libboost-dev to libboost-all-devipknHama2014-09-121-1/+1
|
* travis add boost installipknHama2014-09-121-0/+1
|
* travis CI build configuration fileipknHama2014-09-121-0/+12
|
* change default log level to INFOipknHama2014-09-121-1/+3
|
* fix compile erroripknHama2014-09-124-93/+108
| | | | | | - add consturctor to request - remove unused type using - include "logging.h" from dumb_timer_queue.h (who uses CROW_LOG_DEBUG)