summaryrefslogtreecommitdiff
path: root/src/backend/libpq/ip.c
AgeCommit message (Expand)Author
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-08Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2004-04-24Ensure getaddrinfo_all returns null result on failure.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-12Revert to our pre-7.4 behavior of identifying Unix-socket connections inTom Lane
2003-09-08Avoid using s_addr as a local variable name, to work around brokenTom Lane
2003-09-05Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane
2003-09-05Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Fix inconsistent static-vs-not-static declarations.Tom Lane
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-06-12Attached is the complete diff against current CVS.Bruce Momjian
2003-06-12Back out patch that got bundled into another patch.Bruce Momjian
2003-06-12New patch with corrected README attached.Bruce Momjian
2003-06-12IPv6 cleanups.Bruce Momjian
2003-06-12Back out this patch because it is patched inside a later patch.Bruce Momjian
2003-06-12Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows twoBruce Momjian
2003-06-09freeaddrinfo2() does need two parameters after all, per comment byTom Lane
2003-06-08libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane
2003-04-22getaddrinfo has no business doing unlink().Tom Lane
2003-04-03Don't re-invent the strchr() wheel.Tom Lane
2003-04-02Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering,Tom Lane
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-01-09Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian