summaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
* transport: allow OS to assign us a portKevin Vigor2017-03-122-0/+10
* rpc: avoid logging success on failureMilind Changire2017-03-072-0/+7
* Return ret as soon as `this` is freedNigel Babu2017-03-011-0/+1
* rpc: log more about socket disconnectsMilind Changire2017-03-011-3/+15
* rpc/clnt: remove locks while notifying CONNECT/DISCONNECTRaghavendra G2017-03-012-31/+67
* Use int instead of int8_t for the 3 variablesMichael Scherer2017-02-281-1/+1
* socket: Avoid flooding of SSL messages in case of failure/successMohit Agrawal2017-02-271-7/+7
* Free iobuf after using it, not beforeMichael Scherer2017-02-261-2/+2
* rpc: fix obvious typo in cleanup code in rpc_clnt_notifyMateusz Slupny2017-02-191-1/+1
* rpcsvc: Add rpchdr and proghdr to iobref before submitting to transportPoornima G2017-02-152-3/+33
* Tier: remove warning related to the enumhari gowtham2017-02-071-1/+2
* socket: GF_REF_PUT should be called outside lockRajesh Joseph2017-02-061-2/+4
* socket: retry connect immediately if it failsJeff Darcy2017-02-021-2/+36
* libglusterfs+transport+io-threads: fix 256KB stack abuseJeff Darcy2017-02-012-12/+12
* rpc/socket.c : Bonnie++ hangs during rewrites in ganesha + SSLMohit Agrawal2017-02-011-0/+5
* refcount: typecast function for calling on freeNiels de Vos2017-01-311-4/+2
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-303-3/+1
* glusterd: add a cli command to trigger a statedump on a clientPoornima G2017-01-233-1/+5
* tier : Tier as a servicehari gowtham2017-01-162-4/+11
* glusterfs : Removing logically dead codeMuthu-vigneshwaran2017-01-071-6/+0
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-218-34/+106
* socket: Keepalives should happen on IPv6 as well as IPv4Shreyas Siravara2016-12-161-1/+1
* rpc: fix for race between rpc and protocol/clientRajesh Joseph2016-12-052-40/+59
* dht/md-cache: Filter invalidate if the file is made a linkto filePoornima G2016-12-021-1/+9
* cluster/afr: CLI for granular entry heal enablement/disablementKrutika Dhananjay2016-11-281-0/+2
* afr,dht,ec: Replace GF_EVENT_CHILD_MODIFIED with event SOME_DESCENDENT_DOWN/UPPoornima G2016-11-211-3/+6
* Revert "rpc: Fix the race between notification and reconnection"Pranith Kumar Karampuri2016-11-161-4/+3
* glusterd/quota: upgrade quota.conf file during an upgradeManikandan Selvaganesh2016-11-071-0/+1
* rpc: Fix the race between notification and reconnectionPranith Kumar K2016-10-241-3/+4
* compound fops: Fix file corruption issueKrutika Dhananjay2016-10-244-15/+1
* rpc/socket.c : Modify socket_poller code in case of ENODATA error code.Mohit Agrawal2016-10-231-1/+1
* rpc/socket: Close pipe on disconnectionKaushal M2016-10-231-1/+8
* rpc/socket.c : Modify gf_log message in socket_poller code in case of errorMohit Agrawal2016-10-121-3/+6
* socket: log the client identifier in ssl connectMohit Agrawal2016-10-051-2/+2
* build: rpc/xdr .c and .h files are regenerated unnecessarilyKaleb S. KEITHLEY2016-09-201-4/+8
* socket: pollerr event shouldn't trigger socket_connnect_finishAtin Mukherjee2016-09-192-1/+44
* rpc: increase RPC/XID with each callbackNiels de Vos2016-09-192-3/+19
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-1816-74/+202
* io-stats: Add stats for upcall notificationsv3.10devPoornima G2016-08-311-0/+12
* glusterd : Introduce reset brickAnuradha Talur2016-08-291-0/+1
* rpc: dead code fixankit2016-08-291-2/+2
* cli,rpc : Removing logically dead codeMuthu-vigneshwaran2016-08-291-2/+0
* rpc: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-292-5/+2
* glusterd/cli: cli to get local state representation from glusterdSamikshan Bairagya2016-08-261-0/+1
* feature/bitrot: Ondemand scrub option for bitrotKotresh HR2016-08-252-0/+2
* snapshot/cli: Fix snapshot status xml outputAvra Sengupta2016-08-231-2/+7
* socket: SSL_shutdown should be called before socket shutdownRajesh Joseph2016-08-161-13/+28
* rpc: fixing illegal memory accessMuthu-vigneshwaran2016-08-111-1/+1
* changelog/rpc: Fix rpc_clnt_t mem leaksKotresh HR2016-07-222-6/+99
* rpc/socket.c : Modify socket code to avoid fd leak in case of socket_poller t...Mohit Agrawal2016-07-201-4/+3