/[Apache-SVN]/httpd/httpd/trunk/support/logresolve.c
ViewVC logotype

Log of /httpd/httpd/trunk/support/logresolve.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 780170 - (view) (annotate) - [select for diffs]
Modified Sat May 30 03:36:32 2009 UTC (5 months, 4 weeks ago) by takashi
File length: 10414 byte(s)
Diff to previous 778778 (colored)
Specify a pool for cache with apr_hash_pool_get instead of describing "pool" directly

Revision 778778 - (view) (annotate) - [select for diffs]
Modified Tue May 26 15:57:51 2009 UTC (6 months ago) by takashi
File length: 10354 byte(s)
Diff to previous 778761 (colored)
Remove the conditional for APR >= 1.3.
httpd 2.3 has needed APR 1.3 or later since r582069.

Revision 778761 - (view) (annotate) - [select for diffs]
Modified Tue May 26 15:42:15 2009 UTC (6 months ago) by takashi
File length: 10528 byte(s)
Diff to previous 778448 (colored)
Make pline a child of main pool.

Revision 778448 - (view) (annotate) - [select for diffs]
Modified Mon May 25 16:06:03 2009 UTC (6 months ago) by takashi
File length: 10528 byte(s)
Diff to previous 778433 (colored)
Fix a memory leak by freeing the memory every line. 

Revision 778433 - (view) (annotate) - [select for diffs]
Modified Mon May 25 14:48:38 2009 UTC (6 months ago) by takashi
File length: 10393 byte(s)
Diff to previous 778431 (colored)
Kill the hardcoded values

Revision 778431 - (view) (annotate) - [select for diffs]
Modified Mon May 25 14:40:15 2009 UTC (6 months ago) by takashi
File length: 10302 byte(s)
Diff to previous 776290 (colored)
Declare the local variables in the more inner scope.

Revision 776290 - (view) (annotate) - [select for diffs]
Modified Tue May 19 12:26:14 2009 UTC (6 months, 1 week ago) by takashi
File length: 10283 byte(s)
Diff to previous 515565 (colored)
Kill the hardcoded values

Revision 515565 - (view) (annotate) - [select for diffs]
Modified Wed Mar 7 13:44:15 2007 UTC (2 years, 8 months ago) by jorton
File length: 10238 byte(s)
Diff to previous 514954 (colored)
* support/logresolve.c (main): Simplify to avoid conditionals in handling
of lines without spaces: ensure a newline is printed for the cache-hit
path and fix a crash in apr_file_printf for the cache-miss path.

Revision 514954 - (view) (annotate) - [select for diffs]
Modified Tue Mar 6 02:00:18 2007 UTC (2 years, 8 months ago) by colm
File length: 10270 byte(s)
Diff to previous 514953 (colored)
Fix near-identical potential NULL pointer dereferences, as found by
Jorton and corrected in r514915

Revision 514953 - (view) (annotate) - [select for diffs]
Modified Tue Mar 6 01:56:17 2007 UTC (2 years, 8 months ago) by colm
File length: 10226 byte(s)
Diff to previous 514952 (colored)
Prevent format specifier busting.

Revision 514952 - (view) (annotate) - [select for diffs]
Modified Tue Mar 6 01:54:20 2007 UTC (2 years, 8 months ago) by colm
File length: 10220 byte(s)
Diff to previous 514949 (colored)
Correct a spurious access to whatever memory is at location "1" in the
cirumstance where a log line is of the form "nn.nn.nn.nn ". 

Revision 514949 - (view) (annotate) - [select for diffs]
Modified Tue Mar 6 01:40:23 2007 UTC (2 years, 8 months ago) by colm
File length: 10156 byte(s)
Diff to previous 514915 (colored)
correct some indentation, no functional changes

Revision 514915 - (view) (annotate) - [select for diffs]
Modified Mon Mar 5 23:21:31 2007 UTC (2 years, 8 months ago) by jorton
File length: 10168 byte(s)
Diff to previous 420983 (colored)
* support/logresolve.c (main): Fix potential NULL pointer dereference,
found by Coverity analysis tool.

Revision 420983 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:33:53 2006 UTC (3 years, 4 months ago) by fielding
File length: 10157 byte(s)
Diff to previous 395228 (colored)
update license header text

Revision 395228 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:11:27 2006 UTC (3 years, 7 months ago) by colm
File length: 10010 byte(s)
Diff to previous 332316 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 332316 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 16:03:23 2005 UTC (4 years ago) by jim
File length: 10010 byte(s)
Diff to previous 332306 (colored)
No functional change: more indenting/formatting changes due to
tabbing

Revision 332306 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 15:11:44 2005 UTC (4 years ago) by jim
File length: 10004 byte(s)
Diff to previous 332305 (colored)
No functional Change: Removing trailing whitespace. This also
means that "blank" lines consisting of just spaces or
tabs are now really blank lines

