Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: third_party/mongoose/README.chromium

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/modp_b64/README.chromium ('k') | third_party/mozilla/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Mongoose webserver 1 Name: Mongoose webserver
2 Short Name: mongoose 2 Short Name: mongoose
3 URL: http://code.google.com/p/mongoose/ 3 URL: http://code.google.com/p/mongoose/
4 LICENSE: MIT 4 License: MIT
5 Version: 55cf8bf30cd9 5 Version: 55cf8bf30cd9
6 Release: between 3.0 and 3.1 6 Release: between 3.0 and 3.1
7 Security Critical: no 7 Security Critical: no
8 8
9 Description: 9 Description:
10 Mongoose is an easy to use web server. It can be embedded into existing 10 Mongoose is an easy to use web server. It can be embedded into existing
11 application to provide a web interface to it. 11 application to provide a web interface to it.
12 12
13 Only the necessary core server is checked in and not the test nor the 13 Only the necessary core server is checked in and not the test nor the
14 bindings to multiple languages. The server is only used to serve custom 14 bindings to multiple languages. The server is only used to serve custom
15 URLs from the JSON over HTTP webdriver protocol. 15 URLs from the JSON over HTTP webdriver protocol.
16 16
17 Note: There is no make file for this project, it's compiled directly in 17 Note: There is no make file for this project, it's compiled directly in
18 the chrome version of webdriver found under the directory: 18 the chrome version of webdriver found under the directory:
19 src/chrome/test/webdriver 19 src/chrome/test/webdriver
20 20
21 Local modifications (all detailed in chrome-mongoose-modifications.diff, 21 Local modifications (all detailed in chrome-mongoose-modifications.diff,
22 pending upstreaming by danielwh): 22 pending upstreaming by danielwh):
23 * Fixed a couple of Windows/VS2010 compiler warnings/errors 23 * Fixed a couple of Windows/VS2010 compiler warnings/errors
24 * Fixed linger code to apply to sockets from bind, rather than shutdown 24 * Fixed linger code to apply to sockets from bind, rather than shutdown
25 * Don't ignore SIGCHLD, since the proxy launcher depends on it for determining 25 * Don't ignore SIGCHLD, since the proxy launcher depends on it for determining
26 chrome's exit code. 26 chrome's exit code.
27 * Removed a "set but never used" variable, to fix build for gcc 4.6. 27 * Removed a "set but never used" variable, to fix build for gcc 4.6.
28 * Fixed a compiler warning (-Wmaybe-uninitialized). 28 * Fixed a compiler warning (-Wmaybe-uninitialized).
OLDNEW
« no previous file with comments | « third_party/modp_b64/README.chromium ('k') | third_party/mozilla/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698