libnfs: Add lutimes
[deb_libnfs.git] / lib / libnfs-sync.c
2014-07-27  Ross Lagerwalllibnfs: Add lutimes
2014-07-27  Ross Lagerwalllibnfs: Add lstat
2014-07-27  Ross Lagerwalllibnfs: Add lchown
2014-07-24  Ronnie SahlbergMerge pull request #90 from rosslagerwall/stat-improvements
2014-07-20  Ross Lagerwalllibnfs: Add fstat64, analagous to stat64
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-17  Ross Lagerwalllibnfs.c: add nfs_create
2014-04-11  Ronnie SahlbergMerge branch 'xid-hash'
2014-04-11  Ronnie SahlbergMerge pull request #71 from Memphiz/nolinger
2014-04-11  Ronnie SahlbergMerge pull request #72 from Memphiz/fixosxcompile
2014-04-10  Memphiz[osx] - fix compile
2014-04-04  Arne Redlichlibnfs-sync: nfs_{read,write}: use their _async counter...
2014-04-04  Arne Redlichnfs_lseek{,_async}: allow negative offsets and guard...
2014-03-20  Ronnie SahlbergPORTMAP: Rename the functions in PMAP to PMAP2 to desri...
2014-03-05  Ronnie SahlbergAdd a new nfs_stat64() function that operates on a...
2014-02-02  Ronnie SahlbergRename the nfs_open() argument from mode to flags
2014-01-31  Ronnie SahlbergAdd support for chdir and getcwd
2014-01-31  Ronnie SahlbergRevert "Add support for chdir and getcwd"
2014-01-28  Ronnie SahlbergAdd support for chdir and getcwd
2014-01-12  Ronnie SahlbergMerge pull request #47 from Memphiz/win32fix3
2014-01-12  Memphiz[win32] - fixed bad number casting when using libnfs...
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 SahlbergAdd configure checks for whether netinet/in.h is availa...
2013-05-28  Ronnie SahlbergWIN32 fixes
2013-04-14  Ronnie Sahlbergwe can always include netinet/in.h all platforms...
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-24  Ronnie SahlbergMOUNT: when processing the mount response, check status...
2012-11-22  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-04  Ronnie SahlbergMOUNT: when processing the mount response, check status...
2012-07-04  Ronnie SahlbergZDR: New builtin replacement for RPC/XDR called ZDR
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 SahlbergSync API: Once the sync nfs_mount() functions is finish...
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-03  Memphiz[win32] - make it compile on win32
2011-09-03  Ronnie Sahlbergremove some includes that dont exist on windows
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 changes, include files we need when compiling...
2011-08-28  Ronnie Sahlbergcallit_cb() : dont return a value from avoid function
2011-08-28  Ronnie Sahlbergcallit_cb() : dont return a value from avoid function
2011-07-31  Ronnie SahlbergAdd automatic reconnect after TCP session failure for...
2011-07-16  Ronnie Sahlbergsince UDP is unreliable, send the CALLIT broadcasts...
2011-07-16  Ronnie Sahlbergbreak out the loop for sending a NFSd probe bcast on...
2011-07-11  Ronnie SahlbergMerge pull request #10 from Memphiz/master
2011-07-11  Memphiz[fix] - fix allocation of if list for osx
2011-07-09  Ronnie SahlbergWe have to include config.h when testing for precense...
2011-07-09  Ronnie SahlbergOn OSX and other systems where we have sockaddr_in...
2011-07-03  Ronnie Sahlbergwhen ioctl() for getting the broadcast address fails...
2011-07-03  Ronnie SahlbergMerge pull request #7 from Memphiz/master
2011-07-03  Memphiz- fixed missing include for osx
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-25  Ronnie Sahlbergfix crash in mount/export
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-18  Ronnie Sahlbergget rid of all remaining printfs from the library
2011-06-18  Ronnie SahlbergRemove the _sync postfix for the synchronous functions
2011-02-06  Ronnie Sahlberginitial libnfs checkin