bel2125
|
1ce2f54e34
Format code
|
5 years ago |
xtne6f
|
f5032dbd24
Use more of civetweb.c functions in CivetServer
|
5 years ago |
Rimas Misevičius
|
b564474d40
Optimize CivetServer::getPostData
|
5 years ago |
bel2125
|
e440e061ce
Merge branch 'master' of https://github.com/civetweb/civetweb
|
6 years ago |
bel2125
|
410c00e52d
Fix some PSV Studio warnings for Windows build (#597)
|
6 years ago |
bel2125
|
79fcb55855
Merge branch 'master' into fix/mg_server_ports
|
6 years ago |
bel2125
|
2a9d318971
Format source code (after some merges)
|
6 years ago |
Philipp Hasper
|
964011874e
Fixed typo mg_server_ports -> mg_server_port
|
6 years ago |
xtne6f
|
27e3ced354
Use proper cast for ctype.h routines
|
6 years ago |
Philipp Hasper
|
161dc25c16
CPP interface: Added getter for full port information
|
6 years ago |
Ivan Dlugos
|
2a3f39eb90
Fix #686 CivetServer::getPostData valgrind UninitCondition
|
6 years ago |
bel2125
|
f166b4f143
Revert format and update .clang-format file
|
6 years ago |
bel2125
|
fc274f5530
Format code (with clang-format 6.0)
|
6 years ago |
Luka Rahne
|
e7af0dfd66
segfault issue in cpp
|
6 years ago |
bel2125
|
ff061c96b0
Format code
|
6 years ago |
zhen.wang
|
80e0929044
param can from query_string or body
|
6 years ago |
bel2125
|
19f31ba8dd
Increase default size limit for parameters in body data to 2 MB
|
7 years ago |
bel2125
|
82c03a22f4
C++ wrapper: add POST example and add limits for parameter size
|
7 years ago |
marco
|
706122d4b0
Changed method getPostData from CivetServer to a more robust method
|
7 years ago |
marco
|
f6401bf7a9
Adds static method getPostData to CivetServer class.
|
7 years ago |
bel2125
|
cd3a8cf8a5
Format code after merge
|
8 years ago |
Simon Hailes
|
028a2d79c4
C++ CivetServer - Set UserContext from constructor; add getUserContext
|
8 years ago |
bel2125
|
3677de7713
C++: Get object from context instead of from request (#485)
|
8 years ago |
bel2125
|
90bac6182a
Do not use obsolete C interface in C++ wrapper
|
8 years ago |
bel
|
0e1a352855
Update copyright year
|
8 years ago |
bel
|
92c91a67cc
Auto format code after merge
|
9 years ago |
Philipp Hasper
|
b112ba03b6
Automatically initialize mg_callbacks to NULL in constructor
|
9 years ago |
bel
|
58ca276782
Fix use of std::vector in optional C++ interface (see #262)
|
9 years ago |
Philipp Hasper
|
36ef459a78
HEAD request handler for C++ interface
|
9 years ago |
Neil Jensen
|
eb79a551d8
Make CivetAuthHandler::authorize function pure virtual
|
9 years ago |