bel
|
f9c0cc2d17
Update release information for V1.6
|
11 years ago |
bel
|
2539546555
Instrumentation of realloc
|
11 years ago |
bel
|
d77938189e
Count alloc/free in Windows memory debugging
|
11 years ago |
bel
|
c428ad34e3
Fix minor memory leak (listening_ports)
|
11 years ago |
bel
|
b1f119f253
Memory debugging for Windows
|
11 years ago |
bel
|
950d47e198
Memory debugging for Windows
|
11 years ago |
bel
|
51852668b4
Alloc/Free debugging for Windows (temporary instrumentation)
|
11 years ago |
bel
|
6cfa667500
All memory allocation should use mg local functions
|
11 years ago |
bel
|
38bbd731f4
Prepare shared Lua Websockets
|
11 years ago |
bel
|
4e62bd5b10
Issue #8: Possible issue and possible fix in websocket handling (by celeron55)
|
11 years ago |
bel
|
c62ded82e8
CORS for SSI pages
|
11 years ago |
bel
|
4b12cd3673
New interface for reading config options
|
11 years ago |
bel
|
b23e1c2a55
Prepare better parameter checking
|
11 years ago |
bel
|
60cfbf1444
CORS support (Step 3)
|
11 years ago |
bel
|
a5d0ee5f63
CORS step 2: Take Access-Control-Allow-Origin from the config
|
11 years ago |
bel
|
b5d6587e17
Enable CORS, step 1
|
11 years ago |
bel2125
|
0f003f1384
Merge pull request #5 from CSTAJ/fixmemleak
|
11 years ago |
bel
|
dcfb78cbc9
stack smashing detected - see sunsetbrew/civetweb/issues/54
|
11 years ago |
CSTAJ
|
87324c1d2f
[memleak] - don't leak pthread_cond_t.waitingthreadhdls
|
11 years ago |
bel
|
469faa2b06
Define MAX_WORKER_THREADS may be overwritten, other defines should at least not give redefinition warnings
|
11 years ago |
Scott Nations
|
28e896c090
typedef in_port_t to unsigned short int when building for ANDROID.
|
11 years ago |
Scott Nations
|
e44dd202ef
Unconditionally undef WINDOWS_LEAN_AND_MEAN. This makes things build
|
11 years ago |
bel
|
87a3b74ee5
Tell Lua which operating system is running, so scripts may handle differences
|
11 years ago |
bel
|
4127492415
patch to compile civetweb.c with Mingw gcc 4.8.0 on windows (by Eric Trinh)
|
11 years ago |
Jeremy Lin
|
08fec89b00
Enable Large File Support (LFS) on 32-bit systems by default
|
11 years ago |
bel
|
b72ad2cbe6
mg.base64_decode for Lua
|
11 years ago |
bel
|
6ee0551970
mg.base64_encode for Lua
|
11 years ago |
bel
|
8d3a48398c
Support a pre-loaded file for the Lua environment
|
11 years ago |
bel
|
ae7ff2273c
Nonce check can be disabled (for embedding into applications that restart frequently)
|
11 years ago |
bel
|
903287ff0a
Server should check the nonce - see http://en.wikipedia.org/wiki/Digest_access_authentication#Advantages
|
11 years ago |