Merge remote branch 't-nelson/automake'
[deb_libnfs.git] / lib /
2011-07-02  Ronnie SahlbergMerge remote branch 't-nelson/automake'
2011-07-02  Ronnie Sahlbergadd example for sync interface to probe for all local...
2011-06-29  Trent NelsonFix compile error on solaris.
2011-06-29  Trent NelsonHandle versioning the libtool way.
2011-06-29  Trent NelsonRewrite build system using automake
2011-06-26  Ronnie Sahlbergwhen destroying a udp rpc context, free any udp_dest...
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-26  Ronnie Sahlbergadd support for sending and receiving udp pdu
2011-06-26  Ronnie Sahlbergin allocate pdu, if context is udp, dont allocate space...
2011-06-26  Ronnie Sahlbergadd function to request a UDP context
2011-06-25  Ronnie Sahlbergredo the previous patch to instead initialize max_offse...
2011-06-25  Ronnie Sahlberghandle the case where we try a multi-read that is compl...
2011-06-25  Ronnie Sahlbergfix crash in mount/export
2011-06-21  Ronnie SahlbergAdd a very subtle bug in nfs_set_error()
2011-06-20  Ronnie SahlbergWhen doping chunked multi-reads of a blob bigger than...
2011-06-19  Ronnie SahlbergFrom Paul van der Zwan
2011-06-19  Ronnie SahlbergRedo the buffer handling for input buffers and make...
2011-06-19  Ronnie Sahlbergremove the need for an explicit rpc context for the...
2011-06-19  Ronnie Sahlbergadd a sync function to get the export list from a serve...
2011-06-19  Ronnie SahlbergAdd a high-level async function to read the export...
2011-06-18  Ronnie Sahlbergget rid of all remaining printfs from the library
2011-06-18  Ronnie Sahlbergget rid of compiler warning
2011-06-18  Ronnie Sahlbergremove all printf's and replace them with rpc_set_error()
2011-06-18  Ronnie SahlbergAdd support in read/pread to be aware of the Maximum...
2011-06-18  Ronnie SahlbergRemove the _sync postfix for the synchronous functions
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-05-31  Ronnie SahlbergRead the max read/write sizes supported when connecting...
2011-02-07  Ronnie SahlbergUse getsockopt to extract better failure condition...
2011-02-06  Ronnie Sahlberginitial libnfs checkin