summaryrefslogtreecommitdiff
path: root/os
Commit message (Expand)AuthorAgeFilesLines
...
* Added a required parameter to RegisterForEventNotification() to allow theBradley Nicholes2003-01-101-3/+12
* Fix win32 compile break due to file name changes in apr/include/arch/win32Bill Stoddard2003-01-082-5/+5
* Register for the SERVERDOWN event to allow Apache to shutdown gracefullyBradley Nicholes2002-12-121-2/+61
* To be on the safe side...Martin Kraemer2002-12-021-1/+1
* Must have symbolics for util_ldap/mod_auth_ldap base addresses.William A. Rowe Jr2002-12-011-0/+2
* Don't hold the Apache screen open when it exits with an error if all of the e...Bradley Nicholes2002-11-131-2/+6
* A comment which no longer applies (proper AP_DECLARE_DATA voided theWilliam A. Rowe Jr2002-11-081-2/+1
* Well that was a little borked, if you were having stack problems usingWilliam A. Rowe Jr2002-11-011-0/+1
* Restrict Win32 API replacements from interfering with 3rd-party buildersWilliam A. Rowe Jr2002-09-181-1/+5
* Forgot a file from the build overhaul for aaa ... need all those newWilliam A. Rowe Jr2002-09-141-4/+10
* Removed access_module, auth_module and added authz_host_module inBradley Nicholes2002-09-131-6/+3
* Avoid calling the real exit() function when the macro exit() is called outsid...Bradley Nicholes2002-09-031-1/+1
* Resolve more handle leaks.William A. Rowe Jr2002-07-311-1/+1
* Refactor out the child behavior from mpm_winnt. This is the firstWilliam A. Rowe Jr2002-07-293-3/+170
* Hold the Apache screen open on NetWare if exit() is called for any reasonBradley Nicholes2002-07-241-1/+3
* No reason not to build charset_lite anymore on Win32William A. Rowe Jr2002-07-191-0/+1
* Try this AGAIN. Move ap_regkey.h to include/ and assure that this time,William A. Rowe Jr2002-07-111-262/+0
* Fix a const'ness conflict.William A. Rowe Jr2002-07-031-1/+1
* Never trust Bill when he cuts and pastesWilliam A. Rowe Jr2002-07-021-1/+1
* Introduce a _raw_set/_raw_get for regkey values. Takes care of all theWilliam A. Rowe Jr2002-07-022-69/+181
* Add ap_os_proc_filepath and clean up the win32/os.h file structure.William A. Rowe Jr2002-07-012-14/+59
* fix compile breakage with IBM's xlc compiler caused by theJeff Trawick2002-06-271-1/+1
* Fix a long-standing bug in 2.0, CGI scripts were being calledRyan Bloom2002-06-271-1/+12
* Doxygenate the rest of this header. Had I not overlooked the #ifdef WIN32William A. Rowe Jr2002-06-271-10/+49
* Add in the other complex ap_regkey_value_foo() fns and move ap_regkey.hWilliam A. Rowe Jr2002-06-242-2/+475
* Introduce win32 registry handling through a very apr-ish interface.William A. Rowe Jr2002-06-241-0/+323
* Finish the -w keep-console-open-on-error patch.William A. Rowe Jr2002-06-231-3/+16
* Implemented ap_os_create_privileged_process() for NetWare which simply maps toBradley Nicholes2002-05-311-1/+1
* Added mod_cgi and mod_netware as built in module in the NetWare buildBradley Nicholes2002-05-311-3/+6
* Fix for suexec execution of CGI scripts from mod_includeBrian Pane2002-05-261-3/+12
* Fix linking of OS/2 core after recent changes that took apr/apr-util outBrian Havard2002-05-221-1/+1
* OS/2: export inet_addr from the core for mod_proxy & anything else that usesBrian Havard2002-05-221-0/+3
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-173-9/+9
* Address PR 8963William A. Rowe Jr2002-05-101-5/+5
* APR_PROC_MUTEX_IS_GLOBAL is the condition where apr_global_mutex_tJeff Trawick2002-05-081-4/+4
* Add unixd_set_global_mutex_perms so we can set permissions on things likeAaron Bannert2002-05-062-0/+14
* Not yet added to the default build, but curious if they build and run.William A. Rowe Jr2002-04-251-0/+2
* Fix suexec invocations from userdir - the ~ was not being prepended to theJustin Erenkrantz2002-04-252-1/+7
* Remove uses of apr_lock.h. This patch is untested, but I don't see whereAaron Bannert2002-04-091-1/+0
* Would really prefer if the authors of the .dsp's would maintain this...William A. Rowe Jr2002-04-031-0/+3
* The old, legacy (and unused) code in which the scoreboard was totallyJim Jagielski2002-03-291-4/+0
* Added code to extract the current address space name so that eachBradley Nicholes2002-03-141-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-1322-22/+22
* Removed unixd_set_lock_perms(apr_lock_t *), which is no longerBrian Pane2002-02-242-35/+0
* one blank line for code, one huge step for legibilityWilliam A. Rowe Jr2002-01-231-0/+1
* Removed the multiple and reentrant flags that were being set by mistakeBradley Nicholes2002-01-181-1/+0
* Spelling and grammar janitor coming through.Justin Erenkrantz2002-01-171-5/+5
* On HPUX 11.x, the 'ENOBUFS, No buffer space available'Bill Stoddard2002-01-171-0/+12
* Follow our Unix bretherens' conventions, and name the sub-proxy modulesWilliam A. Rowe Jr2002-01-171-3/+3
* Implemented a checkunload callback to allow apache to be unloaded usingBradley Nicholes2002-01-141-4/+7