summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems_webserver/socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-311-1/+1
| | | | | * rtems_webserver/socket.c, rtems_webserver/uemf.h: Removed warnings.
* 2000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-011-553/+577
| | | | | | | | | | | | * Merged version 2.1 of GoAhead webserver. This update was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>. * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c, um.c, um.h: New files. * wbase64.c: Removed. * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c, form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c, socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c, webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
* Added include of <sys/select.h> in attempt to remove compilation warning.Joel Sherrill1999-10-281-0/+4
|
* Warnings removed. Still don't know what to do about the pragmaJoel Sherrill1999-10-271-4/+3
| | | | pack warnings in uemf.h.
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> and Eric ValetteJoel Sherrill1999-10-271-0/+991
<valette@crf.canon.fr> to add a port of the GoAhead web server (httpd) to the RTEMS build tree. They have successfully used this BSP on i386/pc386 and PowerPC/mcp750. Mark and Joel spoke with Nick Berliner <nickb@goahead.com> on 26 Oct 1999 about this port and got verbal approval to include it in RTEMS distributions.