summaryrefslogtreecommitdiffstats
path: root/third_party/mongoose
Commit message (Collapse)AuthorAgeFilesLines
* 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