]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2003-01-20  William A.... Catch up with the changes to apr/build/win32ver.awk...
2003-01-13  William A.... After introducing tests in the cmds, we lose the...
2002-12-23  William A.... All we care about is the type and name, just ask...
2002-12-14  William A.... After some productive feedback and no negative feedba...
2002-12-14  William A.... After some productive feedback and no negative feedba...
2002-12-08  Wilfredo Sanchez2.0 -> 2.1
2002-11-23  Cliff WoolleyFix some possibly-uninitialized variables.
2002-11-11  Jeff TrawickRearrange OpenSSL engine initialization to support...
2002-11-07  William A.... Turn DOWN the volume of these errors... they are...
2002-11-06  William A.... Per Justin's feedback, this still needed a little...
2002-11-06  William A.... Rule one of winsock and other one-offs (even unix...
2002-11-06  William A.... errno? EINTR? what planet was this code on :-?...
2002-11-05  William A.... Merge the last of the 'filtering' functions into...
2002-11-05  William A.... Actually, the APR_ECONNABORTED (EOS-only brigade...
2002-11-05  William A.... With a last little bit of help from Justin, this...
2002-11-05  William A.... At least one doc I've seen says EOF+bytes is valid...
2002-11-04  William A.... Appears we forgot to check the possibility of errors...
2002-11-04  William A.... Rename the many flavors of filter_ctx (pRec, fctx...
2002-11-01  Justin ErenkrantzAdd some waypoints to understanding this code
2002-11-01  Justin ErenkrantzAdd some commentary on how we *think* the input filteri...
2002-11-01  Justin ErenkrantzI don't see how *len > wanted, but leave the check...
2002-11-01  William A.... Clean up the read pattern for cases when some data...
2002-11-01  William A.... Distinguish inctx, outctx, frec [and b ??? looked...
2002-11-01  William A.... More nits spotted by Justin, and catch all the errors...
2002-11-01  William A.... Suggestions by Justin, implemention by Will. Rename...
2002-11-01  William A.... Completely refactor the BIO-side client input handlin...
2002-10-29  William A.... Fix memory leak in mod_ssl from internal SSL library...
2002-10-29  William A.... Close several small leaks in SSL.
2002-10-27  William A.... Outch. No freeing consts. Fortunately, the fn's...
2002-10-25  Jeff Trawickfix the interface to PEM_read_bio_X509() with OpenSSL...
2002-10-25  Jeff Trawickmod_ssl uses free() inappropriately in several places...
2002-10-25  Jeff Trawickstylistic improvements
2002-10-22  Jim Jagielski2 silly bugs. First of all, make the code match the...
2002-10-17  Jim JagielskiUgg. We need to use '%pp' not '%p' since ap_log_error...
2002-10-14  Ryan BloomThis stuff shouldn't have been committed. This is...
2002-10-11  Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-10-01  Jeff TrawickFix a mutex problem in mod_ssl session cache support...
2002-09-30  Ryan Bloomback out the stuff from mod_ssl that shouldn't have...
2002-09-30  Ryan BloomCall out the success cases when we don't get APR_SUCCES...
2002-09-28  Ryan BloomBack out some changes that should't have been committed.
2002-09-28  Ryan BloomAllow the UserDir directive to accept a list of directo...
2002-09-15  Justin ErenkrantzRemove warnings seen with Sun's Forte compiler.
2002-08-21  William A.... Small fixes for SSLC
2002-07-31  Jeff Trawickfix a typo in the last commit
2002-07-31  Jeff Trawickignore some generated files on OS/390
2002-07-17  Jeff Trawickuse APR_SIZE_T_FMT for formatting apr_size_t
2002-07-08  William A.... Changes for deprecated apr_is_fnmatch
2002-06-30  Ryan BloomGet the perchild MPM starting different child processes...
2002-06-28  Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-21  Jeff Trawickreword an error message
2002-06-17  William A.... These emits occur mainline, outside of the pphrase_ca...
2002-06-11  Cliff Woolleyfix the infinite recursion problem with HTTP-on-the...
2002-06-11  Doug MacEachernin case there is actually a cert chain in the cache...
2002-06-11  Doug MacEachernPR:
2002-06-11  Doug MacEachernPR:
2002-06-07  Jeff Trawickmake some small steps towards getting the post config...
2002-06-06  Cliff WoolleyUpdate Geoff's email address. PS: Geoff still voluntee...
2002-06-05  William A.... cvs up/diff gets pretty hard to track with vc7 builds.
2002-06-04  Ryan BloomRemove all special mod_ssl URIs. This also fixes the...
2002-06-04  William A.... The only remaining question ... are nested or strictl...
2002-05-30  Cliff WoolleyThis definitely gets the award for least useful error...
2002-05-30  William A.... Based on DougM's feedback to the list...
2002-05-30  William A.... Apparently Roy missed this comment. Rephrase as...
2002-05-30  William A.... Split out the LAYOUT
2002-05-30  William A.... As we find the right places for this content, move...
2002-05-30  William A.... All rather stale. Any new/remaining issues should...
2002-05-28  Cliff WoolleyAPR-ize the localtime() fooness, since localtime()...
2002-05-25  Cliff WoolleyFix the rest of the apr_pool_userdata_setn() bogosity...
2002-05-20  Cliff Woolleypropagate gregames' change to the other callers of...
2002-05-17  Doug MacEachernprevent possible segv in ssl_init_CheckServers if s...
2002-05-17  Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-16  Jeff Trawicktweak an error message for readability
2002-05-16  Justin ErenkrantzRemove SSLLog and SSLLogLevel directives in favor of...
2002-05-16  Justin ErenkrantzChange mod_ssl from using ssl_log() to ap_log_error().
2002-05-15  Justin ErenkrantzStop using SSL_ADD_SSLERR option in ssl_log() and repla...
2002-05-13  Justin ErenkrantzCorrect typo in last commit.
2002-05-13  Justin ErenkrantzApply same patch (nee hack) to mod_ssl as was done...
2002-05-10  William A.... Afraid these are likely generated, just something...
2002-05-09  Jeff TrawickFix a mod_ssl build problem on OS/390.
2002-05-01  Paul J. RederFix a case where an invalid pass phrase is entered...
2002-04-30  Cliff WoolleyRevert optimization from circa 2.0.34 that caused very...
2002-04-30  Cliff Woolleynote a desirable goal
2002-04-30  Cliff WoolleySHMCB should not have been using apr_rmm -- it was...
2002-04-30  Cliff Woolley- Sync with modssl 2.8.8-1.3.24
2002-04-18  Justin ErenkrantzFix so that we can compile with OpenSSL 0.9.8-dev.
2002-04-13  Sander StrikerAdapt to the rename of apr_explode_localtime to apr_tim...
2002-04-12  Cliff WoolleyTouch these files so that their datestamps are newer...
2002-04-09  Aaron BannertConvert mod_ssl to the new apr_global_mutex.h API and...
2002-04-08  Doug MacEachernanother todo
2002-04-07  Doug MacEachernPR: 7802
2002-04-07  Doug MacEachernPR:
2002-04-07  Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-04-05  Cliff WoolleyGet the HTTP-on-HTTPS hint to come through again. ...
2002-04-05  Doug MacEachernPR:
2002-04-02  Doug MacEachernfix SSL_X509_INFO_load_path so SSLProxyMachineCertifica...
2002-04-02  Doug MacEacherncopy-n-pasto: need to use SSL_X509_INFO_load_*path...
2002-04-02  Doug MacEacherncopy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath...
2002-04-02  Doug MacEachernfix copy-n-pasto: ssl_cmd_SSLProxyCACertificatePath...
2002-04-02  Doug MacEachernanother todo
2002-04-02  Doug MacEachernPR:
next