add readahead support
[deb_libnfs.git] / include / libnfs-private.h
2014-06-23  Peter Lievenadd readahead support
2014-04-11  Ronnie SahlbergMerge branch 'xid-hash'
2014-04-04  Mark HillsTrack waiting requests in a hash table, by xid
2014-04-04  Mark HillsOptimisations to the pdu queues
2014-02-20  Arne Redlich{nfs,rpc}_set_error: add __attribute__((format(printf...
2014-02-20  Arne Redlichlibnfs-private.h: wrap in extern "C" for C++ compatibility
2014-02-20  Arne Redlichlibnfs-private.h: add include guards
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 uid and gid URL param to specify alternate uid...
2013-12-23  Peter Lievenadd tcp-syncnt URL param to adjust TCP_SYNCNT sockopt
2013-10-22  Ronnie SahlbergMake xid be a uint32_t and not either unsigned long...
2013-05-28  Ronnie SahlbergWIN32 fixes
2013-04-13  Ronnie SahlbergSOCKADDR_STORAGE: it is called HAVE_SOCKADDR_LEN not...
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-22  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-07-05  Ronnie SahlbergGet rid of AUTH completely and replace all uses with...
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-03-08  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2012-03-08  Ronnie SahlbergNFSACL: Add support for SETACL3
2012-01-10  Ronnie SahlbergAdd function to get root filehandle from a nfs context
2011-11-27  Ronnie SahlbergRemove all [s]size_t / off_t and replace with [u]int64_...
2011-10-04  Ronnie SahlbergFragment reassembly. Add reassembly of fragmented RPC...
2011-10-04  Ronnie SahlbergAutoreconnect: autoreconnect was completely broken...
2011-09-03  Ronnie SahlbergMerge branch 'master' into win32-3
2011-09-03  Ronnie SahlbergMerge branch 'win32' into win32-3
2011-08-28  Ronnie Sahlbergwin32 oncrpc environment needx xdr.h before including...
2011-07-31  Ronnie SahlbergAdd automatic reconnect after TCP session failure for...
2011-07-02  Ronnie SahlbergMerge remote branch 't-nelson/automake'
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 Sahlbergadd a sockaddr_storage so we can store the socket UPD...
2011-06-26  Ronnie Sahlbergadd a sockaddr_storage to the rpc context so we can...
2011-06-26  Ronnie Sahlbergadd a 'is broadcast' flag to the rpc context structure
2011-06-26  Ronnie Sahlbergadd function to request a UDP context
2011-06-26  Ronnie Sahlbergadd rpc_context field to track if a UDP connection...
2011-06-19  Ronnie SahlbergRedo the buffer handling for input buffers and make...
2011-06-19  Ronnie Sahlbergadd a sync function to get the export list from a serve...
2011-06-18  Ronnie Sahlbergget rid of all remaining printfs from the library
2011-02-06  Ronnie Sahlberginitial libnfs checkin