eidheim
|
d1f273a9f1
|
The start callback now contains the assigned port instead of having to use bind and accept_and_run methods
|
2019-12-30 11:13:41 +01:00 |
|
eidheim
|
ac6bea58ff
|
Added SimpleWeb::post to asio_compability.hpp
|
2019-12-29 10:55:57 +01:00 |
|
eidheim
|
d156326598
|
Added callback to start and accept_and_run
|
2019-12-29 10:35:14 +01:00 |
|
eidheim
|
a4db34d989
|
Removed unneccessary session_id_length variable
|
2019-12-14 08:26:02 +01:00 |
|
Vlad Lipskiy
|
bf94fc838d
|
Fixes C4267 MSVC warning in server_https.hpp
std::min result is limited by SSL_MAX_SSL_SESSION_ID_LENGTH, which
fully fits in unsigned int. So the cast won't truncate anything.
|
2019-12-06 20:29:50 +03:00 |
|
eidheim
|
3c2b8c7e53
|
Removed extra newline in README
|
2019-11-01 13:37:35 +01:00 |
|
NeroBurner
|
bff663c407
|
README: update cmake commands
using cmake --build is more cross platform and independent of the used generator/compiler
|
2019-10-29 13:03:27 +01:00 |
|
David Wedderwille
|
df8fdb277b
|
fixes compile error with MinGW.
|
2019-09-30 14:19:23 +02:00 |
|
eidheim
|
08a07644ad
|
Removed unnecessary check
|
2019-09-17 11:35:38 +02:00 |
|
eidheim
|
a1d8282918
|
Deprecated Request::remote_endpoint_address() and Request::remote_endpoint_port()
|
2019-09-17 10:59:21 +02:00 |
|
eidheim
|
da7eee64a8
|
Fixes #282 : compilation error in MSVC
|
2019-09-16 09:50:59 +02:00 |
|
eidheim
|
fa38408853
|
Fixes #283 : Added Server::Request::remote_endpoint()
|
2019-09-15 18:46:51 +02:00 |
|
eidheim
|
b914172056
|
Fixes #282 : use thread-safe variants of gmtime
|
2019-09-14 14:23:46 +02:00 |
|
eidheim
|
253b18f02b
|
Fixes #280 : added start_stop_mutex that is used in Server::bind() and Server::stop()
|
2019-08-26 14:13:43 +02:00 |
|
eidheim
|
44b787e27a
|
Removed flag -Wsign-conversion for now due to excessive warnings from boost
|
2019-08-26 14:11:26 +02:00 |
|
Kyle Niemeyer
|
1bfa70cc01
|
Update paper.bib
|
2019-08-26 02:25:19 +00:00 |
|
eidheim
|
3dd3f1d4be
|
Removed boost reference from JOSS paper
|
2019-08-25 21:56:13 +02:00 |
|
David Wedderwille
|
3c251dfadb
|
create the examples only ( http_examples.cpp / https_examples.cpp ) if the boost library is found.
|
2019-08-13 13:44:23 +02:00 |
|
eidheim
|
0f8b26ff19
|
Fixes #276 incorrect abbreviation for december in Date::to_string
|
2019-08-05 09:18:27 +02:00 |
|
eidheim
|
db24254c96
|
Updated the websocket paper reference
|
2019-08-01 10:06:44 +02:00 |
|
eidheim
|
7b6293c067
|
Made Date::to_string thread safe with other Date::to_string calls
|
2019-08-01 09:13:08 +02:00 |
|
eidheim
|
0eeb972b51
|
Extended the usage documentation, and added additional output in the example files, as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-516803423
|
2019-07-31 22:21:44 +02:00 |
|
eidheim
|
5b6a606f4c
|
Added a benchmark page as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-515900507
|
2019-07-31 22:21:00 +02:00 |
|
eidheim
|
ac7cc6ef01
|
Optimized Date::to_string for successive calls
|
2019-07-31 21:38:35 +02:00 |
|
eidheim
|
83788f3885
|
Added SimpleWeb::Date::to_string to create HTTP date strings
|
2019-07-31 15:23:50 +02:00 |
|
eidheim
|
3f1591b6fa
|
Now only calls asio::socket::remote_endpoint() when needed
|
2019-07-31 12:31:24 +02:00 |
|
eidheim
|
8c14611102
|
Moved the dependency installation instructions to README.md as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-515909842
|
2019-07-30 21:02:47 +02:00 |
|
eidheim
|
8edf4355f2
|
Updated paper.md based on feedback in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-515900507
|
2019-07-30 20:39:04 +02:00 |
|
eidheim
|
f09a651a6b
|
Server: improved reading remote endpoint in case of errors
|
2019-07-30 11:33:19 +02:00 |
|
eidheim
|
99d14cf841
|
Added more detailed dependency installation instructions as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-515789575
|
2019-07-29 10:14:34 +02:00 |
|
eidheim
|
dcc6090678
|
Added doxygen documentation to GitLab pages as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-515643495
|
2019-07-28 12:04:47 +02:00 |
|
eidheim
|
852281f347
|
Added Contributing Guidelines
|
2019-07-26 09:59:29 +02:00 |
|
eidheim
|
ed46b43fa7
|
Improved comments on public functions and variables as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-514946444
|
2019-07-26 09:28:20 +02:00 |
|
eidheim
|
5d89bbcd0f
|
Updated paper.md based on feedback in https://github.com/openjournals/joss-reviews/issues/1579#issuecomment-514678457. Also added .markdown-format to autoformat paper.md on save
|
2019-07-24 21:10:59 +02:00 |
|
eidheim
|
684b9aa62a
|
Added paper for the Journal of Open Source Software
|
2019-07-18 12:47:04 +02:00 |
|
eidheim
|
9d0fdf2c9a
|
Removed outdated instructions for creating self-signed certificates
|
2019-07-18 11:18:39 +02:00 |
|
eidheim
|
cd2140464e
|
Removed unused image option
|
2019-07-15 15:48:14 +02:00 |
|
eidheim
|
95a1eecaf5
|
Updated gitlab-ci.yml: now run tests on several debian versions and archlinux
|
2019-07-15 15:39:33 +02:00 |
|
eidheim
|
04fb44f0f8
|
Updated LICENSE year
|
2019-07-15 15:25:14 +02:00 |
|
eidheim
|
6185e89e25
|
Fixes #270 : compilation error when using gcc4.8
|
2019-07-10 18:02:40 +02:00 |
|
eidheim
|
15145152c0
|
Merge branch 'openssl_optional' of https://gitlab.com/bibermann/Simple-Web-Server
|
2019-07-10 17:19:29 +02:00 |
|
Fabian Sandoval Saldias
|
c466ed82d5
|
Add option to build without OpenSSL
|
2019-07-10 16:07:57 +02:00 |
|
eidheim
|
66b6be499d
|
Client now supports event streams with \r\n line endings in addition to regular \n
|
2019-07-10 15:08:24 +02:00 |
|
eidheim
|
7c44f73ec5
|
Fixes #269 : Replaced ssize_t with std::streamsize
|
2019-07-03 20:28:58 +02:00 |
|
eidheim
|
e1d1404ff7
|
Fixes #268 : Added mutex.hpp to cmake's install function
|
2019-07-03 20:25:13 +02:00 |
|
eidheim
|
fc43fc362d
|
Cleanup of include guards
|
2019-06-25 11:56:21 +02:00 |
|
eidheim
|
a743915d72
|
Made use of clang's Thread Safety Analysis
|
2019-06-25 11:29:36 +02:00 |
|
eidheim
|
39fb720aa9
|
Minor fix of HeaderEndMatch
|
2019-06-25 08:50:40 +02:00 |
|
eidheim
|
d9d554b1b5
|
Client: added support for non-standard line endings in response status and header
|
2019-06-24 19:48:11 +02:00 |
|
eidheim
|
f1327d3bc3
|
Renamed HAVE_ASIO to ASIO_PATH
|
2019-06-24 10:20:32 +02:00 |
|