summaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* glusterd: Add option to get all volume options through get-state CLISamikshan Bairagya2017-07-251-1/+2
* rpc: include current second in timed out frame cleanupMilind Changire2017-07-211-1/+1
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-193-9/+10
* program/GF-DUMP: Shield ping processing from traffic to GlusterfsRaghavendra G2017-07-182-5/+103
* socket: call init_openssl_mt() in init() and add cleanupPrashanth Pai2017-07-171-25/+39
* Link against missed libraries to resolve symbolsPrashanth Pai2017-07-032-2/+5
* multiple: fix struct/typedef inconsistenciesJeff Darcy2017-06-301-1/+1
* protocol/server: make listen backlog value as configurableMohammed Rafi KC2017-06-083-11/+47
* glusterfs: Not able to mount running volume after enable brick mux and stoppe...Mohit Agrawal2017-05-311-2/+2
* socket/reconfigure: reconfigure should be done on new dictMohammed Rafi KC2017-05-291-8/+8
* socket: Avoid flooding of error message in case of SSLMohit Agrawal2017-05-151-1/+10
* event/epoll: Add back socket for polling of events immediately afterRaghavendra G2017-05-122-19/+83
* rpc: fix a routine to destory RDMA qp(queue-pair)Ji-Hyeon Gim2017-05-121-1/+1
* rpc: use GF_ATOMIC_INC to generate rpc_clnt's callidZhou Zhengping2017-05-082-17/+3
* rpc: Remove accidental IPV6 changesKaushal M2017-05-055-117/+0
* build: 'make cscope' requires generated .c and .h XDR filesNiels de Vos2017-05-051-0/+4
* rpc: fix transport add/remove race on port probingMilind Changire2017-05-031-165/+196
* Halo Replication feature for AFR translatorKevin Vigor2017-05-028-14/+187
* glusterd: Fix removing pmap entry on rpc disconnectPrashanth Pai2017-04-281-1/+1
* glusterd: Add client details to get-state outputSamikshan Bairagya2017-04-121-0/+4
* rpc: add options to manage socket keepalive lifespanMilind Changire2017-04-122-42/+98
* build: place generated XDR .h and .c files under $(top_builddir)Niels de Vos2017-04-041-5/+6
* glusterd : Disallow peer detach if snapshot bricks exist on itGaurav Yadav2017-03-311-0/+1
* build: errors generating xdr stubs+headers with `make -j`Kaleb S. KEITHLEY2017-03-291-5/+5
* build: errors generating xdr stubs+headers with `make -j`Kaleb S. KEITHLEY2017-03-271-3/+3
* build: libgfxdr.so calls GF_FREE(), needs to link with -lglusterfsKaleb S. KEITHLEY2017-03-212-47/+58
* rpc: bump up conn->cleanup_gen in rpc_clnt_reconnect_cleanupAtin Mukherjee2017-03-201-1/+3
* 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