summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src
Commit message (Expand)AuthorAgeFilesLines
* rpcsvc: provide each request handler thread its own queueRaghavendra Gowdappa2018-11-297-134/+327
* core: fix strncpy warningsKaleb S. KEITHLE2018-11-151-2/+2
* rpc/rpc-lib/src/rpc-clnt.c: unlock sooner, if we fail to connect.Yaniv Kaul2018-11-151-15/+11
* rpc-clnt*: several code changes to reduce conn lock timesYaniv Kaul2018-11-123-55/+25
* all: fix the format string exceptionsAmar Tumballi2018-11-051-2/+2
* rpc/rpc-lib: Uninitialized argument value of a functionHarpreet Lalwani2018-10-231-0/+3
* rpc: failed requests immediately if rpc connection is downKinglong Mee2018-09-271-1/+4
* Land part 2 of clang-format changesGluster Ant2018-09-1213-6407/+6270
* Land clang-format changesGluster Ant2018-09-1211-1153/+1129
* glusterd: Fix Buffer size issuesSanju Rakonde2018-09-041-4/+4
* multiple files: calloc -> mallocYaniv Kaul2018-09-041-1/+1
* Various files: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-311-4/+6
* rpc: log fuse unique ID along with gluster XIDMilind Changire2018-08-301-8/+12
* rpc/rpc-lib/src/rpc-clnt-ping.c:move to GF_MALLOC() instead of GF_CALLOC() whenYaniv Kaul2018-08-231-1/+1
* mgmt/glusterd: Code cleanup in glusterd-volgen.cVijay Bellur2018-08-191-0/+2
* rpc: fix return value in rpc destroyZhang Huan2018-07-281-0/+2
* rpc: add missing free of rpc->dnscacheZhang Huan2018-07-281-0/+8
* build: rename event.h to gf-event.hNiels de Vos2018-07-272-2/+2
* rpc: rpc_clnt_connection_cleanup is crashed due to double freeMohit Agrawal2018-07-251-3/+17
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-222-4/+4
* changelog: fix br-state-check.t crash for brick_muxMohit Agrawal2018-07-111-2/+3
* Fix compile warningsXavi Hernandez2018-07-101-1/+1
* rpc/clnt: Don't let consumers manage "connected" stateRaghavendra G2018-06-043-53/+14
* rpc: Don't reset auth_value in disconnectKotresh HR2018-05-241-12/+48
* rpc: update tirpc registration to "force" unregister old mapping before re-re...Shreyas Siravara2018-03-282-0/+8
* rpc: simplify parameters when a saved frame is forced to unwindZhang Huan2018-03-281-4/+2
* rpc: fix incorrect return value when xdr decode failsZhang Huan2018-03-281-1/+0
* cleanup: xlator_t structure's 'client_latency' variable is not usedSven Fischer2018-03-191-2/+0
* build: address linkage issuesKaleb S. KEITHLEY2018-03-056-1/+170
* rpcsvc: scale rpcsvc_request_handler threadsMilind Changire2018-02-263-17/+123
* Fetch backup volfile servers from glusterd2Prashanth Pai2018-02-161-0/+5
* rpc: Adds rpcbind6 programs to libgfrpc symbolsSheena Artrip2018-02-131-0/+2
* protocol: utilize the version 4 xdrAmar Tumballi2018-02-011-1/+2
* protocol: Implement put fopPoornima G2018-01-311-0/+1
* rpc/*: auth-header changesAmar Tumballi2018-01-177-119/+362
* locks: added inodelk/entrylk contention upcall notificationsXavier Hernandez2018-01-161-0/+2
* rpc: use export map to minimize exported symbols in libgf{rpc,xdr}.soKaleb S. KEITHLEY2018-01-122-1/+69
* rpc: fix use after freed of clnt after rpc transport clenupKinglong Mee2017-12-271-1/+4
* Use RTLD_LOCAL for symbol resolutionPrashanth Pai2017-12-271-1/+1
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-60/+23
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-124-22/+9
* rpc: Fix format warnings when using IPV6_DEFAULTShreyas Siravara2017-12-072-2/+2
* metrics: provide options to dump metrics from xlatorsAmar Tumballi2017-12-061-0/+1
* xdr: Fix build errors due to missing xdr symbol when building against TIRPCShreyas Siravara2017-12-061-0/+3
* rio/everywhere: add icreate/namelink fopSusant Palai2017-12-051-0/+2
* rpc: Eliminate conn->lock contention by using more granular locksMohit Agrawal2017-11-283-14/+6
* rpc-lib: coverity fixesMilind Changire2017-11-225-38/+70
* rpc : Change the way client uuid is builtPoornima G2017-11-201-0/+1
* rpc: bring a new protocol versionAmar Tumballi2017-11-071-0/+2
* rpc: optimize fop program lookupMilind Changire2017-11-062-4/+9