repositories
/
deb_libnfs.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
New version 1.9.4
[deb_libnfs.git]
/
lib
/
libnfs.c
2013-04-16
Ronnie Sahlberg
Fix a bug when returning the filehandle in creat()...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-16
Ronnie Sahlberg
Allow nfs_lookuppath_async to have path[0]=='\0' this...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-14
Ronnie Sahlberg
more include cleanups it starts to look almost decent now
blob
|
commitdiff
|
raw
|
diff to current
2013-04-14
Ronnie Sahlberg
more header include cleanups
blob
|
commitdiff
|
raw
|
diff to current
2013-04-14
Ronnie Sahlberg
WIN32: More ifdef cleanups
blob
|
commitdiff
|
raw
|
diff to current
2013-04-11
Ronnie Sahlberg
Initial AROS support.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-29
Ronnie Sahlberg
Merge pull request #30 from theuni/android
blob
|
commitdiff
|
raw
|
diff to current
2012-11-28
Cory Fields
[droid] Support building for android
blob
|
commitdiff
|
raw
|
diff to current
2012-11-28
Ronnie Sahlberg
Merge branch 'zdr'
blob
|
commitdiff
|
raw
|
diff to current
2012-11-24
Ronnie Sahlberg
Add an assert to track if we try to use an rpc_context...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-22
Ronnie Sahlberg
Add an assert to track if we try to use an rpc_context...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-05
Ronnie Sahlberg
Get rid of AUTH completely and replace all uses with...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-04
Ronnie Sahlberg
ZDR: New builtin replacement for RPC/XDR called ZDR
blob
|
commitdiff
|
raw
|
diff to current
2012-03-08
Ronnie Sahlberg
Merge branch 'master' of github.com:sahlberg/libnfs
blob
|
commitdiff
|
raw
|
diff to current
2012-03-08
Ronnie Sahlberg
NFSACL: Add support for SETACL3
blob
|
commitdiff
|
raw
|
diff to current
2012-01-13
Ronnie Sahlberg
change rpc_nfs_symlink_async to take a full SYMLINK3arg...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-13
Ronnie Sahlberg
make low level readlink_async function take READLINK3ar...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
Ronnie Sahlberg
make mkdir_async take a full MKDIR3args argument
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
Ronnie Sahlberg
change crate_async low level function to take a full...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-10
Ronnie Sahlberg
Add function to get root filehandle from a nfs context
blob
|
commitdiff
|
raw
|
diff to current
2011-12-31
Ronnie Sahlberg
PMAP: allow to ask for tcp/udp port, dont assume users...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-05
Ronnie Sahlberg
Set IFREG from file type, dont assume mode bits contain it
blob
|
commitdiff
|
raw
|
diff to current
2011-11-27
Ronnie Sahlberg
Remove all [s]size_t / off_t and replace with [u]int64_...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-27
Ronnie Sahlberg
Add MKNOD command support
blob
|
commitdiff
|
raw
|
diff to current
2011-10-09
Ronnie Sahlberg
Everytime we use rpc_connect_async() internally, make...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-08
Ronnie Sahlberg
Merge pull request #19 from Memphiz/auth2
blob
|
commitdiff
|
raw
|
diff to current
2011-10-08
Memphiz
[fix] - fix improper definition of struct AUTH from...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-04
Ronnie Sahlberg
Autoreconnect: autoreconnect was completely broken...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-02
Ronnie Sahlberg
READDIRPLUS emulation: Some embedded servers do not...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Ronnie Sahlberg
Merge remote branch 'memphiz/win32'
blob
|
commitdiff
|
raw
|
diff to current
2011-09-12
Memphiz
[win32] - completed win32 port
blob
|
commitdiff
|
raw
|
diff to current
2011-09-11
Ronnie Sahlberg
Large-Writes: just like for large-reads, chop large...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-11
Ronnie Sahlberg
Add a call to find the queue-length so we can see how...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-03
Memphiz
[win32] - make it compile on win32
blob
|
commitdiff
|
raw
|
diff to current
2011-09-03
Ronnie Sahlberg
memset() is posix, bzero() is not change bzero into...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-03
Ronnie Sahlberg
Merge branch 'master' into win32-3
blob
|
commitdiff
|
raw
|
diff to current
2011-09-03
Ronnie Sahlberg
cast the pointer to char * for all calls to bzero
blob
|
commitdiff
|
raw
|
diff to current
2011-09-03
Ronnie Sahlberg
Merge branch 'win32' into win32-3
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Ronnie Sahlberg
using READDIRPLUS3 we get some extra fields for the...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Ronnie Sahlberg
nfs_opendir() switch to using READDIRPLUS3 instead...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-29
Ronnie Sahlberg
use vsnprintf() on all platforms, dont special case...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-29
Ronnie Sahlberg
Win32: add workaround for lack of vasprintf() and use...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
WIN32: win32 does not have poll()
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
wondows dont have vasprintf()
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
Win32: more win32 adaptations
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
VC10 dont like ';;'
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
Win32: the stat structure on win32 does not have blocks...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
replace index/rindex with modern equivalents
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
replace index/rindex with modern equivalents
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
nfs_set_auth() is a void and does not return anything
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
nfs_set_auth() is a void and does not return anything
blob
|
commitdiff
|
raw
|
diff to current
2011-07-31
Ronnie Sahlberg
Initialize the rootfh handle when creating the nfs...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-31
Ronnie Sahlberg
Add automatic reconnect after TCP session failure for...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-02
Ronnie Sahlberg
Merge remote branch 't-nelson/automake'
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
Ronnie Sahlberg
redo the previous patch to instead initialize max_offse...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
Ronnie Sahlberg
handle the case where we try a multi-read that is compl...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-21
Ronnie Sahlberg
Add a very subtle bug in nfs_set_error()
blob
|
commitdiff
|
raw
|
diff to current
2011-06-20
Ronnie Sahlberg
When doping chunked multi-reads of a blob bigger than...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-19
Ronnie Sahlberg
From Paul van der Zwan
blob
|
commitdiff
|
raw
|
diff to current
2011-06-19
Ronnie Sahlberg
Redo the buffer handling for input buffers and make...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-19
Ronnie Sahlberg
add a sync function to get the export list from a serve...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-19
Ronnie Sahlberg
Add a high-level async function to read the export...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-18
Ronnie Sahlberg
get rid of all remaining printfs from the library
blob
|
commitdiff
|
raw
|
diff to current
2011-06-18
Ronnie Sahlberg
get rid of compiler warning
blob
|
commitdiff
|
raw
|
diff to current
2011-06-18
Ronnie Sahlberg
remove all printf's and replace them with rpc_set_error()
blob
|
commitdiff
|
raw
|
diff to current
2011-06-18
Ronnie Sahlberg
Add support in read/pread to be aware of the Maximum...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-31
Ronnie Sahlberg
Read the max read/write sizes supported when connecting...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-06
Ronnie Sahlberg
initial libnfs checkin
blob
|
commitdiff
|
raw
|
diff to current