deb_libnfs.git
2013-10-31  Ronnie SahlbergNew version 1.8
2013-10-31  Ronnie SahlbergDont leak every single buffer we read from the socket.
2013-10-26  Ronnie SahlbergAdd an async helper function to connect an rpc context...
2013-10-26  Ronnie SahlbergAdd a mechanism to control what the next XID value...
2013-10-25  Ronnie SahlbergMix in the pid in the top 16 bits for the initial xid.
2013-10-24  Ronnie SahlbergDon't clamp write3 max to 32k
2013-10-24  Volker LendeckeFix typos
2013-10-22  Ronnie SahlbergMake xid be a uint32_t and not either unsigned long...
2013-10-20  Ronnie SahlbergNew version 1.7
2013-10-20  Ronnie SahlbergReset the receive buffer processing the received PDU.
2013-10-20  Ronnie SahlbergMake sure the the value is unsigned before we OR it...
2013-10-20  Ronnie SahlbergAdd support for NFS/PATHCONF
2013-07-10  Ronnie SahlbergMerge pull request #36 from Memphiz/win32fix2
2013-07-10  Memphiz[win32] - fix missing preprocessor define for using...
2013-06-08  Ronnie SahlbergAROS: Add an install target to the makefile
2013-05-31  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2013-05-31  Ronnie SahlbergOn Windows, use 65534/65534 instead of 65535/65535...
2013-05-30  Ronnie SahlbergMerge pull request #34 from Memphiz/win32fix2
2013-05-29  Memphiz[win32] - add projects for examples to the solution...
2013-05-29  Memphiz[win32] - include time.h through win32_compat.h for...
2013-05-29  Memphiz[cosmetics] - removed trailing semicolon
2013-05-29  Memphiz[win32] - fix visual studio project for allowing compil...
2013-05-29  Ronnie SahlbergMore AROS fixes. AROS compiles and works again.
2013-05-29  Ronnie SahlbergAros fixes
2013-05-29  Ronnie SahlbergAROS fixes
2013-05-29  Ronnie SahlbergAdd configure test for arpa/inet.h
2013-05-29  Ronnie SahlbergInclude ifdef cleanup
2013-05-29  Ronnie SahlbergConfigure check for sys/time.h
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-29  Ronnie SahlbergTry making the initial port used a little more random
2013-05-28  Ronnie SahlbergWIN32 fixes
2013-05-28  Ronnie SahlbergREADE update the location of the tarballs
2013-05-28  Ronnie SahlbergNew version 1.6
2013-05-25  Ronnie SahlbergOn unix systems, when creating the default authenticati...
2013-04-17  Ronnie SahlbergChange nfs-cp.c example to use lseek+read/write instead...
2013-04-16  Ronnie SahlbergAdd two more examples: nfs-ls and nfs-cp
2013-04-16  Ronnie SahlbergFix a bug when returning the filehandle in creat()...
2013-04-16  Ronnie SahlbergAllow nfs_lookuppath_async to have path[0]=='\0' this...
2013-04-14  Ronnie Sahlbergremove obsolete comment
2013-04-14  Ronnie SahlbergDont include config.h from libnfs-zdr.h
2013-04-14  Ronnie Sahlbergwe can always include netinet/in.h all platforms...
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-14  Ronnie SahlbergSOCKET: Use recv/send for all socket io on all platforms
2013-04-13  Ronnie SahlbergAROS: we dont need to protect aros_compat.c with an...
2013-04-13  Ronnie SahlbergAROS: Add an example for using the SYNC API to AROS
2013-04-13  Ronnie SahlbergAROS: add inet_pton emulation and make sure we use...
2013-04-13  Ronnie SahlbergAROS: Add copyright boilerplate for aros_compat.c
2013-04-13  Ronnie SahlbergAROS: implement their weird errno handling
2013-04-13  Ronnie SahlbergAROS: Update README and list AROS as supported and...
2013-04-13  Ronnie SahlbergAROS: We have to provide the correct nfds to WaitSelect
2013-04-13  Ronnie SahlbergSOCKADDR_STORAGE: it is called HAVE_SOCKADDR_LEN not...
2013-04-13  Ronnie SahlbergAROS: we need htons to convert socket port to network...
2013-04-13  Ronnie SahlbergAROS more stuff. The listservers example now compiles...
2013-04-12  Ronnie SahlbergAROS: it is called IoctlSocket/CloseSocket and WaitSele...
2013-04-12  Ronnie SahlbergAROS: getting closer to link. only a handful of missing...
2013-04-11  Ronnie SahlbergInitial AROS support.
2013-02-26  Ronnie SahlbergMerge pull request #32 from hulu/master
2013-02-26  Steve Cairandomize the initial rpc xid to avoid reply cache...
2013-01-04  Ronnie SahlbergREADME: We dont need tirpc for cygwin builds anymore
2012-12-05  Ronnie SahlbergRemove all remaining references to RPC
2012-12-05  Ronnie SahlbergMerge pull request #31 from clandmeter/master
2012-12-04  Carlo LandmeterRemove rpcgen check as it is not needed anymore
2012-12-03  Ronnie SahlbergNew version 1.5
2012-11-29  Ronnie SahlbergRearrange the header files.
2012-11-29  Ronnie SahlbergAdd ifndef's to protect libnfs-raw.h from being include...
2012-11-29  Ronnie SahlbergMerge pull request #30 from theuni/android
2012-11-28  Cory Fields[droid] Support building for android
2012-11-28  Ronnie SahlbergInstall libnfs-zdr.h
2012-11-28  Ronnie SahlbergMerge branch 'zdr'
2012-11-27  Ronnie SahlbergImplement 'rejected_reply' and switch to RFC5531 defini...
2012-11-25  Ronnie SahlbergNew version 1.4
2012-11-24  Ronnie SahlbergZDR_ARRAYS: The sub-unmarshaller returns TRUE FALSE...
2012-11-24  Ronnie SahlbergWe must link the examples with popt
2012-11-24  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-24  Ronnie SahlbergNFSCLIENT-SYNC: remove some debug output
2012-11-24  Ronnie SahlbergDont leak addrinfo in error path
2012-11-24  Evgeny Grin[Win32] Add windows x64 builds, use some win defines...
2012-11-24  Ronnie SahlbergMOUNT: when processing the mount response, check status...
2012-11-24  warped-rudiAdded ignore pattern for Windows intermediate files
2012-11-24  Rudi IhleFixed errno processing for connect() on Windows.
2012-11-24  Rudi IhleModified mechanism to assign privileged ports and enabl...
2012-11-22  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-22  Ronnie SahlbergChange the sync example to perform a 'ls -l' on an...
2012-11-22  Ronnie SahlbergConfigure: When configuring examples, make sure we...
2012-11-22  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2012-11-21  Ronnie SahlbergMerge pull request #27 from Karlson2k/Win32x64
2012-11-18  Ronnie SahlbergNFSCLIENT-SYNC: remove some debug output
2012-11-17  Ronnie SahlbergUse our own xdr_int64() for all 64 bit types.
2012-11-17  Ronnie SahlbergChange the sync example to perform a 'ls -l' on an...
2012-11-17  Ronnie SahlbergConfigure: When configuring examples, make sure we...
2012-11-17  Ronnie SahlbergDont leak addrinfo in error path
2012-11-09  Evgeny Grin[Win32] Add windows x64 builds, use some win defines...
2012-11-04  Ronnie SahlbergMOUNT: when processing the mount response, check status...
2012-09-19  Ronnie SahlbergMerge pull request #23 from warped-rudi/master-updates
2012-09-18  warped-rudiAdded ignore pattern for Windows intermediate files
next