| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59451 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59441 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--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
|
|
|
|
|
|
|
| |
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
|
|
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59151 13f79535-47bb-0310-9956-ffa450edef68
|