tirpc: use pkg-config to find details
[deb_libnfs.git] / lib /
2011-09-13  Ronnie SahlbergMerge remote branch 'memphiz/win32'
2011-09-12  Memphiz[win32] - completed win32 port
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  unknown[fix] - fix connect for win32 - return values are inverted
2011-09-03  unknown[add] - implement set_non_blocking for socket
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 Sahlbergadd support for opensolaris
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 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 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 SahlbergInitialize the rootfh handle when creating the nfs...
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-07  Ronnie SahlbergMerge pull request #9 from t-nelson/fix_vpath_build
2011-07-06  Trent NelsonFix out-of-tree (VPATH) builds
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 Sahlbergadd back a check for sa_len in sockaddr structure.
2011-07-02  Ronnie SahlbergWith broadcast PDUs we can receive multiple replies...
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-29  Trent NelsonFix compile error on solaris.
2011-06-29  Trent NelsonHandle versioning the libtool way.
2011-06-29  Trent NelsonRewrite build system using automake
2011-06-26  Ronnie Sahlbergwhen destroying a udp rpc context, free any udp_dest...
2011-06-26  Ronnie Sahlbergadd function to extract the sockaddr from which we...
2011-06-26  Ronnie Sahlbergadd function to set the target for UDP rpc calls.
2011-06-26  Ronnie Sahlbergadd function to bind a udp rpc context to a local port...
2011-06-26  Ronnie SahlbergDont allow a tcp _connect to a UDP context
2011-06-26  Ronnie Sahlbergadd capability to read UDP datagrams from the socket...
2011-06-26  Ronnie Sahlbergfor UDP sockets, we ONLY wait for pollin events
2011-06-26  Ronnie Sahlbergadd support for sending and receiving udp pdu
2011-06-26  Ronnie Sahlbergin allocate pdu, if context is udp, dont allocate space...
2011-06-26  Ronnie Sahlbergadd function to request a UDP context
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-25  Ronnie Sahlbergfix crash in mount/export
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 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-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-06-18  Ronnie SahlbergRemove the _sync postfix for the synchronous functions
2011-06-02  Ronnie SahlbergMerge pull request #1 from Memphiz/originalnfs
2011-06-01  Memphis- linux, osx, and ios need rpc/rpc.h includede before...
2011-06-01  Ronnie SahlbergUse HAVE_SOCK_SIN_LEN and set ->sin_len
2011-05-31  Ronnie SahlbergRead the max read/write sizes supported when connecting...
2011-02-07  Ronnie SahlbergUse getsockopt to extract better failure condition...
2011-02-06  Ronnie Sahlberginitial libnfs checkin