| Commit message (Expand) | Author | Age | Files | Lines |
| * | this commit is really florian@'s, since he's the one who made removal |  henning | 2014-04-22 | 276 | -133440/+0 |
| * | If a constant string needs a name, use a static const array instead of a |  guenther | 2013-10-27 | 1 | -1/+1 |
| * | Correct format string mismatches turned up by -Wformat=2 |  guenther | 2013-08-22 | 2 | -7/+7 |
| * | Fix calls to printf-like functions which passed a non-fixed string |  guenther | 2013-08-18 | 1 | -2/+2 |
| * | Prep for big ino_t: cast to unsigned long long and format with %ll or %q |  guenther | 2013-08-08 | 1 | -3/+3 |
| * | Don't assume inode numbers fit in a long |  guenther | 2013-08-05 | 1 | -6/+7 |
| * | Disable SSL compression in order to mitigate CRIME attacks. Add |  jsing | 2013-07-16 | 4 | -5/+23 |
| * | Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies the |  jsing | 2013-07-16 | 4 | -4/+47 |
| * | Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that it |  jsing | 2013-07-16 | 5 | -18/+19 |
| * | introduce HonorCipherOrder to use the server's order of preference of ciphers |  otto | 2013-07-11 | 5 | -3/+23 |
| * | remove useless line that breaks with new perl |  sthen | 2013-03-25 | 1 | -1/+0 |
| * | Use __attribute__((__gnu_inline__)) with __inline__ if __GNUC_STDC_INLINE__ |  brad | 2013-01-07 | 1 | -1/+5 |
| * | acknowlege -> acknowledge |  martynas | 2013-01-06 | 1 | -3/+3 |
| * | allow httpd to build if sslv2 is disabled, ok guenther@ |  sthen | 2012-07-07 | 1 | -5/+2 |
| * | In preparation for getline and getdelim additions to libc, rename getline() |  fgsch | 2012-03-04 | 3 | -10/+10 |
| * | Apply the fnmatch recursion limit fix to the local copy of fnmatch in httpd. |  stsp | 2011-09-17 | 1 | -4/+29 |
| * | typo in usage summary |  jcs | 2011-07-17 | 1 | -2/+2 |
| * | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' |  miod | 2011-04-06 | 1 | -3/+3 |
| * | Local variables storing integer values and printed with %d should be |  miod | 2011-04-06 | 1 | -2/+3 |
| * | - properly fix pr6009. a different fix was commited as the original patch |  jasper | 2011-01-05 | 1 | -1/+7 |
| * | adapt to API changes in OpenSSL-1.0.0a |  djm | 2010-10-01 | 1 | -5/+5 |
| * | Allow mod_headers to handle RequestHeader directives known from apache2, |  sebastia | 2010-09-26 | 1 | -6/+42 |
| * | nessesary -> necessary. |  miod | 2010-09-09 | 1 | -2/+2 |
| * | add an EXIT STATUS section for /usr/sbin; |  jmc | 2010-09-03 | 2 | -8/+6 |
| * | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> |  krw | 2010-05-10 | 2 | -3/+3 |
| * | Unconditionally set HAVE_ISINF and HAVE_ISNAN in the generated |  kettenis | 2010-05-05 | 1 | -32/+11 |
| * | make ProxyPass exclude directives only exclude on match, instead of always |  halex | 2010-03-31 | 1 | -3/+3 |
| * | - apache would send the wrong Host-Header back when setup as a reverse proxy |  jasper | 2010-02-25 | 1 | -1/+1 |
| * | fix some fallout from the >2G commit. namely allow for all byte counters to |  pyr | 2010-02-25 | 9 | -35/+35 |
| * | Fix byte range parsing, broken in last revision of http_protocol.c, |  pyr | 2010-02-23 | 4 | -24/+20 |
| * | Add a SECURITY FIX for CVE-2010-0010 |  jasper | 2010-02-03 | 1 | -3/+3 |
| * | could write one word too far, found by parfait; ok millert |  deraadt | 2009-12-14 | 1 | -1/+1 |
| * | wrote one byte too far, found by parfait; ok beck millert |  deraadt | 2009-12-14 | 1 | -2/+2 |
| * | repair type |  deraadt | 2009-12-13 | 1 | -1/+1 |
| * | copy correctly sized object, found by parfait; ok jsg |  deraadt | 2009-12-13 | 1 | -1/+1 |
| * | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). |  sobrado | 2009-10-31 | 1 | -2/+2 |
| * | Add ! support to ProxyPass to exclude directories from being proxied. |  fgsch | 2009-08-26 | 1 | -0/+3 |
| * | fix rcs ids. ok sthen@ |  martynas | 2009-06-21 | 3 | -3/+3 |
| * | add RCFLAGS to config test cases |  simon | 2009-06-04 | 1 | -3/+3 |
| * | Fix the way apache reports Content-Length by promoting the clength field |  pyr | 2009-06-02 | 3 | -26/+31 |
| * | by default drop privs to www/www, not nobody/nogroup if User/Group |  martynas | 2009-03-10 | 1 | -3/+3 |
| * | update ap_config_auto.h for new libc |  martynas | 2008-12-09 | 1 | -0/+10 |
| * | Some more ambigous -> ambiguous pointed out by mbalmer (there are |  sthen | 2008-12-03 | 1 | -1/+1 |
| * | correct spelling (ambigous -> ambiguous) |  sthen | 2008-12-02 | 1 | -4/+4 |
| * | Don't exit if the logfile specified on the command line can not be |  mbalmer | 2008-10-06 | 1 | -16/+19 |
| * | Readability changes. |  mbalmer | 2008-10-03 | 1 | -4/+4 |
| * | KNF and readability changes; no binary changes. |  mbalmer | 2008-10-03 | 1 | -789/+780 |
| * | Use correct function signature when calling the write_host_header hook. |  mbalmer | 2008-10-03 | 2 | -1/+11 |
| * | adapt to API changes in OpenSSL 0.9.8h |  djm | 2008-09-06 | 1 | -1/+1 |
| * | Use only safe functions in signal handlers. |  tobias | 2008-08-11 | 2 | -6/+9 |