index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
logresolve.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
Fix comment typo
Stefan Fritsch
2016-05-28
1
-1
/
+1
*
Fix segfault with logresolve -c and IPv6
Stefan Fritsch
2016-05-28
1
-1
/
+1
*
Silence a sparse warning about inconsistent indenting + some minor style issues
Christophe Jaillet
2015-08-31
1
-4
/
+4
*
Increase the max line length from 2k to 128k and allocate the buffer on the
Stefan Fritsch
2011-10-17
1
-7
/
+8
*
Specify a pool for cache with apr_hash_pool_get instead of describing "pool" ...
Takashi Sato
2009-05-30
1
-3
/
+3
*
Remove the conditional for APR >= 1.3.
Takashi Sato
2009-05-26
1
-4
/
+0
*
Make pline a child of main pool.
Takashi Sato
2009-05-26
1
-1
/
+1
*
Fix a memory leak by freeing the memory every line.
Takashi Sato
2009-05-25
1
-2
/
+8
*
Kill the hardcoded values
Takashi Sato
2009-05-25
1
-4
/
+6
*
Declare the local variables in the more inner scope.
Takashi Sato
2009-05-25
1
-6
/
+6
*
Kill the hardcoded values
Takashi Sato
2009-05-19
1
-2
/
+4
*
* support/logresolve.c (main): Simplify to avoid conditionals in handling
Joe Orton
2007-03-07
1
-8
/
+11
*
Fix near-identical potential NULL pointer dereferences, as found by
Colm MacCarthaigh
2007-03-06
1
-4
/
+4
*
Prevent format specifier busting.
Colm MacCarthaigh
2007-03-06
1
-1
/
+1
*
Correct a spurious access to whatever memory is at location "1" in the
Colm MacCarthaigh
2007-03-06
1
-1
/
+3
*
correct some indentation, no functional changes
Colm MacCarthaigh
2007-03-06
1
-3
/
+3
*
* support/logresolve.c (main): Fix potential NULL pointer dereference,
Joe Orton
2007-03-06
1
-1
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional change: more indenting/formatting changes due to
Jim Jagielski
2005-11-10
1
-2
/
+2
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-29
/
+29
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-4
/
+4
*
Logresolve style and nit fix-ups:
Colm MacCarthaigh
2005-10-24
1
-28
/
+27
*
A complete rewrite of support/logresolve.c:
Colm MacCarthaigh
2005-10-24
1
-299
/
+230
*
Allow httpd on NetWare to build using either the standard socket libraries or...
Bradley Nicholes
2005-04-15
1
-2
/
+2
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
logresolve: Allow size of log line buffer to be overridden at
Jeff Trawick
2004-03-21
1
-0
/
+2
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according the first cehck in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-2
/
+17
*
* support/logresolve.c (strdup): Remove, APR already
Joe Orton
2003-11-05
1
-13
/
+0
*
Fix up the log resolve utility to work with NetWare. Increased the stack size
Bradley Nicholes
2003-03-11
1
-3
/
+3
*
avoid colliding with getline() as defined by glibc
Jeff Trawick
2002-05-10
1
-3
/
+3
*
* configure.in: added Cygwin specific APR_SETVARs.
William A. Rowe Jr
2001-08-30
1
-0
/
+4
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-1
/
+1
*
Cleanups so that the support programs build cleanly. The Win32 values
Ryan Bloom
2000-12-22
1
-0
/
+6
*
All the supports now build on APR (+APRUTIL), no reliance on httpd.
William A. Rowe Jr
2000-12-21
1
-6
/
+8
*
This should build entirely with APR support.
William A. Rowe Jr
2000-12-21
1
-1
/
+1
*
Get rid of some warnings on Solaris 8 by using APR's ctype macros:
Jeff Trawick
2000-11-02
1
-1
/
+1
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-2
/
+2
*
Get the ap_config.h cleanup working on FreeBSD by adding includes of
Jeff Trawick
2000-06-13
1
-2
/
+7
*
Protect system header files with the appropriate macros.
Ryan Bloom
2000-06-13
1
-1
/
+5
*
Clean up a big chunk of ap_config.h. This basically stops ap_config.h from
Ryan Bloom
2000-06-12
1
-0
/
+1
*
Fix some compile breaks in the support directory. These have not been
Ryan Bloom
2000-04-27
1
-1
/
+2
*
Some Windows tweaks from William Rowe...
Bill Stoddard
2000-04-25
1
-5
/
+14
*
Missed this one when I was making the support programs compile on
David Reid
1999-10-21
1
-1
/
+1
*
These changes allow the support programs to compile on BeOS.
David Reid
1999-10-11
1
-1
/
+6
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-1
/
+1
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+345