Commit History

作者 SHA1 備註 提交日期
  jmc- a32dd321a4 Merge branch 'master' of https://github.com/bel2125/civetweb into unit_test 11 年之前
  bel 51971ce6c7 Show 'usage' information on console also for Windows 11 年之前
  bel 32cbb48710 Allow to specify title and tray icon for the Windows standalone server 11 年之前
  bel ae69114e2a Parameter checking for the standalone server 11 年之前
  bel 5cfe727d2b Handle options of main.c in a similar way as options of civetweb.c 11 年之前
  bel e9e9ff3fa9 Allow to specify a title for the service, so an admin may distinguish two instances of civetweb on the same system 11 年之前
  bel 78b4a45886 Add version to the settings menu title, change management of the server_name variable, and add some assert to check buffer sizes 11 年之前
  bel 492d3f567d Windows: Use same caps style for all context menu items 11 年之前
  jmc- 0ba85edaab Removed unused variable 'line_no' to fix the warning about it. 11 年之前
  bel aa4ebb5e9d Check option type 11 年之前
  bel 96bfe243d5 Check if an option with the given name exists 11 年之前
  bel 55324460ac Replace is_file_option 11 年之前
  bel 5ca2eb6250 Replace is_directory_option 11 年之前
  bel 82cdef76c1 Replace is_numeric_option 11 年之前
  bel 674c00dfe0 Replace is_boolean_option 11 年之前
  bel 4b12cd3673 New interface for reading config options 11 年之前
  bel b23e1c2a55 Prepare better parameter checking 11 年之前
  bel c8684b89f5 Enhance option parsing. In particular, empty strings might be valid options 11 年之前
  bel 50ccfe6d78 Check new config field types 11 年之前
  bel e7f9e4b047 Set absolute path for lua_preload_file 11 年之前
  bel 8d3a48398c Support a pre-loaded file for the Lua environment 11 年之前
  bel ccda241b41 Increase label width for Edit Settings dialog, so all current option names fit 11 年之前
  bel dd50cc65ca Hide read-only flag in file dialogs opened by the Edit Settings dialog 11 年之前
  bel 2768d5c7d6 Edit settings dialog should be able to load the active settings, the settings from a file or the default settings 11 年之前
  Thomas Davis f006a81d3e indent 11 年之前
  Kimmo Mustonen 9a5a104d50 Use C style comments to enable compiling most of civetweb with -ansi. 11 年之前
  bel 62902a57ae Allow directories with non ASCII characters in Windows in UTF-8 encoded conf file 11 年之前
  William Greathouse 12d6665bf2 Mask compiler warning in main.c for getcwd() call. 12 年之前
  Thomas Davis d295441714 More compile warning fixes. Mostly in main.c this time. 12 年之前
  Kimmo Mustonen fa603909f6 Allow port number to be zero to use a random free port. 12 年之前