add readahead support
[deb_libnfs.git] / lib / init.c
2014-06-23  Peter Lievenadd readahead support
2014-05-15  Ronnie Sahlbergslist.h: Change SLIST_* to LIBNFS_LIST_* to avoid name...
2014-04-11  Ronnie SahlbergMerge branch 'xid-hash'
2014-04-04  Mark HillsTrack waiting requests in a hash table, by xid
2014-04-04  Mark HillsOptimisations to the pdu queues
2014-03-13  Ronnie SahlbergSet default uid/gid to 65534/nobody for ANDROID
2014-03-12  Ronnie SahlbergImprove error reporting when unmarshalling of message...
2014-01-12  Ronnie SahlbergMerge pull request #47 from Memphiz/win32fix3
2013-12-26  Ronnie SahlbergMerge pull request #43 from plieven/master
2013-12-24  Ronnie SahlbergGrow the marshalling buffer from 64k to 1M so we can...
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-10-25  Ronnie SahlbergMix in the pid in the top 16 bits for the initial xid.
2013-05-29  Ronnie SahlbergSome more configure checks for headers
2013-05-28  Ronnie SahlbergWIN32 fixes
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-14  Ronnie SahlbergWIN32: get rid of some ifdefs
2013-04-12  Ronnie SahlbergAROS: it is called IoctlSocket/CloseSocket and WaitSele...
2013-02-26  Ronnie SahlbergMerge pull request #32 from hulu/master
2013-02-26  Steve Cairandomize the initial rpc xid to avoid reply cache...
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
2011-11-27  Ronnie SahlbergRemove all [s]size_t / off_t and replace with [u]int64_...
2011-10-09  Ronnie SahlbergChange remaining "struct AUTH *" to "AUTH *"
2011-10-04  Ronnie SahlbergFragment reassembly. Add reassembly of fragmented RPC...
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 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-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 Sahlbergwondows dont have vasprintf()
2011-08-28  Ronnie SahlbergWin32 changes, include files we need when compiling...
2011-07-02  Ronnie SahlbergMerge remote branch 't-nelson/automake'
2011-06-26  Ronnie Sahlbergwhen destroying a udp rpc context, free any udp_dest...
2011-06-26  Ronnie Sahlbergadd function to request a UDP context
2011-06-18  Ronnie Sahlbergget rid of all remaining printfs from the library
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-02-06  Ronnie Sahlberginitial libnfs checkin