aboutsummaryrefslogtreecommitdiff
path: root/threadproc/unix/proc.c
Commit message (Collapse)AuthorAge
...
* Fix memory leaks in the Unix portions of APR.Manoj Kasichainula1999-11-04
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59451 13f79535-47bb-0310-9956-ffa450edef68
* Fix yet another APR bug. This one caused sporadic CGI failures.Manoj Kasichainula1999-11-03
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59441 13f79535-47bb-0310-9956-ffa450edef68
* Fix mod_cgi so it works on Unix systems. We need to be VERY carefulRyan Bloom1999-10-20
| | | | | | | | | | | | about calling ap_cleanups_for_exec now. There is really no reason to call this from outside of APR, unless you are specifically doing a fork/exec. If you use ap_create_process, it will call ap_cleanups_for_exec for you in the right spot now. Also cleaned up some of the code because it helped with debugging. We need better error messages in mod_cgi now. iCVS: git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59387 13f79535-47bb-0310-9956-ffa450edef68
* Fix a bug in the logic to set/get userdata from ALL apr types. I haveRyan Bloom1999-10-15
| | | | | | | | known about this bug for a while, but I am just now finding the time to fix it. :) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59352 13f79535-47bb-0310-9956-ffa450edef68
* This finishes the argument swaps. The docs haven't been updated, andRyan Bloom1999-10-11
| | | | | | | | probably won't be for a while yet. These argument orders have been documented in the APR Design doc committed earlier today. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59316 13f79535-47bb-0310-9956-ffa450edef68
* Make Apache use the new ap_create_process call. This is the first of aRyan Bloom1999-10-11
| | | | | | | | | | | group of patches. This patch, allows the core server to compile and serve pages. There is a set of patches which will follow to allow the standard modules to use ap_create_process. This change should make writing code which spawns new processes easy to read and understand. Submitted by: Paul Reder git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59309 13f79535-47bb-0310-9956-ffa450edef68
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-04
| | | | | | | | | | fruit, and moves most of the result parameters to the first argument. Future patches in this series will move the rest of the result parameters to the beginning of the list, and will move the context's to the end of the list git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59259 13f79535-47bb-0310-9956-ffa450edef68
* Ok, today it bored me too much that APR shouts many pages with warnings underRalf S. Engelschall1999-10-01
| | | | | | | | | | | | | | | --with-option=devel (which has maximum -W's enabled which are still practical for Apache), so I investiged an hour and did a quick cleanup of the APR sources. Please guys, if you're using gcc, please _always_ at least use -Wall for compiling Apache. You will be surprised how much mistakes it catches easily. I don't want to say you have to use the maximum -W approach I personally prefer, but Apache's sources should always at least pass -Wall silently, I think. Thanks. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59255 13f79535-47bb-0310-9956-ffa450edef68
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-31
| | | | | | | check this out tomorrow and make sure everything was checked in correctly. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59183 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisionRyan Bloom1999-08-17
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59151 13f79535-47bb-0310-9956-ffa450edef68