repositories
/
deb_libnfs.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
types: remove the [u_]quad type and replace with [u]int64
[deb_libnfs.git]
/
lib
/
init.c
2014-06-29
Ronnie Sahlberg
Merge pull request #82 from plieven/readahead
blob
|
commitdiff
|
raw
2014-06-23
Peter Lieven
add readahead support
blob
|
commitdiff
|
raw
|
diff to current
2014-06-08
Ronnie Sahlberg
init.c: fixup the mangled lgplv2.1 boilerplate
blob
|
commitdiff
|
raw
|
diff to current
2014-06-08
Ronnie Sahlberg
init.c: use list macro when removing pdus from the...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-15
Ronnie Sahlberg
slist.h: Change SLIST_* to LIBNFS_LIST_* to avoid name...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
Ronnie Sahlberg
Merge branch 'xid-hash'
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Mark Hills
Track waiting requests in a hash table, by xid
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Mark Hills
Optimisations to the pdu queues
blob
|
commitdiff
|
raw
|
diff to current
2014-03-13
Ronnie Sahlberg
Set default uid/gid to 65534/nobody for ANDROID
blob
|
commitdiff
|
raw
|
diff to current
2014-03-12
Ronnie Sahlberg
Improve error reporting when unmarshalling of message...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-12
Ronnie Sahlberg
Merge pull request #47 from Memphiz/win32fix3
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
Grow the marshalling buffer from 64k to 1M so we can...
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-10-25
Ronnie Sahlberg
Mix in the pid in the top 16 bits for the initial xid.
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-28
Ronnie Sahlberg
WIN32 fixes
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-14
Ronnie Sahlberg
WIN32: get rid of some ifdefs
blob
|
commitdiff
|
raw
|
diff to current
2013-04-12
Ronnie Sahlberg
AROS: it is called IoctlSocket/CloseSocket and WaitSele...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-26
Ronnie Sahlberg
Merge pull request #32 from hulu/master
blob
|
commitdiff
|
raw
|
diff to current
2013-02-26
Steve Cai
randomize the initial rpc xid to avoid reply cache...
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
2011-11-27
Ronnie Sahlberg
Remove all [s]size_t / off_t and replace with [u]int64_...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-09
Ronnie Sahlberg
Change remaining "struct AUTH *" to "AUTH *"
blob
|
commitdiff
|
raw
|
diff to current
2011-10-04
Ronnie Sahlberg
Fragment reassembly. Add reassembly of fragmented RPC...
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
cast to char * to avoid compiler warnings for get/setso...
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-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
wondows dont have vasprintf()
blob
|
commitdiff
|
raw
|
diff to current
2011-08-28
Ronnie Sahlberg
Win32 changes, include files we need when compiling...
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-26
Ronnie Sahlberg
when destroying a udp rpc context, free any udp_dest...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-26
Ronnie Sahlberg
add function to request a UDP context
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-02
Ronnie Sahlberg
Merge pull request #1 from Memphiz/originalnfs
blob
|
commitdiff
|
raw
|
diff to current
2011-06-01
Memphis
- linux, osx, and ios need rpc/rpc.h includede before...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-06
Ronnie Sahlberg
initial libnfs checkin
blob
|
commitdiff
|
raw
|
diff to current