2000-05-26 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-05-26 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Ryan Bloom | This item doesn't really work properly, so we are remov... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Jeff Trawick | APACHE_XLATE, CHARSET_EBCDIC stuff: |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Ken Coar | Add '-n' option to make htpasswd send user:pw result to |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Bill Stoddard | Win32: Convert ap_proc_t to tranparent type. |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Jeff Trawick | Clear up some int vs. pid_t issues in prefork to keep... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Ryan Bloom | Implement saferead in Apache 2.0. This has had minimal... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Ryan Bloom | Allow --enable-cgid and --disable-cgid to work. Basica... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Ryan Bloom | Fix a memory leak with ap_wait_or_timeout. |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Ryan Bloom | Rename stdin, stdout, stderr from new ap_proc_t to... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Stein | use the correct size for 'ret' |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Ryan Bloom | Fix a small bug/warning when compiling with use-maintin... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Ken Coar | Note a patch for htpasswd. A matching patch for 1... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Ryan Bloom | Port mpmt_pthread and dexter to the new ap_proc_t code... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Ryan Bloom | Convert ap_proc_t to a complete type. This lets us... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Bill Stoddard | Win32: Socket reuse is not enabled yet, so always mark... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Bill Stoddard | Win32: Fix compile problems. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Jeff Trawick | Clean up some pid_t vs. int confusion in mpmt_pthread... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Jeff Trawick | Clean up some pid_t vs. int confusion in dexter.c.... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Brian Havard | Turn on buffered I/O in mod_include for reading the... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Ryan Bloom | Remove ap_destroy_context from Apache 2.0. With the... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Ryan Bloom | Fix the config parser so that if there is no current... |
commit | commitdiff | tree | snapshot |
2000-05-21 |
Manoj Kasichainula | Remove all remaining instances in Apache code of |
commit | commitdiff | tree | snapshot |
2000-05-21 |
Manoj Kasichainula | configure is a generated file; hence it should be in... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
William A.... | Why should Ryan have all the fun? |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Ryan Bloom | Make Apache and APR use the same flags to specify maint... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Ryan Bloom | Remove a warning about ap_base64encode not being define... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Ryan Bloom | Remove a warning when build with USE_MAINTAINER_MODE. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Ryan Bloom | Fix a bug in adding EXEC_ON_READ at the top level of... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Roy T. Fielding | Fix warnings on use of common prototypes. Fix bug... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Roy T. Fielding | Temporary fix for misuse of int instead of pid_t. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Roy T. Fielding | Prototypes for the visible functions in mpm_common.c. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Roy T. Fielding | We shouldn't be calling mm_free directly. Use ap_shm_f... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
William A.... | Current and clean make files for Win95. Changes... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
William A.... | Fixes to allow Apache to run as a Win95 service.... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Jeff Trawick | ap_wait_or_timeout() can't be static since it is called... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Jeff Trawick | ab: Fix a command-line processing bug; track bad headers in |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Ryan Bloom | Move wait_or_timeout from the MPM's into the new mpm_co... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Ryan Bloom | First function removed from Unix MPM's and moved to... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Jeff Trawick | Add "-D APACHE_XLATE" to the output of httpd -V when... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Jeff Trawick | Fix some bugs in the use of APACHE_XLATE vs. CHARSET_EBCDIC |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Jeff Trawick | rebuild mm's configure if mm's aclocal.m4 has been... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Jeff Trawick | The following is a patch to fix Dirk's patch from March... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Jeff Trawick | Get dexter building/running on OS/390 (same changes... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Jeff Trawick | Fix problem where the Unix mpms had an unitialized... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Roy T. Fielding | Remove an unused variable and warning. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Roy T. Fielding | Move prototype of ap_hook_deregister_all to where it... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
Ryan Bloom | This commit will most likely break everybody on Windows... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
Jeff Trawick | arg!! should have committed this with last night's... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
Jeff Trawick | include translation information in the request_rec; |
commit | commitdiff | tree | snapshot |
2000-05-17 |
William A.... | Cleanup ap_config.h fallout for Win32. Only a few... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-05-17 |
William A.... | Radical overhaul of the Apache-2.0/Win32 mpm <->... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
Greg Stein | fix up the repository with the correct add/remove sequence. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Ryan Bloom | Fix a bug in the EXEC_ON_READ logic. When we build... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Bill Stoddard | Update a couple of modules to use ap_stat() rather... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Jeff Trawick | APR-ize the CHARSET_EBCDIC support in the SHA1 routines... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Jeff Trawick | Handle some OS/390-isms dealing with pthreads: |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Jeff Trawick | OS/390 doesn't have ranlib and its make utility thinks... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Brian Havard | Fix PCRE build on OS/2. This includes taking libtool... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Jeff Trawick | EBCDIC bug fix: do the required translation handle... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Jeff Trawick | APR-ize the CHARSET_EBCDIC support in ap_base64encode... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Greg Stein | oops. somebody snuck different names for my_error,... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Greg Stein | do not canonicalize errors for ap_strerror(). use sizeo... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Jeff Trawick | Fix some bugs (mostly lost 1.3 code) in ab's command... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Jeff Trawick | mod_include: |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Jeff Trawick | APR-ize some EBCDIC logic which handles conversion... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Jeff Trawick | reorder libapr.a and libap.la in terms of dependencies... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Ryan Bloom | Remove the dso code from the os/unix directory. These... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Ryan Bloom | Make mod_so use ap_strerror instead of the old ap_os_ds... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Ryan Bloom | Commit the EXEC_ON_READ changes. This allows modules... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Bill Stoddard | Cannot build the pthread mpms on AIX 4.2.1 |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Jeff Trawick | util_ebcdic.h, util_ebcdic.c, http_core.c: |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Ryan Bloom | We no longer have to -DHAVE_CONFIG_H on the $(CC) line... |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Ryan Bloom | All this file does is include another file. I am fixin... |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Allan K. Edwards | fix WIN32 build for APACHE_XLATE changes |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Tony Finch | Update to the media types as of 2000-05-12. I also... |
commit | commitdiff | tree | snapshot |
2000-05-12 |
David Reid | Update beos_mpmt to new function names. |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Bill Stoddard | Win32: Some cleanup of winnt.c. Retry AcceptEx on failu... |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Bill Stoddard | Add the prototype for ap_lingering_close() |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Bill Stoddard | Create ap_bpop_iol to pop the buff off the iol and... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Jeff Trawick | src/build/build2.mk: build PCRE's configure script... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Bill Stoddard | Create new function, ap_lingering_close(), which will... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Bill Stoddard | Exit connection processing normally on a graceful shutd... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Jeff Trawick | repair some compile warnings, axe a wasted getsockname... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Tony Finch | Add mod_example to the build system. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Tony Finch | Vertically align all the descriptions of the modules... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2000-05-11 |
William A.... | Clean up documentation on both sides (1.3 and 2.0... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
William A.... | Clean up documentation on both sides (1.3 and 2.0... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Jeff Trawick | use helpers/PrintPath instead of which to find the... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Jeff Trawick | EBCDIC: Update util_md5.c routines to use APR-ized... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Jeff Trawick | Pick up various EBCDIC fixes from 1.3 (from Martin... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Jeff Trawick | namespace-protect hdrs_to_ascii, hdrs_from_ascii, local... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
William A.... | Still have this lying around - maybe I should look... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Allan K. Edwards | Get tree build to work correctly with config Include... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Jeff Trawick | generic EBCDIC support code, changes to rfc1413.c to... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Jeff Trawick | rfc1413.c fixes: |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Ryan Bloom | reap_children doesn't make sense on a machine without... |
commit | commitdiff | tree | snapshot |
next |