summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/sockGen.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2003-04-112003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-41/+67
* rtems_webserver/cgi.c, rtems_webserver/sockGen.c, rtems_webserver/umui.c, rtems_webserver/websSSL.c, rtems_webserver/websSSL.h, rtems_webserver/websda.c, rtems_webserver/websda.h: New files. Not included in previous commit.
2002-10-312002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* rtems_webserver/socket.c, rtems_webserver/uemf.h: Removed warnings.
2000-09-012000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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.
1999-10-28Added include of <sys/select.h> in attempt to remove compilation warning.Joel Sherrill1-0/+4
1999-10-27Warnings removed. Still don't know what to do about the pragmaJoel Sherrill1-4/+3
pack warnings in uemf.h.
1999-10-27Patch from Emmanuel Raguet <raguet@crf.canon.fr> and Eric ValetteJoel Sherrill1-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.