| Commit message (Expand) | Author | Age | Files | Lines |
* | Restrict Win32 API replacements from interfering with 3rd-party builders | William A. Rowe Jr | 2002-09-18 | 1 | -1/+5 |
* | Forgot a file from the build overhaul for aaa ... need all those new | William A. Rowe Jr | 2002-09-14 | 1 | -4/+10 |
* | Removed access_module, auth_module and added authz_host_module in | Bradley Nicholes | 2002-09-13 | 1 | -6/+3 |
* | Avoid calling the real exit() function when the macro exit() is called outsid... | Bradley Nicholes | 2002-09-03 | 1 | -1/+1 |
* | Resolve more handle leaks. | William A. Rowe Jr | 2002-07-31 | 1 | -1/+1 |
* | Refactor out the child behavior from mpm_winnt. This is the first | William A. Rowe Jr | 2002-07-29 | 3 | -3/+170 |
* | Hold the Apache screen open on NetWare if exit() is called for any reason | Bradley Nicholes | 2002-07-24 | 1 | -1/+3 |
* | No reason not to build charset_lite anymore on Win32 | William A. Rowe Jr | 2002-07-19 | 1 | -0/+1 |
* | Try this AGAIN. Move ap_regkey.h to include/ and assure that this time, | William A. Rowe Jr | 2002-07-11 | 1 | -262/+0 |
* | Fix a const'ness conflict. | William A. Rowe Jr | 2002-07-03 | 1 | -1/+1 |
* | Never trust Bill when he cuts and pastes | William A. Rowe Jr | 2002-07-02 | 1 | -1/+1 |
* | Introduce a _raw_set/_raw_get for regkey values. Takes care of all the | William A. Rowe Jr | 2002-07-02 | 2 | -69/+181 |
* | Add ap_os_proc_filepath and clean up the win32/os.h file structure. | William A. Rowe Jr | 2002-07-01 | 2 | -14/+59 |
* | fix compile breakage with IBM's xlc compiler caused by the | Jeff Trawick | 2002-06-27 | 1 | -1/+1 |
* | Fix a long-standing bug in 2.0, CGI scripts were being called | Ryan Bloom | 2002-06-27 | 1 | -1/+12 |
* | Doxygenate the rest of this header. Had I not overlooked the #ifdef WIN32 | William A. Rowe Jr | 2002-06-27 | 1 | -10/+49 |
* | Add in the other complex ap_regkey_value_foo() fns and move ap_regkey.h | William A. Rowe Jr | 2002-06-24 | 2 | -2/+475 |
* | Introduce win32 registry handling through a very apr-ish interface. | William A. Rowe Jr | 2002-06-24 | 1 | -0/+323 |
* | Finish the -w keep-console-open-on-error patch. | William A. Rowe Jr | 2002-06-23 | 1 | -3/+16 |
* | Implemented ap_os_create_privileged_process() for NetWare which simply maps to | Bradley Nicholes | 2002-05-31 | 1 | -1/+1 |
* | Added mod_cgi and mod_netware as built in module in the NetWare build | Bradley Nicholes | 2002-05-31 | 1 | -3/+6 |
* | Fix for suexec execution of CGI scripts from mod_include | Brian Pane | 2002-05-26 | 1 | -3/+12 |
* | Fix linking of OS/2 core after recent changes that took apr/apr-util out | Brian Havard | 2002-05-22 | 1 | -1/+1 |
* | OS/2: export inet_addr from the core for mod_proxy & anything else that uses | Brian Havard | 2002-05-22 | 1 | -0/+3 |
* | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 3 | -9/+9 |
* | Address PR 8963 | William A. Rowe Jr | 2002-05-10 | 1 | -5/+5 |
* | APR_PROC_MUTEX_IS_GLOBAL is the condition where apr_global_mutex_t | Jeff Trawick | 2002-05-08 | 1 | -4/+4 |
* | Add unixd_set_global_mutex_perms so we can set permissions on things like | Aaron Bannert | 2002-05-06 | 2 | -0/+14 |
* | Not yet added to the default build, but curious if they build and run. | William A. Rowe Jr | 2002-04-25 | 1 | -0/+2 |
* | Fix suexec invocations from userdir - the ~ was not being prepended to the | Justin Erenkrantz | 2002-04-25 | 2 | -1/+7 |
* | Remove uses of apr_lock.h. This patch is untested, but I don't see where | Aaron Bannert | 2002-04-09 | 1 | -1/+0 |
* | Would really prefer if the authors of the .dsp's would maintain this... | William A. Rowe Jr | 2002-04-03 | 1 | -0/+3 |
* | The old, legacy (and unused) code in which the scoreboard was totally | Jim Jagielski | 2002-03-29 | 1 | -4/+0 |
* | Added code to extract the current address space name so that each | Bradley Nicholes | 2002-03-14 | 1 | -0/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 22 | -22/+22 |
* | Removed unixd_set_lock_perms(apr_lock_t *), which is no longer | Brian Pane | 2002-02-24 | 2 | -35/+0 |
* | one blank line for code, one huge step for legibility | William A. Rowe Jr | 2002-01-23 | 1 | -0/+1 |
* | Removed the multiple and reentrant flags that were being set by mistake | Bradley Nicholes | 2002-01-18 | 1 | -1/+0 |
* | Spelling and grammar janitor coming through. | Justin Erenkrantz | 2002-01-17 | 1 | -5/+5 |
* | On HPUX 11.x, the 'ENOBUFS, No buffer space available' | Bill Stoddard | 2002-01-17 | 1 | -0/+12 |
* | Follow our Unix bretherens' conventions, and name the sub-proxy modules | William A. Rowe Jr | 2002-01-17 | 1 | -3/+3 |
* | Implemented a checkunload callback to allow apache to be unloaded using | Bradley Nicholes | 2002-01-14 | 1 | -4/+7 |
* | Clear the output socket descriptor in unixd_accept() to make sure | Brian Pane | 2002-01-13 | 1 | -0/+1 |
* | *) Split all Win32 modules [excluding the core components mod_core, | William A. Rowe Jr | 2002-01-10 | 2 | -51/+17 |
* | Added a stub for ap_os_create_privileged_process() for NetWare | Bradley Nicholes | 2002-01-08 | 1 | -0/+76 |
* | Code updates to allow Mod_Rewrite and Mod_Auth_DBM to build on NetWare | Bradley Nicholes | 2002-01-08 | 1 | -0/+6 |
* | change ap_unix_create_privileged_process() to allocate enough space in | Greg Ames | 2001-12-27 | 1 | -1/+2 |
* | Add ap_os_killpg as well as unixd_killpg and beosd_killpg. | David Reid | 2001-12-25 | 2 | -0/+3 |
* | Add a beosd_accept function. If the worker MPM is used this is | David Reid | 2001-12-23 | 2 | -0/+101 |
* | Allow modules that add sockets to the ap_listeners list to | Ryan Bloom | 2001-11-13 | 2 | -0/+125 |