summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_network.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-18gallium/util: don't depend on implementation defined behavior in listen()Lucas Stach1-1/+1
2019-08-02gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USEREric Engestrom1-5/+5
2019-07-19util: use standard name for snprintf()Eric Engestrom1-1/+1
2018-04-13gallium/util: put (void) in a few function signaturesBrian Paul1-2/+2
2018-03-01gallium/util: use sockets on PIPE_OS_UNIX in u_networkJonathan Gray1-6/+3
2017-10-24gallium/util: use util_snprintf() in u_socket_connect()Brian Paul1-1/+2
2017-10-23gallium/util: replace gethostbyname() with getaddrinfo()Brian Paul1-13/+22
2011-10-27gallium/auxiliary/util: Solaris also has standard Unix socketsAlan Coopersmith1-3/+6
2010-07-23util: Add PIPE_OS_CYGWIN to u_network.Vinson Lee1-1/+1
2010-01-01gallium/util: Replace h_addr with h_addr_list[0].Vinson Lee1-1/+1
2009-12-22gallium/util: Add PIPE_OS_APPLE to u_network.Vinson Lee1-3/+3
2009-09-09gallium: Added HaikuOS platformaljen1-3/+3
2009-06-05util: Fix winsock include.Michal Krol1-1/+1
2009-06-01util: Add simple network functionsJakob Bornecrantz1-0/+188