summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ronnie Sahlberg [Sat, 18 Jun 2011 23:05:20 +0000 (09:05 +1000)]
get rid of compiler warning
Ronnie Sahlberg [Sat, 18 Jun 2011 23:03:04 +0000 (09:03 +1000)]
remove all printf's and replace them with rpc_set_error()
also change all error return codes to always return -1
Ronnie Sahlberg [Sat, 18 Jun 2011 22:43:28 +0000 (08:43 +1000)]
Add support in read/pread to be aware of the Maximum Read size that the server
suggested.
When a read/pread operation that is 'oversize' is issued, the read/pread command will internally chop this up into smaller chunsk and send then concurrently to the server.
As replies come back from the server we add the data to a reassembly buffer
and as soon as all replies have been received we invoke the callback and pass the reassembly buffer back to the application.
Ronnie Sahlberg [Sat, 18 Jun 2011 05:07:53 +0000 (15:07 +1000)]
Remove the _sync postfix for the synchronous functions
Ronnie Sahlberg [Sat, 11 Jun 2011 23:10:09 +0000 (16:10 -0700)]
Merge pull request #5 from OpenELEC/libnfs-destdir
(Re)Adding DESTDIR support, adding support to set --includedir at configure time, disable ldconfig for crosscompiling
Ronnie Sahlberg [Sat, 11 Jun 2011 23:07:09 +0000 (16:07 -0700)]
Merge pull request #4 from Memphiz/readme
- adapted README with tested plattforms
Stephan Raue [Sat, 11 Jun 2011 21:25:07 +0000 (23:25 +0200)]
add DESTDIR support, needed for crosscompiling; dont hardcode /usr/include - use --includedir= instead on configure time
Signed-off-by: Stephan Raue <stephan@openelec.tv>
Stephan Raue [Sat, 11 Jun 2011 21:22:19 +0000 (23:22 +0200)]
Disable run of ldconfig if crosscompiling too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
Memphiz [Sat, 11 Jun 2011 17:37:28 +0000 (19:37 +0200)]
- adapted README with tested plattforms
Ronnie Sahlberg [Fri, 10 Jun 2011 22:04:51 +0000 (15:04 -0700)]
Merge pull request #3 from Memphiz/originalnfs2
"Last" pull ...
Memphis [Wed, 8 Jun 2011 15:19:32 +0000 (17:19 +0200)]
- add configure option for disabling the call to ldconfig on make install
- this is needed because we use a prefix which is writable by the user - calling ldconfig
would need root rights which we have to avoid...
Memphiz [Tue, 7 Jun 2011 22:23:59 +0000 (00:23 +0200)]
- make unsigned hyper overridable by cmdline by specifying -DU_INT64_PLATTFORM_TYPE to rpcgen
Memphiz [Tue, 7 Jun 2011 22:23:04 +0000 (00:23 +0200)]
- honor @cc@,@CLFAGS@ and @LDFLAGS@ which is important for cross compilation
- use a more generic regexp for renaming the generated rpc header includes - because the include is without subpath on darwin/ios
- make linkerstuff and so names dynamic according to @is_darwin@
- create install directorys if they don't exist
- use $(prefix) instead of $(DESTDIR) for installation
- build examples only if @ENABLE_EXAMPLES@ is set (default is on)
- rm -rf bin on clean because darwin adds directories here on compilation
- use u_int64_t for rpcgen on darwin instead of unsigned hyper (it is not known to the darwin rpcgen...)
Memphiz [Tue, 7 Jun 2011 22:22:37 +0000 (00:22 +0200)]
- no ldconfig for darwin
- add variable is_darwin - used in Makefile.in for building the proper dynamic lib
- add option --without-examples for disable build of examples
Memphiz [Mon, 6 Jun 2011 22:02:17 +0000 (00:02 +0200)]
- fixed library path for mac osx (there is no lib64 path here...)
Ronnie Sahlberg [Thu, 2 Jun 2011 12:16:42 +0000 (22:16 +1000)]
Add support for version 2 of the rquota protocol
Ronnie Sahlberg [Thu, 2 Jun 2011 12:06:25 +0000 (22:06 +1000)]
Add RQUOTA1/GETACTIVEQUOTA call to the raw low level API
Ronnie Sahlberg [Thu, 2 Jun 2011 07:48:03 +0000 (00:48 -0700)]
Merge pull request #1 from Memphiz/originalnfs
First pullrequests for beeing some more plattform compatible :)
Memphiz [Wed, 1 Jun 2011 17:10:23 +0000 (19:10 +0200)]
- missing rpc/rpc.h for new rquota too
Memphis [Wed, 1 Jun 2011 16:06:15 +0000 (18:06 +0200)]
- linux, osx, and ios need rpc/rpc.h includede before rpc/xdr.h
- fixed some missing includes for bzero, malloc and free
Memphis [Wed, 1 Jun 2011 16:05:50 +0000 (18:05 +0200)]
- include string.h for memcpy
Memphis [Wed, 1 Jun 2011 16:05:18 +0000 (18:05 +0200)]
- refactored parametername from reserved keyword "export" to "exportname"
Memphis [Wed, 1 Jun 2011 16:04:53 +0000 (18:04 +0200)]
- removed unneeded dependency to libpopt
Ronnie Sahlberg [Wed, 1 Jun 2011 11:31:40 +0000 (21:31 +1000)]
Use HAVE_SOCK_SIN_LEN and set ->sin_len
for legacy unixens (AIX)
so that we will compile and run on those systems with a "weird"
sockaddr_in definition.
Ronnie Sahlberg [Wed, 1 Jun 2011 10:55:27 +0000 (20:55 +1000)]
Initial support for RQUOTA protocol
Ronnie Sahlberg [Tue, 31 May 2011 14:12:55 +0000 (00:12 +1000)]
get rid of some compiler warnings
Ronnie Sahlberg [Tue, 31 May 2011 14:08:29 +0000 (00:08 +1000)]
Read the max read/write sizes supported when connecting to NFS
and store in the nfs context.
Privide accessor functions to read the max sizes.
Ronnie Sahlberg [Tue, 31 May 2011 13:50:44 +0000 (23:50 +1000)]
Add example of NFS/FSINFO async call
Ronnie Sahlberg [Tue, 31 May 2011 13:50:18 +0000 (23:50 +1000)]
Add support for async version of NFS/FSINFO3 call
Ronnie Sahlberg [Mon, 7 Feb 2011 11:11:12 +0000 (22:11 +1100)]
Use getsockopt to extract better failure condition when tcp layer receives a failure
Ronnie Sahlberg [Sun, 6 Feb 2011 05:39:37 +0000 (16:39 +1100)]
README: mention that you need "insecure" to use libnfs as non-root user
Ronnie Sahlberg [Sun, 6 Feb 2011 04:45:09 +0000 (15:45 +1100)]
initial libnfs checkin