summaryrefslogtreecommitdiff
path: root/socket/udp-bsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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