summaryrefslogtreecommitdiff
path: root/src/include/libpq/ip.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-261-5/+5
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-011-6/+12
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-201-1/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-15/+15
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-171-12/+12
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane2003-09-051-2/+2
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-051-1/+6
* pgindent run.Bruce Momjian2003-08-041-17/+17
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-231-6/+11
* IPv6 cleanups.Bruce Momjian2003-06-121-7/+12
* Back out this patch because it is patched inside a later patch.Bruce Momjian2003-06-121-3/+1
* Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows twoBruce Momjian2003-06-121-1/+3
* freeaddrinfo2() does need two parameters after all, per comment byTom Lane2003-06-091-2/+2
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-081-2/+2
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-021-21/+25
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-291-7/+6
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-061-0/+29