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
*
ab: Fix memory leak with -v2 and SSL.
Stefan Fritsch
2010-06-06
1
-1
/
+4
*
apxs -q: Stop filtering out ':' characters from the reported values.
Jeff Trawick
2010-05-14
1
-1
/
+0
*
Fix the following:
Philip M. Gollucci
2010-05-07
1
-2
/
+5
*
ab was sending wrong number of requests when keepalive enabled.
Daniel Earl Poirier
2010-05-03
1
-2
/
+5
*
build the socket address first, then get a matching socket
Jeff Trawick
2010-04-14
1
-4
/
+4
*
Remove useless use of $[, which was long deprecated and is an error with perl...
Stefan Fritsch
2010-04-10
1
-2
/
+1
*
htcacheclean: Introduce the ability to clean specific URLs from the
Graham Leggett
2010-03-30
1
-3
/
+241
*
htcacheclean: Report additional statistics about entries deleted.
Graham Leggett
2010-03-27
1
-45
/
+70
*
Use portable apr_snprintf in rotatelogs.
Graham Leggett
2010-02-27
1
-2
/
+2
*
Create the pidfile world readable by adding APR_FPROT_WREAD. Use
Graham Leggett
2010-02-27
1
-3
/
+4
*
Try open the pid file twice, once before daemonisation so we can see any
Graham Leggett
2010-02-27
1
-19
/
+40
*
Add -L option to create a hard link to the current log file.
Daniel Earl Poirier
2010-02-25
1
-3
/
+23
*
Make sure the pidfile is deleted on close.
Graham Leggett
2010-02-17
1
-2
/
+1
*
Use APR_PID_T_FMT instead of %ld and a cast.
Graham Leggett
2010-02-16
1
-1
/
+1
*
Fix the help description.
Graham Leggett
2010-02-16
1
-1
/
+1
*
support/rotatelogs: Support the simplest log rotation case, log
Graham Leggett
2010-02-16
1
-6
/
+19
*
support/htcacheclean: Teach it how to write a pid file (modelled on
Graham Leggett
2010-02-16
1
-4
/
+31
*
ab: Fix number of requests per second in HTML output being to large by a
Stefan Fritsch
2010-01-24
1
-1
/
+1
*
Add parentheses to min max macro functions to avoid future bugs.
Takashi Sato
2009-12-29
1
-2
/
+2
*
Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.
Takashi Sato
2009-12-29
1
-12
/
+13
*
more NetWare makefile fixes and cleanups.
Guenter Knauf
2009-12-01
2
-218
/
+46
*
fix or complain about some invalid errno references
Jeff Trawick
2009-11-19
1
-1
/
+1
*
update pollset to reflect changed connection state before closing the socket;
Jeff Trawick
2009-11-06
1
-1
/
+1
*
tab and trailing space police.
Guenter Knauf
2009-11-01
1
-23
/
+23
*
Fix brown-paper-bag bug.
Stefan Fritsch
2009-10-24
1
-1
/
+1
*
Verify that password has been truncated before printing a warning.
Stefan Fritsch
2009-10-24
1
-4
/
+9
*
Print a warning if a password is truncated by crypt.
Stefan Fritsch
2009-10-23
1
-0
/
+4
*
htpasswd: Improve out of disk space handling
Stefan Fritsch
2009-10-19
1
-1
/
+9
*
Change the default algorithm for htpasswd to MD5 on all platforms. Crypt
Stefan Fritsch
2009-10-19
1
-9
/
+5
*
Actually use the whole buffer for reading.
Stefan Fritsch
2009-10-18
1
-1
/
+1
*
Fix some more overflows spotted by Ruediger Pluem
Stefan Fritsch
2009-10-18
1
-3
/
+3
*
detab
Stefan Fritsch
2009-10-18
1
-2
/
+2
*
htdigest: Fix possible overflow in command line processing. htdigest is not
Stefan Fritsch
2009-10-18
1
-2
/
+4
*
ab: Fix segfault in case the argument for -n is a very large number.
Stefan Fritsch
2009-10-18
1
-0
/
+7
*
Only use fcntl() if we have fcntl.h
Stefan Fritsch
2009-10-04
1
-5
/
+17
*
suexec: Allow to log an error if exec fails by setting FD_CLOEXEC
Stefan Fritsch
2009-10-03
1
-9
/
+9
*
when a request body is sent, just display "Total body sent"
Jeff Trawick
2009-09-28
1
-7
/
+2
*
* support/ab.c (output_results): Fix gcc warning on LP64 - field
Joe Orton
2009-09-28
1
-1
/
+1
*
refactor the representation of HTTP method and whether to send
Jeff Trawick
2009-09-27
1
-24
/
+35
*
fixed compatibility to Openssl < 0.9.7g;
Guenter Knauf
2009-09-27
1
-7
/
+16
*
small code cleanups for POST/PUT, especially to combine common code
Jeff Trawick
2009-09-27
1
-29
/
+23
*
Fix a segfault in ab when run in verbose mode using https.
Daniel Earl Poirier
2009-09-23
1
-1
/
+0
*
Detab.
Daniel Earl Poirier
2009-09-18
1
-3
/
+3
*
simplify reporting of the repeated argument error
Jeff Trawick
2009-09-15
1
-9
/
+15
*
* support/htdbm.c (htdbm_list): Fix compiler warning on x86_64.
Joe Orton
2009-09-14
1
-2
/
+2
*
htdbm: don't allocate more memory for every record we dump.
Daniel Earl Poirier
2009-09-14
1
-8
/
+6
*
Move declaration to remove a compiler warning.
Graham Leggett
2009-09-14
1
-1
/
+1
*
* Detab.
Ruediger Pluem
2009-09-12
1
-2
/
+2
*
htcacheclean: 19 ways to fail, 1 error message. Fixed.
Graham Leggett
2009-09-12
1
-24
/
+41
*
Add support for HTTP PUT to ab.
Graham Leggett
2009-09-06
1
-8
/
+27
[next]