bel2125
|
98e018c72e
Use global mutex if no atomic operations are available
|
8 年之前 |
bel2125
|
83077c67e7
Format code
|
8 年之前 |
bel2125
|
38fc6839a0
Unit test: Avoid 'unused variable st' warning
|
8 年之前 |
bel2125
|
60946cb0d4
Update some documentation
|
8 年之前 |
bel2125
|
698303af84
Makefile should create all required directories
|
8 年之前 |
bel2125
|
3e8bc6e784
Merge pull request #490 from nigels-com/cmake-asan-optional
|
8 年之前 |
Nigel Stewart
|
4160dc0326
CIVETWEB_ENABLE_ASAN fixup - needed in two places
|
8 年之前 |
Nigel Stewart
|
2921d7da3a
Optional CMake opt-out of ASAN in debug mode build: -DCIVETWEB_ENABLE_ASAN=OFF
|
8 年之前 |
bel2125
|
494c957edd
Don't allow more than 2 GB of websocket payload (#488)
|
8 年之前 |
bel2125
|
cd3a8cf8a5
Format code after merge
|
8 年之前 |
bel2125
|
c9f653c038
Initialize time for socket write timeout and optimize timeout code
|
8 年之前 |
bel2125
|
0ff712e426
Merge pull request #489 from btsimonh/btsimonh-cpp-usercontext
|
8 年之前 |
Simon Hailes
|
028a2d79c4
C++ CivetServer - Set UserContext from constructor; add getUserContext
|
8 年之前 |
Simon Hailes
|
6dd910c98e
Add general usercontext variable to CPP server
|
8 年之前 |
bel2125
|
332661b277
Unit test: CGI test is not yet available for windows, so don't check for the CGI exe as precondition
|
8 年之前 |
bel2125
|
109206096a
Unit test: print content of directory, if cgi test file is missing
|
8 年之前 |
bel2125
|
0be394f23d
Format code
|
8 年之前 |
bel2125
|
5a04a45669
Unit test: Fix copy/paste error
|
8 年之前 |
bel2125
|
2505e1b5ae
Unit test: Fix copy/paste error
|
8 年之前 |
bel2125
|
ec7852a628
Unit test: Fix copy/paste error
|
8 年之前 |
bel2125
|
a7d3ad7c70
Fix signed/unsigned warning
|
8 年之前 |
bel2125
|
f903881963
Unit test: Add diagnostic message, if CGI test executable does not exist.
|
8 年之前 |
bel2125
|
5edb6dc09b
Ignore leading \r\n in multipart messages (see #470)
|
8 年之前 |
bel2125
|
8ab8f3d8bf
Fix copy paste error in example
|
8 年之前 |
bel2125
|
a0775233a2
Try to disable warning, caused by a flaw in GCC socket macros
|
8 年之前 |
bel2125
|
376acb4d65
Disable GCC warning (flaw in GCC socket macros)
|
8 年之前 |
bel2125
|
c053e57150
Fix some warnings
|
8 年之前 |
bel2125
|
91115c420f
Fix some warnings
|
8 年之前 |
bel2125
|
c042431084
When send queue is full, use select to wait until it becomes available (#474)
|
8 年之前 |
bel2125
|
81faf98e99
Suggested alternative fix for #474 (not yet tested)
|
8 年之前 |