2012-11-28 |
Ronnie Sahlberg | Install libnfs-zdr.h
|
commit | commitdiff | tree |
2012-11-28 |
Ronnie Sahlberg | Merge branch 'zdr'
|
commit | commitdiff | tree |
2012-11-27 |
Ronnie Sahlberg | Implement 'rejected_reply' and switch to RFC5531 definitions
|
commit | commitdiff | tree |
2012-11-25 |
Ronnie Sahlberg | New version 1.4
|
commit | commitdiff | tree |
2012-11-24 |
Ronnie Sahlberg | ZDR_ARRAYS: The sub-unmarshaller returns TRUE FALSE...
|
commit | commitdiff | tree |
2012-11-24 |
Ronnie Sahlberg | We must link the examples with popt
|
commit | commitdiff | tree |
2012-11-24 |
Ronnie Sahlberg | Add an assert to track if we try to use an rpc_context...
|
commit | commitdiff | tree |
2012-11-24 |
Ronnie Sahlberg | NFSCLIENT-SYNC: remove some debug output
|
commit | commitdiff | tree |
2012-11-24 |
Ronnie Sahlberg | Dont leak addrinfo in error path
|
commit | commitdiff | tree |
2012-11-24 |
Evgeny Grin | [Win32] Add windows x64 builds, use some win defines...
|
commit | commitdiff | tree |
2012-11-24 |
Ronnie Sahlberg | MOUNT: when processing the mount response, check status...
|
commit | commitdiff | tree |
2012-11-24 |
warped-rudi | Added ignore pattern for Windows intermediate files
|
commit | commitdiff | tree |
2012-11-24 |
Rudi Ihle | Fixed errno processing for connect() on Windows.
|
commit | commitdiff | tree |
2012-11-24 |
Rudi Ihle | Modified mechanism to assign privileged ports and enable...
|
commit | commitdiff | tree |
2012-11-22 |
Ronnie Sahlberg | Add an assert to track if we try to use an rpc_context...
|
commit | commitdiff | tree |
2012-11-22 |
Ronnie Sahlberg | Change the sync example to perform a 'ls -l' on an...
|
commit | commitdiff | tree |
2012-11-22 |
Ronnie Sahlberg | Configure: When configuring examples, make sure we...
|
commit | commitdiff | tree |
2012-11-22 |
Ronnie Sahlberg | Merge branch 'master' of github.com:sahlberg/libnfs
|
commit | commitdiff | tree |
2012-11-21 |
Ronnie Sahlberg | Merge pull request #27 from Karlson2k/Win32x64
|
commit | commitdiff | tree |
2012-11-18 |
Ronnie Sahlberg | NFSCLIENT-SYNC: remove some debug output
|
commit | commitdiff | tree |
2012-11-17 |
Ronnie Sahlberg | Use our own xdr_int64() for all 64 bit types.
|
commit | commitdiff | tree |
2012-11-17 |
Ronnie Sahlberg | Change the sync example to perform a 'ls -l' on an...
|
commit | commitdiff | tree |
2012-11-17 |
Ronnie Sahlberg | Configure: When configuring examples, make sure we...
|
commit | commitdiff | tree |
2012-11-17 |
Ronnie Sahlberg | Dont leak addrinfo in error path
|
commit | commitdiff | tree |
2012-11-04 |
Ronnie Sahlberg | MOUNT: when processing the mount response, check status...
|
commit | commitdiff | tree |
2012-09-19 |
Ronnie Sahlberg | Merge pull request #23 from warped-rudi/master-updates
|
commit | commitdiff | tree |
2012-07-05 |
Ronnie Sahlberg | ZDR: we need to include both arpa/inet.h and time.h
|
commit | commitdiff | tree |
2012-07-05 |
Ronnie Sahlberg | Dont just cast *enum_t to *uint32_t
|
commit | commitdiff | tree |
2012-07-05 |
Ronnie Sahlberg | Get rid of AUTH completely and replace all uses with...
|
commit | commitdiff | tree |
2012-07-04 |
Ronnie Sahlberg | Update how the rpc files are generated so we dont get...
|
commit | commitdiff | tree |
2012-07-04 |
Ronnie Sahlberg | fix compiler warnings
|
commit | commitdiff | tree |
2012-07-04 |
Ronnie Sahlberg | fix compiler warning
|
commit | commitdiff | tree |
2012-07-04 |
Ronnie Sahlberg | squelch compiler warnings in socket.c about integer...
|
commit | commitdiff | tree |
2012-07-04 |
Ronnie Sahlberg | Change a size variable from uint64 to uint32 to squelch...
|
commit | commitdiff | tree |
2012-07-04 |
Ronnie Sahlberg | librpc_rpc_call_body() should return TRUE is successful
|
commit | commitdiff | tree |
2012-07-04 |
Ronnie Sahlberg | setpos returns a boolean, set it to always return TRUE
|
commit | commitdiff | tree |
2012-07-04 |
Ronnie Sahlberg | ZDR: New builtin replacement for RPC/XDR called ZDR
|
commit | commitdiff | tree |
2012-06-11 |
Ronnie Sahlberg | NFS.X: Change all uint32/uint32_t to the standard type...
|
commit | commitdiff | tree |
2012-03-26 |
Ronnie Sahlberg | Merge pull request #22 from Memphiz/win32compilefix
|
commit | commitdiff | tree |
2012-03-10 |
Ronnie Sahlberg | NLM add NLM_GRANTED procedure to the rpc file
|
commit | commitdiff | tree |
2012-03-10 |
Ronnie Sahlberg | NLM add helper functions to send async calls for the...
|
commit | commitdiff | tree |
2012-03-10 |
Ronnie Sahlberg | NLM add NLM4 LOCK definition to the rpc file
|
commit | commitdiff | tree |
2012-03-10 |
Ronnie Sahlberg | NLM: add UNLOCK call
|
commit | commitdiff | tree |
2012-03-10 |
Ronnie Sahlberg | NLM : add raw function for NLM4 CANCEL
|
commit | commitdiff | tree |
2012-03-10 |
Ronnie Sahlberg | NLM the cookie is always present in NLM replies and...
|
commit | commitdiff | tree |
2012-03-10 |
Ronnie Sahlberg | NLM add TEST procedure
|
commit | commitdiff | tree |
2012-03-10 |
Ronnie Sahlberg | NLM: initial support for NLM
|
commit | commitdiff | tree |
2012-03-08 |
Ronnie Sahlberg | Merge branch 'master' of github.com:sahlberg/libnfs
|
commit | commitdiff | tree |
2012-03-08 |
Ronnie Sahlberg | GETACL: change the signature for the raw getacl3 function...
|
commit | commitdiff | tree |
2012-03-08 |
Ronnie Sahlberg | NFSACL: Add support for SETACL3
|
commit | commitdiff | tree |
2012-03-04 |
Ronnie Sahlberg | update the licence text and proide an explicit copy...
|
commit | commitdiff | tree |
2012-03-03 |
Ronnie Sahlberg | new version 1.3
|
commit | commitdiff | tree |
2012-01-13 |
Ronnie Sahlberg | change rpc_nfs_symlink_async to take a full SYMLINK3args...
|
commit | commitdiff | tree |
2012-01-13 |
Ronnie Sahlberg | make low level readlink_async function take READLINK3args...
|
commit | commitdiff | tree |
2012-01-12 |
Ronnie Sahlberg | make mkdir_async take a full MKDIR3args argument
|
commit | commitdiff | tree |
2012-01-12 |
Ronnie Sahlberg | rpc_nfs_create_async, args is now a pointer, not...
|
commit | commitdiff | tree |
2012-01-12 |
Ronnie Sahlberg | change crate_async low level function to take a full...
|
commit | commitdiff | tree |
2012-01-12 |
Ronnie Sahlberg | read returns a READ3res, not a ACCESS3res
|
commit | commitdiff | tree |
2012-01-10 |
Ronnie Sahlberg | Add function to get root filehandle from a nfs context
|
commit | commitdiff | tree |
2012-01-02 |
Ronnie Sahlberg | Try to rotate the ports we assign when root better...
|
commit | commitdiff | tree |
2012-01-02 |
Ronnie Sahlberg | Improve an error message to show the errno value
|
commit | commitdiff | tree |
2011-12-31 |
Ronnie Sahlberg | MOUNT: describe mount version 1
|
commit | commitdiff | tree |
2011-12-31 |
Ronnie Sahlberg | PORTMAPPER: Add set/unset functions
|
commit | commitdiff | tree |
2011-12-31 |
Ronnie Sahlberg | PMAP: allow to ask for tcp/udp port, dont assume users...
|
commit | commitdiff | tree |
2011-12-06 |
Ronnie Sahlberg | New version 1.2
|
commit | commitdiff | tree |
2011-12-05 |
Ronnie Sahlberg | Set IFREG from file type, dont assume mode bits contain it
|
commit | commitdiff | tree |
2011-11-27 |
Ronnie Sahlberg | Remove all [s]size_t / off_t and replace with [u]int64_t...
|
commit | commitdiff | tree |
2011-11-27 |
Ronnie Sahlberg | Add MKNOD command support
|
commit | commitdiff | tree |
2011-11-27 |
Ronnie Sahlberg | New version 1.1
|
commit | commitdiff | tree |
2011-11-27 |
Ronnie Sahlberg | Make _FILE_OFFSET_BITS=64 always
|
commit | commitdiff | tree |
2011-10-09 |
Ronnie Sahlberg | Everytime we use rpc_connect_async() internally, make...
|
commit | commitdiff | tree |
2011-10-09 |
Ronnie Sahlberg | Sync API: Once the sync nfs_mount() functions is finished...
|
commit | commitdiff | tree |
2011-10-09 |
Ronnie Sahlberg | Only call the "connect callback" if the callback is...
|
commit | commitdiff | tree |
2011-10-09 |
Ronnie Sahlberg | Change remaining "struct AUTH *" to "AUTH *"
|
commit | commitdiff | tree |
2011-10-08 |
Ronnie Sahlberg | Merge pull request #19 from Memphiz/auth2
|
commit | commitdiff | tree |
2011-10-04 |
Ronnie Sahlberg | Bump version to 1.0.0
|
commit | commitdiff | tree |
2011-10-04 |
Ronnie Sahlberg | Fragment reassembly. Add reassembly of fragmented RPC...
|
commit | commitdiff | tree |
2011-10-04 |
Ronnie Sahlberg | Autoreconnect: autoreconnect was completely broken...
|
commit | commitdiff | tree |
2011-10-02 |
Ronnie Sahlberg | READDIRPLUS emulation: Some embedded servers do not...
|
commit | commitdiff | tree |
2011-09-19 |
Ronnie Sahlberg | Donr declate AUTH as a struct in libnfs.h
|
commit | commitdiff | tree |
2011-09-19 |
Mike Frysinger | ignore generate libnfs.pc
|
commit | commitdiff | tree |
2011-09-19 |
Mike Frysinger | tirpc: use pkg-config to find details
|
commit | commitdiff | tree |
2011-09-19 |
Ronnie Sahlberg | Merge branch 'master' of github.com:sahlberg/libnfs
|
commit | commitdiff | tree |
2011-09-19 |
Mike Frysinger | add maintainer e-mail to AC_INIT
|
commit | commitdiff | tree |
2011-09-16 |
Ronnie Sahlberg | Merge pull request #15 from OpenELEC/libnfs-pkgconfig
|
commit | commitdiff | tree |
2011-09-13 |
Ronnie Sahlberg | update README with highly non-portable capability support...
|
commit | commitdiff | tree |
2011-09-13 |
Ronnie Sahlberg | Merge remote branch 'memphiz/win32'
|
commit | commitdiff | tree |
2011-09-13 |
Ronnie Sahlberg | Merge remote branch 'memphiz/listservers'
|
commit | commitdiff | tree |
2011-09-12 |
Ronnie Sahlberg | remove debug message
|
commit | commitdiff | tree |
2011-09-12 |
Ronnie Sahlberg | when creating a socket, spin over a number of low-numbered...
|
commit | commitdiff | tree |
2011-09-11 |
Ronnie Sahlberg | Large-Writes: just like for large-reads, chop large...
|
commit | commitdiff | tree |
2011-09-11 |
Ronnie Sahlberg | Add a call to find the queue-length so we can see how...
|
commit | commitdiff | tree |
2011-09-03 |
Ronnie Sahlberg | Update win32 readme to point to location for oncrpc...
|
commit | commitdiff | tree |
2011-09-03 |
Ronnie Sahlberg | Add Windows as a supported platform
|
commit | commitdiff | tree |
2011-09-03 |
unknown | [fix] - fix connect for win32 - return values are inverted
|
commit | commitdiff | tree |
2011-09-03 |
unknown | [add] - implement set_non_blocking for socket
|
commit | commitdiff | tree |
2011-09-03 |
unknown | [fix] - fix win32_inet_pton
|
commit | commitdiff | tree |
2011-09-03 |
WiSo | [WIN32] added nfsclient-sync to the solution. still...
|
commit | commitdiff | tree |
2011-09-03 |
WiSo | [WIN32] added project file for nfsclient-sync.exe
|
commit | commitdiff | tree |
2011-09-03 |
WiSo | [WIN32] disable some warnings
|
commit | commitdiff | tree |
next |