deb_libnfs.git
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...
2011-07-31  Ronnie SahlbergDont install slist.h or libnfs-private.h
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-20  Ronnie SahlbergMerge pull request #11 from Memphiz/master
2011-07-19  Memphiz[fix] - install the raw headers ...
2011-07-18  Ronnie Sahlbergtypo
2011-07-18  Ronnie SahlbergFreeBSD works too
2011-07-17  Ronnie SahlbergAdd cygwin to supported/tested platforms
2011-07-17  Ronnie SahlbergWe need the same uint64_t workaround for cygwin as...
2011-07-17  Ronnie SahlbergAdd a flag --enable-tirpc to the configure script
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-07  Ronnie SahlbergMerge pull request #9 from t-nelson/fix_vpath_build
2011-07-07  Ronnie SahlbergMerge pull request #8 from t-nelson/update_gitignore
2011-07-06  Trent NelsonFix out-of-tree (VPATH) builds
next