index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Axe some warnings in rotatelogs which came when the program was
Jeff Trawick
2002-11-20
1
-8
/
+4
*
Adding the current version string to the link of each NLM
Bradley Nicholes
2002-10-17
6
-6
/
+6
*
Updating the NLM descriptions in the NetWare make files
Bradley Nicholes
2002-10-16
4
-4
/
+4
*
%qd is not portable; use APR_INT64_FMT_T for apr_time_t
Jeff Trawick
2002-10-16
1
-3
/
+3
*
template parameter passed to apr_file_mktemp() must be modifiable
Jeff Trawick
2002-10-08
1
-2
/
+2
*
We can't just create the temporary file in the current directory. If that
Ryan Bloom
2002-10-08
1
-1
/
+14
*
Re-order header files in suexec.c. This adds apr.h, which is required
Ryan Bloom
2002-09-28
1
-2
/
+3
*
SuExec should use /usr/local/apache2 not /usr/local/apache as the default
Ryan Bloom
2002-09-28
1
-2
/
+2
*
Improve hook matching.
Ben Laurie
2002-09-26
1
-1
/
+1
*
Rework the apxs -cp command to work when the source dir isn't available by
Justin Erenkrantz
2002-09-19
1
-2
/
+19
*
Add -p option to apxs to allow unbundled modules (such as mod_mbox) to
Justin Erenkrantz
2002-09-19
1
-3
/
+11
*
Remove following warning:
Justin Erenkrantz
2002-09-19
1
-2
/
+2
*
Revert r1.57 and r1.58 per Will Rowe's veto.
Justin Erenkrantz
2002-09-15
1
-23
/
+0
*
truncate existing file if "-c" is used
Brian Pane
2002-09-14
1
-1
/
+1
*
Move another non-exists test into the non-existing tests block, and
William A. Rowe Jr
2002-09-14
1
-16
/
+19
*
More code cleanup: added some error checks and removed unused functions
Brian Pane
2002-09-14
1
-23
/
+18
*
remove single-byte file reads
Brian Pane
2002-09-14
1
-2
/
+2
*
cleaned up the file access checking
Brian Pane
2002-09-14
1
-26
/
+16
*
1. Eliminate perror(), it's not portable.
William A. Rowe Jr
2002-09-14
1
-11
/
+7
*
Avoid a compiler error on NetWare
Bradley Nicholes
2002-09-11
1
-1
/
+1
*
Add ability to htpasswd (via -5) to produce non-obfuscated MD5 hashes.
Justin Erenkrantz
2002-09-10
1
-0
/
+23
*
Give each support binary its own screen name
Bradley Nicholes
2002-09-04
6
-0
/
+36
*
Eliminated some fixed-size buffers that didn't have proper overflow checks
Brian Pane
2002-09-01
1
-25
/
+19
*
Keep track of the recent changes for the new pollset API, since they
Aaron Bannert
2002-09-01
1
-2
/
+7
*
Switched ab to the new abstract pollset API (this will
Brian Pane
2002-09-01
1
-23
/
+54
*
Leon Brocard writes:
Martin Kraemer
2002-08-30
1
-5
/
+2
*
suexec is sometimes built by make so it needs to be removed by
Jeff Trawick
2002-08-29
1
-0
/
+2
*
envvars-std is build by configure so it needs to be removed by
Jeff Trawick
2002-08-29
1
-1
/
+1
*
Style fixes. (long lines)
Justin Erenkrantz
2002-08-19
1
-15
/
+18
*
apxs lost the newline at the end of print "$result", so that apxs -q doesn't
Sander Striker
2002-08-07
1
-1
/
+1
*
We generate an .rc now, not a .h
William A. Rowe Jr
2002-08-04
1
-1
/
+1
*
Revert to CRYPTO_malloc_init for non-rsa [gotta read the diffs more
William A. Rowe Jr
2002-08-04
1
-3
/
+3
*
Support rsaref compilation
William A. Rowe Jr
2002-08-04
1
-6
/
+22
*
fix a spelling problem
Jeff Trawick
2002-07-30
1
-3
/
+3
*
Revert the change in the previous commit, which broke the
Brian Pane
2002-07-16
1
-1
/
+1
*
And fix the version number
Martin Kraemer
2002-07-16
1
-3
/
+3
*
Fix the long-standing bug that "ab -t10" would loop for 10000 seconds
Martin Kraemer
2002-07-16
1
-4
/
+5
*
Add 2002
Martin Kraemer
2002-07-16
3
-3
/
+3
*
If "@APACHECTL_ULIMIT@" is used in apachectl.in, then something must
Martin Kraemer
2002-07-16
1
-1
/
+1
*
Improve the comments on the fd limits.
Aaron Bannert
2002-07-16
1
-1
/
+5
*
http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr
2002-07-15
1
-4
/
+4
*
Increase the per-process file descriptor limit in apachectl
Brian Pane
2002-07-15
2
-0
/
+12
*
Forgot to change both release and debug opts at once
William A. Rowe Jr
2002-07-13
1
-10
/
+0
*
Back to a slightly modified flavor of imajes' (James Cox'es) original
William A. Rowe Jr
2002-07-13
2
-43
/
+61
*
This is back to an .rc
William A. Rowe Jr
2002-07-13
1
-0
/
+4
*
Ok. This gives us one warning - could not scan ApacheMonitorVer.h for
William A. Rowe Jr
2002-07-13
3
-33
/
+104
*
Put back the missing symbols header
William A. Rowe Jr
2002-07-13
1
-0
/
+2
*
Final tweak and CREDITs ... switch the order to simplify things, and
William A. Rowe Jr
2002-07-13
2
-8
/
+4
*
Totally different solution to our dependency problems provided by
William A. Rowe Jr
2002-07-13
2
-5
/
+6
*
Use the bare minimum permissions required to perform a given service
William A. Rowe Jr
2002-07-12
1
-3
/
+4
[next]