Neil Jensen
|
6d5236d027
Add custom authorization handler
|
před 9 roky |
Neil Jensen
|
76b1fbd5cf
Add PATCH handlers to the CivetServer
|
před 9 roky |
bel
|
04db49f20b
Autoformat after merge #234
|
před 9 roky |
brett
|
c07b562d2d
allow CivetServer constructor to accept options as std::vector<std::string>
|
před 9 roky |
bel
|
b3064181ae
Auto format after merge
|
před 9 roky |
Philipp Hasper
|
a9c11e10be
Adding removeWebSocketHandler
|
před 9 roky |
bel
|
86723f1315
Add CivetWebSocketHandler to the C++ API
|
před 9 roky |
bel
|
4de9090577
Apply revised clang-format (#207) to all actively maintained source files
|
před 9 roky |
bel
|
9a69a05905
Update source code format details
|
před 10 roky |
bel
|
36ce480cc3
clang_format src and include
|
před 10 roky |
bel
|
6ce8b4e92c
Set autoformat options and autoformat all source files
|
před 10 roky |
bel
|
53a18aecf1
Autoformat all source files using clang-format
|
před 10 roky |
bel
|
d264808e52
Clean usage of const/not const mg_context* and mg_connection* handles in the API.
|
před 10 roky |
bel
|
8fa073daf3
Do not use C++11 features yet
|
před 10 roky |
Mark Lakata
|
fc3dc6eea8
fixed cut and paste error
|
před 10 roky |
Mark Lakata
|
82a7ed8b53
Added exception if CivetServer constructor fails. Added getListeningPorts() method.
|
před 10 roky |
Philipp Friedenberger
|
c0a952e971
fix return
|
před 10 roky |
Philipp Friedenberger
|
2f7f94bbfc
check if context is initialized
|
před 10 roky |
Richard Screene
|
fb4e0768d0
Add OPTIONS method to C++ server class
|
před 10 roky |
bel
|
724753a7da
Fix C++ build errors in Linux
|
před 11 roky |
bel
|
9899ee6090
Add mutex lock to protect stl map in C++ wrapper
|
před 11 roky |
bel
|
5675cfe6c2
Add comments for the C++ wrapper
|
před 11 roky |
bel
|
db1e1eb028
C++ Wrapper: Store post data per connection instead of per server
|
před 11 roky |
bel
|
24dfa15f88
Null-terminate string in CivetServer::getParam
|
před 11 roky |
bel
|
9446bf0f4a
Null-terminate string in CivetServer::getParam
|
před 11 roky |
Danny Al-Gaaf
|
549631d9b1
CivetServer.cpp: check array limit before access array
|
před 11 roky |
bel
|
2a4b819ef9
Use C memory allocation instead of C++, so std::bad_alloc exception handling must not be done
|
před 11 roky |
bel
|
c9f266e3a7
Issue #11: Method to get POST request parameters via C++ interface
|
před 11 roky |
bel
|
dd7f89f0a5
Comment CivetServer::getParam and check request_info (Issue #11)
|
před 11 roky |
bel
|
0a4c02b948
Issue #11: Method to get POST request parameters via C++ interface
|
před 11 roky |