Revision 332305 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 15:05:51 2005 UTC (4 years ago) by jim
File length: 10082 byte(s)
Diff to previous 328048 (colored)
No functional change: simple detabbing of indented code.

Revision 328048 - (view) (annotate) - [select for diffs]
Modified Mon Oct 24 12:18:54 2005 UTC (4 years, 1 month ago) by colm
File length: 10054 byte(s)
Diff to previous 327909 (colored)
Logresolve style and nit fix-ups:

   * Remove some redundant whitespace in variable declarations. 
   * Add some whitespace for clarity around an if and a while statement. 
   * Remove redundant and unneccessary casts
   * Use APR_HASH_KEY_STRING


Revision 327909 - (view) (annotate) - [select for diffs]
Modified Mon Oct 24 01:52:56 2005 UTC (4 years, 1 month ago) by colm
File length: 10350 byte(s)
Diff to previous 161368 (colored)
A complete rewrite of support/logresolve.c:
    
    * Now uses APR
    * Supports IPv6 addresses
    * Slighty less hurtful on memory
    * archaic (but interesting) notes marked as historical
    * Will not perform very well without APR >= 1.3 due to
      lack of buffered file-io.


Revision 161368 - (view) (annotate) - [select for diffs]
Modified Thu Apr 14 23:42:21 2005 UTC (4 years, 7 months ago) by bnicholes
File length: 9902 byte(s)
Diff to previous 151408 (colored)
Allow httpd on NetWare to build using either the standard socket libraries or the Winsock libraries.

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
File length: 9850 byte(s)
Diff to previous 106103 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 9814 byte(s)
Diff to previous 103060 (colored)
general property cleanup

Revision 103060 - (view) (annotate) - [select for diffs]
Modified Sun Mar 21 11:13:13 2004 UTC (5 years, 8 months ago) by trawick
File length: 9814 byte(s)
Diff to previous 102619 (colored)
logresolve: Allow size of log line buffer to be overridden at
build time (MAXLINE).

PR:          27793

Revision 102619 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:40:53 2004 UTC (5 years, 9 months ago) by nd
File length: 9791 byte(s)
Diff to previous 102592 (colored)
fix name of The Apache Software Foundation

Revision 102592 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 14:14:53 2004 UTC (5 years, 9 months ago) by nd
File length: 9787 byte(s)
Diff to previous 102525 (colored)
fix copyright dates according the first cehck in

Revision 102525 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 22:58:42 2004 UTC (5 years, 9 months ago) by nd
File length: 9787 byte(s)
Diff to previous 101704 (colored)
apply Apache License, Version 2.0

Revision 101704 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 17:21:56 2003 UTC (6 years ago) by jorton
File length: 9174 byte(s)
Diff to previous 98984 (colored)
* support/logresolve.c (strdup): Remove, APR already
provides this if necessary.

Revision 98984 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 19:11:17 2003 UTC (6 years, 8 months ago) by bnicholes
File length: 9364 byte(s)
Diff to previous 95035 (colored)
Fix up the log resolve utility to work with NetWare.  Increased the stack size
and fixed WSAStartup to use the correct version number

Revision 95035 - (view) (annotate) - [select for diffs]
Modified Fri May 10 18:20:29 2002 UTC (7 years, 6 months ago) by trawick
File length: 9303 byte(s)
Diff to previous 90805 (colored)
avoid colliding with getline() as defined by glibc
(it breaks if you need to turn on _GNU_SOURCE)

Revision 90805 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 05:52:25 2001 UTC (8 years, 2 months ago) by wrowe
File length: 9300 byte(s)
Diff to previous 88019 (colored)
  * configure.in: added Cygwin specific APR_SETVARs.

  * os/config.m4: added Cygwin specific values for $OS and $OS_DIR.
    $OS_DIR will change to "cygwin" as soon as I get the DSO/DLL things
    clean as with 1.3.20.

  * support/logresolve.c: added OS specific #ifdef statement to define
    h_errno as extern __declspec(dllimport); it's imported from the
    cygwin1.dll itself.

Submitted by: Stipe Tolj <tolj@wapme-systems.de>

Revision 88019 - (view) (annotate) - [select for diffs]
Modified Thu Feb 8 07:45:33 2001 UTC (8 years, 9 months ago) by dougm
File length: 9227 byte(s)
Diff to previous 87506 (colored)
renaming various functions for consistency sake
see: http://apr.apache.org/~dougm/apr_rename.pl
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 87506 - (view) (annotate) - [select for diffs]
Modified Fri Dec 22 00:02:52 2000 UTC (8 years, 11 months ago) by rbb
File length: 9227 byte(s)
Diff to previous 87501 (colored)
Cleanups so that the support programs build cleanly.  The Win32 values
need to be sanity checked.
Submitted by:	Cliff Woolley <cliffwoolley@yahoo.com>
Reviewed by:	Ryan Bloom

