summaryrefslogtreecommitdiffstats
path: root/cpukit/shttpd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate.Ralf Corsepius2010-04-291-1/+1
|
* Use SLIBHTTPD.Ralf Corsepius2010-04-291-1/+3
|
* 2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-131-1/+1
| | | | | * shttpd/io_dir.c: Cast consts to size_t (Avoid overflows on implicit const casts on 16bit targets).
* #include <unistd.h>.Ralf Corsepius2010-04-036-0/+10
|
* Add HAVE_STRINGS_H for better POSIX compliance.Ralf Corsepius2010-03-264-0/+16
|
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-021-1/+1
| | | | * shttpd/def.h: Use __m32c__ for m32c.
* Whitespace removal.Ralf Corsepius2009-12-029-22/+22
|
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-021-0/+20
| | | | | * shttpd/def.h: Shrink default URI_MAX to 32767. Add special cases for sizeof(size_t) < 2.
* 2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-181-0/+1
| | | | | | | | * libcsupport/include/rtems/libcsupport.h, libcsupport/src/scandir.c, libmisc/cpuuse/cpuusagereset.c, libmisc/monitor/mon-monitor.c, libmisc/serdbg/serdbg.c, libmisc/serdbg/serdbg.h, libnetworking/netinet/in_cksum_powerpc.h, shttpd/compat_rtems.h: Fix warnings.
* Replace C++-comments with C-comments.Ralf Corsepius2008-07-311-6/+8
|
* 2008-03-25 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-03-251-1/+3
| | | | | * shttpd/log.c: Activate SPLIT_SNPRINTF for gcc <= 4.2.3 and coldfire.
* 2007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-061-35/+32
| | | | * shttpd/compat_rtems.c: Style clean up.
* changesRalf Corsepius2007-07-301-6/+4
|
* 2007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-301-0/+30
| | | | | | * shttpd/log.c: Add preliminary version of SPLIT_SNPRINTF to work-around bug m68k/coldfire -fomit-frame-pointer bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32307.
* Don't build most of my_* wrappers for rtems.Ralf Corsepius2007-07-241-0/+9
|
* Don't build my_stat for rtems.Ralf Corsepius2007-07-241-2/+2
|
* Prefix all non-public symbols with _shttp_.Ralf Corsepius2007-07-241-0/+37
|
* 2007-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-122-5/+9
| | | | | * shttpd/compat_rtems.c, shttpd/compat_rtems.h: Add port to listen on to shttpd initialization.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-122-0/+12
| | | | | * shttpd/defs.h: Eliminate my_strncasecmp. * shttpd/string.c: Eliminate my_strncasecmp.
* Eliminate my_strlcpy.Ralf Corsepius2007-06-122-0/+9
|
* Eliminate my_strdup, my_strndup.Ralf Corsepius2007-06-122-0/+15
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-1/+1
| | | | | * shttpd/Makefile.am: Add -DHAVE_MD5 to use md5 routines from libmd.a.
* Remove.Ralf Corsepius2007-06-112-1/+0
|
* Regenerate.Ralf Corsepius2007-06-111-1/+1
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-1/+1
| | | | * shttpd/Makefile.am: Conditionally build on LIBNETWORKING.
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-0/+5
| | | | | * shttpd/compat_rtems.h: Include <arpa/inet.h>. Add config.h support.
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-0/+1
| | | | * shttpd/compat_rtems.h: Define closesocket.
* New.Ralf Corsepius2007-06-111-0/+2
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-0/+1
| | | | * shttpd/compat_rtems.h: Add IS_DIRSEP_CHAR.
* Use size_t for stack sizes.Ralf Corsepius2007-06-112-2/+2
|
* New.Ralf Corsepius2007-06-111-0/+39
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-0/+31
| | | | * shttpd/Makefile.am: New.
* Remove (Renamed to Makefile.shttpd)Ralf Corsepius2007-06-111-50/+0
|
* Rename shttpd's MakefileRalf Corsepius2007-06-111-0/+50
|
* Import from shttpd-1.37.Ralf Corsepius2007-06-1134-0/+7814