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 |
|
Jaeseung Ha
|
8138d212ff
|
Merge pull request #127 from DeliciousGarfield/master
Add a simpler way for json example
|
2016-08-27 13:32:42 +09:00 |
|
Jaeseung Ha
|
85c3494200
|
Merge pull request #141 from rayburgemeestre/master
expose server stop() in Crow app to allow shutdown other than signal.
|
2016-08-27 13:28:51 +09:00 |
|
Omer Katz
|
492e93b831
|
Run compilation and tests with 2 jobs.
|
2016-07-29 10:37:02 +03:00 |
|
Omer Katz
|
41268d1782
|
Update .travis.yml
|
2016-07-29 10:36:18 +03:00 |
|
Omer Katz
|
810e7f45fe
|
Enable ccache if found for faster builds.
|
2016-07-29 10:35:53 +03:00 |
|
rayburgemeestre
|
ee220daeef
|
expose server stop() in Crow app to allow shutdown other than signal.
|
2016-06-19 12:50:40 +02:00 |
|
ipknHama
|
da4bb3aeab
|
update amalgamate
|
2016-05-23 22:04:33 +09:00 |
|
ipknHama
|
c164db353b
|
fix warning (initializing order of bind_addr_)
|
2016-05-23 22:04:09 +09:00 |
|
Jaeseung Ha
|
cb5ef23ef0
|
Merge pull request #107 from kumagi/master
defeat some warnings
|
2016-05-23 21:52:37 +09:00 |
|
Jaeseung Ha
|
eb5a3b55f9
|
Merge pull request #126 from gmaisto/master
Added support to bind to a specific interface
|
2016-05-23 21:51:30 +09:00 |
|
Jaeseung Ha
|
f96f65938d
|
Merge pull request #113 from pierobot/master
Added inline to get_type_str
|
2016-05-23 21:47:47 +09:00 |
|
Gino Maisto
|
1b1210685e
|
Bind to interface support: fixed unittest
|
2016-03-19 16:05:48 +01:00 |
|
DeliciousGarfield
|
ea131c3607
|
Add a simpler way for json example
|
2016-03-18 12:19:08 +08:00 |
|
Gino Maisto
|
e5d73b4c53
|
Added support to bind to a specific interface
|
2016-03-14 19:43:45 +01:00 |
|
Jaeseung Ha
|
975205075d
|
Merge pull request #123 from pierobot/fix-corrupt-buffers
Fix corrupt buffers
|
2016-03-14 19:46:21 +09:00 |
|
Jaeseung Ha
|
0bef5731e6
|
Merge pull request #124 from pierobot/fix-typo
Fix misspell of Connection
|
2016-03-14 19:44:27 +09:00 |
|
pierobot
|
7712b8b8e0
|
Fix misspell of Connection
|
2016-03-07 17:30:19 -06:00 |
|
pierobot
|
dbd7c2fbe0
|
tab to space
|
2016-03-07 17:22:35 -06:00 |
|
pierobot
|
f57d257dc6
|
Fix buffer corruption bug
https://github.com/ipkn/crow/issues/122
|
2016-03-07 17:21:19 -06:00 |
|
pierobot
|
34112749eb
|
Added inline to get_type_str
|
2016-01-12 13:43:16 -06:00 |
|
kumagi
|
47673eaddc
|
defeat some warnings
|
2015-12-24 20:42:21 +09:00 |
|
Jaeseung Ha
|
206ecc7760
|
Update README.md
|
2015-12-16 19:57:35 +09:00 |
|
Jaeseung Ha
|
78cbae4e2f
|
Merge pull request #91 from SamuelMarks/json_str_to_i
[Feature] JSON body `i()` now works with strings. Added better error messages also.
|
2015-11-28 17:28:39 +09:00 |
|
Jaeseung Ha
|
6a4e80811a
|
Merge pull request #90 from SamuelMarks/json_res_status
[Feature] JSON response can now include status code
|
2015-09-30 17:33:52 +09:00 |
|
Huu Nguyen
|
d42888fa28
|
Add clang compiler to travis configuration
|
2015-09-28 20:22:42 -04:00 |
|
Huu Nguyen
|
dc5d9ba290
|
Add two new gcc compilers to travis configuration
|
2015-09-28 20:22:02 -04:00 |
|
Samuel Marks
|
37085e09c4
|
[Feature] JSON body i() now works with strings. Added better error messages also.
|
2015-09-27 14:36:08 +10:00 |
|
Samuel Marks
|
55dd19eb81
|
[Feature] JSON response can now include status code
|
2015-09-27 13:33:09 +10:00 |
|
Jaeseung Ha
|
64aa41af82
|
Merge pull request #86 from whoshuu/travis-upgrade
Use the new travis container architecture
|
2015-09-21 07:30:06 +09:00 |
|
Jaeseung Ha
|
e4708671bc
|
implement HTTPS support
- define CROW_ENABLE_SSL to use
- close #88
|
2015-09-20 22:06:00 +09:00 |
|
Jaeseung Ha
|
5282c9d4aa
|
Merge pull request #85 from whoshuu/patch-1
Link travis build badge to the build page
|
2015-09-10 20:44:18 +09:00 |
|