summaryrefslogtreecommitdiff
path: root/sockutils.h
Commit message (Expand)AuthorAgeFilesLines
* rpcap: fix sock_open() issues.Guy Harris2022-08-011-4/+13
* Clean up the arguments to sock_bufferize().Guy Harris2021-07-221-1/+1
* Revert "Don't wrap chunks of headers with extern "C" { ... }."Guy Harris2021-03-171-35/+30
* Don't wrap chunks of headers with extern "C" { ... }.Guy Harris2021-03-171-30/+35
* Get rid of the last SOCK_DEBUG_MESSAGE() calls.Guy Harris2019-01-121-29/+0
* Clean up sockutils.h.Guy Harris2019-01-111-31/+1
* Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.Guy Harris2019-01-091-21/+2
* Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris2019-01-061-4/+6
|\
| * TLS for rpcap: also encrypt the control socketCedric Cellier2018-09-131-4/+6
* | Add a flag to allow peeking at messages in sock_recv().Guy Harris2018-10-191-0/+2
|/
* Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.Guy Harris2018-09-091-0/+6
* 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