summaryrefslogtreecommitdiff
path: root/src/backend/port/win32/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-5/+5
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Another typo fix.Magnus Hagander2010-02-171-2/+2
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-161-1/+24
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+8
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-36/+36
* On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seemMagnus Hagander2007-06-041-10/+30
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-261-6/+9
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-041-2/+2
* Fix infinite sleep and failes of send in Win32.Teodor Sigaev2006-10-131-25/+81
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan2006-07-291-1/+11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane2005-10-251-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+7
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-061-2/+2
* Fix places where WaitForxxx can block, to eliminate failure to detectTom Lane2004-09-071-6/+6
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-10/+10
* Pgindent run for 8.0.Bruce Momjian2004-08-291-135/+197
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian2004-04-221-1/+33
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-121-0/+434