summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mghttpd: Requires POSIX to build server and testsJoel Sherrill2012-10-032-0/+4
| | | | | | Formerly, mghttpd was conditional only on networking being enabled. It uses on pthread and must also be conditional on POSIX threads support being enabled.
* mghttpd: Clarify commentChristian Mauderer2012-07-121-4/+4
|
* mghttpd: Add stack size and scheduling optionsChristian Mauderer2012-07-122-0/+66
|
* mghttpd: Use MD5 librarySebastian Huber2012-07-121-0/+5
|
* mghttpd: Use HAVE_CONFIG_HSebastian Huber2012-07-121-0/+4
|
* mghttpd: Update MongooseChristian Mauderer2012-07-124-4797/+4292
| | | | | | Update to Mongoose Mercurial revision 268:38a02c8a6744 available at: https://code.google.com/p/mongoose/
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-113-5/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Remove all .cvsignore files.Joel Sherrill2012-02-011-1/+0
|
* Whitespace removal.Ralf Corsepius2009-12-101-3/+3
|
* 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-231-0/+6
| | | | | * mghttpd/mongoose.c: crypto_sw table is not used when SSL is disabled. RTEMS does not have flockfile/funlockfile.
* Various 16bit fixes.Ralf Corsepius2009-11-171-7/+7
|
* Add HAVE_CONFIG_H.Ralf Corsepius2009-11-171-0/+4
|
* Add HAVE_SYS_MMAN_H HAVE_DLFCN_H.Ralf Corsepius2009-11-171-0/+4
|
* Convert to unix encoding.Ralf Corsepius2009-11-172-4978/+4978
|
* New.Ralf Corsepius2009-11-173-0/+56
|
* 2009-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-173-0/+5159
* mghttpd/mongoose.c, mghttpd/mongoose.h, mghttpd/mongoose.1: Import from svn http://mongoose.googlecode.com/svn/trunk (r477).