docs: add a prebuilt manpage to the distribution
[deb_libnfs.git] / lib / pdu.c
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 HillsEnsure the next pointer is correct
2014-04-04  Mark HillsOptimisations to the pdu queues
2014-03-12  Ronnie SahlbergImprove error reporting when unmarshalling of message...
2014-01-12  Ronnie SahlbergMerge pull request #47 from Memphiz/win32fix3
2013-10-26  Ronnie SahlbergAdd a mechanism to control what the next XID value...
2013-10-22  Ronnie SahlbergMake xid be a uint32_t and not either unsigned long...
2013-05-29  Ronnie SahlbergSome more configure checks for headers
2013-05-29  Ronnie SahlbergAdd configure checks for sys/socket.h
2013-05-29  Ronnie SahlbergAdd configure checks for whether netinet/in.h is availa...
2013-05-28  Ronnie SahlbergWIN32 fixes
2013-04-14  Ronnie Sahlbergmore include cleanups it starts to look almost decent now
2013-04-14  Ronnie SahlbergWIN32: More ifdef cleanups
2013-04-12  Ronnie SahlbergAROS: getting closer to link. only a handful of missing...
2012-11-28  Ronnie SahlbergMerge branch 'zdr'
2012-11-27  Ronnie SahlbergImplement 'rejected_reply' and switch to RFC5531 defini...
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-04  Ronnie SahlbergChange a size variable from uint64 to uint32 to squelch...
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-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 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-28  Ronnie SahlbergWin32: more win32 adaptations
2011-07-02  Ronnie SahlbergWith broadcast PDUs we can receive multiple replies...
2011-07-02  Ronnie SahlbergMerge remote branch 't-nelson/automake'
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-19  Ronnie Sahlbergadd a sync function to get the export list from a serve...
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