summaryrefslogtreecommitdiffstats
path: root/server/mpm/netware (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix name of The Apache Software FoundationAndré Malo2004-02-093-3/+3
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-063-159/+31
* Commenting out the DBINFO defineJean-Jacques Clar2004-02-021-1/+1
* Adding missing parenthesis in DBINFO codeJean-Jacques Clar2004-02-021-2/+2
* update license to 2004.André Malo2004-01-013-3/+3
* Added mpm_state to ap_mpm_query() for the NetWare MPMBradley Nicholes2003-12-161-0/+8
* Fix the display of the terminate and restarting console messagesBradley Nicholes2003-12-041-2/+2
* Add restart and shutdown thread counters to the console displayBradley Nicholes2003-11-261-3/+6
* revert my previous commit. when 2.0 and 2.1 were not in sync, i went withCliff Woolley2003-09-061-8/+11
* forward-port Brad's commit to the 2.0 branch that gets rid of theCliff Woolley2003-09-051-11/+8
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-3/+3
* Updated the various MPM's to use the new bucket_alloc_create_ex APICliff Woolley2003-08-281-16/+13
* Make sure that the global ap_max_mem_free is initialized along with theBradley Nicholes2003-08-281-0/+3
* Simplify the per-thread pool handling in the NetWare MPMBradley Nicholes2003-06-031-15/+16
* Make sure that bucket allocator for each worker thread is created from a threadBradley Nicholes2003-05-201-9/+16
* Need to report a select() error vs a timeout. Also avoid hogging the CPU onBradley Nicholes2003-03-261-1/+7
* Fixed a small logic problem when printing out the console command helpBradley Nicholes2003-03-181-1/+1
* finished that boring job:André Malo2003-02-033-3/+3
* 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