aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove amalgamation result (`crow_all.h`) from the repositoryipknHama2017-09-181-0/+1
* Change default settingsipknHama2017-09-181-2/+2
* Merge branch 'master' into masterJaeseung Ha2017-09-184-6/+21
|\
| * Change websocket example to use default templates directoryipknHama2017-09-171-1/+1
| * Merge branch 'master' into fix_libssl_exampleJaeseung Ha2017-09-173-3/+18
| |\
| | * Merge pull request #202 from Rasie1/masterJaeseung Ha2017-09-171-0/+9
| | |\
| | | * Add get_dict usage to exampleRasie12017-03-161-0/+9
| | * | Modified websocket example to automatically retrieve server's hostname.Jerry Coffin2017-04-112-2/+7
| | |/
| * / Fix linking error on OSXAnders Åslund2016-10-153-4/+10
| |/
* / Set cast type without dereferencing pointeryorickdewid2016-10-032-21/+25
|/
* Cleanup include folder into crow subfolderipknHama2016-09-214-6/+0
* Add a testcase for large response + Connection:close headeripknHama2016-09-102-1/+22
* Skip building SSL example if OpenSSL is not foundJaeseung Ha2016-09-061-1/+3
* Add websocket featureipknHama2016-08-283-0/+90
* Remove warnings: manually applying #101, #104ipknHama2016-08-273-8/+8
* Add a simpler way for json exampleDeliciousGarfield2016-03-181-0/+3
* implement HTTPS supportJaeseung Ha2015-09-202-0/+31
* Add the very basic example, and Update README.mdmnpk2015-06-102-0/+17
* Corrected a typoLaurent Meyer2015-02-221-1/+1
* Commented the examples to be easier to be understood by someone new to it.Laurent Meyer2015-02-222-1/+13
* Added the comments for the param function because had problem to understand t...Laurent Meyer2015-02-221-0/+12
* Add working example for VS2013 and update CMakeList.txtipknHama2015-02-212-0/+139
* fix #27 : handling routes with trailing slashJaeseung Ha2015-01-191-0/+6
* fixed typoNako Sung2015-01-021-4/+4
* fix add_json to handle POST requestipknHama2014-12-151-0/+1
* Add missing dynamic shared object infoXenosoz Hwang2014-12-121-3/+6
* change pointer to reference; fix up spacesipknHama2014-12-121-1/+1
* Post-pull commitAntony Woods2014-10-243-1/+116
|\
| * add missing example_with_all.cpp fileipknHama2014-10-241-0/+94
| * add building test for crow_all.hipknHama2014-10-241-0/+4
| * Fixed compiler errors and inlines some of the qs_parse functionsAntony Woods2014-10-221-1/+1
| * Fixed merge odditiesAntony Woods2014-10-141-0/+1
| |\
| * | Wrapped qs_parse as query_string and added testsAntony Woods2014-10-141-6/+11
| * | URL params are now present as a ci_map variable of requestAntony Woods2014-09-221-1/+13
* | | Re-implemented 'get_middleware()' as suggested, without changing the Server c...Antony Woods2014-10-231-2/+33
| |/ |/|
* | HTTP GET/POST method distinguishipknHama2014-10-071-0/+1
|/
* add Middlewares template to Crow main class, context implementationipknHama2014-09-072-2/+2
* improve performance by 2xipkn2014-08-171-2/+3
* remove -pg compile flag (commited by mistake)ipknHama2014-08-151-2/+2
* tcmalloc linking addedipkn2014-08-141-0/+8
* now crow becomes completely header onlyipknHama2014-08-071-2/+2
* cmake update, added template testipknHama2014-08-072-5/+34
* source resturcturing + CMakeipknHama2014-08-075-0/+263