summaryrefslogtreecommitdiff
path: root/server/mpm/netware
Commit message (Expand)AuthorAgeFilesLines
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-5/+5
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-38/+38
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-282-0/+18
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-141-3/+11
* Make sure that the secure listen sockets that are created and injected into t...Bradley Nicholes2005-03-081-1/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-043-3/+6
* Fixing various compiler error when compiling against the latest version of Li...Bradley Nicholes2004-11-271-1/+1
* Fix a typo and clean up some tab characters.Bradley Nicholes2004-04-141-25/+25
* *) SECURITY: CAN-2004-0174 (cve.mitre.org)Jeff Trawick2004-03-191-3/+0
* Adapt the mpm_netware version of the ThreadStackSize directive to the common ...Bradley Nicholes2004-03-173-17/+9
* Report the NetWare socket error since we are using native socket callsBradley Nicholes2004-03-161-1/+1
* 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-051-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-271-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-05-311-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-211-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