Simplify the upgrade path handling from PPA.
[deb_libnfs.git] / lib /
2013-05-29  Ronnie SahlbergAdd configure checks for whether netinet/in.h is availa...
2013-05-29  Ronnie SahlbergTry making the initial port used a little more random
2013-05-28  Ronnie SahlbergWIN32 fixes
2013-05-28  Ronnie SahlbergNew version 1.6
2013-05-25  Ronnie SahlbergOn unix systems, when creating the default authenticati...
2013-04-16  Ronnie SahlbergFix a bug when returning the filehandle in creat()...
2013-04-16  Ronnie SahlbergAllow nfs_lookuppath_async to have path[0]=='\0' this...
2013-04-14  Ronnie Sahlbergwe can always include netinet/in.h all platforms...
2013-04-14  Ronnie Sahlbergmore include cleanups it starts to look almost decent now
2013-04-14  Ronnie Sahlbergmore header include cleanups
2013-04-14  Ronnie SahlbergWIN32: More ifdef cleanups
2013-04-14  Ronnie SahlbergWIN32: get rid of some ifdefs
2013-04-14  Ronnie SahlbergSOCKET: Use recv/send for all socket io on all platforms
2013-04-13  Ronnie SahlbergAROS: add inet_pton emulation and make sure we use...
2013-04-12  Ronnie SahlbergAROS: it is called IoctlSocket/CloseSocket and WaitSele...
2013-04-12  Ronnie SahlbergAROS: getting closer to link. only a handful of missing...
2013-04-11  Ronnie SahlbergInitial AROS support.
2013-02-26  Ronnie SahlbergMerge pull request #32 from hulu/master
2013-02-26  Steve Cairandomize the initial rpc xid to avoid reply cache...
2012-12-03  Ronnie SahlbergNew version 1.5
2012-11-29  Ronnie SahlbergRearrange the header files.
2012-11-29  Ronnie SahlbergMerge pull request #30 from theuni/android
2012-11-28  Cory Fields[droid] Support building for android
2012-11-28  Ronnie SahlbergMerge branch 'zdr'
2012-11-27  Ronnie SahlbergImplement 'rejected_reply' and switch to RFC5531 defini...
2012-11-25  Ronnie SahlbergNew version 1.4
2012-11-24  Ronnie SahlbergZDR_ARRAYS: The sub-unmarshaller returns TRUE FALSE...
2012-11-24  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-24  Ronnie SahlbergDont leak addrinfo in error path
2012-11-24  Ronnie SahlbergMOUNT: when processing the mount response, check status...
2012-11-24  Rudi IhleFixed errno processing for connect() on Windows.
2012-11-24  Rudi IhleModified mechanism to assign privileged ports and enabl...
2012-11-22  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-21  Ronnie SahlbergMerge pull request #27 from Karlson2k/Win32x64
2012-11-17  Ronnie SahlbergDont leak addrinfo in error path
2012-11-04  Ronnie SahlbergMOUNT: when processing the mount response, check status...
2012-09-19  Ronnie SahlbergMerge pull request #23 from warped-rudi/master-updates
2012-09-18  Rudi IhleFixed errno processing for connect() on Windows.
2012-09-18  Rudi IhleModified mechanism to assign privileged ports and enabl...
2012-07-05  Ronnie SahlbergZDR: we need to include both arpa/inet.h and time.h
2012-07-05  Ronnie SahlbergDont just cast *enum_t to *uint32_t
2012-07-05  Ronnie SahlbergGet rid of AUTH completely and replace all uses with...
2012-07-04  Ronnie Sahlbergfix compiler warnings
2012-07-04  Ronnie Sahlbergfix compiler warning
2012-07-04  Ronnie Sahlbergsquelch compiler warnings in socket.c about integer...
2012-07-04  Ronnie SahlbergChange a size variable from uint64 to uint32 to squelch...
2012-07-04  Ronnie Sahlberglibrpc_rpc_call_body() should return TRUE is successful
2012-07-04  Ronnie Sahlbergsetpos returns a boolean, set it to always return TRUE
2012-07-04  Ronnie SahlbergZDR: New builtin replacement for RPC/XDR called ZDR
2012-05-05  Andres MejiaMerge tag 'upstream/1.3.0'
2012-05-05  Andres MejiaImported Upstream version 1.3.0 upstream/1.3.0
2012-03-10  Ronnie SahlbergNLM: initial support for NLM
2012-03-08  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2012-03-08  Ronnie SahlbergNFSACL: Add support for SETACL3
2012-03-03  Ronnie Sahlbergnew version 1.3
2012-01-13  Ronnie Sahlbergchange rpc_nfs_symlink_async to take a full SYMLINK3arg...
2012-01-13  Ronnie Sahlbergmake low level readlink_async function take READLINK3ar...
2012-01-12  Ronnie Sahlbergmake mkdir_async take a full MKDIR3args argument
2012-01-12  Ronnie Sahlbergchange crate_async low level function to take a full...
2012-01-10  Ronnie SahlbergAdd function to get root filehandle from a nfs context
2012-01-08  Andres MejiaImported Upstream version 1.2.0 upstream/1.2.0
2012-01-08  Andres MejiaMerge commit 'upstream/1.2.0'
2012-01-02  Ronnie SahlbergTry to rotate the ports we assign when root better...
2012-01-02  Ronnie SahlbergImprove an error message to show the errno value
2011-12-31  Ronnie SahlbergPMAP: allow to ask for tcp/udp port, dont assume users...
2011-12-06  Ronnie SahlbergNew version 1.2
2011-12-05  Ronnie SahlbergSet IFREG from file type, dont assume mode bits contain it
2011-11-27  Ronnie SahlbergRemove all [s]size_t / off_t and replace with [u]int64_...
2011-11-27  Ronnie SahlbergAdd MKNOD command support
2011-11-27  Ronnie SahlbergNew version 1.1
2011-10-09  Ronnie SahlbergEverytime we use rpc_connect_async() internally, make...
2011-10-09  Ronnie SahlbergSync API: Once the sync nfs_mount() functions is finish...
2011-10-09  Ronnie SahlbergOnly call the "connect callback" if the callback is...
2011-10-09  Ronnie SahlbergChange remaining "struct AUTH *" to "AUTH *"
2011-10-08  Ronnie SahlbergMerge pull request #19 from Memphiz/auth2
2011-10-08  Memphiz[fix] - fix improper definition of struct AUTH from...
2011-10-04  Ronnie SahlbergBump version to 1.0.0
2011-10-04  Ronnie SahlbergFragment reassembly. Add reassembly of fragmented RPC...
2011-10-04  Ronnie SahlbergAutoreconnect: autoreconnect was completely broken...
2011-10-02  Ronnie SahlbergREADDIRPLUS emulation: Some embedded servers do not...
2011-09-13  Ronnie SahlbergMerge remote branch 'memphiz/win32'
2011-09-12  Memphiz[win32] - completed win32 port
2011-09-12  Ronnie Sahlbergremove debug message
2011-09-12  Ronnie Sahlbergwhen creating a socket, spin over a number of low-numbe...
2011-09-11  Ronnie SahlbergLarge-Writes: just like for large-reads, chop large...
2011-09-11  Ronnie SahlbergAdd a call to find the queue-length so we can see how...
2011-09-03  unknown[fix] - fix connect for win32 - return values are inverted
2011-09-03  unknown[add] - implement set_non_blocking for socket
2011-09-03  Memphiz[win32] - make it compile on win32
2011-09-03  Ronnie Sahlbergremove old libnfs.def and update the buildscript to...
2011-09-03  Memphiz[add] - win32 compat stuff
2011-09-03  Ronnie SahlbergRevert "Rename libnfs.def to libnfs-win32.def"
2011-09-03  Ronnie Sahlbergmemset() is posix, bzero() is not change bzero into...
2011-09-03  Ronnie SahlbergRename libnfs.def to libnfs-win32.def
2011-09-03  Ronnie Sahlbergremove some includes that dont exist on windows
2011-09-03  Ronnie Sahlbergcast to char * to avoid compiler warnings for get/setso...
2011-09-03  Ronnie SahlbergMerge branch 'master' into win32-3
2011-09-03  Ronnie Sahlbergcast the pointer to char * for all calls to bzero
2011-09-03  Ronnie SahlbergMerge branch 'win32' into win32-3
2011-09-02  Ronnie Sahlbergusing READDIRPLUS3 we get some extra fields for the...
next