This website works better with JavaScript.
Home
Help
Register
Sign In
roker
/
webserver
forked from
pEp.foundation/webserver
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
67
Commits
1
Branch
191 KiB
Tree:
9c66bb57d7
master
Release_2.1.0-RC7
Release_2.1.0-RC6
Release_2.1.0-RC5
Release_2.1.0-RC4
Release_2.1.0-RC3
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '9c66bb57d7'
${ noResults }
Commit Graph
40 Commits (9c66bb57d752829933829b652d3a8aada399ed93)
Author
SHA1
Message
Date
roker
68f849d814
for whatever reason we cannot write a 'response' to the socket, but need a 'response_serializer' on boost 1.67 (Debian 10) m(
2 years ago
Jorg Knobloch
fe1c8583a5
Added comment and wrapped output to stderr in #ifndef NDEBUG.
2 years ago
Jorg Knobloch
5d24310148
revert to rev
49fe188132
and pass reuse_addr==false to CTOR of _acceptor
2 years ago
Volker Birk
27c1153e78
next try with native function
2 years ago
Volker Birk
6453cbe22c
typo
2 years ago
Volker Birk
14b6eb5b32
give this a try on Windoze
2 years ago
Volker Birk
0ffd0b55b9
...
2 years ago
Volker Birk
a787cd5d9c
next try
2 years ago
Volker Birk
193f31addf
explicitely disable address reuse
2 years ago
Volker Birk
49fe188132
be less verbose
2 years ago
Volker Birk
a3190c46ab
INT32_MAX is now maximum message size
2 years ago
Volker Birk
f84625b1f9
max transfer size 1TB
2 years ago
Volker Birk
f92957a2e5
moving webserver to background thread
2 years ago
Volker Birk
18f3e16abc
on I/O error we always end without exception
2 years ago
Volker Birk
52c7c372df
show err_msg in Visual Studio debugger
2 years ago
Volker Birk
38698b900d
adding factory function probing_port_range()
2 years ago
roker
89e3e9854b
add Webserver constructor that probes a port range. Necessary if multiple instances are running.
2 years ago
Volker Birk
ed8de2fc8a
on Windows we have net::error::connection_reset
2 years ago
Volker Birk
5d8fbbaec3
no auto conversion to std::string()
2 years ago
roker
6f5a070828
Use 'response' instead of 'response*' and rely on NRVO. Errors in url_handler are signalled as exceptions and returned as status code 500 internal_server_error to client.
2 years ago
roker
6e748754e5
make create_status_response() available for Webserver users.
2 years ago
roker
3a45f4648d
const correctness. Avoid copying of the request object.
2 years ago
roker
2efc68de20
add generic handler. simplify switch() statement.
2 years ago
roker
513d5a8200
add thread_init() and thread_done(). some smaller cleanups and minor fixes.
2 years ago
Volker Birk
32211d5b48
...
2 years ago
Volker Birk
7eb10d44db
even more weird
2 years ago
Volker Birk
b8a3c2efec
workaround a strange bug
2 years ago
Volker Birk
b410ade80f
...
2 years ago
Volker Birk
c52b9f6966
...
2 years ago
Volker Birk
e1d712f8ed
...
2 years ago
Volker Birk
631a2295c0
...
2 years ago
Volker Birk
2e7f867c30
...
2 years ago
Volker Birk
cb57ceae2e
...
2 years ago
Volker Birk
d509faacf6
...
2 years ago
Volker Birk
1f5cf10baa
...
2 years ago
Volker Birk
1b2bd21bf8
...
2 years ago
Volker Birk
92cbe2f95b
...
2 years ago
Volker Birk
99562e3cfc
...
2 years ago
Volker Birk
35390f999c
...
2 years ago
Volker Birk
f702e58c86
initial commit
2 years ago