summaryrefslogtreecommitdiffstats
path: root/third_party/mongoose
Commit message (Collapse)AuthorAgeFilesLines
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-011-1/+1
| | | | | | | | | | | | | | | | This will simplify the addition of a tool to check licenses for the purpose of the Android WebView build. See also http://codereview.chromium.org/10827099 Also adds other missing fields to these README.chromium files as required by presubmit checks and fixes a regex used to enforce this. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10821103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98
* Initialized the variables root and ri.asharif@chromium.org2012-03-023-0/+24
| | | | | | | | | | | | These were being flagged by gcc-4.6.0 using the Wmaybe-uninitialized warning. BUG=none TEST=trybot Review URL: http://codereview.chromium.org/9309008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124619 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mongoose build for gcc 4.6.joi@chromium.org2012-01-263-13/+32
| | | | | | | | | BUG=none Review URL: http://codereview.chromium.org/9235033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119227 0039d316-1c4b-4281-b951-d872f2087c98
* Fix proxy launcher error in chromedriver posix when chrome is closed.kkania@chromium.org2011-12-143-11/+21
| | | | | | | | | | | | The proxy launcher couldn't determine chrome's exit code because chromedriver was ignoring SIGCHLD. BUG=none TEST=none Review URL: http://codereview.chromium.org/8929013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114365 0039d316-1c4b-4281-b951-d872f2087c98
* Updating Mongoose server in chromedriver to latest version. (clone of issue ↵danielwh@google.com2011-11-034-3239/+2804
| | | | | | | | 8375010) Review URL: http://codereview.chromium.org/8423073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108560 0039d316-1c4b-4281-b951-d872f2087c98
* Fix race in chromedriver webserver where a new pending connection is ignoredkkania@chromium.org2011-06-032-5/+12
| | | | | | | | | | | because the worker thread thinks the incoming queue is empty. BUG=none TEST=none Review URL: http://codereview.chromium.org/6982051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87739 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up third_party readmes and adding a template for future use.cdn@chromium.org2011-03-161-2/+2
| | | | | | | | | | | The next step is a presubmit rule that will make people use the template. We are doing this so that we can better track dependancy versions. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/6610030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78316 0039d316-1c4b-4281-b951-d872f2087c98
* Add method for shutting down ChromeDriver gracefully.kkania@chromium.org2011-02-042-4/+6
| | | | | | | | | | Merge webdriver_tests into chromedriver_tests. BUG=none TEST=none Review URL: http://codereview.chromium.org/6368068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73809 0039d316-1c4b-4281-b951-d872f2087c98
* Fix miscellaneous compilation bugs under Visual Studio 2010.jeanluc@chromium.org2011-01-301-0/+2
| | | | | | | | | BUG=71145 TEST=Run unit tests Review URL: http://codereview.chromium.org/6240017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73119 0039d316-1c4b-4281-b951-d872f2087c98
* Fix intermittent mongoose webserver crash on Windows. Occassionally, a new ↵kkania@chromium.org2011-01-281-6/+6
| | | | | | | | | | | | worker thread will be started, but will have not have a connection to handle because another worker thread grabs it first. If no further connections arrive, the new worker thread will proceed to exit. This will crash when accessing the worker's connection's context, which has never been set. The fix is to use the context that was given to the worker initially in this case. BUG=none TEST=none Review URL: http://codereview.chromium.org/6244002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73034 0039d316-1c4b-4281-b951-d872f2087c98
* Move us closer to passing the license check script.phajdan.jr@chromium.org2010-08-301-1/+1
| | | | | | | | TEST=none BUG=28291 Review URL: http://codereview.chromium.org/3245008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57895 0039d316-1c4b-4281-b951-d872f2087c98
* Mongoose is an MIT licensed HTTP server that is used by chrome tojmikhail@google.com2010-08-184-0/+5046
implement the JSON over HTTP protocol of WebDriver. It is a full featured server with SSL capability. The maximum number of url headers has been changed from 64 to 128 and the bindings and tests are not included since they are not used. BUG=none TEST=none Project URL: http://code.google.com/p/mongoose/ Review URL: http://codereview.chromium.org/3080002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56479 0039d316-1c4b-4281-b951-d872f2087c98