summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/server/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* protocol/server: dump the ltable and fd table related inodes onlyRaghavendra Bhat2012-09-171-18/+85
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-061-39/+36
* protocol/server: use pthread_mutex_trylock while dumping statedumpsRaghavendra Bhat2012-08-021-11/+29
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-6/+3
* rpc: variable name changesAmar Tumballi2012-07-121-6/+6
* protocol/client,server: Lock self healing off by default.Mohammed Junaid2012-04-161-1/+2
* server: Modified logging information to ease log based analysisKrishnan Parthasarathi2012-04-131-1/+1
* xlator/server,xlator/nfs : Fix authentication for address listsKaushal M2012-04-131-1/+7
* cli, glusterd: "volume set help" additionsKaushal M2012-03-281-3/+11
* protocol/server: remove the transport from the list irrespective of lock-heal...Raghavendra Bhat2012-03-201-6/+11
* protocol/server: Handle server send reply failure gracefully.Mohammed Junaid2012-03-191-22/+62
* print bound_xl only once in server statedumpRahul C S2012-03-191-0/+12
* Logs: Improved logs in lock/unlock execution pathPranith Kumar K2012-03-181-2/+2
* protocol/server: Clear internal locks on disconnectPranith Kumar K2012-03-181-2/+5
* mgmt/glusterd : volume set validation fixesKaushal M2012-03-181-3/+13
* protocol/server: add and remove the transports from the list, inside the lockRaghavendra Bhat2012-03-171-23/+47
* protocol/server: Remove connection from conf->conns w.o. racePranith Kumar K2012-03-131-2/+7
* protocol/server: Make conn object ref-countedPranith Kumar K2012-03-011-2/+8
* transport/socket: configuring tcp window-sizeRajesh Amaravathi2012-02-291-0/+5
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-3/+3
* protocol/client,server: fcntl lock self healing.Mohammed Junaid2012-02-201-14/+82
* cli, protocol/server : improve validation for the option auth.(allow/reject)Kaushal M2012-02-051-1/+42
* cli: Extend "volume status" with statedump infoKaushal M2012-01-271-3/+136
* protocol/server: Do connection cleanup if reply failsPranith Kumar K2011-12-221-0/+4
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-10/+5
* cli : new volume statedump commandKaushal M2011-09-271-2/+43
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-071-31/+13
* glusterfs protocol: bring in variable sized iobuf supportAmar Tumballi2011-09-071-28/+35
* xlator options: revamp xlator option validation/reconfigure codeAnand Avati2011-08-181-28/+0
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* pass xlator pointer to rpcsvc_init() so that it can init svc->mydata to xlatorkrishna2011-08-091-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* protocol/server: change allow_insecure option in reconfigurePranith K2011-03-261-1/+4
* CLI : Validate options farmework.Gaurav2011-03-231-48/+16
* protocol/server: log enhancementsAmar Tumballi2011-03-171-15/+13
* protocol/server: White space cleanup and NULL check validations.Mohammed Junaid Ahmed2011-03-171-117/+126
* mgmt/Glusterd: while resetting the volume options, the previous data structur...Kaushik BV2011-03-011-7/+27
* glusterd/cli: option added to create volume with both transportsAmar Tumballi2011-02-221-0/+2
* glusterd,cli: print single error message on failurePranith K2010-12-271-6/+8
* server: parse more precisely when validating auth optionsCsaba Henk2010-10-261-19/+15
* server: Don't free conf in fini.Raghavendra G2010-10-261-1/+2
* server: print information about disconnected clientAmar Tumballi2010-10-241-0/+4
* mgmt/Glusterd: Volume set enhancementsKaushik BV2010-10-071-5/+31
* protocol/rpc/transport: bring in one more event for 'TRANSPORT-DESTROY'Amar Tumballi2010-10-071-1/+6
* Reply back to CLI on error, by validating each xlator's optsKaushik BV2010-10-051-0/+79
* mgmt/Glusterd : Reply to CLI error: graph constructionKaushik BV2010-10-051-0/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* mgmt/Glusterd: new command volume reset <volname>, volume set enhancementsKaushik BV2010-10-031-2/+18
* protocol/server: set 'this->private' only if 'init()' is successfulAmar Tumballi2010-09-291-2/+1
* Glusterd: gluster volume set <volume> <option> <value>Kaushik BV2010-09-181-0/+37