summaryrefslogtreecommitdiff
path: root/src/backend/port/win32/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-4/+4
* Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane2017-03-171-16/+12
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-211-11/+44
* Fix prototype of pgwin32_bind().Tom Lane2016-04-141-1/+1
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-121-0/+24
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-291-1/+3
* Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane2016-01-031-21/+16
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch2014-07-251-1/+2
* Fix typos in comments.Noah Misch2014-06-111-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-161-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+4
* Attempt to fix some issues in our Windows socket code.Tom Lane2012-05-131-16/+28
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-231-5/+5
* Replace printf format %i by %dPeter Eisentraut2011-07-261-7/+7
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-051-7/+7
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-1/+1
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-251-2/+12
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-301-1/+12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* 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