summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
* build: remove -nostartfiles flagJeff Darcy2012-10-024-4/+4
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-014-5/+5
* protocol/client: quick-reconnect after portmap queryAnand Avati2012-09-253-1/+11
* protocol/server: put the connection back if setvolume failsRaghavendra Bhat2012-09-251-1/+7
* logging: log ENOENT errors in DEBUG mode instead of ERROR or INFORaghavendra Bhat2012-09-171-1/+2
* protocol/server: dump the ltable and fd table related inodes onlyRaghavendra Bhat2012-09-172-19/+87
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-064-92/+102
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-202-56/+49
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-8/+2
* protocol/server: use pthread_mutex_trylock while dumping statedumpsRaghavendra Bhat2012-08-021-11/+29
* protocol/client: Fix negative return in client_setvolumeKrutika Dhananjay2012-08-011-2/+3
* rpc-transport/socket: Add SSL support.Jeff Darcy2012-07-171-1/+2
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-1310-498/+247
* protocol/server: return 'xdata' even in case of errorAmar Tumballi2012-07-121-126/+133
* rpc: variable name changesAmar Tumballi2012-07-126-306/+306
* rpc: add extra arguments to _callback's actor functionAmar Tumballi2012-07-112-4/+5
* core: remove unused codeAmar Tumballi2012-07-1139-23720/+0
* xlators/protocol: better filenameAmar Tumballi2012-07-044-3/+4
* protocol/client: Re-open should not have O_CREAT|O_TRUNC|O_EXCLPranith Kumar K2012-06-193-9/+5
* protocol/client: Remember the gfid of opened fdPranith Kumar K2012-06-063-112/+107
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-053-2/+8
* replicate: default read_child to a local brick if there is one.Jeff Darcy2012-06-051-2/+2
* protocol/client: do not ignore the xdata received for some fopsRaghavendra Bhat2012-06-031-0/+11
* protocol/client: provide a buffer for storing reply of readlink.Raghavendra G2012-06-011-7/+46
* protocol/server: do not wind opendir call if fd creation failsRaghavendra Bhat2012-06-013-3/+13
* protocol/client: do not access the local object after being freedRaghavendra Bhat2012-05-311-2/+2
* protocol: do not log getxattr/ENODATA as warningAnand Avati2012-05-292-2/+2
* server protocol : logging and negative case logic fixesAmar Tumballi2012-05-291-555/+558
* rpc: fix the vecsizer issueAmar Tumballi2012-05-241-2/+3
* protocol/client: use correct xlator object while creating framesRaghavendra G2012-05-231-2/+2
* protocol/client: do not print the null gfid when symlink failsRaghavendra Bhat2012-05-221-3/+6
* protocol: handle proper vector size for writev()/readv()Amar Tumballi2012-05-212-7/+68
* protocol/client: free the 'loc2' variable of client_localAmar Tumballi2012-05-211-0/+1
* protocol/server: fix a crash with NULL dereferenceAmar Tumballi2012-05-201-2/+7
* protocol/server: del_locker should delete one locker per unlockPranith Kumar K2012-05-191-10/+10
* protocol/client: Concatinate the graph uuid along with process uuid inMohammed Junaid2012-05-182-11/+19
* protocol/client: check if the name is NULL before duping itRaghavendra Bhat2012-05-171-1/+3
* client/protocol : Changes in client3_1_getxattr()Kaushal M2012-05-163-2/+11
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-1010-117/+45
* Resolve: Assign correct path while resolvingPranith Kumar K2012-05-081-10/+5
* protocol/{client,server} : Log improvementsKaushal M2012-05-082-22/+42
* protocol/client: hold lock when cancelling ping_timer inRaghavendra G2012-05-051-16/+22
* libglusterfs/inode.c: do not link the inode in the dentry cache for "." and ".."Krishna Srinivas2012-05-051-2/+4
* protocol: fix memory leak of lk-owner buffer in *lk() callsAmar Tumballi2012-05-032-0/+12
* log cleanup: in setxattr() pathAmar Tumballi2012-05-022-31/+44
* get rid of ZR_PATH_MAXEmmanuel Dreyfus2012-05-012-4/+4
* core: coverity issues fixedAmar Tumballi2012-04-232-8/+15
* protocol/server: Check if dict arg is NULL in setxattrshishir gowda2012-04-171-1/+1
* protocol/client,server: Lock self healing off by default.Mohammed Junaid2012-04-162-2/+4
* server: Modified logging information to ease log based analysisKrishnan Parthasarathi2012-04-132-3/+3