Lines Matching refs:socket
11 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F…
109 o Remove bogus casts of socket to int before calling ev_callback (f032516)
215 o IOCP: don't launch reads or writes on an unconnected socket (495c227)
319 o Fix a memory leak on win32 socket->event map. (b4f89f0)
368 o Correct evhttp_del_accept_socket documentation on whether socket is closed (f665924)
456 o Fix some uses of int for socket in regress (5d389dc)
469 …o Fix IRIX build. sa_family collides with a #define in sys/socket.h on IRIX. (e874982 Kevin Bowli…
470 o If not WIN32, include <sys/socket.h> in event2/util.h. (1cd45e5 Kevin Bowling)
503 o Document that two bufferevent functions only work on socket bufferevents (70e1b60)
652 o Avoid close of uninitialized socket in evbuffer unit test (bda21e7)
693 o Add test for behavior on remote socket close (44d57ee)
739 o Limit the maximum number of events on each socket to 65535 (819f949)
752 o Do not close(-1) when freeing an uninitialized socket bufferevent (b34abf3)
923 o Use evutil_socket_t, not int, when logging socket errors. (292467c)
939 …istener_new_bind() creates a socket and passes it to the function above, it required error checkin…
1028 o New evconnlistener_get_fd function to expose a listener's associated socket.
1039 …o New functions to explicitly reference a socket used by an evhttp object. Patches from David Reis…
1041 …o If the kernel tells us that there are a negative number of bytes to read from a socket, do not b…
1054 …o Have the win32 select() backend label TCP-socket-connected events as EV_WRITE, not EV_READ. Thi…
1099 o New function to automate connecting on a socket-based bufferevent.
1123 o Mitigate a race condition when using socket bufferevents in multiple threads.
1145 o Do not mangle socket handles on 64-bit windows.
1160 o removed linger from http server socket; reported by Ilya Martynov
1181 o introduce evhttp_accept_socket() to accept from an already created socket
1183 …ts to 128; if that is not enough the evhttp_accpet_socket() api can be used with a prepared socket.
1259 o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez