index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add VPATH support to Apache:
Sascha Schumann
2000-04-30
1
-3
/
+4
*
Always create the target directory, if it does not exist. Also use the
Sascha Schumann
2000-04-30
1
-1
/
+2
*
Get rid of last relative include path in our Makefiles
Sascha Schumann
2000-04-30
1
-1
/
+1
*
Overall UNIX build system improvements:
Sascha Schumann
2000-04-30
3
-28
/
+19
*
Get rid of NO_RECURSION. This was originally implemented for PHP and is not
Sascha Schumann
2000-04-29
1
-14
/
+12
*
Add back in the build before install step when using make install.
Ryan Bloom
2000-04-28
1
-2
/
+2
*
Remove unnecessary rules for .S files which clash with the rules for .s file
Brian Havard
2000-04-28
1
-6
/
+0
*
This stops Apache 2.0 from trying to compile the server when we run
Ryan Bloom
2000-04-28
1
-2
/
+2
*
fix path to mm's configure.in
Jeff Trawick
2000-04-27
1
-2
/
+2
*
We should be checking for apr_private.h.in and updating it from now on.
Ryan Bloom
2000-04-25
1
-3
/
+3
*
Add error checking in case libtoolize is not in path.
Ryan Bloom
2000-04-07
1
-0
/
+5
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
8
-310
/
+263
*
Remove a trailing slash from library.mk. This slash was causing problems
Ryan Bloom
2000-03-31
1
-1
/
+1
*
Make dependency generation work on OS/2. The preprocessor outputs \\'s as
Brian Havard
2000-03-19
1
-1
/
+2
*
Tru64 make uses the wrong directory for includes.
Ben Laurie
2000-03-18
1
-1
/
+1
*
Remove tabs from blank lines
Ryan Bloom
2000-03-17
1
-3
/
+3
*
Minor nit: use top_srcdir instead of topsrcdir, to be more consistent
Manoj Kasichainula
2000-03-15
4
-8
/
+7
*
even more distclean goodness (there's still more... time for zzz though)
dgaudet
2000-03-14
1
-1
/
+1
*
it's more traditional in autoconf projects for "make distclean" to clean
dgaudet
2000-03-14
1
-1
/
+1
*
some messed up comments... just copied in the license again from main/http_ma...
dgaudet
2000-03-12
1
-53
/
+53
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
8
-137
/
+424
*
Rebuild the configure for MM. Once this has settled we can remove the
David Reid
2000-03-04
1
-2
/
+7
*
"libtool" gets generated to the current directory and gets picked up by
Brian Havard
2000-03-03
1
-2
/
+2
*
Allow scripts (that don't have a .exe extension) to be found by PrintPath
Brian Havard
2000-03-03
1
-0
/
+11
*
Enable dynamic module support on Linux. This should work on any LIBTOOL
Ryan Bloom
2000-02-17
1
-2
/
+2
*
Fix the make clean rules. We must delete *.slo files or we are leaving stale
Ryan Bloom
2000-02-16
1
-2
/
+2
*
This changes build.mk to use the PrintPath utility in helpers to
David Reid
2000-02-07
1
-2
/
+2
*
remove one space...
Lars Eilebrecht
2000-01-30
1
-1
/
+1
*
Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is
Ryan Bloom
2000-01-28
1
-0
/
+1
*
Remove vestiges of automake.
Manoj Kasichainula
2000-01-17
1
-26
/
+0
*
Move threads/reentrancy m4 macros into threads.m4. All results are now
Sascha Schumann
2000-01-16
1
-2
/
+2
*
Remove config.cache, if configure is rebuilt
Sascha Schumann
2000-01-16
1
-1
/
+2
*
Remove dependency on automake's aclocal. We continue to use acinclude.m4,
Sascha Schumann
2000-01-16
2
-6
/
+9
*
We're building Apache, not PHP.
Ben Laurie
2000-01-15
1
-6
/
+6
*
Fix OS/390 binbuild break
Bill Stoddard
2000-01-13
1
-2
/
+2
*
`-follow' is a GNU extension, remove it.
Sascha Schumann
2000-01-12
1
-2
/
+2
*
These changes are committed together, because they depend on each other.
Sascha Schumann
2000-01-11
12
-0
/
+639
*
Deal with newline at the end of the module list.
Ben Laurie
1999-12-19
1
-1
/
+8
*
OS specific patches for IBM's OS/390.
Martin Kraemer
1999-12-09
1
-4
/
+9
*
autoconf: Generate modules.c based on configuration. This is the first
Manoj Kasichainula
1999-12-05
1
-0
/
+48
*
The second part of the big autoconf patch, which actually adds autoconf
Manoj Kasichainula
1999-11-30
1
-0
/
+8
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
4
-0
/
+291
*
Add -R flag to apachectl for binary builds to work around lack of absolute
Randy Terbush
1999-08-13
1
-1
/
+1
*
Fix some changed assumptions in config file format.
Randy Terbush
1999-08-10
1
-4
/
+5
*
Make the install-bindist.sh script standalone. (don't require src/helpers)
Randy Terbush
1999-05-02
1
-8
/
+17
*
Add functionality to the install-bindist.sh script created by
Randy Terbush
1999-05-02
1
-14
/
+68
*
Remove --user/--group tar options... they are not portable.
Lars Eilebrecht
1999-03-23
1
-1
/
+1
*
Add option to let the user specify an email address.
Lars Eilebrecht
1999-03-19
1
-3
/
+12
*
Oops...
Lars Eilebrecht
1999-03-17
1
-10
/
+10
*
Take II of the shell consistancy change. Although I agree that the use
Jim Jagielski
1999-01-16
1
-3
/
+3
[next]