summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
* all: fix the format string exceptionsAmar Tumballi2018-11-052-3/+3
* protocol: remove the option 'verify-volfile-checksum'Amar Tumballi2018-11-053-354/+5
* server: don't allow '/' in basenameAmar Tumballi2018-11-051-4/+17
* server-protocol: set the frame type to TYPE_FOPAmar Tumballi2018-10-291-0/+2
* protocol/server: added check for positve value in server-handshake.cArjun Sharma2018-10-211-2/+3
* servers-helpers.c: reduce clang warnings on dead initialization.Yaniv Kaul2018-10-161-464/+177
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-2/+2
* rpc: coverity fixesMilind Changire2018-10-091-0/+2
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-085-69/+223
* protocol/server: NULL pointer dereferencing clang fixShwetha K Acharya2018-09-172-4/+14
* build: cleanup xlator link, --no-undefined, libuuidv6devKaleb S. KEITHLEY2018-09-122-2/+2
* Land part 2 of clang-format changesGluster Ant2018-09-1218-37536/+37033
* Land clang-format changesGluster Ant2018-09-1210-1270/+1144
* protocol: don't use allocaAmar Tumballi2018-09-052-103/+58
* server-protocol: don't allow '../' path in 'name'Amar Tumballi2018-09-051-0/+12
* xlators: add classification flag to someAmar Tumballi2018-09-041-0/+1
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-21/+16
* multiple xlators: move from strlen() to sizeof()Yaniv Kaul2018-08-311-1/+1
* clang-scan: fix multiple issuesAmar Tumballi2018-08-314-2/+20
* coverity: multiple fixesAmar Tumballi2018-08-311-3/+6
* build: add --enable-asan configure optionsNiels de Vos2018-08-301-1/+1
* protocol: coverity fixesBhumika Goyal2018-08-224-12/+6
* xlators: protocol: Fix deferencing pointer after free coverity issuesBhumika Goyal2018-08-213-32/+24
* All: remove memset() before sprintf()Yaniv Kaul2018-08-141-5/+0
* build: rename event.h to gf-event.hNiels de Vos2018-07-272-2/+2
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-227-10/+10
* server: Set ssl-allow option in options table and rename IDPrashanth Pai2018-07-111-1/+13
* glusterfs: Brick process is crash at the time of call server_first_lookupMohit Agrawal2018-07-091-3/+11
* protocol/client: handle the fdctx_destroy properly with different versionsAmar Tumballi2018-07-052-74/+133
* client: remove the "connecting" state - it's not usedMichael Adam2018-06-213-6/+0
* protocol/client: Remove code duplicationKrutika Dhananjay2018-06-153-119/+22
* protocol/server: Fix xdata leak in seek fopPranith Kumar K2018-06-111-2/+1
* rpc/clnt: Don't let consumers manage "connected" stateRaghavendra G2018-06-041-2/+0
* protocol/client: Don't send fops till SETVOLUME is completeRaghavendra G2018-05-312-3/+9
* client/protocol: fix the log level for removexattr_cbkAmar Tumballi2018-05-172-2/+12
* glusterfs: Resolve brick crashes at the time of inode_unrefMohit Agrawal2018-05-152-7/+14
* Glusterfsd: brick crash during get-statehari gowtham2018-05-111-2/+5
* protocol/server: don't assume there would be a volfile idAmar Tumballi2018-05-081-1/+9
* feature/leases : fixing bugs found while testing glfs_test.tJiffin Tony Thottan2018-05-041-2/+0
* protocol/server : unwind as per op versionAshish Pandey2018-05-031-2/+3
* server/resolver: don't trust inode-table for RESOLVE_NOTRaghavendra G2018-04-301-4/+23
* server/auth: add option for strict authenticationMohammed Rafi KC2018-04-205-11/+66
* server: fix unresolved symbols by moving them to libglusterfsMohit Agrawal2018-04-201-1/+1
* gluster: Sometimes Brick process is crashed at the time of stopping brickMohit Agrawal2018-04-193-49/+148
* glusterd: volume inode/fd status broken with brick muxhari gowtham2018-04-191-42/+50
* rpcsvc: enable ownthread feature for glusterfs4_0_fop_progMilind Changire2018-03-221-0/+1
* rpcsvc: correct event-thread scalingMilind Changire2018-03-121-3/+4
* protocol: Fix 4.0 client, parsing older iatt in dictShyamsundarR2018-03-104-44/+20
* protocol: Added iatt conversion to older formatShyamsundarR2018-03-103-0/+94
* protocol/client: fix memory corruptionXavi Hernandez2018-03-096-92/+78