Some more configure checks for headers
[deb_libnfs.git] / lib / init.c
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