summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-948729
Commit message (Expand)AuthorAgeFilesLines
* tests: move all test-cases into component subdirectoriesNiels de Vos2015-01-063-260/+0
* Regression test portability: loopback devicesEmmanuel Dreyfus2014-10-303-36/+78
* tests: Use uniform timeoutsPranith Kumar K2014-05-193-3/+3
* cli: Fail creation of bricks on root partition in script modeKrutika Dhananjay2013-12-042-32/+14
* cli,glusterd: Changes to cli-glusterd communicationKaushal M2013-10-172-11/+9
* glusterd: changes in 'volume create' behaviourKrutika Dhananjay2013-04-093-0/+238
n>Mohit Agrawal2020-02-091-11/+15 * bitrot: Make number of signer threads configurableKotresh HR2020-02-071-0/+1 * name.c: fix Coverity issues 1412332/3 - strcat into uninitialized valueYaniv Kaul2020-01-191-2/+3 * socket.c/name.c: minor changesYaniv Kaul2020-01-133-238/+136 * rpc-transport: minor changesYaniv Kaul2020-01-132-61/+32 * transport/socket: destroy notify mutex and condition variableDmitry Antipov2019-12-311-0/+5 * socket: fix typos and drop unused members/optionsDmitry Antipov2019-12-272-11/+7 * rpc: define xdr_sizeof regardless of whether IPv6 is the defaultAndrew Miloradovsky2019-12-131-2/+0 * socket: fix error handlingXavi Hernandez2019-12-121-84/+91 * pcsvc: fix subnet_mask_v4 checkAmar Tumballi2019-11-271-4/+7 * socket.c: minor changesYaniv Kaul2019-11-192-105/+77 * rpc: Cleanup SSL specific data at the time of freeing rpc objectl17zhou2019-11-081-2/+20 * rpc: align structsYaniv Kaul2019-10-175-45/+46 * rpc: fix missing unref on reconnectZhang Huan2019-10-021-6/+10 * glusterd, rpc, glusterfsd: fix coverity defects and put required annotationsAtin Mukherjee2019-09-101-0/+1 * rpc/xdr: fixes in MakefileAmar Tumballi2019-09-051-1/+6 * graph/cleanup: Fix race in graph cleanupMohammed Rafi KC2019-09-052-5/+5 * rpc: Update address family if it is not provide in cmd-line argumentsMohit Agrawal2019-09-021-1/+12 * rpc: glusterd start is failed and throwing an error Address already in useMohit Agrawal2019-08-181-7/+37 * libglusterfs: remove dependency of rpcAmar Tumballi2019-08-163-66/+44 * rpc/transport: have default listen-portAtin Mukherjee2019-08-061-0/+2 * event: rename event_XXX with gf_ prefixedXiubo Li2019-07-292-26/+26 * ctime: Set mdata xattr on legacy filesKotresh HR2019-07-223-1/+73 * ibverbs/rdma: remove from buildAmar Tumballi2019-07-138-6126/+1 * rpc/xdr: include nfs specific files in build only if gNFS is enabledAmar Tumballi2019-07-102-10/+23 * glusterd/svc: update pid of mux volumes from the shd processMohammed Rafi KC2019-07-091-0/+1 * glusterfs-fops: fix the modularityAmar Tumballi2019-07-027-261/+6 * core: fedora 30 compiler warningsSheetalPamecha2019-06-181-1/+1 * multiple files: another attempt to remove includesYaniv Kaul2019-06-1417-45/+1 * across: clang-scan: fix NULL dereferencing warningsAmar Tumballi2019-06-041-5/+3 * If bind-address is IPv6 return it successfullyAmgad Saleh2019-05-281-6/+11 * Fix some "Null pointer dereference" coverity issuesXavi Hernandez2019-05-261-0/+4 * Revert "rpc: implement reconnect back-off strategy"Amar Tumballi2019-05-212-18/+16 * rpc: implement reconnect back-off strategyXavier Hernandez2019-05-112-16/+18 * protocol: remove compound fopAmar Tumballi2019-04-292-240/+0 * rpclib: slow floating point math and libmKaleb S. KEITHLEY2019-04-032-9/+3 * transport/socket: log shutdown msg occasionallyRaghavendra G2019-04-032-2/+3 * mgmt/shd: Implement multiplexing in self heal daemonMohammed Rafi KC2019-04-011-0/+2 * rpc: Remove duplicate codePranith Kumar K2019-03-283-77/+1 * build: link libgfrpc with MATH_LIB (libm, -lm)Kaleb S. KEITHLEY2019-03-261-1/+1 * rpc/transport: Missing a ref on dict while creating transport objectMohammed Rafi KC2019-03-205-43/+16 * socket/ssl: fix crl handlingMilind Changire2019-03-192-19/+94 *