Revision 87501 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 21:00:45 2000 UTC (8 years, 11 months ago) by wrowe
File length: 9129 byte(s)
Diff to previous 87500 (colored)
  All the supports now build on APR (+APRUTIL), no reliance on httpd.

Revision 87500 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 20:33:50 2000 UTC (8 years, 11 months ago) by wrowe
File length: 9100 byte(s)
Diff to previous 86793 (colored)
  This should build entirely with APR support.

Revision 86793 - (view) (annotate) - [select for diffs]
Modified Thu Nov 2 02:12:34 2000 UTC (9 years ago) by trawick
File length: 9102 byte(s)
Diff to previous 85976 (colored)
Get rid of some warnings on Solaris 8 by using APR's ctype macros:
logresolve.c: In function `main':
logresolve.c:327: warning: subscript has type `char'
ab.c: In function `main':
ab.c:1074: warning: subscript has type `char'
ab.c:1087: warning: subscript has type `char'

Revision 85976 - (view) (annotate) - [select for diffs]
Modified Wed Aug 2 05:27:38 2000 UTC (9 years, 3 months ago) by dougm
File length: 9098 byte(s)
Diff to previous 85567 (colored)
prefix libapr functions and types with apr_

Revision 85567 - (view) (annotate) - [select for diffs]
Modified Tue Jun 13 21:36:18 2000 UTC (9 years, 5 months ago) by trawick
File length: 9095 byte(s)
Diff to previous 85558 (colored)
Get the ap_config.h cleanup working on FreeBSD by adding includes of
additional system headers.

A platform check in logresolve.c to determine whether or not we include
<arpa/inet.h> was converted to a feature check.

Revision 85558 - (view) (annotate) - [select for diffs]
Modified Mon Jun 12 23:03:05 2000 UTC (9 years, 5 months ago) by rbb
File length: 9015 byte(s)
Diff to previous 85553 (colored)
Protect system header files with the appropriate macros.

Revision 85553 - (view) (annotate) - [select for diffs]
Modified Mon Jun 12 21:47:17 2000 UTC (9 years, 5 months ago) by rbb
File length: 8961 byte(s)
Diff to previous 85054 (colored)
Clean up a big chunk of ap_config.h.  This basically stops ap_config.h from
including any files.  Because of this change, other files must include
their own headers.  I also cleaned up a couple of other bugs in some
modules because I had to compile them all.

I expect this to break multiple platforms, but this will be fixed over time.
The massive configure cleanup is almost done.  I will go through the files
one more time after this commit.

Revision 85054 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 04:22:57 2000 UTC (9 years, 7 months ago) by rbb
File length: 8942 byte(s)
Diff to previous 85034 (colored)
Fix some compile breaks in the support directory.  These have not been
tested, but they do compile at least.

Revision 85034 - (view) (annotate) - [select for diffs]
Modified Tue Apr 25 21:18:04 2000 UTC (9 years, 7 months ago) by stoddard
File length: 8917 byte(s)
Diff to previous 84014 (colored)
Some Windows tweaks from William Rowe...

Submitted by:	William Rowe

Revision 84014 - (view) (annotate) - [select for diffs]
Modified Wed Oct 20 23:11:48 1999 UTC (10 years, 1 month ago) by dreid
File length: 8685 byte(s)
Diff to previous 83964 (colored)
Missed this one when I was making the support programs compile on
BeOS.  All should now compile on "vanilla" BeOS.

Revision 83964 - (view) (annotate) - [select for diffs]
Modified Mon Oct 11 20:25:08 1999 UTC (10 years, 1 month ago) by dreid
File length: 8660 byte(s)
Diff to previous 83852 (colored)
These changes allow the support programs to compile on BeOS.

The biggest change is in ab.c where the functions that BeOS needs that
aren't the standard format are hidden behind a new ab_* define.  Tested
on FreeBSD and BeOS.

Revision 83852 - (view) (annotate) - [select for diffs]
Modified Tue Aug 31 05:35:52 1999 UTC (10 years, 2 months ago) by rbb
File length: 8613 byte(s)
Diff to previous 83750 (colored)
Changed pools to contexts.  Tested with prefork and pthread mpm's.  I'll
check this out tomorrow and make sure everything was checked in correctly.

Revision 83750 - (view) (annotate) - [select for diffs]
Added Tue Aug 24 06:46:03 1999 UTC (10 years, 3 months ago) by fielding
File length: 8608 byte(s)
Apache 1.3.9 baseline for the Apache 2.0 repository.

Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2