summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src/support/logresolve.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-4/+4
| | | | | occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
* fix rcs ids. ok sthen@martynas2009-06-211-1/+1
|
* KNF and readability changes. de-register, remove #ifndef SIN6_LEN defines.mbalmer2008-05-231-261/+234
| | | | | | Add OpenBSD cvs markers. No binary changes.
* documentation tweaks.sobrado2008-05-171-3/+3
| | | | ok (some time ago) jmc@
* Add support for IPv6 while keeping the default at IPv4 to not breakmbalmer2008-05-091-50/+99
| | | | | | | | | | | | existing installations. See the documentation for the IPv6 related configuration. This changes the module ABI since addresses are now struct addrinfo. This has been tested by many people and run on production machines for several months. feedback many, ok todd
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-5/+1
| | | | ok pyr@, ray@, millert@, moritz@, chl@
* - convert to getopt(3)niallo2005-03-271-15/+24
| | | | | | - add a usage() function that exits non-zero ok henning@ otto@
* cleanup and unifdef'ing, no change in object fileshenning2005-02-091-1/+1
| | | | work by Daniel Ouellet <daniel@presscom.net>
* kill more dead code, mostly inside #ifdef SOMENONSENSEONSTUPIDOSEShenning2004-12-061-13/+0
| | | | | | joint work by Michael Knudsen <e@molioner.dk> and Daniel Ouellet <daniel@presscom.net> with my input no change in binaries
* big time httpd cleanuphenning2004-12-021-17/+0
| | | | | | this diff removes a lot of #ifdef'd stuff that is irrelevant for us. done by Daniel Ouellet after my advice. tested by many, ok miod@
* trivial strcpy in code we don't even compilehenning2003-04-081-1/+1
|
* fix half baked abortion of a merge to 1.3.23 and takebeck2002-03-291-2/+2
| | | | tree to apache-1.3.24+mod+ssl2.8.8
* apache 1.3.14 + mod_ssl 2.7.1 mergebeck2000-12-151-3/+12
|
* apache 1.3.12 + mod_ssl 2.6.2 mergebeck2000-03-191-1/+7
|
* Apache 1.3.11 + mod_ssl 2.5.0 mergebeck2000-01-251-1/+1
|
* Apache 1.3.2beck1998-10-011-0/+345