deb_libnfs.git
2012-03-10  Ronnie SahlbergNLM: initial support for NLM
2012-03-08  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2012-03-08  Ronnie SahlbergGETACL: change the signature for the raw getacl3 functi...
2012-03-08  Ronnie SahlbergNFSACL: Add support for SETACL3
2012-03-05  Ronnie SahlbergREADME, document where the mailinglist is and where...
2012-03-04  Ronnie Sahlbergupdate the licence text and proide an explicit copy...
2012-03-03  Ronnie Sahlbergnew version 1.3
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 Sahlbergrpc_nfs_create_async, args is now a pointer, not...
2012-01-12  Ronnie Sahlbergchange crate_async low level function to take a full...
2012-01-12  Ronnie Sahlbergread returns a READ3res, not a ACCESS3res
2012-01-10  Ronnie SahlbergAdd function to get root filehandle from a nfs context
2012-01-02  Ronnie SahlbergTry to rotate the ports we assign when root better...
2012-01-02  Ronnie SahlbergImprove an error message to show the errno value
2011-12-31  Ronnie SahlbergMOUNT: describe mount version 1
2011-12-31  Ronnie SahlbergPORTMAPPER: Add set/unset functions
2011-12-31  Ronnie SahlbergPMAP: allow to ask for tcp/udp port, dont assume users...
2011-12-06  Ronnie SahlbergNew version 1.2
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-11-27  Ronnie SahlbergNew version 1.1
2011-11-27  Ronnie SahlbergMake _FILE_OFFSET_BITS=64 always
2011-10-09  Ronnie SahlbergEverytime we use rpc_connect_async() internally, make...
2011-10-09  Ronnie SahlbergSync API: Once the sync nfs_mount() functions is finish...
2011-10-09  Ronnie SahlbergOnly call the "connect callback" if the callback is...
2011-10-09  Ronnie SahlbergChange remaining "struct AUTH *" to "AUTH *"
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 SahlbergBump version to 1.0.0
2011-10-04  Ronnie SahlbergFragment reassembly. Add reassembly of fragmented RPC...
2011-10-04  Ronnie SahlbergAutoreconnect: autoreconnect was completely broken...
2011-10-02  Ronnie SahlbergREADDIRPLUS emulation: Some embedded servers do not...
2011-09-19  Ronnie SahlbergDonr declate AUTH as a struct in libnfs.h
2011-09-19  Mike Frysingerignore generate libnfs.pc
2011-09-19  Mike Frysingertirpc: use pkg-config to find details
2011-09-19  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2011-09-19  Mike Frysingeradd maintainer e-mail to AC_INIT
2011-09-16  Ronnie SahlbergMerge pull request #15 from OpenELEC/libnfs-pkgconfig
2011-09-16  Stephan Raueadd support to create a pkgconfig file 'libnfs.pc'...
2011-09-13  Ronnie Sahlbergupdate README with highly non-portable capability suppo...
2011-09-13  Ronnie SahlbergMerge remote branch 'memphiz/win32'
2011-09-13  Ronnie SahlbergMerge remote branch 'memphiz/listservers'
2011-09-12  unknown[add] - list nfs servers nfsclient-sync
2011-09-12  Memphiz[win32] - completed win32 port
2011-09-12  Memphiz[fix] - vs2010 project for libnfs
2011-09-12  Memphiz[add/change] - win32 wrappers
2011-09-12  Memphiz[fix] - fixed example - don't exit on read failure...
2011-09-12  Memphiz[fix] - fixed example - don't exit on read failure...
2011-09-12  Ronnie Sahlbergremove debug message
2011-09-12  Ronnie Sahlbergwhen creating a socket, spin over a number of low-numbe...
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  Ronnie SahlbergUpdate win32 readme to point to location for oncrpc...
2011-09-03  Ronnie SahlbergAdd Windows as a supported platform
2011-09-03  unknown[fix] - fix connect for win32 - return values are inverted
2011-09-03  unknown[add] - implement set_non_blocking for socket
2011-09-03  unknown[fix] - fix win32_inet_pton
2011-09-03  WiSo[WIN32] added nfsclient-sync to the solution. still...
2011-09-03  WiSo[WIN32] added project file for nfsclient-sync.exe
2011-09-03  WiSo[WIN32] disable some warnings
2011-09-03  WiSo[WIN32] added visual studio project files to libnfs...
2011-09-03  Memphiz[win32] - make it compile on win32
2011-09-03  Ronnie Sahlbergremove old libnfs.def and update the buildscript to...
2011-09-03  Memphiz[add] - win32 compat stuff
2011-09-03  Ronnie SahlbergRevert "Rename libnfs.def to libnfs-win32.def"
2011-09-03  Ronnie Sahlbergmemset() is posix, bzero() is not change bzero into...
2011-09-03  Ronnie SahlbergRename libnfs.def to libnfs-win32.def
2011-09-03  Ronnie Sahlbergremove some includes that dont exist on windows
2011-09-03  Ronnie Sahlbergcast to char * to avoid compiler warnings for get/setso...
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-09-01  Ronnie Sahlbergnfs.x: some rpcgen's can not handle multiple union...
2011-09-01  Ronnie Sahlbergadd support for opensolaris
2011-08-30  Ronnie Sahlbergwin32 add build script for visual studio
2011-08-30  Ronnie SahlbergWin32: make the sympols public in a dll
2011-08-30  Ronnie SahlbergWin32: add a libnfs.def file so we can build libraries...
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 Sahlbergwin32 oncrpc environment needx xdr.h before including...
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-08-28  Ronnie SahlbergWin32 changes, include files we need when compiling...
2011-08-28  Ronnie Sahlbergnfs.x: some rpcgen's can not handle multiple union...
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 Sahlbergbump the configure.ac version to 1.0
2011-07-31  Ronnie SahlbergAdd packaging directory and script and specfile to...
next