Merge pull request #47 from Memphiz/win32fix3
[deb_libnfs.git] / lib / libnfs.c
2014-01-12  Ronnie SahlbergMerge pull request #47 from Memphiz/win32fix3
2014-01-12  Memphiz[win32] - fixed bad number casting when using libnfs...
2014-01-01  Ronnie SahlbergAdd uid/gid to the stat data returned in the readdir...
2014-01-01  Ronnie SahlbergAssign the whole nfs_fh3 structure instead of element...
2013-12-31  Ronnie SahlbergChange rpc_nfs_readdirplus to rpc_nfs3_readdirplus
2013-12-31  Ronnie SahlbergChange rpc_nfs_readdir to rpc_nfs3_readir
2013-12-31  Ronnie SahlbergChange rpc_nfs_readlink to rpc_nfs3_readlink
2013-12-31  Ronnie SahlbergChange rpc_nfs_symlink to rpc_nfs3_symlink
2013-12-31  Ronnie SahlbergChane rpc_nfs_link to rpc_nfs3_link
2013-12-31  Ronnie SahlbergChange rpc_nfs_rename to rpc_nfs3_rename
2013-12-31  Ronnie SahlbergChange rpc_nfs_mknod to rpc_nfs3_mknod
2013-12-31  Ronnie SahlbergChange rpc_nfs_remove to rpc_nfs3_remove
2013-12-31  Ronnie SahlbergChange rpc_nfs_create to rpc_nfs3_create
2013-12-31  Ronnie SahlbergChange rpc_nfs_rmdir to rpc_nfs3_rmdir
2013-12-31  Ronnie SahlbergChange rpc_nfs_mkdir to rpc_nfs3_mkdir
2013-12-31  Ronnie SahlbergChange rpc_nfs_commit to rpc_nfs3_commit
2013-12-31  Ronnie SahlbergChange rpc_nfs_setattr to rpc_nfs3_setattr
2013-12-31  Ronnie SahlbergChange all calls to rpc_nfs_fsstat to rpc_nfs3_fsstat
2013-12-31  Ronnie SahlbergChange all calls to rpc_nfs_fsinfo to rpc_nfs3_fsinfo
2013-12-26  Ronnie SahlbergMerge pull request #44 from plieven/master
2013-12-26  Ronnie SahlbergFix some compiler warnings and bugs
2013-12-26  Ronnie SahlbergChange rpc_mount_* to rpc_mount3_* and make it explicit...
2013-12-26  Ronnie SahlbergChange rpc_set_context_args to nfs_set_context_args...
2013-12-26  Peter Lievennfs_parse_url: initialize memory
2013-12-26  Peter Lievennfs_parse_url_incomplete: fix use after free in param...
2013-12-26  Ronnie SahlbergCreate a new function rpc_set_context_args where we...
2013-12-26  Ronnie SahlbergMerge pull request #43 from plieven/master
2013-12-24  Ronnie SahlbergNFS: Add new function signatures for rpc_nfs3_ that...
2013-12-23  Peter Lievenexamples: add nfs-io example
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-12-23  Peter Lievenadd URL parsing functions
2013-12-17  Ronnie SahlbergMerge pull request #40 from plieven/master
2013-12-17  Peter Lievennfs_creat1_cb: fix memleak
2013-10-26  Ronnie SahlbergAdd an async helper function to connect an rpc context...
2013-10-24  Ronnie SahlbergDon't clamp write3 max to 32k
2013-10-24  Volker LendeckeFix typos
2013-05-29  Ronnie SahlbergMore AROS fixes. AROS compiles and works again.
2013-05-29  Ronnie SahlbergAROS fixes
2013-05-29  Ronnie SahlbergSome more configure checks for headers
2013-05-29  Ronnie SahlbergAdd configure checks for whether netinet/in.h is availa...
2013-05-28  Ronnie SahlbergWIN32 fixes
2013-04-16  Ronnie SahlbergFix a bug when returning the filehandle in creat()...
2013-04-16  Ronnie SahlbergAllow nfs_lookuppath_async to have path[0]=='\0' this...
2013-04-14  Ronnie Sahlbergmore include cleanups it starts to look almost decent now
2013-04-14  Ronnie Sahlbergmore header include cleanups
2013-04-14  Ronnie SahlbergWIN32: More ifdef cleanups
2013-04-11  Ronnie SahlbergInitial AROS support.
2012-11-29  Ronnie SahlbergMerge pull request #30 from theuni/android
2012-11-28  Cory Fields[droid] Support building for android
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 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-13  Ronnie Sahlbergchange rpc_nfs_symlink_async to take a full SYMLINK3arg...
2012-01-13  Ronnie Sahlbergmake low level readlink_async function take READLINK3ar...
2012-01-12  Ronnie Sahlbergmake mkdir_async take a full MKDIR3args argument
2012-01-12  Ronnie Sahlbergchange crate_async low level function to take a full...
2012-01-10  Ronnie SahlbergAdd function to get root filehandle from a nfs context
2011-12-31  Ronnie SahlbergPMAP: allow to ask for tcp/udp port, dont assume users...
2011-12-05  Ronnie SahlbergSet IFREG from file type, dont assume mode bits contain it
2011-11-27  Ronnie SahlbergRemove all [s]size_t / off_t and replace with [u]int64_...
2011-11-27  Ronnie SahlbergAdd MKNOD command support
2011-10-09  Ronnie SahlbergEverytime we use rpc_connect_async() internally, make...
2011-10-08  Ronnie SahlbergMerge pull request #19 from Memphiz/auth2
2011-10-08  Memphiz[fix] - fix improper definition of struct AUTH from...
2011-10-04  Ronnie SahlbergAutoreconnect: autoreconnect was completely broken...
2011-10-02  Ronnie SahlbergREADDIRPLUS emulation: Some embedded servers do not...
2011-09-13  Ronnie SahlbergMerge remote branch 'memphiz/win32'
2011-09-12  Memphiz[win32] - completed win32 port
2011-09-11  Ronnie SahlbergLarge-Writes: just like for large-reads, chop large...
2011-09-11  Ronnie SahlbergAdd a call to find the queue-length so we can see how...
2011-09-03  Memphiz[win32] - make it compile on win32
2011-09-03  Ronnie Sahlbergmemset() is posix, bzero() is not change bzero into...
2011-09-03  Ronnie SahlbergMerge branch 'master' into win32-3
2011-09-03  Ronnie Sahlbergcast the pointer to char * for all calls to bzero
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...
next