index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
support
/
logresolve.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-05
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-14
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-12
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-20
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