aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_network.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: put (void) in a few function signaturesBrian Paul2018-04-131-2/+2
* gallium/util: use sockets on PIPE_OS_UNIX in u_networkJonathan Gray2018-03-011-6/+3
* gallium/util: use util_snprintf() in u_socket_connect()Brian Paul2017-10-241-1/+2
* gallium/util: replace gethostbyname() with getaddrinfo()Brian Paul2017-10-231-13/+22
* gallium/auxiliary/util: Solaris also has standard Unix socketsAlan Coopersmith2011-10-271-3/+6
* util: Add PIPE_OS_CYGWIN to u_network.Vinson Lee2010-07-231-1/+1
* gallium/util: Replace h_addr with h_addr_list[0].Vinson Lee2010-01-011-1/+1
* gallium/util: Add PIPE_OS_APPLE to u_network.Vinson Lee2009-12-221-3/+3
* gallium: Added HaikuOS platformaljen2009-09-091-3/+3
* util: Fix winsock include.Michal Krol2009-06-051-1/+1
* util: Add simple network functionsJakob Bornecrantz2009-06-011-0/+188