Commit graph

185 commits

Author SHA1 Message Date
Alfredo Luque
7ad8de4abc rename include subdirectory to simple-web-server 2016-08-10 15:56:32 -04:00
alfredo
9124a3edd2 Add install target for headers 2016-08-09 20:41:08 -04:00
eidheim
d6f3d55019 Renamed test folder to tests 2016-08-03 12:15:32 +02:00
eidheim
c33009beb1 Added CI 2016-08-03 11:57:40 +02:00
eidheim
a7c6d6fdb6 Added io_test 2016-08-03 11:32:11 +02:00
Ole Christian Eidheim
d149601bad Updated copyright year in LICENSE 2016-07-01 09:26:44 +02:00
eidheim
7ebf75817b Minor cleanup: removed a set_timeout_on_socket version that is no longer needed 2016-06-30 09:49:26 +02:00
eidheim
233fd31982 Updated work example 2016-06-29 12:26:11 +02:00
eidheim
d2185bf28f Updated features in README.md 2016-06-29 10:16:35 +02:00
eidheim
0b397bc697 Added heavy work example 2016-06-29 10:10:34 +02:00
eidheim
3c3359f512 Improvements to default_resource examples 2016-06-29 00:34:58 +02:00
eidheim
8b6915a953 Updated README.md 2016-06-28 23:15:21 +02:00
eidheim
c7284acd8f Fixes to the default_resource examples 2016-06-28 22:52:12 +02:00
eidheim
dc466e7d1d Fixes #46: library is now fully asynchronous 2016-06-28 12:49:12 +02:00
eidheim
1609f80c38 CMakeLists.txt: extra warning flags and added SYSTEM to system includes. See #45 2016-05-03 09:49:50 +02:00
eidheim
79dca558d2 Resolved most warning messages when compiled with -Wextra or -Weverything. Related to #44 and #45 2016-05-02 13:12:57 +02:00
Ole Christian Eidheim
131cd37328 Examples: fixed crash in default_resource 2016-04-18 15:21:26 +02:00
eidheim
c7f35ade7f Cleanup of the default_resource examples 2016-03-16 11:29:04 +01:00
eidheim
38e2d09a42 Replaced unsafe std::vector and its reserve with std::array in the default_resource examples 2016-03-11 11:22:03 +01:00
eidheim
c072ae7382 Removed a test message I forgot to remove last commit 2016-03-10 16:30:20 +01:00
eidheim
359bad9862 Cleanup of the default_resource check that ensures that the request path is within the given web_root_path 2016-03-10 16:25:12 +01:00
eidheim
931ff3dba2 Cleanup of parse_request and connection close support 2016-03-10 10:09:31 +01:00
eidheim
b841331023 Merge branch 'branch_1' of https://github.com/waga-git/Simple-Web-Server 2016-03-10 09:36:20 +01:00
Ole Christian Eidheim
25e15d9e93 Added link to juCi++ 2016-03-07 09:31:17 +01:00
eidheim
357e57f70c Added reference to case insensitive implementation of unordered_multimap 2016-02-24 09:17:09 +01:00
eidheim
3c4c378655 Fixes #35 for both client and server source 2016-02-24 09:13:23 +01:00
eidheim
3341badb41 Fixes #38 2016-02-23 20:24:39 +01:00
waga-git
c558a03148 Support Connection: close header 2016-02-20 12:01:26 +09:00
waga-git
076788d417 Support Connection: close header 2016-02-20 11:50:17 +09:00
eidheim
ef7f4692a4 Fixes #33 2016-01-06 12:45:21 +01:00
eidheim
99204ec73d content parameter in Client::request is now of type std::iostream 2016-01-06 11:58:11 +01:00
eidheim
faf3c68c4b Fixes #28 2015-12-09 14:44:28 +01:00
Ole Christian Eidheim
25cf95276d Merge pull request #27 from DraconPern/master
fixed vs2012 compile
2015-11-28 11:08:46 +01:00
DraconPern
e37980fefc fixed vs2012 compile 2015-11-27 14:43:38 -06:00
eidheim
aecb04c7ac Added .gitignore. 2015-11-26 14:31:20 +01:00
eidheim
e6a3205e18 Improved Client::parse_response_header, and simplified endpoint code in Server::start. 2015-11-26 14:29:43 +01:00
eidheim
7b5688468a Fixed at least two bugs when receiving non-standard requests. 2015-11-24 20:02:11 +01:00
eidheim
b273602032 Moved io_service.reset before endpoint and acceptor setup. 2015-11-24 10:48:30 +01:00
eidheim
90d854759e Server::start-stop-start should now work given that appropriate delays are set between the operations (at least start and stop). 2015-11-24 10:46:51 +01:00
eidheim
8534eed87d Added Server::Config, fixes #26, making it possible to specify address or turn off reuse_address. 2015-11-22 21:20:36 +01:00
eidheim
880067f7c2 Renamed HttpServer:: to Server:: in README.md. 2015-11-20 10:00:02 +01:00
eidheim
c7244c099e Minor fixes. 2015-11-20 09:57:54 +01:00
eidheim
4adf2e040a Removed io_service from Server::Response since it is no longer needed. Fixes #25. 2015-11-18 08:23:44 +01:00
eidheim
5cca84ee6c Corrected OpenSSL_FOUND to OPENSSL_FOUND. 2015-11-15 21:30:05 +01:00
eidheim
b6080f0a1e A few minor changes to #22. 2015-10-24 16:58:18 +02:00
eidheim
2181a172e8 Merge branch 'fivethreeo-master' 2015-10-24 16:44:28 +02:00
Øyvind Saltvik
79234c6c6b no static linking 2015-10-15 16:16:26 +02:00
Øyvind Saltvik
7960973793 only build https if openssl found, test msvc14 compiler 2015-10-15 15:00:39 +02:00
Øyvind Saltvik
ec55495562 support visual studio 2015 2015-10-11 16:08:30 +02:00
U-ole-PC\ole
9a708dc7a0 Now supports MSYS2, and parse_test compile with g++-5.2. 2015-09-29 15:19:59 +02:00