75e45287fb
Refactor CMakeLists
...
Closes #2471
Closes #1816
2024-11-25 11:41:40 +03:30
9d5ee3fc43
Update Visual Studio instructions in README
...
Fixes #2488
2024-01-04 15:30:26 +03:30
5799f159c5
typo
...
The man's name is Alexandrescu
2022-05-22 23:21:26 +02:00
9e45c4e22d
Move Windows CI to Drone
...
closes #2176
2021-03-03 14:39:51 +01:00
02a171dd1a
Remove Travis CI status
2021-03-01 19:50:29 +01:00
5406ad337d
Repoint B2 refs to new non-boostorg home
...
closes #2175
2021-03-01 19:50:29 +01:00
c20746e6a7
Add Drone CI status
...
fixes #2163
2021-03-01 19:50:29 +01:00
fc01de736f
Fix hyperlinks in README.md
...
fix #1844 , close #1845
2020-02-29 10:43:05 -08:00
e2887ae867
Update README.md:
...
close #1968
Add more explicit OS X / brew instructions.
2019-09-09 16:32:11 -07:00
f016499206
DOC: README.md: https URLS
...
close #1525
2019-03-19 06:59:55 -07:00
73c7f3ea3e
Visual Studio 2017 minimum requirement for Windows
2019-02-22 18:46:09 -08:00
4a5ab9785c
Add OpenSSL installation/setup instructions
...
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com >
2019-02-22 17:27:11 -08:00
bc436da9c5
Documentation work
2019-02-19 16:23:30 -08:00
03c2a8e54c
Boost.System is header-only:
...
fix #1414
* No need to link with Boost.System
2019-01-15 11:45:31 -08:00
0aa35d7266
Update coverage badge images
2019-01-09 09:53:53 -08:00
b0f86ea001
Fix Appveyor badge links
2018-12-14 05:37:41 -08:00
bc2f5f1426
Add CppCon2018 chat server example and video
2018-11-08 16:46:38 -08:00
1e03de3faf
Update the build guide with cxxstd
...
fix #1271
2018-10-20 08:40:27 -07:00
cd33d4cbb4
Fix README hyperlink
...
fix #1238
2018-09-23 10:12:08 -07:00
ceddef35a7
Update README.md
...
fix #1170
2018-07-12 11:09:26 -07:00
06ee7c7ac6
Document requirement of building Boost libraries
...
This should also clarify the CMake configuration provided
does not build any of Beast's dependencies within Boost.
Capitalize Boost name.
Closes #1064
2018-03-11 14:22:36 -07:00
38e580e49d
Add Bishop Fox interview media
2018-01-25 06:02:43 -08:00
2b32de6cba
Update README.md for branches
...
fix #974
2018-01-25 06:02:42 -08:00
d203bf342b
Version 124 works with Boost 1.65.1 and earlier
...
fix #874
2017-11-20 11:52:03 -08:00
a4a2ee8806
Fix autobahn report link
2017-11-13 12:18:30 -08:00
4337804f5d
Update README.md
2017-10-23 18:03:29 -07:00
42095dcb34
Add CppCon2017 presentation link
2017-10-23 17:54:33 -07:00
7594c88f8f
CMake 3.5.1 is required
2017-10-09 14:35:56 -07:00
167f9641a4
Tidy up doc badge links
2017-09-30 07:25:33 -07:00
04bf98298f
Update build instructions
...
fix #796
2017-09-26 10:03:46 -07:00
1de06dfaeb
Update README.md master doc link
2017-09-10 16:10:47 -07:00
ad587e11b8
Fix typo in README.md
2017-08-14 15:30:17 -07:00
0a5a48f8da
Update boostorg links
2017-07-31 19:02:47 -07:00
df9ec6c7f3
Move bench/ to test/
2017-07-31 19:02:46 -07:00
8fbb358354
Use off-site Quick Start link temporarily
2017-07-30 12:09:53 -07:00
79d36bb526
Use off-site doc link
2017-07-29 12:44:57 -07:00
698884d8bb
Move benchmarks to bench/
2017-07-28 18:55:32 -07:00
a61578634b
Set version to 88
2017-07-26 18:45:22 -07:00
f4c2cd7ec6
Update doc links in README.md
2017-07-26 09:54:22 -07:00
e1495e4fe2
Update README, add CONTRIBUTING.md and CODE_OF_CONDUCT.md
2017-07-25 17:47:01 -07:00
982f4c3b70
Update documentation for boost
2017-07-24 09:41:27 -07:00
a72839645d
Update README.md
2017-07-23 17:36:31 -07:00
f94f5738a3
Update README.md
2017-07-20 08:15:29 -07:00
2843a497a0
Documentation revision
...
fix #567 , fix #572
2017-07-20 08:15:29 -07:00
74891560ae
Refactor WebSocket, HTTP examples:
...
fix #297 , fix #488
* Errors are checked and reported
* More comments explaining what is going on
* The connection is gracefully closed
WebSocket:
* Messages are drained before closing
2017-07-20 08:15:27 -07:00
2bbb8ab8a2
Documentation tidy
2017-07-20 08:15:26 -07:00
ee191d865c
Tidy up README.md build instructions
...
fix #479
2017-07-20 08:12:20 -07:00
cff5be3837
Documentation work
2017-07-20 08:12:19 -07:00
02d5aedc29
Refactor HTTP serialization and parsing (API Change):
...
fix #404
Parsing and serialization interfaces have been fine tuned and unified.
For parsing these stream operations are defined:
* read
* read_header
* read_some
* async_read
* async_read_header
* async_read_some
For serialization these stream operations are defined:
* write
* write_header
* write_some
* async_write
* async_write_header
* async_write_some
2017-07-20 08:12:17 -07:00
00caf76f9e
Fix README websocket example
...
fix #385
2017-07-20 08:12:17 -07:00