repositories
/
deb_libnfs.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
add readahead support
[deb_libnfs.git]
/
lib
/
libnfs.c
2014-06-23
Peter Lieven
add readahead support
blob
|
commitdiff
|
raw
2014-04-18
Ronnie Sahlberg
nfs_open: add support for O_APPEND
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
Ronnie Sahlberg
Merge branch 'xid-hash'
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Arne Redlich
Fix the file position handling of the read and write...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Arne Redlich
nfs_lseek{,_async}: allow negative offsets and guard...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Arne Redlich
nfs_normalize_path: don't strip trailing slash from "/"
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Arne Redlich
nfs_opendir2_cb: plug potential memory leak
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Ronnie Sahlberg
PORTMAP: Rename pmap3_getaddr_result to pmap3_string_result
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Ronnie Sahlberg
IPv6: If we use IPv6 then we need to use PMAP v3 GETADDR
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Ronnie Sahlberg
GETEXPORT: Use rpc_connect_program_async() flow during...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Ronnie Sahlberg
RPC_CONNECT: Use the rpc_connect_program_async() flow...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Ronnie Sahlberg
PORTMAP: Rename the functions in PMAP to PMAP2 to desri...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-18
Ronnie Sahlberg
Merge pull request #69 from plieven/for-1.9.3
blob
|
commitdiff
|
raw
|
diff to current
2014-03-18
Peter Lieven
nfs_{pread,pwrite}_async: fix oom handling and comments
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
Ronnie Sahlberg
Merge pull request #67 from plieven/for-1.9.3
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
Peter Lieven
{pread,pwrite}_async: fix potential segfault in out...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
Peter Lieven
nfs_pread_async: handle short reads
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
Peter Lieven
nfs_pwrite_async: handle short writes
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
Peter Lieven
fix possible wrong cast to 32-bit unsigned
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
Peter Lieven
introduce nfs_fill_{READ,WRITE}3args
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
Peter Lieven
fix potential overflow in nfs_pread_mcb
blob
|
commitdiff
|
raw
|
diff to current
2014-03-13
Ronnie Sahlberg
Improve error messages when READDIRPLUS emulation fails.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-13
Ronnie Sahlberg
Dont check for NFS errors in the LOOKUP during READDIRP...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
Ronnie Sahlberg
Add a new nfs_stat64() function that operates on a...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_pread_async: plug potential memleaks
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_write_async: plug potential memory leaks
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_rename_continue_1_internal: fix use-after-free
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_unlink_async: plug potential memory leak
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_rmdir_async: fix potential memory leak
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_mkdir_async: fix potential memory leak
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_mknod_async: fix use-after-free
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_fchown_async: fix use-after-free
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_fchmod_async: fix use-after-free
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_opendir2_cb: plug potential memleaks
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
free_nfs_cb_data: make static and drop superfluous...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
free_nfs_cb_data: add assert(data->free_continue_data)
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_fchown_async: fix nullptr dereference
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_fchown_async: plug potential memleak
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_creat_async: plug potential memleak
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_mknod_async: plug potential memory leak
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_lookuppath_async: plug potential memleak
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_opendir_cb: plug potential memory leak
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Arne Redlich
nfs_normalize_path: fix using the results of assignment...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Ronnie Sahlberg
We need to pass a filehandle back for open(O_TRUNC...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-02
Ronnie Sahlberg
Add support for O_TRUNC with nfs_open()
blob
|
commitdiff
|
raw
|
diff to current
2014-02-02
Ronnie Sahlberg
Rename the nfs_open() argument from mode to flags
blob
|
commitdiff
|
raw
|
diff to current
2014-02-01
Ronnie Sahlberg
Empty paths are no longer an error. Translate it to...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-31
Ronnie Sahlberg
Add support for chdir and getcwd
blob
|
commitdiff
|
raw
|
diff to current
2014-01-31
Ronnie Sahlberg
Revert "Add support for chdir and getcwd"
blob
|
commitdiff
|
raw
|
diff to current
2014-01-28
Ronnie Sahlberg
Add support for chdir and getcwd
blob
|
commitdiff
|
raw
|
diff to current
2014-01-13
Ronnie Sahlberg
Make sure cookie is initialized before we use it.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-13
Ronnie Sahlberg
Merge pull request #48 from plieven/master
blob
|
commitdiff
|
raw
|
diff to current
2014-01-13
Peter Lieven
make adjustments for v6 of the qemu NFS driver
blob
|
commitdiff
|
raw
|
diff to current
2014-01-12
Ronnie Sahlberg
Merge pull request #47 from Memphiz/win32fix3
blob
|
commitdiff
|
raw
|
diff to current
2014-01-12
Memphiz
[win32] - fixed bad number casting when using libnfs...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-01
Ronnie Sahlberg
Add uid/gid to the stat data returned in the readdir...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-01
Ronnie Sahlberg
Assign the whole nfs_fh3 structure instead of element...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_readdirplus to rpc_nfs3_readdirplus
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_readdir to rpc_nfs3_readir
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_readlink to rpc_nfs3_readlink
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_symlink to rpc_nfs3_symlink
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Chane rpc_nfs_link to rpc_nfs3_link
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_rename to rpc_nfs3_rename
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_mknod to rpc_nfs3_mknod
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_remove to rpc_nfs3_remove
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_create to rpc_nfs3_create
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_rmdir to rpc_nfs3_rmdir
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_mkdir to rpc_nfs3_mkdir
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_commit to rpc_nfs3_commit
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change rpc_nfs_setattr to rpc_nfs3_setattr
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change all calls to rpc_nfs_fsstat to rpc_nfs3_fsstat
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Ronnie Sahlberg
Change all calls to rpc_nfs_fsinfo to rpc_nfs3_fsinfo
blob
|
commitdiff
|
raw
|
diff to current
2013-12-26
Ronnie Sahlberg
Merge pull request #44 from plieven/master
blob
|
commitdiff
|
raw
|
diff to current
2013-12-26
Ronnie Sahlberg
Fix some compiler warnings and bugs
blob
|
commitdiff
|
raw
|
diff to current
2013-12-26
Ronnie Sahlberg
Change rpc_mount_* to rpc_mount3_* and make it explicit...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-26
Ronnie Sahlberg
Change rpc_set_context_args to nfs_set_context_args...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-26
Peter Lieven
nfs_parse_url: initialize memory
blob
|
commitdiff
|
raw
|
diff to current
2013-12-26
Peter Lieven
nfs_parse_url_incomplete: fix use after free in param...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-26
Ronnie Sahlberg
Create a new function rpc_set_context_args where we...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-26
Ronnie Sahlberg
Merge pull request #43 from plieven/master
blob
|
commitdiff
|
raw
|
diff to current
2013-12-24
Ronnie Sahlberg
NFS: Add new function signatures for rpc_nfs3_ that...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-23
Peter Lieven
examples: add nfs-io example
blob
|
commitdiff
|
raw
|
diff to current
2013-12-23
Peter Lieven
add uid and gid URL param to specify alternate uid...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-23
Peter Lieven
add tcp-syncnt URL param to adjust TCP_SYNCNT sockopt
blob
|
commitdiff
|
raw
|
diff to current
2013-12-23
Peter Lieven
add URL parsing functions
blob
|
commitdiff
|
raw
|
diff to current
2013-12-17
Ronnie Sahlberg
Merge pull request #40 from plieven/master
blob
|
commitdiff
|
raw
|
diff to current
2013-12-17
Peter Lieven
nfs_creat1_cb: fix memleak
blob
|
commitdiff
|
raw
|
diff to current
2013-10-26
Ronnie Sahlberg
Add an async helper function to connect an rpc context...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-24
Ronnie Sahlberg
Don't clamp write3 max to 32k
blob
|
commitdiff
|
raw
|
diff to current
2013-10-24
Volker Lendecke
Fix typos
blob
|
commitdiff
|
raw
|
diff to current
2013-05-29
Ronnie Sahlberg
More AROS fixes. AROS compiles and works again.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-29
Ronnie Sahlberg
AROS fixes
blob
|
commitdiff
|
raw
|
diff to current
2013-05-29
Ronnie Sahlberg
Some more configure checks for headers
blob
|
commitdiff
|
raw
|
diff to current
2013-05-29
Ronnie Sahlberg
Add configure checks for whether netinet/in.h is availa...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-28
Ronnie Sahlberg
WIN32 fixes
blob
|
commitdiff
|
raw
|
diff to current
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
next