Commit Graph

291 Commits

Author SHA1 Message Date
ipknHama
92bea9e949 Change vector to unordered_map for get_dict 2017-09-17 14:02:46 +09:00
ipknHama
f35089b2aa Add missed header file. 2017-09-17 13:47:05 +09:00
Jaeseung Ha
13fdc9390b Merge pull request #202 from Rasie1/master
Conflict with std namespace
2017-09-17 13:50:50 +09:00
Jaeseung Ha
16064ec9ba Merge pull request #223 from vbalien/patch-1
Fix typo in .travis.yml
2017-09-17 13:25:20 +09:00
ipknHama
69a17f066b Fix #245. Trying to keep serving after an exception in the handler. 2017-09-17 12:45:13 +09:00
Jaeseung Ha
2564c62778 Merge pull request #229 from JaewooSeo/wvalue_vector
wvalue (json) support vector<wvalue>
2017-09-17 12:40:05 +09:00
Jaeseung Ha
cb9090b7c1 Merge pull request #243 from jamiebullock/master
Add support for HTTP 422 status code
2017-09-16 13:20:55 +09:00
Jaeseung Ha
51d51bac9b Merge pull request #226 from jcoffin01/fix_url
Modified websocket example to automatically retrieve server's hostname.
2017-09-06 15:42:53 +09:00
Jamie Bullock
679fe4a8ac Add support for HTTP 422 status code
See: https://tools.ietf.org/html/rfc4918#section-11.2
2017-09-04 16:40:40 +01:00
Jamie Bullock
9a1e4aefdd Revert "Add support for HTTP 422 status code"
This reverts commit 6e4e66ad12.
2017-09-04 16:38:51 +01:00
Jamie Bullock
6e4e66ad12 Add support for HTTP 422 status code
See: https://tools.ietf.org/html/rfc4918#section-11.2
2017-09-04 16:08:02 +01:00
jaewoo.seo
777852c97d wvalue (json) support vector<wvalue> 2017-05-12 11:43:27 +09:00
Jerry Coffin
251f0cf0ed Modified websocket example to automatically retrieve server's hostname. 2017-04-11 22:31:36 -07:00
Rasie1
15d377907f Update amalgamate 2017-03-16 19:27:34 +03:00
Rasie1
633dc82b8f Add get_dict usage to example 2017-03-16 19:27:19 +03:00
Rasie1
01b21296bc Add get_dict method 2017-03-16 19:25:27 +03:00
Jisu Kim
74bf317af5 Fix typo in .travis.yml 2017-03-14 13:47:48 +09:00
Vsevolod Kvachev
32d66d6fd1 Upgrade amalgamate 2016-12-06 18:22:10 +03:00
Jaeseung Ha
4e39b23e45 Update README.md 2016-09-21 23:20:44 +09:00
ipknHama
6410907234 Update amalgamate 2016-09-21 23:17:29 +09:00
ipknHama
3081e4e1a8 Cleanup include folder into crow subfolder
- only crow.h is exposed now
2016-09-21 23:11:06 +09:00
ipknHama
8b04940d2f Upgrade amalgamate 2016-09-15 17:30:21 +09:00
ipknHama
7af78aff5a Fix bugs in websocket
- `Upgrade: websocket` should be case-insensitive
 - Using network byte order for length field
2016-09-15 17:29:08 +09:00
ipknHama
806ef51092 Update amalgamate 2016-09-10 02:43:33 +09:00
ipknHama
5ae0dffddf Add a field to websocket::connection for storing user data 2016-09-10 02:39:22 +09:00
ipknHama
d07a26f3f8 Closing behavior change; should help #151 2016-09-10 02:13:50 +09:00
ipknHama
7d428f4265 Remove meaningless debug log 2016-09-10 02:13:13 +09:00
ipknHama
60c16934cd Add a testcase for large response + Connection:close header 2016-09-10 01:57:09 +09:00
ipknHama
031f850b94 Add inline to avoid unused function warning 2016-09-10 01:25:49 +09:00
ipknHama
a1a587784e Add missing dependency (for amalgamate) 2016-09-10 01:22:06 +09:00
ipknHama
8a4b126ea6 Add a function which loads plain text file from templates folder 2016-09-10 01:22:06 +09:00
ipknHama
079df6efc5 Add a periodic handler feature 2016-09-10 01:22:06 +09:00
Jaeseung Ha
1a4a51bf76 Merge pull request #155 from timocov/fixed_missing_static
Fixed missing static keyword for non-template functions
2016-09-10 01:21:22 +09:00
Eugene Timokhov
0a9418b307 Fixed missing static keyword for non-template functions 2016-09-07 01:09:08 +03:00
Jaeseung Ha
d957b3444b Update amalgamate 2016-09-06 09:41:39 +09:00
Jaeseung Ha
2cf77c7053 Skip building SSL example if OpenSSL is not found 2016-09-06 09:40:55 +09:00
Jaeseung Ha
e9d41a6373 Remove warnings 2016-09-06 09:40:30 +09:00
Jaeseung Ha
43c9b09345 Add dependent header 2016-09-06 09:39:45 +09:00
Jaeseung Ha
800d31411d Fix issue #89 2016-09-06 09:39:13 +09:00
Jaeseung Ha
3b38946092 Merge pull request #154 from timocov/fixed_r_string_move
Fixed crow::json::detail::r_string move operator
2016-09-06 09:10:36 +09:00
Eugene Timokhov
f3350597a3 Fixed crow::json::detail::r_string move operator 2016-09-04 03:33:49 +03:00
Jaeseung Ha
3b8035edbe Update README.md 2016-08-28 14:47:50 +09:00
ipknHama
c44bcf2dc3 Update amalgamate 2016-08-28 14:46:44 +09:00
ipknHama
967adf0de5 Add websocket feature 2016-08-28 14:46:31 +09:00
ipknHama
45f6d12fd3 Update amalgamate 2016-08-27 18:13:13 +09:00
ipknHama
f88b56dff0 Add u() for uint64_t: manually applying #129 2016-08-27 18:12:17 +09:00
ipknHama
e161da45e0 Remove warnings: manually applying #101, #104 2016-08-27 18:03:49 +09:00
ipknHama
abc36e1b3a Update amalgamate 2016-08-27 14:40:02 +09:00
ipknHama
107ca813a3 Remove unused dependency
- boost datetime, filesystem
2016-08-27 14:24:02 +09:00
ipknHama
9e851ec896 Handling macro issues
- fix IS_NUM conflict (for MySQL)
 - avoid DELETE, ERROR (for Windows)
2016-08-27 14:15:16 +09:00