index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
Makefile.in
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
The call to apr_explode_localtime() in mod_log_config is one of the more
Justin Erenkrantz
2001-09-19
1
-3
/
+3
*
rules.mk is stored in $(top_blddir). Without this change, VPATH builds
Ryan Bloom
2001-09-13
1
-1
/
+1
*
fix check for newer header files to look in all relevant
Jeff Trawick
2001-08-16
1
-1
/
+1
*
Tweak server/Makefile so that the rules for generating exports.c
Jeff Trawick
2001-08-15
1
-2
/
+12
*
OS/2: get canonical filename functions exported from the core.
Brian Havard
2001-07-25
1
-0
/
+1
*
Improve the exports generating awk script. In the past, we had
Ryan Bloom
2001-07-21
1
-23
/
+6
[next]