summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib
Commit message (Expand)AuthorAgeFilesLines
* cli: implement "system:: getwd" commandCsaba Henk2011-04-191-0/+1
* mgmt/glusterd: Remove excessive INFO logsPranith Kumar K2011-04-131-0/+4
* Loosen restrictions on hostnamesPavan T C2011-03-291-2/+5
* rpc: Provide an option to allow insecure portsPranith K2011-03-263-1/+30
* CLI : Validate options farmework.Gaurav2011-03-231-1/+0
* spelling errors fixed across the code baseAmar Tumballi2011-03-223-4/+4
* rpc/rpc-lib : log enhancementsAmar Tumballi2011-03-179-954/+247
* glusterfsd: log enhancementAmar Tumballi2011-03-171-6/+16
* TOP: cli, rpc/xdr related changesshishir gowda2011-03-161-0/+1
* rpc: QUOTA rpc related changes.Mohammed Junaid Ahmed2011-03-161-0/+1
* mgmt/glusterd: gluster profile implementationPranith K2011-03-101-0/+16
* rpc: Changes for handling unix domain sockets avoid racePranith K2011-03-106-76/+195
* RPC : Sending error reply on decodong failure.Gaurav2011-03-011-0/+2
* glusterd: separate out cli specific programs and mgmt specific programsAmar Tumballi2011-03-011-33/+50
* rpcsvc: Handle more than one payload vectors.Raghavendra G2011-02-283-3/+11
* gsync: cli support for gsyncd.Mohammed Junaid Ahmed2011-02-101-0/+2
* rpc/rpc-clnt: don't access rpcreq after putting the struct back into mem-pool.Raghavendra G2011-02-071-8/+13
* Move hostname, ip address validating functions to libglusterfs.Sachidananda2011-01-271-122/+0
* rpc: handle proper 'ref', 'unref' of transport from rpc-clntAmar Tumballi2011-01-262-3/+7
* rpc: fix format string mismatches in invocation of gf_log.Raghavendra G2010-12-122-6/+6
* rpcsvc: while handling transport-cleanup event look for listener with transpo...Raghavendra G2010-12-101-1/+1
* rpc-transport: don't merge payload iobuf and iobuf which holds program header...Raghavendra G2010-11-252-2/+10
* rpc-clnt: add check for NULL argument for rpc_clnt_startAmar Tumballi2010-11-181-0/+3
* rpc-clnt: introduce new way of creating rpc-clnt objectsAnand Avati2010-11-162-0/+75
* rpc-clnt: move rpc_clnt_reconnect() call to rpc_clnt_initAnand Avati2010-11-161-2/+4
* rpc-lib: Fail auth-unix if more than 16 gids foundShehjar Tikoo2010-11-161-0/+5
* rpc-lib: Copy auxiliary GIDs into request from de-XDRed bufferShehjar Tikoo2010-11-161-0/+4
* rpc/rpc-lib: don't build libgfrpc as a module.Raghavendra G2010-11-101-1/+0
* cli,mgmt/glusterd: fsm log implementationPranith K2010-10-291-0/+2
* Correct enum declaration of gf_dump_procnum, fixing duplicate symbol error wh...noah williamsson2010-10-261-2/+2
* rpcsvc: handle NULL deref in case of program mismatchAmar Tumballi2010-10-261-16/+23
* Solaris build: Handle namespace clash for rpc-clnt.hshishir gowda2010-10-211-2/+2
* rpcsvc: calculate dump response length instead of hard coding it.Raghavendra G2010-10-121-5/+9
* mgmt/glusterd: handle reqs from unknown peers for friend smPranith K2010-10-112-2/+4
* rpc-clnt: do rpc_transport_destroy() in rpc_clnt_destroy()Amar Tumballi2010-10-082-2/+5
* rpc/clnt: allocate a new cbk_program before registering it.Raghavendra G2010-10-081-8/+46
* migrate from port 69* to 24007Amar Tumballi2010-10-081-1/+1
* mgmt/Glusterd: Volume set enhancementsKaushik BV2010-10-072-2/+19
* protocol/rpc/transport: bring in one more event for 'TRANSPORT-DESTROY'Amar Tumballi2010-10-076-28/+33
* rpcsvc: allocate a new program structure before registering it.Raghavendra G2010-10-061-5/+32
* transport: set 'trans->options' before calling 'trans->init()'Amar Tumballi2010-10-061-4/+5
* rpc: don't refer to 'req' after calling 'prog->actor()'Amar Tumballi2010-10-041-1/+1
* rpcsvc: bump log level of message for missing transport typeAnand Avati2010-10-041-2/+2
* mgmt/Glusterd: new command volume reset <volname>, volume set enhancementsv3.1.0qa39Kaushik BV2010-10-031-0/+2
* rpc: in rpc_clnt_destroy(), destroy the memory pool alsoAmar Tumballi2010-09-301-0/+8
* rpc-clnt: handle NULL dereferencesAmar Tumballi2010-09-281-7/+11
* mgmt/glusterd: prevent detach of peer with its bricks existing in clusterPranith K2010-09-281-0/+7
* mgmt/glusterd: delay probe till connection happensPranith K2010-09-271-0/+2
* rpc-clnt: print frame-sent time till microsecond resolution in call_bail.Raghavendra G2010-09-241-1/+4
* rpc/rpcsvc: add debug messages when rpc-messages are handed over to/from tran...Raghavendra G2010-09-222-13/+37