| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid using a tmpfile with fixed name when creating export_files, since this | Stefan Fritsch | 2011-06-04 | 1 | -10/+7 |
* | test_char.h is a dependency, not a source. This seems to fix the occasional | Stefan Fritsch | 2011-02-05 | 1 | -1/+1 |
* | improve hack to not break if a fixed version of flex is used | Stefan Fritsch | 2010-11-26 | 1 | -1/+1 |
* | Remove some unused functions for which flex forgets to add prototypes, leading | Stefan Fritsch | 2010-11-26 | 1 | -1/+4 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -2/+19 |
* | Introduce ap_rxplus class: higher-level regexps supporting perl-style | Nick Kew | 2010-09-21 | 1 | -1/+1 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -1/+8 |
* | Final ( :) ) step to transition which removes the ap_slotmem_foo | Jim Jagielski | 2009-05-15 | 1 | -1/+1 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -8/+1 |
* | refactor mpm_common.c into itself and mpm_unix.c for unix-specific quirks | William A. Rowe Jr | 2009-03-25 | 1 | -2/+2 |
* | Transition mod_slotmem to ap_slotmem... just monkeying | Jim Jagielski | 2009-01-01 | 1 | -1/+1 |
* | No header files currently found in that dir, so the build fails. | Sander Temme | 2008-06-08 | 1 | -1/+1 |
* | mod_session_cookie: Add a session implementation capable of storing | Graham Leggett | 2008-04-04 | 1 | -1/+1 |
* | Introduce ap_expr expression parser API | Nick Kew | 2008-03-29 | 1 | -1/+1 |
* | Once SSLMutex allowed for the setting of both the | Jim Jagielski | 2006-10-24 | 1 | -1/+1 |
* | gen_test_char doesn't actually need the util_debug object to work. | Paul Querna | 2006-07-16 | 1 | -1/+1 |
* | uri_delims moved to apr-util EONS ago. | William A. Rowe Jr | 2006-03-09 | 1 | -1/+1 |
* | Solaris build proposal; don't fail on missing .h files within | William A. Rowe Jr | 2006-02-04 | 1 | -2/+1 |
* | Redesign of request cleanup and logging to use End-Of-Request bucket | Brian Pane | 2005-10-24 | 1 | -1/+1 |
* | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -1/+1 |
* | Only recompile buildmark.c when we have to relink httpd. | Justin Erenkrantz | 2005-02-10 | 1 | -2/+1 |
* | Fix --with-apr=/usr and/or --with-apr-util=/usr. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+6 |
* | Initial pass at refactoring some files to eliminate our 150K C source behemoths. | Justin Erenkrantz | 2004-11-27 | 1 | -1/+1 |
* | * server/Makefile.in: Revert duplicate eoc_bucket.c in | Joe Orton | 2004-03-15 | 1 | -1/+1 |
* | Add missing source | Martin Kraemer | 2004-03-15 | 1 | -1/+1 |
* | Include the new eoc_bucket.c for compilation. | Madhusudan Mathihalli | 2004-02-28 | 1 | -1/+2 |
* | * server/Makefile.in: Remove buildmarked.c from clean. | Joe Orton | 2004-02-02 | 1 | -1/+1 |
* | Delete some make-generated files in the server directory during | Jeff Trawick | 2004-02-02 | 1 | -3/+2 |
* | * server/Makefile.in: Simpler fix to ensure that buildmark.lo is | Joe Orton | 2004-01-19 | 1 | -6/+2 |
* | Fix regeneration of build datestamp on every make invocation (a | Joe Orton | 2004-01-09 | 1 | -2/+7 |
* | * server/Makefile.in: Revert changes to use an absolute path to | Joe Orton | 2003-12-10 | 1 | -9/+2 |
* | Add .NOTPARALLEL target for exports.c. This allows a parallel make build to | Justin Erenkrantz | 2003-04-06 | 1 | -0/+3 |
* | Rework the delete-exports target once more. Leave a comment there explaining | Justin Erenkrantz | 2003-02-17 | 1 | -7/+15 |
* | Fix typo in echo statement. | Justin Erenkrantz | 2003-01-28 | 1 | -1/+1 |
* | Throw out export_files if exports.c is out-of-date as well. | Justin Erenkrantz | 2003-01-28 | 1 | -2/+2 |
* | move rfc1413 code to a new module "metadata:mod_ident". | André Malo | 2003-01-18 | 1 | -1/+1 |
* | Ah, we don't even need the 'ls -1' - 'ls' suffices. | Justin Erenkrantz | 2002-12-12 | 1 | -1/+1 |
* | Take a stab at fixing the brokenness in our tree (grr!). | Justin Erenkrantz | 2002-12-11 | 1 | -1/+1 |
* | FreeBSD's make doesn't like the 'implied source' syntax ($<) -- using $? whic... | Martin Kraemer | 2002-12-03 | 1 | -4/+4 |
* | If this worked on Mac OS-X, then OS-X should be fixed ;-) | Martin Kraemer | 2002-12-02 | 1 | -1/+1 |
* | Add export_files to EXTRACLEAN_TARGETS | Wilfredo Sanchez | 2002-11-29 | 1 | -1/+1 |
* | If apr and apr-util are not in-tree, we need to be able to find the | Wilfredo Sanchez | 2002-11-29 | 1 | -16/+22 |
* | Fix recent exports.c breakage by referencing exports.c as being in | Justin Erenkrantz | 2002-10-08 | 1 | -3/+3 |
* | the recent change to fully-qualify exports.c to fix the build with | Jeff Trawick | 2002-09-27 | 1 | -1/+1 |
* | Full path required for BSD make (haven't I done this before???). | Ben Laurie | 2002-09-26 | 1 | -1/+2 |
* | Add ap_register_provider and ap_lookup_provider functions which resolve | Justin Erenkrantz | 2002-09-20 | 1 | -1/+1 |
* | get proxy-as-DSO to load on AIX by fixing up some of our symbol grokking | Jeff Trawick | 2001-12-20 | 1 | -1/+2 |
* | Get shared builds of libapr and libaprutil, as well as Apache DSOs, | Jeff Trawick | 2001-12-01 | 1 | -2/+2 |
* | These files were already defined in EXPORT_FILES, so reuse them. | Aaron Bannert | 2001-10-18 | 1 | -5/+1 |
* | Removed outdated apache.exports references | Victor J. Orlikowski | 2001-10-15 | 1 | -2/+1 |