1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-09 03:22:45 +03:00

Commit Graph

  • 64e21edfe1 Update OpenSSL version in AppVeyor unit test bel 2016-05-08 00:57:12 +02:00
  • 8ba334a0a8 Disable caching for MinGW, since it does not have a timegm or _mkgmtime bel 2016-05-08 00:37:50 +02:00
  • 9beff402e8 Fix some warnings for Windows bel 2016-05-07 22:27:33 +02:00
  • 7a5f844984 Auto format source bel 2016-05-07 22:25:34 +02:00
  • c91d5502e9 Activate new unit tests bel 2016-05-07 21:51:21 +02:00
  • 147d7a0289 Fix warnings in the unit test program bel 2016-05-06 23:55:22 +02:00
  • 20f45b866d Rename experimental options (note the names might still change until they are documented) bel 2016-05-06 23:37:09 +02:00
  • 09bc47d600 Add unit tests for handle_form bel 2016-05-06 22:59:06 +02:00
  • 5e547ff2e5 Format code after merge bel 2016-05-05 21:31:35 +02:00
  • 33a3e11495 Update some comments and fix some warnings in main.c bel 2016-05-05 00:52:36 +02:00
  • 91509aaf26 Merge pull request #298 from c-mauderer/no-timegm bel2125 2016-05-05 18:11:43 +02:00
  • ad10b1cc98 Disable date string parsing test for NO_CACHING. Christian Mauderer 2016-05-04 22:27:48 +02:00
  • 16b133b2c0 Merge pull request #304 from jdetaeye/master bel2125 2016-05-04 21:22:16 +02:00
  • ab9e167922 travis.yml: Fix test configuration for NO_CACHING. Christian Mauderer 2016-05-04 20:59:46 +02:00
  • 4d8e48b78d Updated patch after feedback on pull request #304 Johan De Taeye 2016-05-04 09:59:27 +02:00
  • fe6a0eee00 Fix FEATURES mask. Christian Mauderer 2016-05-03 21:44:48 +02:00
  • 48dcc38096 Adding a callback that is called when a new worker thread is initialized. Johan De Taeye 2016-05-03 15:06:15 +02:00
  • d115123764 Add NO_CACHING to travis. Christian Mauderer 2016-05-02 21:27:12 +02:00
  • e7c28c2c42 Change to option for building without caching. Christian Mauderer 2016-04-20 11:25:39 +02:00
  • 945c05b413 Merge pull request #303 from flyd1005/master bel2125 2016-04-27 07:23:21 +02:00
  • 1b5bd1c6fa doc: fix typos Li Peng 2016-04-26 15:24:40 +08:00
  • 536e1efb18 Fix warning (nested comments) bel 2016-04-25 23:05:22 +02:00
  • 2475a96f48 Add example for cookie handling in C bel 2016-04-25 23:01:07 +02:00
  • bec1213791 Change some comments in handle_form bel 2016-04-25 22:46:18 +02:00
  • f128f4e050 Fix some TODOs in handle_form (#180) bel 2016-04-25 01:27:34 +02:00
  • c4be15bd28 handle_form should call the 'get' callback several times for long data bel 2016-04-24 23:53:19 +02:00
  • 1ffdf7ee3f Reformat some code and some comments bel 2016-04-24 22:51:51 +02:00
  • 57188e0479 Fix for Linux after changing the Windows system abstraction bel 2016-04-23 23:35:51 +02:00
  • 61f6209256 Fix for Linux after changing the Windows system abstraction bel 2016-04-23 23:31:21 +02:00
  • 5473460d56 Case sensitivity for Windows servers bel 2016-04-23 23:12:13 +02:00
  • 53c2d1c7e8 Merge pull request #300 from kainjow/osx-mwindows bel2125 2016-04-22 19:29:27 +02:00
  • 07c50dbf2b Fix "argument unused during compilation" Kevin Wojniak 2016-04-21 16:20:24 -07:00
  • 47e1dc92ac Do not allow short file names in Windows bel 2016-04-20 22:18:17 +02:00
  • c95e1ab2f1 Add option for building civetweb without timegm(). Christian Mauderer 2016-04-20 11:25:39 +02:00
  • f3828415f9 Add test for CGI post bel 2016-04-19 23:23:42 +02:00
  • dc51500c06 Try to build CGI test executable in CI test environment bel 2016-04-19 22:47:49 +02:00
  • fb7617d005 Try to build CGI test executable in CI test environment bel 2016-04-19 22:27:31 +02:00
  • 3671ee2c01 Finish fix for CGI pipes in Windows (see #269) bel 2016-04-19 21:46:45 +02:00
  • 6711246563 Fix "POST data to CGI-script does not receive EO" for Windows bel 2016-04-19 21:06:07 +02:00
  • 93c21edf3f Clean up after patch for #296 bel 2016-04-19 20:17:07 +02:00
  • 97e45fc499 Fix "POST data to CGI-script does not receive EO" for Linux bel 2016-04-19 19:55:39 +02:00
  • 1b4b8b8fc7 Add HTML page for CGI test (#296) bel 2016-04-18 21:38:15 +02:00
  • 226167b881 Add test to reproduce #296 bel 2016-04-18 21:11:39 +02:00
  • 6316f030e1 Autoformat code bel 2016-04-16 22:14:05 +02:00
  • f36619570a Add a helper script to test MinGW builds locally (to help debugging the build server) bel 2016-04-16 22:13:25 +02:00
  • d0ff5a5dc8 Fix const char vs char warning bel 2016-04-16 22:03:01 +02:00
  • 94855981a5 Quick fix for #295: Sec-Wesocket-Protocol response header is wrong when there are multiple subprotocols bel 2016-04-16 21:28:48 +02:00
  • 6d3cbb697f Update manual tests bel 2016-04-03 00:04:55 +02:00
  • b08e8ee0f7 Merge pull request #294 from kainjow/cmake-patch bel2125 2016-04-05 20:10:41 +02:00
  • 9b89280590 Merge pull request #293 from kainjow/osx-dmg bel2125 2016-04-05 20:10:15 +02:00
  • b92dbcf0f9 Allow patch to run on Linux Kevin Wojniak 2016-04-05 09:28:47 -07:00
  • 56bca67528 Apply patch only for OS X Kevin Wojniak 2016-04-03 17:13:04 -07:00
  • 08b6fc7d9b Show alert if opening the config file on OS X files, which can happen when the app is launched from the read-only disk imager Kevin Wojniak 2016-04-03 14:10:00 -07:00
  • f2820b50ca Fix OS X dmg build Kevin Wojniak 2016-04-03 14:08:55 -07:00
  • f87d170a18 Merge pull request #292 from kainjow/travis-osx bel2125 2016-04-03 22:04:14 +02:00
  • a36e852805 Merge pull request #291 from kainjow/const-warnings bel2125 2016-04-03 22:03:52 +02:00
  • 92a009f53c Remove allow_failures for osx Kevin Wojniak 2016-04-03 11:55:38 -07:00
  • 696b2936e1 Fix fast_finish syntax Kevin Wojniak 2016-04-03 11:55:27 -07:00
  • 319612d7ee Exclude gcc OS X travis builds Kevin Wojniak 2016-04-03 11:55:03 -07:00
  • 58e1a4ee9e Fix "cast from 'const struct in_addr *' to 'unsigned int *' drops const qualifier" Kevin Wojniak 2016-04-02 17:01:30 -07:00
  • 1ec7b13ec2 Fix "cast from 'const char *' to 'unsigned char *' drops const qualifier" Kevin Wojniak 2016-04-02 17:00:58 -07:00
  • fe420072c4 Fix "cast from 'const char *' to 'char *' drops const qualifier" Kevin Wojniak 2016-04-02 17:00:22 -07:00
  • 61daaa08dc Change mg_set_user_connection_data() to take a non-const connection since the connection needs to be modified. This fixes a "drops const qualifier" warning on OS X. Kevin Wojniak 2016-04-02 16:42:31 -07:00
  • 70e74a28bf Fix "Cast from 'const unsigned char *' to 'void *' drops const qualifier" Kevin Wojniak 2016-04-02 16:39:41 -07:00
  • 082b6a1fc4 Merge pull request #290 from kainjow/osx-timer bel2125 2016-04-03 09:54:22 +02:00
  • 90d5d41297 Revert "Suspend OSX support for civetweb for an indefinite period" Kevin Wojniak 2016-04-02 21:37:16 -07:00
  • 63d2956f8f Fix OS X link error due to missing libcompat Kevin Wojniak 2016-04-02 17:49:54 -07:00
  • 80dc0b3826 Suspend OSX support for civetweb for an indefinite period bel 2016-04-02 23:12:12 +02:00
  • 0e6222504c Explain last partial fix for #278 in a comment in appveyor.yml bel 2016-04-02 23:08:58 +02:00
  • 8d6e9d1b1d Patch should be in the path, but sh should not. Rename sh.exe to _sh.exe. bel 2016-04-02 21:33:01 +02:00
  • 2dfb5a50dc Travis CI builds should be successful, even if they fail for OSX bel 2016-04-02 20:30:31 +02:00
  • 1ce33c69ca Comment mg_fopen/mg_fclose bel 2016-04-01 23:13:30 +02:00
  • 7b51e4ce60 Improve unit tests bel 2016-04-01 21:57:51 +02:00
  • bd9c20e04f Fix signed/unsigned warning in unit test bel 2016-04-01 20:33:11 +02:00
  • 3a31adef54 Correct typing error in unit test bel 2016-03-31 20:59:48 +02:00
  • 4f38f7fb70 Additional unit tests bel 2016-03-30 23:33:15 +02:00
  • ce1c8a6095 Auto-format after merge bel 2016-03-30 22:36:03 +02:00
  • 9269075e1b Fix recently merged functions so they can be built with Visual Studio bel 2016-03-30 22:33:48 +02:00
  • 201cb9bae2 CMake/CI: Allow builds with warnings for OSX (See #94) bel2125 2016-03-30 20:33:52 +02:00
  • 01998fbcfe Add UUID for Lua (in Linux). See also #140. bel2125 2016-03-28 23:05:06 +02:00
  • 489e4b0075 Add CivetWeb internal random function for Lua bel2125 2016-03-28 21:42:37 +02:00
  • 76627a7223 Merge pull request #287 from gaida/master bel2125 2016-03-30 20:12:09 +02:00
  • 36daa5404d Merge remote-tracking branch 'upstream/master' for travis build. Martin Gaida 2016-03-30 16:49:42 +02:00
  • 7105998eb8 fixed ssl_short_trust bug in sslize (see #280) Martin Gaida 2016-03-30 16:40:57 +02:00
  • a24aef9065 GCC diagnostic pragmas seem to use other options as stated in the compiler warning bel2125 2016-03-28 01:25:49 +02:00
  • d7a49d3af3 Fixes for unit tests (for OSX) bel2125 2016-03-28 01:17:48 +02:00
  • 4171284d48 Merge pull request #286 from jd-boyd/update_libcheck bel2125 2016-03-27 10:53:11 +02:00
  • b6275c0116 Update libcheck to 0.10.0, and add a patch for osx Joshua Boyd 2016-03-24 18:37:47 -04:00
  • 3eb145e58c Update repository for Visual Studio 2015 build bel2125 2016-03-26 20:07:45 +01:00
  • 7534f88cdf Correct bad links in README.md bel2125 2016-03-26 18:21:05 +01:00
  • 6fcca844fb Visual Studio projects have been updated to a new version. Use a version independent folder name. bel2125 2016-03-26 18:06:12 +01:00
  • 307f62b14f Remove no longer maintained test utils bel2125 2016-03-26 14:30:48 +01:00
  • f01e5dcc1f Remove not maintained Browser test util bel2125 2016-03-26 14:27:26 +01:00
  • 2e4e972a00 Update Visual Studio project files to VS2015 bel2125 2016-03-26 14:23:41 +01:00
  • 4521281707 Merge pull request #283 from joelg236/cmake-inclusion bel2125 2016-03-26 12:59:12 +01:00
  • 1d0faa4220 Merge pull request #284 from gaida/master bel2125 2016-03-26 12:57:46 +01:00
  • 134f978964 optimized flow for use of short lived certificates Martin Gaida 2016-03-25 12:20:59 +01:00
  • 249defe425 added documentation for ssl_short_trust Martin Gaida 2016-03-25 10:45:31 +01:00
  • 2c78581a37 decreased disk io and added thread safety for short lived certificates Martin Gaida 2016-03-25 10:18:54 +01:00
  • 9cc31c471c Appveyor build: Rewrite artifacts section bel 2016-03-24 22:17:28 +01:00