summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
2013-01-07Use __attribute__((__gnu_inline__)) with __inline__ if __GNUC_STDC_INLINE__Brad Smith
2013-01-06acknowlege -> acknowledgeMartynas Venckus
2012-08-24Link httpd with -lpthread; recent pthread work enforces that a programStuart Henderson
2012-07-07allow httpd to build if sslv2 is disabled, ok guenther@Stuart Henderson
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-01-29from Mikolaj Kucharski:Jason McIntyre
2011-09-17Apply the fnmatch recursion limit fix to the local copy of fnmatch in httpd.Stefan Sperling
2011-07-17typo in usage summaryjoshua stein
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-04-06Local variables storing integer values and printed with %d should beMiod Vallat
2011-01-05- properly fix pr6009. a different fix was commited as the original patchJasper Lievisse Adriaanse
2010-11-29add rss mime type; while here, use tabs instead of spaces in atom+xml type.Igor Sobrado
2010-10-01adapt to API changes in OpenSSL-1.0.0aDamien Miller
2010-09-26Allow mod_headers to handle RequestHeader directives known from apache2,Sebastian Reitenbach
2010-09-09nessesary -> necessary.Miod Vallat
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2010-05-18use the right capitalization for "HyperText Transfer Protocol (HTTP)"Igor Sobrado
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
2010-05-05Unconditionally set HAVE_ISINF and HAVE_ISNAN in the generatedMark Kettenis
2010-03-31make ProxyPass exclude directives only exclude on match, instead of alwaysAlexander Hall
2010-02-25- apache would send the wrong Host-Header back when setup as a reverse proxyJasper Lievisse Adriaanse
2010-02-25fix some fallout from the >2G commit. namely allow for all byte counters toPierre-Yves Ritschard
2010-02-23Add opendocument mime types, from Lars Nooden.Stuart Henderson
2010-02-23Fix byte range parsing, broken in last revision of http_protocol.c,Pierre-Yves Ritschard
2010-02-03Add a SECURITY FIX for CVE-2010-0010Jasper Lievisse Adriaanse
2010-01-20Apache manual is now part of the "man" file set.Antoine Jacoutot
2009-12-14could write one word too far, found by parfait; ok millertTheo de Raadt
2009-12-14wrote one byte too far, found by parfait; ok beck millertTheo de Raadt
2009-12-13repair typeTheo de Raadt
2009-12-13copy correctly sized object, found by parfait; ok jsgTheo de Raadt
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-25s/openSSL/OpenSSL/Antoine Jacoutot
2009-08-26Add ogg media types from RFC 5334 and update application/ogg as well.Federico G. Schwindt
2009-08-26Add ! support to ProxyPass to exclude directories from being proxied.Federico G. Schwindt
2009-07-16ServerTokens default is ProductOnly;Jason McIntyre
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-04add RCFLAGS to config test casesSimon Bertrang
2009-06-03allow localhost to query server-status by default. this makes apachectlRobert Nagy
2009-06-02Fix the way apache reports Content-Length by promoting the clength fieldPierre-Yves Ritschard
2009-04-01zap double word; from Jo?o SalvattiJason McIntyre
2009-03-10by default drop privs to www/www, not nobody/nogroup if User/GroupMartynas Venckus
2008-12-17typoMiod Vallat
2008-12-09update ap_config_auto.h for new libcMartynas Venckus
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there areStuart Henderson
2008-12-02correct spelling (ambigous -> ambiguous)Stuart Henderson
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-10-06Don't exit if the logfile specified on the command line can not beMarc Balmer
2008-10-03Readability changes.Marc Balmer