aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove meaningless debug logipknHama2016-09-101-1/+0
|
* Add a testcase for large response + Connection:close headeripknHama2016-09-102-1/+22
|
* Add inline to avoid unused function warningipknHama2016-09-101-2/+2
|
* Add missing dependency (for amalgamate)ipknHama2016-09-102-0/+4
|
* Add a function which loads plain text file from templates folderipknHama2016-09-101-0/+5
|
* Add a periodic handler featureipknHama2016-09-102-0/+49
|
* Merge pull request #155 from timocov/fixed_missing_staticJaeseung Ha2016-09-101-2/+2
|\ | | | | Fixed missing static keyword for non-template functions
| * Fixed missing static keyword for non-template functionsEugene Timokhov2016-09-071-2/+2
|/
* Update amalgamateJaeseung Ha2016-09-061-1272/+1274
|
* Skip building SSL example if OpenSSL is not foundJaeseung Ha2016-09-062-1/+7
|
* Remove warningsJaeseung Ha2016-09-061-2/+2
|
* Add dependent headerJaeseung Ha2016-09-061-0/+1
|
* Fix issue #89Jaeseung Ha2016-09-061-6/+5
|
* Merge pull request #154 from timocov/fixed_r_string_moveJaeseung Ha2016-09-061-0/+2
|\ | | | | Fixed crow::json::detail::r_string move operator
| * Fixed crow::json::detail::r_string move operatorEugene Timokhov2016-09-041-0/+2
|/
* Update README.mdJaeseung Ha2016-08-281-0/+1
|
* Update amalgamateipknHama2016-08-282-10/+972
|
* Add websocket featureipknHama2016-08-2816-9/+1090
|
* Update amalgamateipknHama2016-08-271-11/+28
|
* Add u() for uint64_t: manually applying #129ipknHama2016-08-272-1/+24
|
* Remove warnings: manually applying #101, #104ipknHama2016-08-2714-72/+70
|
* Update amalgamateipknHama2016-08-271-441/+479
|
* Remove unused dependencyipknHama2016-08-271-2/+2
| | | | - boost datetime, filesystem
* Handling macro issuesipknHama2016-08-276-437/+456
| | | | | - fix IS_NUM conflict (for MySQL) - avoid DELETE, ERROR (for Windows)
* Merge pull request #127 from DeliciousGarfield/masterJaeseung Ha2016-08-271-0/+3
|\ | | | | Add a simpler way for json example
| * Add a simpler way for json exampleDeliciousGarfield2016-03-181-0/+3
| |
* | Merge pull request #141 from rayburgemeestre/masterJaeseung Ha2016-08-271-4/+23
|\ \ | | | | | | expose server stop() in Crow app to allow shutdown other than signal.
| * | expose server stop() in Crow app to allow shutdown other than signal.rayburgemeestre2016-06-191-4/+23
|/ /
* | update amalgamateipknHama2016-05-231-1026/+1035
| |
* | fix warning (initializing order of bind_addr_)ipknHama2016-05-231-1/+1
| |
* | Merge pull request #107 from kumagi/masterJaeseung Ha2016-05-232-8/+10
|\ \ | | | | | | defeat some warnings
| * | defeat some warningskumagi2015-12-242-8/+10
| | |
* | | Merge pull request #126 from gmaisto/masterJaeseung Ha2016-05-234-62/+75
|\ \ \ | | | | | | | | Added support to bind to a specific interface
| * | | Bind to interface support: fixed unittestGino Maisto2016-03-192-51/+56
| | | |
| * | | Added support to bind to a specific interfaceGino Maisto2016-03-143-12/+20
| |/ /
* | | Merge pull request #113 from pierobot/masterJaeseung Ha2016-05-231-1/+1
|\ \ \ | |_|/ |/| | Added inline to get_type_str
| * | Added inline to get_type_strpierobot2016-01-121-1/+1
| |/
* | Merge pull request #123 from pierobot/fix-corrupt-buffersJaeseung Ha2016-03-141-1/+1
|\ \ | | | | | | Fix corrupt buffers
| * | tab to spacepierobot2016-03-071-1/+1
| | |
| * | Fix buffer corruption bugpierobot2016-03-071-1/+1
| |/ | | | | | | https://github.com/ipkn/crow/issues/122
* | Merge pull request #124 from pierobot/fix-typoJaeseung Ha2016-03-141-1/+1
|\ \ | |/ |/| Fix misspell of Connection
| * Fix misspell of Connectionpierobot2016-03-071-1/+1
|/
* Update README.mdJaeseung Ha2015-12-161-1/+2
|
* Merge pull request #91 from SamuelMarks/json_str_to_iJaeseung Ha2015-11-282-4/+38
|\ | | | | [Feature] JSON body `i()` now works with strings. Added better error messages also.
| * [Feature] JSON body `i()` now works with strings. Added better error ↵Samuel Marks2015-09-272-4/+38
| | | | | | | | messages also.
* | Merge pull request #90 from SamuelMarks/json_res_statusJaeseung Ha2015-09-302-0/+8
|\| | | | | [Feature] JSON response can now include status code
| * [Feature] JSON response can now include status codeSamuel Marks2015-09-272-0/+8
|/
* Merge pull request #86 from whoshuu/travis-upgradeJaeseung Ha2015-09-211-11/+21
|\ | | | | Use the new travis container architecture
| * Use the new travis container architectureHuu Nguyen2015-09-041-11/+21
| | | | | | | | Closes #84
* | implement HTTPS supportJaeseung Ha2015-09-209-3565/+4014
| | | | | | | | | | - define CROW_ENABLE_SSL to use - close #88