fix implicit decl warnings
[deb_libnfs.git] / lib / socket.c
2014-08-11  Mike Frysingerfix implicit decl warnings
2014-07-19  Ronnie SahlbergMerge pull request #88 from rosslagerwall/76-no-autorec...
2014-07-19  Ronnie SahlbergMerge pull request #86 from rosslagerwall/75-create
2014-07-19  Ronnie SahlbergMerge pull request #87 from rbalint/master
2014-07-19  Petr SalingerUse sockaddr_in6 instead of sockaddr6_in
2014-06-08  Ronnie SahlbergMerge pull request #79 from plieven/readahead
2014-06-08  Peter Lievensocket: fix broken connect for non broadcast traffic
2014-04-11  Ronnie SahlbergMerge branch 'xid-hash'
2014-04-11  Ronnie SahlbergMerge pull request #71 from Memphiz/nolinger
2014-04-10  Memphiz[socket] - disable linger by setting SO_LINGER to 0...
2014-04-04  Mark HillsTrack waiting requests in a hash table, by xid
2014-04-04  Mark HillsOptimisations to the pdu queues
2014-03-20  Ronnie SahlbergIPV6: Add basic IPv6 support
2014-02-20  Arne Redlichrpc_read_from_socket: fix use-after-free due to missing...
2014-02-20  Arne Redlichsocket.c: fix format string issues (too few arguments)
2014-02-02  Ronnie SahlbergAdd a rpc_set_fd() fucntion which can be used to swap...
2014-01-13  Ronnie SahlbergMerge pull request #48 from plieven/master
2014-01-13  Peter Lievenmake adjustments for v6 of the qemu NFS driver
2014-01-12  Ronnie SahlbergMerge pull request #47 from Memphiz/win32fix3
2013-12-26  Ronnie SahlbergMerge pull request #43 from plieven/master
2013-12-23  Peter Lievenadd tcp-syncnt URL param to adjust TCP_SYNCNT sockopt
2013-10-31  Ronnie SahlbergDont leak every single buffer we read from the socket.
2013-10-20  Ronnie SahlbergReset the receive buffer processing the received PDU.
2013-05-29  Ronnie SahlbergAdd configure test for arpa/inet.h
2013-05-29  Ronnie SahlbergSome more configure checks for headers
2013-05-29  Ronnie SahlbergAdd configure checks for sys/socket.h
2013-05-29  Ronnie SahlbergTry making the initial port used a little more random
2013-04-14  Ronnie Sahlbergmore header include cleanups
2013-04-14  Ronnie SahlbergWIN32: More ifdef cleanups
2013-04-14  Ronnie SahlbergWIN32: get rid of some ifdefs
2013-04-14  Ronnie SahlbergSOCKET: Use recv/send for all socket io on all platforms
2013-04-13  Ronnie SahlbergAROS: add inet_pton emulation and make sure we use...
2013-04-11  Ronnie SahlbergInitial AROS support.
2012-11-28  Ronnie SahlbergMerge branch 'zdr'
2012-11-24  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-24  Ronnie SahlbergDont leak addrinfo in error path
2012-11-24  Rudi IhleFixed errno processing for connect() on Windows.
2012-11-24  Rudi IhleModified mechanism to assign privileged ports and enabl...
2012-11-22  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-21  Ronnie SahlbergMerge pull request #27 from Karlson2k/Win32x64
2012-11-17  Ronnie SahlbergDont leak addrinfo in error path
2012-09-19  Ronnie SahlbergMerge pull request #23 from warped-rudi/master-updates
2012-09-18  Rudi IhleFixed errno processing for connect() on Windows.
2012-09-18  Rudi IhleModified mechanism to assign privileged ports and enabl...
2012-07-04  Ronnie Sahlbergsquelch compiler warnings in socket.c about integer...
2012-07-04  Ronnie SahlbergZDR: New builtin replacement for RPC/XDR called ZDR
2012-01-02  Ronnie SahlbergTry to rotate the ports we assign when root better...
2012-01-02  Ronnie SahlbergImprove an error message to show the errno value
2011-11-27  Ronnie SahlbergRemove all [s]size_t / off_t and replace with [u]int64_...
2011-10-09  Ronnie SahlbergOnly call the "connect callback" if the callback is...
2011-10-04  Ronnie SahlbergAutoreconnect: autoreconnect was completely broken...
2011-09-13  Ronnie SahlbergMerge remote branch 'memphiz/win32'
2011-09-12  Memphiz[win32] - completed win32 port
2011-09-12  Ronnie Sahlbergremove debug message
2011-09-12  Ronnie Sahlbergwhen creating a socket, spin over a number of low-numbe...
2011-09-11  Ronnie SahlbergAdd a call to find the queue-length so we can see how...
2011-09-03  unknown[fix] - fix connect for win32 - return values are inverted
2011-09-03  unknown[add] - implement set_non_blocking for socket
2011-09-03  Memphiz[win32] - make it compile on win32
2011-09-03  Ronnie Sahlbergcast to char * to avoid compiler warnings for get/setso...
2011-09-03  Ronnie SahlbergMerge branch 'master' into win32-3
2011-09-03  Ronnie SahlbergMerge branch 'win32' into win32-3
2011-09-01  Ronnie Sahlbergadd support for opensolaris
2011-08-28  Ronnie SahlbergWin32: more win32 adaptations
2011-07-31  Ronnie SahlbergAdd automatic reconnect after TCP session failure for...
2011-07-02  Ronnie Sahlbergadd back a check for sa_len in sockaddr structure.
2011-07-02  Ronnie SahlbergMerge remote branch 't-nelson/automake'
2011-06-29  Trent NelsonFix compile error on solaris.
2011-06-26  Ronnie Sahlbergadd function to extract the sockaddr from which we...
2011-06-26  Ronnie Sahlbergadd function to set the target for UDP rpc calls.
2011-06-26  Ronnie Sahlbergadd function to bind a udp rpc context to a local port...
2011-06-26  Ronnie SahlbergDont allow a tcp _connect to a UDP context
2011-06-26  Ronnie Sahlbergadd capability to read UDP datagrams from the socket...
2011-06-26  Ronnie Sahlbergfor UDP sockets, we ONLY wait for pollin events
2011-06-19  Ronnie SahlbergRedo the buffer handling for input buffers and make...
2011-06-18  Ronnie Sahlbergget rid of all remaining printfs from the library
2011-06-02  Ronnie SahlbergMerge pull request #1 from Memphiz/originalnfs
2011-06-01  Memphis- linux, osx, and ios need rpc/rpc.h includede before...
2011-06-01  Ronnie SahlbergUse HAVE_SOCK_SIN_LEN and set ->sin_len
2011-02-07  Ronnie SahlbergUse getsockopt to extract better failure condition...
2011-02-06  Ronnie Sahlberginitial libnfs checkin