summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* gfapi: fix bad dict setting of lease-idKinglong Mee2018-11-081-10/+16
* api: fill out attribute information if not validRaghavendra Gowdappa2018-10-171-2/+10
* libgfapi: Send path with "." for the root when loc.parent is setKinglong Mee2018-10-161-1/+1
* gfapi: Bug fixes in leases processing code-pathSoumya Koduri2018-10-166-22/+63
* gfapi: fix crash of using uninitialized fs->ctxKinglong Mee2018-10-101-1/+6
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1
* libgfapi: fix use after freed of clnt when dispatching eventsKinglong Mee2018-09-261-2/+7
* api: old and new versioned symbols must appear in each section of gfapi.mapKaleb S. KEITHLEY2018-09-251-39/+46
* gfapi: Cleanup alias fileShyamsundarR2018-09-173-7/+1
* Land part 2 of clang-format changesGluster Ant2018-09-127-10783/+10766
* Land clang-format changesGluster Ant2018-09-125-894/+848
* core: python3Kaleb S. KEITHLEY2018-09-031-1/+1
* build: add --enable-asan configure optionsNiels de Vos2018-08-301-7/+9
* glfs-fops.c, glfs.c: strncpy() -> sprintf(), reduce strlen()'sYaniv Kaul2018-08-242-6/+6
* coverity: Multiple coverity fixes for issues with HIGH severityShyamsundarR2018-08-221-1/+3
* api/src/glfs.c: move to GF_MALLOC() instead of GF_CALLOC()Yaniv Kaul2018-08-221-1/+1
* gfapi: Use inode_forget in case of unlink/rename objectsKinglong Mee2018-08-213-3/+21
* gfapi : Handle the path == "" glfs_resolve_atJiffin Tony Thottan2018-08-131-7/+10
* coverity: Fix remaining SECURE_TEMP issues reportedShyamsundarR2018-08-031-5/+27
* libgfapi: fix memory leak on old volume filesZhang Huan2018-07-282-2/+5
* libgfapi: add missing unref of mgmt client in glfs_finiZhang Huan2018-07-281-0/+1
* build: rename event.h to gf-event.hNiels de Vos2018-07-273-3/+3
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-228-26/+27
* gfapi : Coverity FixesJiffin Tony Thottan2018-06-141-3/+2
* api: cleanup headersKaleb S. KEITHLEY2018-06-1111-261/+377
* rpc/clnt: Don't let consumers manage "connected" stateRaghavendra G2018-06-041-2/+0
* core/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-05-301-1/+1
* libgfapi: Fix lookup on rootKotresh HR2018-05-281-2/+2
* api: missing __THROW on pub function declsKaleb S. KEITHLEY2018-05-252-5/+5
* core: make glfs_iobuf_copy() consumable for general purpose.Susant Palai2018-05-241-47/+4
* gfapi: various broken symbol versionsKaleb S. KEITHLEY2018-05-106-80/+107
* gfapi: acutally avoid recall callback when closedv4.2devThomas Hindoe Paaboel Andersen2018-05-061-1/+2
* gfapi : RECALL_LEASE implementationSoumya Koduri2018-05-048-28/+532
* core/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-05-021-3/+4
* core/build/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-04-121-1/+1
* gfapi: fix a couple of minor issuesKaleb S. KEITHLEY2018-04-053-6/+2
* python: Remove all uses of find_library. Fixes #1450593Niklas Hambüchen2018-03-241-1/+1
* glusterd: TLS verification fails while using intermediate CAMohit Agrawal2018-03-191-0/+1
* Fetch backup volfile servers from glusterd2Prashanth Pai2018-02-162-52/+72
* gfapi: return pre/post attributes at callback for glfs apiKinglong Mee2018-02-124-96/+379
* gfapi: return pre/post attributes from glfs_ftruncateKinglong Mee2018-02-124-8/+37
* gfapi: return pre/post attributes from glfs_fsync/fdatasyncKinglong Mee2018-02-125-17/+72
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-124-26/+93
* libgfapi: Remove need_lookup from readdirpKinglong Mee2018-02-081-9/+2
* libgfapi: skip nameless lookup if stat is NULLKinglong Mee2018-02-081-2/+3
* gfapi : New APIs have been added to use lease feature in glusterSoumya Koduri2018-01-2610-29/+279
* build: use libtirpc by default, even if ipv6 is not the defaultKaleb S. KEITHLEY2018-01-261-1/+1
* libgfapi: Add new api for supporting mandatory-locksAnoop C S2018-01-225-32/+147
* gfapi : added glfs_setfsleaseid() for setting lease idSoumya Koduri2018-01-194-0/+31
* core: fix some of the dict_{get,set} with proper APIsAmar Tumballi2018-01-173-10/+10