summaryrefslogtreecommitdiff
path: root/support/logresolve.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Fix comment typoStefan Fritsch2016-05-281-1/+1
* Fix segfault with logresolve -c and IPv6Stefan Fritsch2016-05-281-1/+1
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-4/+4
* Increase the max line length from 2k to 128k and allocate the buffer on theStefan Fritsch2011-10-171-7/+8
* Specify a pool for cache with apr_hash_pool_get instead of describing "pool" ...Takashi Sato2009-05-301-3/+3
* Remove the conditional for APR >= 1.3.Takashi Sato2009-05-261-4/+0
* Make pline a child of main pool.Takashi Sato2009-05-261-1/+1
* Fix a memory leak by freeing the memory every line. Takashi Sato2009-05-251-2/+8
* Kill the hardcoded valuesTakashi Sato2009-05-251-4/+6
* Declare the local variables in the more inner scope.Takashi Sato2009-05-251-6/+6
* Kill the hardcoded valuesTakashi Sato2009-05-191-2/+4
* * support/logresolve.c (main): Simplify to avoid conditionals in handlingJoe Orton2007-03-071-8/+11
* Fix near-identical potential NULL pointer dereferences, as found byColm MacCarthaigh2007-03-061-4/+4
* Prevent format specifier busting.Colm MacCarthaigh2007-03-061-1/+1
* Correct a spurious access to whatever memory is at location "1" in theColm MacCarthaigh2007-03-061-1/+3
* correct some indentation, no functional changesColm MacCarthaigh2007-03-061-3/+3
* * support/logresolve.c (main): Fix potential NULL pointer dereference,Joe Orton2007-03-051-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-2/+2
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-29/+29
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-4/+4
* Logresolve style and nit fix-ups:Colm MacCarthaigh2005-10-241-28/+27
* A complete rewrite of support/logresolve.c:Colm MacCarthaigh2005-10-241-299/+230
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-141-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* logresolve: Allow size of log line buffer to be overridden atJeff Trawick2004-03-211-0/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according the first cehck inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-2/+17
* * support/logresolve.c (strdup): Remove, APR alreadyJoe Orton2003-11-051-13/+0
* Fix up the log resolve utility to work with NetWare. Increased the stack sizeBradley Nicholes2003-03-111-3/+3
* avoid colliding with getline() as defined by glibcJeff Trawick2002-05-101-3/+3
* * configure.in: added Cygwin specific APR_SETVARs.William A. Rowe Jr2001-08-301-0/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-1/+1
* Cleanups so that the support programs build cleanly. The Win32 valuesRyan Bloom2000-12-221-0/+6
* All the supports now build on APR (+APRUTIL), no reliance on httpd.William A. Rowe Jr2000-12-211-6/+8
* This should build entirely with APR support.William A. Rowe Jr2000-12-211-1/+1
* Get rid of some warnings on Solaris 8 by using APR's ctype macros:Jeff Trawick2000-11-021-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-2/+2
* Get the ap_config.h cleanup working on FreeBSD by adding includes ofJeff Trawick2000-06-131-2/+7
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-121-1/+5
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+1
* Fix some compile breaks in the support directory. These have not beenRyan Bloom2000-04-271-1/+2
* Some Windows tweaks from William Rowe...Bill Stoddard2000-04-251-5/+14
* Missed this one when I was making the support programs compile onDavid Reid1999-10-201-1/+1
* These changes allow the support programs to compile on BeOS.David Reid1999-10-111-1/+6
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-1/+1
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+345