1999-12-20 |
Bill Stoddard | Handle -k restart|shutdown command line option from... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Ryan Bloom | First step in getting Apache to use APR's time librarie... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Manoj Kasichainula | Speed up building, by making --disable-shared the defau... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Manoj Kasichainula | Don't actually run ./configure in buildconf, it wastes... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Manoj Kasichainula | We actually don't have to remove config.cache, because |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Manoj Kasichainula | Make building a little easier by not requiring a separa... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Manoj Kasichainula | Eliminate the .h.stub files; AC_DEFINE can generate... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Manoj Kasichainula | Put back the removing of config.cache. Also add a ... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Manoj Kasichainula | mmap_static isn't in the standard directory yet; this... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Manoj Kasichainula | Make Apache's configure script run APR's. |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Manoj Kasichainula | We need to run autoheader to compile APR. |
commit | commitdiff | tree | snapshot |
1999-12-19 |
Lars Eilebrecht | Uhm... forgot require directive... |
commit | commitdiff | tree | snapshot |
1999-12-19 |
Lars Eilebrecht | Add some links. |
commit | commitdiff | tree | snapshot |
1999-12-19 |
Ben Laurie | Deal with newline at the end of the module list. |
commit | commitdiff | tree | snapshot |
1999-12-19 |
Ben Laurie | Build APR, too. |
commit | commitdiff | tree | snapshot |
1999-12-19 |
Lars Eilebrecht | minor fixes |
commit | commitdiff | tree | snapshot |
1999-12-19 |
David Reid | Remove some nuisance warnings by changing int to ap_ssi... |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Bill Stoddard | Update Apache version in windows registry.c file |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Ryan Bloom | After a few hours of thorough testing, this patch makes... |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Ryan Bloom | Include mod_include and mod_so in the Windows build. |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Ryan Bloom | Fix mod_include so it works. Both people came up with... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Martin Kraemer | Peter Watkins writes: |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Ryan Bloom | Getting rid of more warnings in the prefork mpm. |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Ryan Bloom | Remove the readdir files from os/win32. These are... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
David Reid | A small change to allow Apache to run on the most recen... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Ryan Bloom | Cleanup the Windows build a bit by getting rid of more... |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Ryan Bloom | Make CGI's work correctly in Apache 2.0. APR wants... |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Ryan Bloom | Make prefork compile. |
commit | commitdiff | tree | snapshot |
1999-12-13 |
Ryan Bloom | Fix some warnings when configured with --enable-maintai... |
commit | commitdiff | tree | snapshot |
1999-12-13 |
Ryan Bloom | Get rid of more platform dependant code. |
commit | commitdiff | tree | snapshot |
1999-12-13 |
Bill Stoddard | Update STATUS |
commit | commitdiff | tree | snapshot |
1999-12-13 |
Ryan Bloom | Get rid of a couple more ap_os_file_t's along with... |
commit | commitdiff | tree | snapshot |
1999-12-11 |
Ryan Bloom | Use ap_open_stderr in http_config.c. This cleans up... |
commit | commitdiff | tree | snapshot |
1999-12-11 |
Ryan Bloom | Get rid of an instance of ap_file_os_t from the Apache... |
commit | commitdiff | tree | snapshot |
1999-12-10 |
Ryan Bloom | We now make the decision to USE_MMAP_FILES based on... |
commit | commitdiff | tree | snapshot |
1999-12-10 |
Bill Stoddard | AIX DSO tweaks. Enable use of native DSO for AIX 4... |
commit | commitdiff | tree | snapshot |
1999-12-10 |
Ken Coar | Add a note about DNS being required on Windows. |
commit | commitdiff | tree | snapshot |
1999-12-09 |
Bill Stoddard | Removed these a bit too soon. Adding them back. |
commit | commitdiff | tree | snapshot |
1999-12-09 |
Bill Stoddard | Fix Windows build break |
commit | commitdiff | tree | snapshot |
1999-12-09 |
Ken Coar | Add the AddCharset functionality to mod_mime. |
commit | commitdiff | tree | snapshot |
1999-12-09 |
Martin Kraemer | OS specific patches for IBM's OS/390. |
commit | commitdiff | tree | snapshot |
1999-12-09 |
Manoj Kasichainula | An indented "#include" can cause problems on some compi... |
commit | commitdiff | tree | snapshot |
1999-12-08 |
Bill Stoddard | Add license statement to util_win32.c |
commit | commitdiff | tree | snapshot |
1999-12-08 |
Bill Stoddard | Win32: First cut at getting apache -k restart|shutdown... |
commit | commitdiff | tree | snapshot |
1999-12-08 |
Ken Coar | Add ability to handle arbitrary methods to Script... |
commit | commitdiff | tree | snapshot |
1999-12-08 |
Manoj Kasichainula | Fix even more "-i" -> " ap_context_t " changes. |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Wilfredo Sanchez | If we can't open httpd.conf, print a warning, but don... |
commit | commitdiff | tree | snapshot |
1999-12-07 |
Wilfredo Sanchez | Perform check for "$CFG_SBINDIR/$CFG_TARGET" _after_... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Manoj Kasichainula | Add strucutre to autoconf-config system to allow module... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Manoj Kasichainula | Make most other modules selectable by autoconf's .... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Manoj Kasichainula | Oops, changed the default status of mod_env for testing... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Manoj Kasichainula | Move the default status of module inclusion/exclusion... |
commit | commitdiff | tree | snapshot |
1999-12-06 |
Manoj Kasichainula | Make the call to configure a module a little simpler... |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Ryan Bloom | I shouldn't have to explicitly provide an MPM. I am... |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Manoj Kasichainula | autoconf: Start adding support for selecting modules... |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Manoj Kasichainula | The possibility of a libenv module and a libenv system... |
commit | commitdiff | tree | snapshot |
1999-12-05 |
Manoj Kasichainula | autoconf: Generate modules.c based on configuration... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Wilfredo Sanchez | Disable the DYLD_CANT_UNLOAD workaround for Mac OS... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Manoj Kasichainula | The Unix MPMs were depending on APR for signal.h, and... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Ryan Bloom | We may not always want to make the pipes between proces... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Ryan Bloom | Bring mod_mime_magic to Apache 2.0. |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Manoj Kasichainula | A thread (of messages) in comp.programming.threads... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Ken Coar | Add the long-awaited IndexOptions DescriptionWidth... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Ken Coar | Add a FoldersFirst keyword to the IndexOptions directi... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Manoj Kasichainula | Fix a couple of comments |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Manoj Kasichainula | Place ap_config_auto.h in src/include. It didn't seem... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Manoj Kasichainula | Fix what I think is a bug where rlim_t won't be #define... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Manoj Kasichainula | Eliminate ap_config.h's checks when using autoconf... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Manoj Kasichainula | Get rid of ap_check_signals() in all but the prefork... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Manoj Kasichainula | Remove a vestige of the old timeout system. ident looku... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Manoj Kasichainula | Some compile fixes for the piped log code. It doesn... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Manoj Kasichainula | Add apr_thread_proc.h so it can find ap_proc_t. |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Manoj Kasichainula | Delete remnants of ap_spawnvp that got missed earlier. |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Manoj Kasichainula | Deal with times() properly in autoconf. This also chang... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Manoj Kasichainula | The extra (n < 1) check is redundant, leftover from... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Manoj Kasichainula | Some extra autoconf macros that might help us compile... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Manoj Kasichainula | Fix a thinko. Apache's configure.in shouldn't attempt... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
dgaudet | more accurate reflection of reality |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Manoj Kasichainula | Autoconf can heal your family strife. And it's also... |
commit | commitdiff | tree | snapshot |
1999-11-29 |
Manoj Kasichainula | The second part of the big autoconf patch, which actual... |
commit | commitdiff | tree | snapshot |
1999-11-29 |
Manoj Kasichainula | The first part of the big autoconf patch. This replaces... |
commit | commitdiff | tree | snapshot |
1999-11-29 |
Bill Stoddard | First cut at getting graceful restart working with... |
commit | commitdiff | tree | snapshot |
1999-11-28 |
Ralf S. Engelschall | Added missing links to htdocs/manual/mod/directives... |
commit | commitdiff | tree | snapshot |
1999-11-28 |
Ralf S. Engelschall | Fixed typo in htdocs/manual/install.html. |
commit | commitdiff | tree | snapshot |
1999-11-24 |
David Reid | Clean up some code that BeOS doesn't use. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Ryan Bloom | Update some dependancies. Move the final two files... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Manoj Kasichainula | Hmmm, turns out that the nice event library for network... |
commit | commitdiff | tree | snapshot |
1999-11-22 |
rasmus | Fix a spelling mistake and we probably shouldn't put... |
commit | commitdiff | tree | snapshot |
1999-11-22 |
Ryan Bloom | Clean up the getopt stuff a bit. Basically, I am remov... |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Martin Kraemer | Use APR's getopt |
commit | commitdiff | tree | snapshot |
1999-11-20 |
David Reid | Next stage of ap_mmap support. Tested on FreeBSD and... |
commit | commitdiff | tree | snapshot |
1999-11-19 |
Ryan Bloom | Remove the ap_thread_mutex code from all MPM's. This... |
commit | commitdiff | tree | snapshot |
1999-11-19 |
Ryan Bloom | Initial version of CGI Daemon module. This module... |
commit | commitdiff | tree | snapshot |
1999-11-19 |
Ryan Bloom | Update STATUS to get rid of the fprintf(stderr problem. |
commit | commitdiff | tree | snapshot |
1999-11-19 |
Ryan Bloom | Finish the conversion from fprintf(stderr -> ap_log_err. |
commit | commitdiff | tree | snapshot |
1999-11-18 |
Ryan Bloom | First step in removing the fprintf(stderr problem from... |
commit | commitdiff | tree | snapshot |
1999-11-17 |
Ryan Bloom | Cleaned up the APRFile uses in Apache. Also removed... |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Ryan Bloom | Cleanup the ZZZ comments. Basically these used to... |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Ryan Bloom | Update the STATUS file a bit. |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Tony Finch | explain how ServerName interacts with NameVirtualHost... |
commit | commitdiff | tree | snapshot |
next |