summaryrefslogtreecommitdiffstats
path: root/server/mpm/netware (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enabled the -n parameter on NetWare to allow the administrator to renameBradley Nicholes2003-01-291-1/+7
* Register for the SERVERDOWN event to allow Apache to shutdown gracefullyBradley Nicholes2002-12-121-3/+5
* Force the screen to close on exit() if the -E option was specified on theBradley Nicholes2002-11-251-2/+6
* Don't hold the Apache screen open when it exits with an error if all of the e...Bradley Nicholes2002-11-131-0/+3
* Switched to the APR_STATUS_IS_XXX macrosBradley Nicholes2002-10-141-15/+16
* Don't bother destroying the memory pools and buckets for each thread atBradley Nicholes2002-10-031-9/+11
* Removed unnecessary pool cleanup after a restart or shutdownBradley Nicholes2002-08-281-2/+0
* Hold the Apache screen open on NetWare if exit() is called for any reasonBradley Nicholes2002-07-241-0/+8
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-2/+2
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-042-0/+2
* Re-architected the select()/accept() loop to allow all threads to rely on sel...Bradley Nicholes2002-06-261-95/+85
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-071-1/+3
* Switched to using atomic operations for tracking the active threads ratherBradley Nicholes2002-06-011-9/+3
* Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renamesSander Striker2002-05-301-1/+1
* Fixing a memory leak with the threads bucket_allocator. We were allocatingBradley Nicholes2002-05-221-12/+13
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-16/+16
* Readjusting how the bucket alloc is done for each worker thread. AllocateBradley Nicholes2002-04-301-10/+14
* Add some additional shutdown synchronization so that we don't get the OSBradley Nicholes2002-04-151-4/+4
* Readjustment of where the bucket is being allocated now that they are beingBradley Nicholes2002-04-131-2/+1
* Closed up some holes where a thread could escape and exit without releasingBradley Nicholes2002-04-101-0/+3
* Added a call to apr_bucket_alloc_destroy() to the clean_child_exit() code thatBradley Nicholes2002-04-061-7/+8
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-041-2/+7
* Check for a NULL pointer in the case of the OS address spaceBradley Nicholes2002-04-021-4/+6
* Replaced a hack for getting the address space with the real APIBradley Nicholes2002-04-021-11/+10
* PR:Paul J. Reder2002-03-291-1/+0
* The old, legacy (and unused) code in which the scoreboard was totallyJim Jagielski2002-03-291-1/+0
* BUCKET FREELISTSCliff Woolley2002-03-291-1/+5
* Fold the compiled-in knowledge of the allowable AcceptMutex settings intoJim Jagielski2002-03-201-2/+2
* Bring 2.0 up to parity, a bit, with how much info we provide toJim Jagielski2002-03-201-1/+4
* The pre_mpm hook creates server-lifetime objects (or at least, for theWilliam A. Rowe Jr2002-03-201-1/+1
* Update the mpms to call the new allocator/pools APISander Striker2002-03-151-1/+5
* Added code to extract the current address space name so that eachBradley Nicholes2002-03-141-3/+16
* Update our copyright for this year.Roy T. Fielding2002-03-133-3/+3
* Implement new ScoreBoardFile directive logic. This affects how weAaron Bannert2002-02-152-6/+0
* Create a new pool allocator for each worker threadBradley Nicholes2002-02-131-1/+2
* Implemented the handling of the SIGABRT signal.Bradley Nicholes2002-02-061-0/+1
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-011-2/+2
* Fixed the unload process so that the console command gets properlyBradley Nicholes2002-02-011-2/+4
* Removed the call for now to shutdown the listeners so that threads don't endBradley Nicholes2002-01-311-2/+2
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-1/+1
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-291-1/+3
* fix the problem where a scoreboard init failure could leaveJeff Trawick2002-01-281-1/+3
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-2/+2
* Updated the command line keyword to Apache2 and also modified theBradley Nicholes2002-01-191-9/+11
* Implemented a checkunload callback to allow apache to be unloaded usingBradley Nicholes2002-01-141-9/+57
* Combination of blocking and nonblocking accept loopBradley Nicholes2002-01-121-18/+98
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-2/+2
* Reworked the accept() loop to avoid an extra call to select() just toBradley Nicholes2002-01-041-155/+59
* for the netware MPM, move HARD_THREAD_LIMIT back to mpm_default.h whereJeff Trawick2001-12-192-11/+11
* Reworked the select/accept loop to try to rely less on select to determineBradley Nicholes2001-12-191-105/+160