| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all remaining instances in Apache code of | manoj | 2000-05-21 | 1 | -27/+0 |
* | Since cleanups return an APR status, ap_run_cleanup should too. | manoj | 2000-05-21 | 1 | -2/+5 |
* | Remove some stuff left over from the old context code. The removes a | rbb | 2000-05-19 | 1 | -20/+0 |
* | back out APR_ prefix for TRUE,FALSE | dougm | 2000-04-28 | 1 | -1/+1 |
* | prefix TRUE,FALSE with APR_ | dougm | 2000-04-28 | 1 | -1/+1 |
* | Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings. | stoddard | 2000-04-22 | 1 | -0/+1 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 1 | -1/+1 |
* | Eliminate some useless cruft left over from 1.3 | stoddard | 2000-04-21 | 1 | -14/+0 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 1 | -45/+30 |
* | Remove unused variable 'status' | martin | 2000-04-13 | 1 | -2/+1 |
* | permanent_pool was not initialized from the proper variable and was | trawick | 2000-04-10 | 1 | -1/+1 |
* | Finish the APR naming cleanup. This removes the struct's from | rbb | 2000-04-03 | 1 | -13/+13 |
* | Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause). | stoddard | 2000-04-03 | 1 | -4/+0 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | rbb | 2000-04-03 | 1 | -13/+13 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 1 | -34/+31 |
* | remove compile warning when compiling without threads | trawick | 2000-03-29 | 1 | -0/+2 |
* | Tweaked APR initialization and termination so that the lifetime | trawick | 2000-03-28 | 1 | -21/+17 |
* | Clean up the locks required for pool allocation correctly. If the locks | rbb | 2000-03-21 | 1 | -121/+161 |
* | If we don't have threads in APR, we can't create INTRAPROCESS locks. | rbb | 2000-03-13 | 1 | -1/+28 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 1 | -9/+9 |
* | Check return code from ap_create_lock. | rbb | 2000-02-28 | 1 | -2/+6 |
* | Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...). | stoddard | 2000-01-28 | 1 | -6/+9 |
* | Migrate free_proc_chain() for Windows to APR. Fix invalid handle exception | stoddard | 2000-01-28 | 1 | -53/+31 |
* | Fi ap_note_subprocess to use ap_proc_t's instead of pid's. | rbb | 1999-12-13 | 1 | -6/+6 |
* | Make APR compile on Windows again. The changes that I introduced for | rbb | 1999-12-09 | 1 | -1/+1 |
* | Tidy up a small copy/paste error in the headers. | dreid | 1999-12-06 | 1 | -1/+1 |
* | Cleanup some mistakes I made. We are now configuring the APR_HAS_FOO | rbb | 1999-12-06 | 1 | -0/+3 |
* | Fix a couple of warnings that were caused by the APR leak problem. These | rbb | 1999-12-02 | 1 | -0/+3 |
* | The next step in removing the APR HAVE_*_H leak. This removes all of those | rbb | 1999-12-01 | 1 | -0/+6 |
* | correct some build errors. | gstein | 1999-11-27 | 1 | -4/+4 |
* | Deal with pool function failures in a clean way. I need to look at how we | rbb | 1999-11-24 | 1 | -22/+32 |
* | This removes all of the fprintf calls from APR, except for those which | rbb | 1999-11-23 | 1 | -7/+1 |
* | Make -DALLOC_USE_MALLOC work for APR's pools. | manoj | 1999-10-29 | 1 | -1/+5 |
* | I am actually going to fix the recursive lock contention this time. | rbb | 1999-10-13 | 1 | -9/+3 |
* | Fix a bug in pool locking. The current logic requires recursive mutex's, | rbb | 1999-10-12 | 1 | -5/+15 |
* | Remove most of the annoying "re ap_context_t mplement" mis-replacements | martin | 1999-10-11 | 1 | -4/+4 |
* | Ooops, missed an argument swap on the create_locks call. | stoddard | 1999-10-11 | 1 | -6/+4 |
* | Migrate pool locking to use apr locks. | stoddard | 1999-10-11 | 1 | -18/+25 |
* | Make Apache use the new ap_create_process call. This is the first of a | rbb | 1999-10-11 | 1 | -555/+0 |
* | fix typo | rse | 1999-10-08 | 1 | -1/+1 |
* | Ok, today it bored me too much that APR shouts many pages with warnings under | rse | 1999-10-01 | 1 | -1/+1 |
* | Move ap_pregcomp and ap_pregfree from APR to Apache proper, since these | manoj | 1999-09-20 | 1 | -37/+0 |
* | Put back the regex_cleanup that was taken out by accident | manoj | 1999-09-20 | 1 | -2/+1 |
* | Fix warnings. | ben | 1999-09-12 | 1 | -1/+1 |
* | Fix some STUPID typos I made on my last commit. | rbb | 1999-09-08 | 1 | -2/+2 |
* | Protect some #includes with #ifdefs and remove one that is no longer needed. | rbb | 1999-09-08 | 1 | -1/+6 |
* | Remove the "ap_popenf"-like calls. These are basically the ones that were | rbb | 1999-09-08 | 1 | -265/+12 |
* | Allor ap_palloc to work without a pool. Basically, this just uses malloc. | rbb | 1999-09-07 | 1 | -19/+41 |
* | Changed pools to contexts. Tested with prefork and pthread mpm's. I'll | rbb | 1999-08-31 | 1 | -70/+97 |
* | Two more changes for AIX. One defines the __attributes__ directive for non-gcc | rbb | 1999-08-18 | 1 | -1/+0 |