| OLD | NEW |
| 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). |
| OLD | NEW |