1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-01 14:21:56 +03:00
Commit Graph

86 Commits

Author SHA1 Message Date
bel
8171e1bb03 Change password dialog for Windows 2014-04-16 15:01:03 +02:00
bel
3a9aa9b80e Dialog to add and delete users and reset user passwords for Windows 2014-04-13 22:17:44 +02:00
jmc-
a32dd321a4 Merge branch 'master' of https://github.com/bel2125/civetweb into unit_test 2014-03-18 12:51:47 -07:00
bel
51971ce6c7 Show 'usage' information on console also for Windows 2014-03-13 21:41:17 +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
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
b23e1c2a55 Prepare better parameter checking 2014-02-21 22:07:01 +01:00
bel
c8684b89f5 Enhance option parsing. In particular, empty strings might be valid options 2014-02-16 17:38:18 +01:00
bel
50ccfe6d78 Check new config field types 2014-01-19 23:06:00 +01:00
bel
e7f9e4b047 Set absolute path for lua_preload_file 2014-01-19 22:42:06 +01:00
bel
8d3a48398c Support a pre-loaded file for the Lua environment 2014-01-19 22:16:09 +01:00
bel
ccda241b41 Increase label width for Edit Settings dialog, so all current option names fit 2014-01-17 22:26:49 +01:00
bel
dd50cc65ca Hide read-only flag in file dialogs opened by the Edit Settings dialog 2014-01-17 22:19:11 +01:00
bel
2768d5c7d6 Edit settings dialog should be able to load the active settings, the settings from a file or the default settings 2014-01-13 21:35:32 +01:00
Thomas Davis
f006a81d3e indent 2013-10-09 18:07:10 -04:00
Kimmo Mustonen
9a5a104d50 Use C style comments to enable compiling most of civetweb with -ansi. 2013-10-09 23:36:08 +03:00
bel
62902a57ae Allow directories with non ASCII characters in Windows in UTF-8 encoded conf file 2013-10-09 20:40:41 +02:00
William Greathouse
12d6665bf2 Mask compiler warning in main.c for getcwd() call. 2013-10-07 14:22:25 -04:00
Thomas Davis
d295441714 More compile warning fixes. Mostly in main.c this time. 2013-10-07 14:22:24 -04:00
Kimmo Mustonen
fa603909f6 Allow port number to be zero to use a random free port.
Keep track of the threads started.
Wait for threads to finish when stopping for a clean shutdown.
Fix compiler warnings.
Fix some issues reported by Coverity static analysis tool.
Copyright 2013 F-Secure Corporation.
2013-10-07 14:22:23 -04:00
Thomas Davis
b745f22107 Normallized coding style in a predictable way.
Uses astyle program which is freely avaiable on all platforms.
2013-10-07 14:22:22 -04:00
Thomas Davis
6b7e1ff2a8 Made file dormat UNIX LF 2013-10-07 14:22:21 -04:00
Thomas Davis
e7510a572a Updated version to 1.2 2013-10-07 14:22:17 -04:00
Thomas Davis
b2aee90d14 Regorganized directories to make them more intuitive 2013-10-07 14:22:16 -04:00