1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00
Commit Graph

1536 Commits

Author SHA1 Message Date
cjh
f1bfd0b97f Changing int to int64_t fixes a 2GB upload limit bug for me 2014-03-19 07:44:53 -07:00
bel
2cbe5a1733 Fix some warnings reported by static code analysis 2014-03-18 23:06:59 +01:00
jmc-
d8ec8f5200 Merge branch 'master' of https://github.com/bel2125/civetweb 2014-03-18 12:52:53 -07:00
jmc-
a32dd321a4 Merge branch 'master' of https://github.com/bel2125/civetweb into unit_test 2014-03-18 12:51:47 -07:00
bel
d8adb70f43 Character encoding converstion functions for Lua (as test/example) 2014-03-17 00:37:27 +01:00
bel
a39c256884 Fix compile error on Clang (Issue #14) 2014-03-13 21:59:58 +01:00
bel
51971ce6c7 Show 'usage' information on console also for Windows 2014-03-13 21:41:17 +01:00
bel
dd7f89f0a5 Comment CivetServer::getParam and check request_info (Issue #11) 2014-03-12 23:19:26 +01:00
bel
46832264cc A Redesign for Shared Websockets for Lua is Required 2014-03-12 12:53:01 +01:00
bel
9ae753eac5 A Redesign for Shared Websockets for Lua is Required 2014-03-12 12:09:08 +01:00
bel
0a4c02b948 Issue #11: Method to get POST request parameters via C++ interface 2014-03-11 21:42:06 +01:00
bel
71fb5b98ce Issue #13: mg_start_thread is not 64 bit safe 2014-03-11 21:33:10 +01:00
bel
773866707e Apply patch from spuschhof / issue #9: Fix for Makefile for MinGW32/MSYS 2014-03-11 20:10:27 +01:00
bel
8a514b8ed1 Add comments for mg_get_valid_options and format spaces in the header 2014-03-11 19:41:24 +01:00
bel
b96d5337fa Redesign websocket for Lua 2014-03-09 20:23:04 +01:00
bel
c75487463e remove TODO marker (won't do): CGI scripts may support all HTTP methods 2014-03-08 21:46:43 +01:00
bel
32cbb48710 Allow to specify title and tray icon for the Windows standalone server 2014-03-08 19:56:54 +01:00
bel
ae69114e2a Parameter checking for the standalone server 2014-03-07 21:21:08 +01:00
bel
5cfe727d2b Handle options of main.c in a similar way as options of civetweb.c 2014-03-07 20:35:18 +01:00
bel
e9e9ff3fa9 Allow to specify a title for the service, so an admin may distinguish two instances of civetweb on the same system 2014-03-07 19:22:25 +01:00
bel
78b4a45886 Add version to the settings menu title, change management of the server_name variable, and add some assert to check buffer sizes 2014-03-07 18:28:28 +01:00
bel
492d3f567d Windows: Use same caps style for all context menu items 2014-03-07 17:51:01 +01:00
jmc-
0ba85edaab Removed unused variable 'line_no' to fix the warning about it. 2014-03-05 10:47:10 -07:00
bel
c76d649307 Use DEBUG_TRACE in memory debugging 2014-03-03 20:41:27 +01:00
bel
7b6635b657 Move DEBUG_TRACE to the top of the file 2014-03-03 20:32:50 +01:00
bel
57c12b6ff3 Memory debugging for non-Windows systems 2014-03-02 23:26:18 +01:00
bel
f9c0cc2d17 Update release information for V1.6 2014-03-02 21:26:18 +01:00
bel
b24b72c685 Fix minor memory leak (script name) 2014-02-28 00:06:30 +01:00
bel
2539546555 Instrumentation of realloc 2014-02-27 23:05:15 +01:00
bel
bd896a0fa0 Create a Lua allocator, to use mg_malloc/mg_free 2014-02-27 22:35:57 +01:00
bel
d77938189e Count alloc/free in Windows memory debugging 2014-02-27 22:33:00 +01:00
bel
c428ad34e3 Fix minor memory leak (listening_ports) 2014-02-27 21:52:15 +01:00
bel
b1f119f253 Memory debugging for Windows 2014-02-27 21:49:03 +01:00
bel
950d47e198 Memory debugging for Windows 2014-02-27 21:12:57 +01:00
bel
51852668b4 Alloc/Free debugging for Windows (temporary instrumentation) 2014-02-27 00:24:38 +01:00
bel
6cfa667500 All memory allocation should use mg local functions 2014-02-26 23:55:47 +01:00
bel
38bbd731f4 Prepare shared Lua Websockets 2014-02-26 21:39:22 +01:00
bel
4e62bd5b10 Issue #8: Possible issue and possible fix in websocket handling (by celeron55) 2014-02-22 23:27:28 +01:00
bel
c62ded82e8 CORS for SSI pages 2014-02-22 22:48:49 +01:00
bel
1e3d8ff8ca Full CORS support for dynamic resources 2014-02-22 22:26:22 +01:00
bel
b640ffecda Enhance CORS GET test 2014-02-22 21:26:31 +01:00
bel
b35c6742dd Enhance CORS GET test 2014-02-22 21:18:25 +01:00
bel
aa4ebb5e9d Check option type 2014-02-22 10:17:03 +01:00
bel
96bfe243d5 Check if an option with the given name exists 2014-02-22 09:34:20 +01:00
bel
55324460ac Replace is_file_option 2014-02-22 00:11:40 +01:00
bel
5ca2eb6250 Replace is_directory_option 2014-02-21 23:52:10 +01:00
bel
82cdef76c1 Replace is_numeric_option 2014-02-21 23:47:35 +01:00
bel
674c00dfe0 Replace is_boolean_option 2014-02-21 23:45:43 +01:00
bel
4b12cd3673 New interface for reading config options 2014-02-21 22:56:56 +01:00
bel
7ebe84d9db civetweb_lua build may use websockets 2014-02-21 22:55:37 +01:00