summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client-handshake.c
Commit message (Expand)AuthorAgeFilesLines
* client xlator: misc. cleanupsYaniv Kaul2019-10-111-20/+1
* protocol/handshake: pass volume-id for extra checkAmar Tumballi2019-09-301-0/+50
* protocol/client: don't reopen fds on which POSIX locks are held after a recon...Raghavendra G2019-09-121-1/+2
* protocol/client - fixing a coverity issueBarak Sason2019-08-201-3/+3
* client-handshake.c: minor changes and removal of dead code.Yaniv Kaul2019-08-141-285/+54
* (multiple files) use dict_allocate_and_serialize() where applicable.Yaniv Kaul2019-07-221-11/+3
* protocol: add an option to force using old-protocolAmar Tumballi2019-04-101-3/+10
* client-rpc: Fix the payload being sent on the wirePoornima G2019-03-291-16/+13
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-6/+6
* protocol: remove the option 'verify-volfile-checksum'Amar Tumballi2018-11-051-84/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-1395/+1414
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-1/+1
* client: remove the "connecting" state - it's not usedMichael Adam2018-06-211-3/+0
* rpc/clnt: Don't let consumers manage "connected" stateRaghavendra G2018-06-041-2/+0
* protocol/client: fix memory corruptionXavi Hernandez2018-03-091-3/+6
* protcol/client: Insert dummy clnt-lk-version to avoid upgrade failureAnoop C S2018-02-141-0/+9
* protocol: utilize the version 4 xdrAmar Tumballi2018-02-011-3/+261
* protocol: Remove lock recovery logic from client and serverAnoop C S2018-01-291-354/+11
* rpc/*: auth-header changesAmar Tumballi2018-01-171-10/+15
* protocol/client: reduce lock contentionZhang Huan2017-12-261-15/+16
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-121-12/+4
* rpc : Change the way client uuid is builtPoornima G2017-11-201-3/+12
* rpc: bring a new protocol versionAmar Tumballi2017-11-071-0/+14
* core: make gf_boolean_t a C99 bool instead of an enumJeff Darcy2017-11-031-1/+4
* protocol/client: handle the subdir handshake properly for add-brickAmar Tumballi2017-10-291-1/+9
* Infra to indentify processhari gowtham2017-08-161-0/+6
* glusterfsd: allow subdir mountAmar Tumballi2017-08-041-1/+20
* Halo Replication feature for AFR translatorKevin Vigor2017-05-021-1/+1
* protocol/client: Fix double free of client fdctx destroyRavishankar N2017-02-131-22/+15
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-301-0/+5
* glusterd: Add info on op-version for clients in vol status outputSamikshan Bairagya2017-01-121-0/+6
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-211-2/+2
* protocol/client: Fix potential mem-leaksKrutika Dhananjay2016-12-161-0/+1
* protocol/client (no 2): fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-051-2/+0
* protocol/server: Fix client/server compatibilityAvra Sengupta2016-06-281-1/+6
* protocol client/server: Fix client-server handshakeAvra Sengupta2016-03-101-5/+25
* protocol/client: Remove dead code from client_rpc_notifyAnoop C S2015-09-281-1/+1
* protocol/client: Properly handle return value in clnt_release_reopen_fdAnoop C S2015-06-251-1/+0
* protocol/client: Remove unused function clnt_mark_fd_bad()Anoop C S2015-06-221-10/+0
* protocol/client : removing duplicate printing in gf_msgManikandan Selvaganesh2015-06-201-12/+11
* protocol/client : porting log messages to new frameworkManikandan Selvaganesh2015-06-151-141/+189
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-2/+2
* Xlators : Fixed typosManikandan Selvaganesh2015-04-021-1/+1
* protocol-client: Removal of Dead Codearao2015-03-301-9/+0
* cluster/dht: Change the subvolume encoding in d_off to be a "global"Dan Lambright2015-03-181-0/+2
* protocol/client: sequence CHILD_UP, CHILD_DOWN etc notificationsKrishnan Parthasarathi2015-02-071-8/+7
* rdma: client connection establishment takes more timeMohammed Rafi KC2014-11-181-16/+3
* rdma:rdma fuse mount hangs for tcp,rdma volumes if brick is down.Mohammed Rafi KC2014-11-171-1/+0
* glusterd: Ping timer implmentationKrishnan Parthasarathi2014-04-291-262/+0