summaryrefslogtreecommitdiff
path: root/sockutils.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the last SOCK_DEBUG_MESSAGE() calls.Guy Harris2019-01-131-29/+0
* Clean up sockutils.h.Guy Harris2019-01-131-31/+1
* Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.Guy Harris2019-01-131-15/+2
* Rename SOCK_MESSAGE() to SOCK_DEBUG_MESSAGE().Guy Harris2018-04-011-3/+3
* Rename SOCK_ASSERT to SOCK_MESSAGEJoerg Mayer2018-04-011-4/+3
* Redo the main event loop of rpcapd.Guy Harris2018-03-301-1/+1
* Make the size argument to sock_send() a size_t.Guy Harris2018-03-181-1/+2
* Clean up packet message reception.Guy Harris2017-11-111-0/+2
* Handle the client closing the connection better.Guy Harris2017-11-101-4/+8
* Move all the UN*X-vs-Windows-sockets stuff together.Guy Harris2017-10-071-22/+17
* No need to manually define _WINSOCKAPI_Ali Abdulkadir2017-10-021-8/+0
* Don't bother supporting pre-2005 Visual Studio.Guy Harris2017-09-281-1/+1
* Don't call a socket variable "socket".Guy Harris2017-03-201-3/+3
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2016-08-201-2/+2
* No sockutils.h API uses ssize_t, so define it in sockutils.c.Guy Harris2016-07-301-1/+0
* Re-impose some of Winsock's limitations on sock_recv().Guy Harris2016-07-301-1/+1
* Define ssize_t on Windows.Guy Harris2016-07-281-1/+6
* Define SOCKET and INVALID_SOCKET in remote-ext.h and sockutils.h.Guy Harris2016-07-281-86/+75
* Clean up sock_recv().Guy Harris2016-07-281-1/+1
* Add back WinPcap specific functions to libpcap, the built wpcap.dll already w...Yang Luo2016-07-261-0/+248