summaryrefslogtreecommitdiff
path: root/socket/udp-bsd.c
Commit message (Expand)AuthorAgeFilesLines
* udp-bsd: Protect the GSocketAddress cache with a mutexlock-addr-cache-in-udp-sinkOlivier Crête2018-11-161-8/+22
* udp-bsd: Log g_socket_send_message() errorsJakub Adam2017-04-031-1/+6
* socket: Assert trying to use free'd socketOlivier Crête2016-06-021-9/+6
* socket: Handle ECONNRESET as EWOULDBLOCK on WindowsPhilip Withnall2015-08-181-1/+4
* socket: Return early from socket functions if the socket is closedPhilip Withnall2014-09-021-0/+8
* socket: Gracefully return from send() if the socket is closedPhilip Withnall2014-08-211-0/+4
* Add a nice_socket_can_send and nice_socket_set_writable_callback APIsYouness Alaoui2014-05-171-0/+17
* Add a nice_socket_send_reliable API for internal use.Youness Alaoui2014-05-151-0/+10
* Return number of sent messages in socket_send_messages when an error happens ...Youness Alaoui2014-05-151-0/+2
* Add a socket type for socket layerYouness Alaoui2014-05-151-0/+1
* Remove the "to" parameter from NiceOutputMessageOlivier Crête2014-01-311-10/+9
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-12/+49
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-311-29/+53
* socket: Ensure variables are nullified correctly in UDP socketsPhilip Withnall2014-01-311-1/+2
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-181-18/+27
* Fix gaddr initializationLivio Madaro2012-08-031-2/+2
* Cache GSocketAddress in UdpBsdSocketOlivier Crête2012-05-281-9/+33
* Fix tcp-bsd/udp-bsd coding style, add robustness and remove use of name_lenYouness Alaoui2012-03-011-17/+14
* Fix memory leak with udp-bsdYouness Alaoui2012-03-011-11/+12
* Fix coding styleYouness Alaoui2012-03-011-19/+19
* Replace sockets with GSocketLivio Madaro2012-03-011-52/+54
* set nonblocking mode for socket on WindowsLivio Madaro2012-02-231-0/+5
* udp-bsd: Do not return an error for CONNRESET errors from ICMPMadaro Livio2012-02-131-1/+2
* Add support for windows's compilation through MinGWNader Morshed2011-11-301-3/+1
* Merge remote branch 'tester/misc-fixes' into nice-kakarotoYouness Alaoui2010-07-201-4/+0
|\
| * udp-bsd: Remove useless check from nice_udp_bsd_socket_newOlivier Crête2010-05-211-4/+0
* | udp-bsd: Create IPv6 socket if it such an addressOlivier Crête2010-06-271-0/+6
|/
* Fix copyright headers for all filesYouness Alaoui2010-02-161-5/+4
* Even for UDP sockets, we should handle EAGAIN errors because it can happen.. ...Youness Alaoui2009-11-101-0/+9
* Socket layer refactorising and adding of tcp-bsd, pseudossl, and moved the tc...Youness Alaoui2008-12-081-137/+68
* fix udp-turn closesocket for windows. use sockfd since sock->fileno is not ye...Youness Alaoui2008-11-191-2/+2
* Use the correct size for sockaddr_storage, otherwise it won't work on mac os ...Youness Alaoui2008-11-171-4/+9
* replace close by closesocket for windowsYouness Alaoui2008-11-031-0/+16
* Fix includes for win32 compilationYouness Alaoui2008-11-031-1/+6
* use socklen_t where needed, and cast it to size_t as it defined as an int in ...Youness Alaoui2008-10-281-2/+2
* remove unnecessary inclusion of socket files in some files, and make glib inc...Youness Alaoui2008-10-281-1/+0
* Add nice_socket_is_reliable to the APIYouness Alaoui2008-10-081-0/+7
* port test-bsd to the new APIYouness Alaoui2008-10-071-1/+0
* Much better NiceSocket API now, no more need for a socket factoryYouness Alaoui2008-10-071-38/+22
* Update udp socket layers to new NiceSocket APIYouness Alaoui2008-10-061-9/+9
* Renaming udp directory to socketYouness Alaoui2008-10-061-0/+244