summaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* protocol: make on-wire-change of protocol using new XDR definition.Amar Tumballi2018-01-193-29/+1169
* rpc/*: auth-header changesAmar Tumballi2018-01-179-119/+388
* dict: add another type to handle backward compatibilityAmar Tumballi2018-01-171-0/+3
* locks: added inodelk/entrylk contention upcall notificationsXavier Hernandez2018-01-164-0/+179
* rpc: use export map to minimize exported symbols in libgf{rpc,xdr}.soKaleb S. KEITHLEY2018-01-124-3/+318
* build: Link libgfrpc within rpc-transport shared librariesAnoop C S2018-01-112-2/+5
* Revert "rpc: merge ssl infra with epoll infra"Milind Changire2018-01-072-835/+766
* dict: add more types for valuesAmar Tumballi2018-01-053-23/+31
* rpc-transport/rdma: Fix coverity issues in rdma transportYi Wang2017-12-281-32/+34
* 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
* dict: support better on-wire transferAmar Tumballi2017-12-273-0/+37
* all: Simplify component message id's definitionXavier Hernandez2017-12-142-252/+110
* rpc: merge ssl infra with epoll infraMilind Changire2017-12-122-777/+831
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-124-22/+9
* rpc-transport/rdma: Add a mutex for the list of RDMA Memory Region(MR) accessYi Wang2017-12-122-38/+72
* 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-053-0/+31
* libglusterfs: Add put fopPoornima G2017-12-051-0/+1
* rpc: Eliminate conn->lock contention by using more granular locksMohit Agrawal2017-11-283-14/+6
* xdr: comply with RFC4506Amar Tumballi2017-11-245-87/+87
* rpc-lib: coverity fixesMilind Changire2017-11-225-38/+70
* rpc/rpc-transport: dead code coverity fixKartik_Burmee2017-11-211-3/+0
* rpc : Change the way client uuid is builtPoornima G2017-11-201-0/+1
* rpc: Fix several coverity issues in rpc/socket codeMohit Agrawal2017-11-101-7/+12
* rpc/rpc-transport/: MISSING_BREAK in name.cGirjesh Rajoria2017-11-082-5/+5
* rpc: bring a new protocol versionAmar Tumballi2017-11-075-2/+38
* rpc: optimize fop program lookupMilind Changire2017-11-062-4/+9
* stack: change gettimeofday() to clock_gettime()Amar Tumballi2017-11-061-1/+2
* rpc: make actor search parallelMilind Changire2017-11-062-28/+28
* rpc/rpc-transport/rdma/: Coverity Issue MISSING_BREAKGirjesh Rajoria2017-11-061-2/+2
* gluster: IPv6 single stack supportKevin Vigor2017-10-245-0/+116
* build: make it possible to build cleanly 2x in a rowNiels de Vos2017-10-131-1/+1
* rpc: free conn->name in rpc_clnt_destroy()Niels de Vos2017-10-111-0/+1
* rpc: free registered callback programsNiels de Vos2017-10-111-0/+7
* rpc/rpc-transport/socket/: Coverity Issue MISSING_BREAKGirjesh Rajoria2017-09-291-1/+1
* heal: New feature heal info summary to list the status of brick and count of ...Mohamed Ashiq Liyazudeen2017-09-151-0/+1
* rpc-transport/socket: tab -> spaces cleanupKaleb S. KEITHLEY2017-09-152-466/+466
* Fix use-after-free in gf_rdma_do_readsMichael Scherer2017-09-151-0/+1
* rpc: TLSv1_2_method() is deprecated in OpenSSL-1.1Kaleb S. KEITHLEY2017-09-131-1/+3
* socket: Use granular mutex locks during pollin and pollout event processingKrutika Dhananjay2017-09-082-35/+58
* Do not declare the variable timeout_ms if TCP_USER_TIMEOUT is not definedMichael Scherer2017-09-071-0/+2
* Command to identify client processhari gowtham2017-09-061-0/+1
* rpc: destroy transport after client_tMilind Changire2017-08-311-3/+0
* Revert "rpc: disable client on disconnection from rebalance"Milind Changire2017-08-241-4/+0
* rpc: disable client on disconnection from rebalanceMilind Changire2017-08-231-0/+4
* tier: separation of attach-tier from add-brickhari gowtham2017-08-011-0/+1
* rpc: prevent logging null client [Invalid argument]Prashanth Pai2017-07-251-1/+3