| Commit message (Expand) | Author | Files | Lines |
2003-03-30 | Added an RPM build script | Graham Leggett | 5 | -0/+641 |
2003-03-29 | Simplify and shorten the code path for scanning request headers | Brian Pane | 2 | -81/+33 |
2003-03-29 | Fix mod_ssl.dsp and abs.dsp to use also the openssl-0.9.7-defines for | André Malo | 2 | -4/+4 |
2003-03-29 | - openssl won't compile unless perl Configure is called. | André Malo | 2 | -2/+4 |
2003-03-29 | Because SSL's child init is run *after* we change uid/gid. So we need to ensu... | Jim Jagielski | 3 | -0/+6 |
2003-03-28 | keep changes in sync ... | André Malo | 1 | -4/+4 |
2003-03-28 | Per JimJ's review - we prefer posix over semv, fcntl over flock, | William A. Rowe Jr | 1 | -35/+19 |
2003-03-28 | Addendum to r1.74; Keep only the resulting filename in the global pool, | William A. Rowe Jr | 1 | -4/+4 |
2003-03-28 | Addendum to r1.21... I missed the fact that we blew away the init | William A. Rowe Jr | 1 | -1/+1 |
2003-03-28 | Fix a serious bug where the 'next' generation of the server would open | William A. Rowe Jr | 1 | -1/+5 |
2003-03-28 | Allow any mutex to accept a 'filename' ... and always root it to the | William A. Rowe Jr | 1 | -57/+56 |
2003-03-27 | ap_rgetline_core: set the number of bytes read & copied into the caller's | Greg Ames | 1 | -0/+3 |
2003-03-27 | Corrected another capitalisation issue. | Erik Abele | 1 | -3/+2 |
2003-03-27 | Corrected some capitalisation issues and changed 'Performance Notes' | Erik Abele | 5 | -11/+11 |
2003-03-27 | Update a bunch of transformations. | Erik Abele | 17 | -62/+121 |
2003-03-26 | helps to actually use it | Jim Jagielski | 1 | -1/+1 |
2003-03-26 | Apache uses strncasecmp - which we wrap to strnicmp based on the platform's | William A. Rowe Jr | 1 | -1/+1 |
2003-03-26 | Need to report a select() error vs a timeout. Also avoid hogging the CPU on | Bradley Nicholes | 1 | -1/+7 |
2003-03-24 | ap_get_mime_headers_core: allocate space for the trailing null when there | Greg Ames | 2 | -3/+8 |
2003-03-24 | Oops - undo wrong commit | Martin Kraemer | 1 | -2/+0 |
2003-03-24 | On failures, try to add a hint what went wrong | Martin Kraemer | 2 | -2/+4 |
2003-03-24 | Typos: arguments & explicitly. | Chris Pepper | 1 | -2/+2 |
2003-03-24 | Many simple typos. | Chris Pepper | 4 | -17/+17 |
2003-03-24 | Typos: disribution -> distribution; overriden -> overridden | Chris Pepper | 2 | -2/+2 |
2003-03-23 | Typo: internal.examle.com -> internal.example.com | Chris Pepper | 1 | -1/+1 |
2003-03-23 | Typo: derivative & "the the". | Chris Pepper | 1 | -3/+3 |
2003-03-23 | Typo: explicitly. | Chris Pepper | 1 | -1/+1 |
2003-03-23 | Typos: occurring & access_log. | Chris Pepper | 1 | -2/+2 |
2003-03-23 | Typos: explicit & separated. | Chris Pepper | 1 | -2/+2 |
2003-03-23 | Fix typos: seperately, examle, refered (not the header), compatiblity, publi... | Chris Pepper | 1 | -7/+7 |
2003-03-23 | Fix a couple typos: explicitly, substitute. | Chris Pepper | 1 | -5/+5 |
2003-03-22 | Do not bypass output filters when redirecting subrequests internally. | André Malo | 2 | -5/+27 |
2003-03-22 | Fix chinese default page. | André Malo | 4 | -10/+4 |
2003-03-22 | Update transformations. | Yoshiki Hayashi | 14 | -276/+703 |
2003-03-22 | Fix typo. | Yoshiki Hayashi | 1 | -1/+1 |
2003-03-22 | Update Japanese translations. | Yoshiki Hayashi | 13 | -122/+207 |
2003-03-20 | SECURITY: Eliminated leaks of several file descriptors to child | William A. Rowe Jr | 6 | -4/+14 |
2003-03-19 | keep changes in sync | André Malo | 1 | -5/+6 |
2003-03-19 | uh, I forgot to add the transformated mod_nw_ssl.html ;-) | André Malo | 2 | -1/+80 |
2003-03-19 | add mod_nw_ssl to sitemap (and autogenerated pages) and update transformation | André Malo | 15 | -223/+291 |
2003-03-18 | Fixed a small logic problem when printing out the console command help | Bradley Nicholes | 1 | -1/+1 |
2003-03-14 | OpenSSL should be included as "openssl/ssl.h" and not "ssl.h" (and rely on the | Madhusudan Mathihalli | 3 | -24/+25 |
2003-03-14 | Added documentation for the directives SecureListen and NWSSLTrustedCerts | Bradley Nicholes | 2 | -0/+60 |
2003-03-14 | Added the optional ssl_enable functions to allow mod_proxy to hook into | Bradley Nicholes | 1 | -2/+124 |
2003-03-14 | Added a note that indicates that forward slashes should always be used on | Bradley Nicholes | 2 | -0/+12 |
2003-03-13 | Document the SSLMutex directives | Jim Jagielski | 1 | -12/+45 |
2003-03-13 | I did the work, got out the vote, back-ported it, removed the vote, but forgot | Paul J. Reder | 1 | -5/+5 |
2003-03-13 | Modify the APACHE_CHECK_SSL_TOOLKIT to detect SSL-C (atleast version 2.1). | Madhusudan Mathihalli | 2 | -7/+21 |
2003-03-13 | Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using | Madhusudan Mathihalli | 4 | -89/+95 |
2003-03-13 | Backported this fix to 2.0.45-dev | Bill Stoddard | 1 | -4/+3 |