Home | History | Annotate | only in /external/chromium_org/third_party/mongoose
Up to higher level directory
NameDateSize
chrome-mongoose-modifications.diff01-Nov-20134.4K
LICENSE01-Nov-20131.1K
mongoose.c01-Nov-2013128.4K
mongoose.h01-Nov-20138.9K
README.chromium01-Nov-20131.1K

README.chromium

      1 Name: Mongoose webserver
      2 Short Name: mongoose
      3 URL: http://code.google.com/p/mongoose/
      4 License: MIT
      5 Version: 55cf8bf30cd9
      6 Release: between 3.0 and 3.1
      7 Security Critical: no
      8 
      9 Description:
     10 Mongoose is an easy to use web server. It can be embedded into existing
     11 application to provide a web interface to it.
     12 
     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
     15 URLs from the JSON over HTTP webdriver protocol.
     16 
     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:
     19   src/chrome/test/webdriver
     20 
     21 Local modifications (all detailed in chrome-mongoose-modifications.diff,
     22 pending upstreaming by danielwh):
     23 * Fixed a couple of Windows/VS2010 compiler warnings/errors
     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
     26   chrome's exit code.
     27 * Removed a "set but never used" variable, to fix build for gcc 4.6.
     28 * Fixed a compiler warning (-Wmaybe-uninitialized).
     29