2002-05-07 |
Jeff Trawick | get "make extraclean" and probably "make distclean... |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Martin Kraemer | Fix long-standing typo (as of 1.17 when mod_info was... |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Cliff Woolley | Fix win32 build breakage |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Justin Erenkrantz | Add DeflateBufferSize directive to replace hardcoded... |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Justin Erenkrantz | Update mod_deflate's documentation. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Joshua Slive | Reverse the hook ordering for mod_userdir and mod_alias so |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Justin Erenkrantz | Uh, yeah, make this work. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Justin Erenkrantz | For those with just xalan-c, drop a hint on what to do. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Justin Erenkrantz | If we determine that we shouldn't be involved in this... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Justin Erenkrantz | It isn't a fatal condition if there is no lockfile... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Justin Erenkrantz | Move mod_deflate from experimental to filters to repres... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Sander Striker | Update to reflect the release. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Aaron Bannert | Protect us from this dirty hack that gets SysV Sem... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Jeff Trawick | Get proxy CONNECT basically working (IE seems to be... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Aaron Bannert | Note the mod_rewrite hang fix. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Aaron Bannert | Fix mod_rewrite hang when APR uses SysV Semaphores... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Aaron Bannert | Add unixd_set_global_mutex_perms so we can set permissi... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Aaron Bannert | Add some error checking in mod_rewrite for the mutex... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Bradley Nicholes | Updated the NetWare make file to match the latest changes |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Bill Stoddard | Protect from buffer overflow when populating a HEAP... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Bill Stoddard | Fix compile break on Netware. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Bill Stoddard | mod_mem_cache/mod_cache requires APR_HAS_ATOMIC_* featu... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Bill Stoddard | This looks complete. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Jeff Trawick | fix the type of the pointer returned by the hash lookup |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Bill Stoddard | Cast the constness away when the object is returned... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Bill Stoddard | Fetch the filename to be cached from the file bucket... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Bill Stoddard | Done |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Ben Laurie | Be more tolerant. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
patrikj | Updated to work with the DTD. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
patrikj | Added several strings. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
patrikj | Replaced all hard-coded strings with localized versions. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Cliff Woolley | for 2.0.36: showstoppers = 0; |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Cliff Woolley | cleanup old-school backward uses of APR_BRIGADE_CONCAT... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
patrikj | Added DTD. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
patrikj | Renamed <modulelist> into <modulefilelist>, so as not... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
patrikj | Simple Makefile for those who prefer make over ant. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Justin Erenkrantz | Removing a field in a core structure (r->boundary)... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
patrikj | Added <directiveindex>, <moduleindex>, and <modulefilel... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Cliff Woolley | Simplify a bit |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Yoshiki Hayashi | Update generated file. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Yoshiki Hayashi | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Justin Erenkrantz | Rewrite ap_byterange_filter so that it can work with... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Yoshiki Hayashi | First cut of Japanese translation of module docs. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Justin Erenkrantz | Reformat/rephrase some things. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Cliff Woolley | Added an optional function (ap_register_rewrite_mapfunc... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
patrikj | Changed to a <dl> in warning note to comply with the... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Cliff Woolley | grr... mod_mem_cache didn't take kindly to that constne... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Cliff Woolley | cache_hash_set was dropping the const qualifier from... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Cliff Woolley | mod_mem_cache needs cache_hash.lo in order to link... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Cliff Woolley | Fix compile break: |
commit | commitdiff | tree | snapshot |
2002-05-04 |
Bill Stoddard | Introduce a dedicated cache hash adt that does not... |
commit | commitdiff | tree | snapshot |
2002-05-04 |
Brian Pane | Mention PR 8462 fix |
commit | commitdiff | tree | snapshot |
2002-05-04 |
Brian Pane | Fix for PR 8462: When tokenizing an unquoted string... |
commit | commitdiff | tree | snapshot |
2002-05-04 |
Joshua Slive | Typo in a link. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Justin Erenkrantz | Remove autom4te.cache when doing make distclean. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Justin Erenkrantz | Fix generated httpd.conf to respect layout for LoadModu... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Bill Stoddard | Simplify the cleanup logic a bit. Fix a bug that could... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Bill Stoddard | Don't open for business before the cache objec is fully... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Joshua Slive | Typo fix. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Joshua Slive | Try to get sitemap up to date. Maybe some day there... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Justin Erenkrantz | Keep rollin', rollin', rollin' |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Bradley Nicholes | By using _setn instead of _set, this call is setting... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Cliff Woolley | fix a typo |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Bill Stoddard | Done |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Bill Stoddard | Win32: Fix bug in mpm_win32 which allowed multiple... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Joshua Slive | Missed a closing tag. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Joshua Slive | Update the filter documentation to mention AddInput... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Joshua Slive | Further cleanup of mod_mime docs: |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Joshua Slive | Some cleanup, cross-referencing, and description additi... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Joshua Slive | Update transformations. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Joshua Slive | Be a little more specific about what Location matches... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Joshua Slive | Bring tutorial page updates forward from 1.3, but prese... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Brian Pane | Performance fixes: |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Paul J. Reder | Fix some minor formatting issues with ab. Part of this is |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Paul J. Reder | Failed to mentionthe PR in the first pass. This just... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Paul J. Reder | Fix a case where an invalid pass phrase is entered... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Jeff Trawick | wait for worker threads to exit even in graceless termi... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
William A.... | Always build this experimental module (which has... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Bill Stoddard | Defer starting the listener until we have at least... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Sander Striker | Update prior to bumping the tag |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Justin Erenkrantz | Close sockets on worker MPM when doing a graceless... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Brian Pane | Eliminate some sprintf calls |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Bradley Nicholes | NetWare make files for building experimental module... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Bradley Nicholes | NetWare make files for building experimental modules... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Greg Ames | default_handler: move the code to handle unusual method... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Cliff Woolley | Revert optimization from circa 2.0.34 that caused very... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Bradley Nicholes | Readjusting how the bucket alloc is done for each worke... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Jeff Trawick | Fix the link to the description of the CoredumpDirectory |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Cliff Woolley | note a desirable goal |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Cliff Woolley | SHMCB should not have been using apr_rmm -- it was... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Cliff Woolley | - Sync with modssl 2.8.8-1.3.24 |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Bill Stoddard | mod_cache doc update (note this is still very primitive) |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Bill Stoddard | Enable mod_mem_cache to be configured to cache open... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Roy T. Fielding | Remove APR_WANT_SIGNAL from apr_want.h because code... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Bill Stoddard | remove_entity should only work on complete cache_objects |
commit | commitdiff | tree | snapshot |
2002-04-29 |
William A.... | Please, Win32 hackers, review this doc!!! Talk about... |
commit | commitdiff | tree | snapshot |
2002-04-29 |
William A.... | Worth noting, I guess |
commit | commitdiff | tree | snapshot |
2002-04-29 |
William A.... | Should correctly build mod_ext_filter, mod_deflate... |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Bill Stoddard | Forget to update the error messages |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Bill Stoddard | Name space protect mod_mem_cache config directives |
commit | commitdiff | tree | snapshot |
next |