Commit Graph

402 Commits

Author SHA1 Message Date
Javier Jerónimo Suárez
a71c0a0edb ignore 2016-11-20 23:20:48 +01:00
Javier Jerónimo Suárez
91ac9111d4 fix 2016-11-20 23:04:25 +01:00
Javier Jerónimo Suárez
79ca284d6c indent 2016-11-20 22:47:14 +01:00
Javier Jerónimo Suárez
18bc428f06 indent 2016-11-20 22:43:34 +01:00
Javier Jerónimo Suárez
5f786cdccd Fixes 2016-11-20 22:40:47 +01:00
Javier Jerónimo Suárez
c2f3aea0a1 Its a header only conan package 2016-11-19 12:39:13 +01:00
Javier Jerónimo Suárez
2877991498 Requirements 2016-11-19 12:07:14 +01:00
Javier Jerónimo Suárez
e9c97b1350 More 2016-11-19 12:02:04 +01:00
Javier Jerónimo Suárez
d43cd76435 More 2016-11-19 12:00:26 +01:00
Javier Jerónimo Suárez
5037825a59 More 2016-11-19 11:56:33 +01:00
Javier Jerónimo Suárez
09cae9f4c2 More 2016-11-19 11:54:34 +01:00
Javier Jerónimo Suárez
748a95c84f More 2016-11-19 11:51:32 +01:00
Javier Jerónimo Suárez
0f4cfc9108 More 2016-11-19 11:44:15 +01:00
Javier Jerónimo Suárez
ede9a21dbc More... 2016-11-19 11:40:17 +01:00
Javier Jerónimo Suárez
bcf943b9b1 Trying to add support for conan.io 2016-11-19 11:35:49 +01:00
Javier Jerónimo Suárez
990a8a34d0 Trying to add support for conan.io dependency system... 2016-11-19 11:18:21 +01:00
Vadim Zeitlin
bd9a9ace4a Use atomic type for connection count shared between threads
Even if this variable is only used in debug mode, it's still bad to have data
races on it, as it was the case (and reported by thread sanitizer) before.
2016-11-15 16:44:45 +01:00
Vadim Zeitlin
34b050ee8f Show the number of threads used in the startup message
This can be useful, especially when using the default hardware concurrency, to
see how many threads does the server actually use in the logs.
2016-11-15 16:33:14 +01:00
Philip
366e7c7e4b MS VS2015 compilation fix. It’s better to use native Win32 (strncpy_s, sprintf_s) to avoid compilation errors when building by MS C++. 2016-10-21 18:22:24 +03:00
barcarolle
d580ed7d25 typo README.md 2016-10-20 15:06:32 +09:00
Anders Åslund
5921ccd0ed Fix linking error on OSX
Fix websocket example
2016-10-15 20:26:12 +02:00
Taylor King
26c4d5ddef implement .keys() 2016-10-10 06:10:01 -04:00
yorickdewid
e40605da59 HTTP response redirect
- Log address
2016-10-03 15:32:16 +02:00
yorickdewid
f4f6b02403 Set cast type without dereferencing pointer 2016-10-03 13:47:22 +02: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