aboutsummaryrefslogtreecommitdiff
path: root/lib/libnfs
AgeCommit message (Collapse)Author
2014-01-03[nfs] - remove leftover libnfs buildsys for linux - we provide the correct ↵Memphiz
version via our ppa for linux (all other platforms have the right version bundled) - for all non ppa conform distributions the upstream source has to be compiled and installed (if no package for the distribution is provided by the distributor)
2012-05-04[nfs] - bump version to 1.3Memphiz
2011-12-05[fix] - apply hanewin nfs server patch to libnfs for linux aswellMemphiz
2011-09-02build: allow configure options to be set for libnfstheuni
This is an ugly ugly hack, but it only has to last until libnfs makes its way into distros. use the PREFIX or LIBNFS_CONFIGOPTS env vars to override their defaults. This way we can do cross builds without manual intervention.
2011-09-02[nfs] - bump version to 0804e67Memphiz
2011-08-15[bump] - bump version of libnfs - closes #11778Memphiz
2011-07-22[fix] - force 64bit file io on linux - fixes crashing on lseekMemphis
2011-07-22[change] - bump libnfs version for linux aswellMemphis
2011-07-18[add] - added support for dns name resolutionMemphiz
- refactored gNfsConnection - added missing GPL headers - refactored GetDirectory / added GetDirectoryFromExportList - reduce number of mount requests to a minimum by using the list of exported pathes from the server - added support for listing nfs servers of the subnet (url nfs://) - nfs support knows kung fu now :D
2011-07-18[libnfs] - version bump to new api and new buildsysMemphiz
2011-06-13[libnfs] - stop syslog spamming of libnfsMemphiz
2011-06-11[linux] - libnfs day - linux wants to pull from mirror aswellMemphiz
2011-06-11[libnfs] - cleanup softlinksMemphiz
2011-06-11[linux] - added missing softlink for libnfs.so.1 (dyloading won't work ↵Memphis
without it)
2011-06-11[linux/osx/ios] Prepare dyloading libnfsMemphiz
- added libnfs to configure.in search - added libnfs makefile for linux - added libnfs dyload wrapper