2000-06-13 |
Ryan Bloom | Stop checking for Shared Memory. This function is... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Remove the check for EAGAIN. With APR handling the... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Protect system header files with the appropriate macros. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Mod_proxy should not be a default module... yet. :-) |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Chuck Murcko | resolved conflicts (2) in PASV handling from original... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Clean up a big chunk of ap_config.h. This basically... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Chuck Murcko | New mod_proxy/mod_cache (file cache) for 2.0. This... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeff Trawick | Fix logging of errors creating the httpd.pid file. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeff Trawick | Back out ap_set_default_perms(). Remove old logic... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeff Trawick | Get mod_cgid compiling again. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeff Trawick | pcre.h is a permanent file now... don't .cvsignore... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Bill Stoddard | Add exports required by Jeff's recent changes. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Bill Stoddard | Another struct stat to ap_finfo_t change |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Clean up the stat commit. Basically there was one... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Bill Stoddard | Fix Win32 compile break caused by Ryan's stat cleanup. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Sascha Schumann | Including apr_file_io.h is not necessary. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Sascha Schumann | Fix typos. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Sascha Schumann | add note about building MM library |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Sascha Schumann | Finish the switch to light-wheight pcre. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | All of Apache uses APR for shared memory, so Apache... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Apache doesn't use struct tm anymore, Remove a check... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Add a new function ap_set_default_fperms. This allows... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Missed one sys/stat.h in mod_rewrite.h. Removing it... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Remove the final vestiges of stat.h from Apache 2.0... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
David Reid | Dont' add -ldl for BeOS. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Brian Havard | Don't add -ldl for OS/2. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
David Reid | Make this build again... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Greg Stein | yaabbos? gravity? |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Sascha Schumann | Remove reference to dftables.lo from CLEANFILES. *... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Sascha Schumann | Build only needed parts of libpcre. This is more light... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Nothing in Apache should be calling stat anymore, so... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ryan Bloom | Apache doesn't need to check for inline or pid's, becau... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Greg Stein | add some items that Jeff has noted. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Jeff Trawick | Fix a couple of problems with the pre/post config proce... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Ben Laurie | Make dependencies work. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Ben Laurie | Update dependencies. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Ben Laurie | Make "make depend" work - pending a real fix, that... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Ben Laurie | Do printf formatting properly. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Ben Laurie | Eliminate spurious tab. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Sascha Schumann | Split generating Makefiles and creating config_vars.mk. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Sascha Schumann | Avoid second invocation of cat. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Sascha Schumann | Fix dependencies for util_uri.lo and util.lo. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Sascha Schumann | Fix path for helpers/PrintPath which is in $srcdir. |
commit | commitdiff | tree | snapshot |
2000-06-10 |
William A.... | A little more cleanup of win_service and windows... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Jeff Trawick | cast ap_snprintf() argument to the type expected by... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Jeff Trawick | Get FreeBSD 3.4 building again. It doesn't have lib... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Greg Stein | hi Toto! |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Ryan Bloom | perfect blue sky. Ain't CA wonderful? |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Greg Stein | clouds? what are those? |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Ryan Bloom | Cleanup more of the Apache configuration. This removes... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Jeff Trawick | Get FreeBSD building again with the resource limiting... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Jeff Trawick | httpd -V now displays APR's selection of the lock mecha... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Jeff Trawick | Fix a Solaris compilation problem with mod_cgid: |
commit | commitdiff | tree | snapshot |
2000-06-10 |
dgaudet | fix nagle |
commit | commitdiff | tree | snapshot |
2000-06-10 |
dgaudet | another iteration on the saferead/bhalfduplex stuff... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Ryan Bloom | Update the Dexter MPM to use APR for shared memory... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Ryan Bloom | Looking good outside. |
commit | commitdiff | tree | snapshot |
2000-06-10 |
dgaudet | fix dependencies. (what is a .lo anyway? i tried... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Ryan Bloom | We don't ever actually use HAVE_CRYPT, so stop defining it. |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Ryan Bloom | Remove waitpid from the config checks and all calls... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Ryan Bloom | Remove a bunch of string functions from Apache. These... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Ryan Bloom | Remove all occurances of strerror from Apache. ap_stre... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Jeff Trawick | mention date of 2.0a4 release; mention a mod_cgid bug |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Jeff Trawick | When mod_cgid is started as root, the cgi daemon now... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Jeff Trawick | The prefork MPM now uses an APR lock for the accept... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Doug MacEachern | fix typo in AC_TYPE_RLIM_T |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Ryan Bloom | Fix the check for rlim_t correctly. I wish I had known... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Ryan Bloom | ARGH! resource.h lives in sys. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Ryan Bloom | Include a definition of rlim_t if the platform doesn... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Ryan Bloom | Cleanup APR header files a bit. Basically, this splits... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Tony Finch | a couple of data type issues have a more generic solution |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Greg Stein | sleep until the next second, rather than sleep for... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Ryan Bloom | Fix some problems with the time commit. I guess mod_un... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Ryan Bloom | Remove all occurances of gettimeofday. Replace it... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Allan K. Edwards | Fix Win32 bug when pathname length exactly equals MAX_PATH. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Ryan Bloom | Remove the check for difftime, we aren't actually using... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Ken Coar | Forgot to include when I committed the code change.. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jeff Trawick | Greg Ames' mod_mmap_static fixes have been applied... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jeff Trawick | Change the mmap() feature test to check only for existence. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jeff Trawick | Fix some bad (1.3 style) parmlists to ap_log_error... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Greg Stein | combine two entries because they just *cannot* be separ... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Jeff Trawick | Fix a couple of bugs in mod_cgid: |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Greg Stein | little wooden boy. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Ryan Bloom | Add the resource limiting code back to Apache 2.0.... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Jeff Trawick | OS/390: avoid unconditional -ldl and -export-dynamic... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Ken Coar | Bring forward a change from 1.3 (the ability to use... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Ken Coar | Bring forward a fix from 1.3. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Jeff Trawick | Increase the size of the buffer passed to ap_strerror... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Jeff Trawick | Fix zombie process problem with mod_cgi. This problem... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-06-06 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-06-06 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Jeff Trawick | Port mod_mmap_static to 2.0. Make it go faster. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-06-06 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Jeff Trawick | Fix typo in configure script when checking for mod_so... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Tony Finch | Remove some #ifdef'ed code that doesn't make much sense |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Ryan Bloom | Remove the ability to enable/disable DSO support in... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Ryan Bloom | Fix a warning and a bug from the server_token commit. |
commit | commitdiff | tree | snapshot |
next |