summaryrefslogtreecommitdiff
path: root/src/backend/port/win32/socket.c
AgeCommit message (Expand)Author
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-14Fix prototype of pgwin32_bind().Tom Lane
2016-04-12Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-01-03Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-07-25Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch
2014-06-11Fix typos in comments.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-13Attempt to fix some issues in our Windows socket code.Tom Lane
2012-04-23Lots of doc corrections.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-07-26Replace printf format %i by %dPeter Eisentraut
2011-07-05Message style improvements of errmsg_internal() callsPeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-03-30Automatically terminate replication connections that are idle for moreHeikki Linnakangas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-17Another typo fix.Magnus Hagander
2010-02-16Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-06-04On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seemMagnus Hagander
2007-01-26On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-04Patch of Win32 Encoding problem for server messages usingBruce Momjian
2006-10-13Fix infinite sleep and failes of send in Win32.Teodor Sigaev
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-29prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-25Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-06Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian
2004-09-07Fix places where WaitForxxx can block, to eliminate failure to detectTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian