Merge branch 'win32' into win32-3
[deb_libnfs.git] / lib / libnfs.c
2011-09-03  Ronnie SahlbergMerge branch 'win32' into win32-3
2011-09-02  Ronnie Sahlbergusing READDIRPLUS3 we get some extra fields for the...
2011-09-02  Ronnie Sahlbergnfs_opendir() switch to using READDIRPLUS3 instead...
2011-08-29  Ronnie Sahlberguse vsnprintf() on all platforms, dont special case...
2011-08-29  Ronnie SahlbergWin32: add workaround for lack of vasprintf() and use...
2011-08-28  Ronnie SahlbergWIN32: win32 does not have poll()
2011-08-28  Ronnie Sahlbergwondows dont have vasprintf()
2011-08-28  Ronnie SahlbergWin32: more win32 adaptations
2011-08-28  Ronnie SahlbergVC10 dont like ';;'
2011-08-28  Ronnie SahlbergWin32: the stat structure on win32 does not have blocks...
2011-08-28  Ronnie Sahlbergreplace index/rindex with modern equivalents
2011-08-28  Ronnie Sahlbergreplace index/rindex with modern equivalents
2011-08-28  Ronnie Sahlbergnfs_set_auth() is a void and does not return anything
2011-08-28  Ronnie Sahlbergnfs_set_auth() is a void and does not return anything
2011-07-31  Ronnie SahlbergInitialize the rootfh handle when creating the nfs...
2011-07-31  Ronnie SahlbergAdd automatic reconnect after TCP session failure for...
2011-07-02  Ronnie SahlbergMerge remote branch 't-nelson/automake'
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-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 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-05-31  Ronnie SahlbergRead the max read/write sizes supported when connecting...
2011-02-06  Ronnie Sahlberginitial libnfs checkin