summaryrefslogtreecommitdiff
path: root/src/include/libpq/ip.h
Commit message (Expand)AuthorAgeFilesLines
* 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