aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow/websocket.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #261 from erikaldsund/fix_warning_in_websocket_hJaeseung Ha2017-12-251-1/+1
|\ | | | | Fixed warning in websocket.h: right shift count >= width of type
| * Fixed warning in websocket.h: right shift count >= width of typeErik Ã…ldstedt Sund2017-10-301-1/+1
| | | | | | | | Fixed by static_cast-ing values from 32-bit values to 64-bit values.
* | Fix ws read failure when using 16bit payloadroxma2017-12-221-3/+4
|/ | | | Also should use ntohs instead of htons when read from socket.
* Change default settingsipknHama2017-09-181-4/+21
| | | | | | - disable crow debug mode by default - expose `loglevel` method on `App` to change the logging level easily - add a startup message that guides how to change the logging level
* Merge branch 'master' into masterJaeseung Ha2017-09-181-4/+21
|\
| * Merge branch 'master' into masterJaeseung Ha2017-09-171-1/+16
| |\
| | * Merge pull request #210 from zxmarcos/masterJaeseung Ha2017-09-171-1/+15
| | |\ | | | | | | | | Add onaccept handler to websocket rule
| | | * Add onaccept handler to websocket ruleMarcos Medeiros2016-12-281-1/+15
| | | |
| | * | Add missed header file.ipknHama2017-09-171-0/+1
| | |/
| * / Removed strict-aliasing warningSergiu Giurgiu2016-12-041-3/+5
| |/
* / Set cast type without dereferencing pointeryorickdewid2016-10-031-1/+1
|/
* Cleanup include folder into crow subfolderipknHama2016-09-211-0/+489
- only crow.h is exposed now