summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli, mgmt/glusterd: send errno in case of Peer rejectPranith Kumar K2010-09-211-1/+2
* cli, mgmt/glusterd: volume sync commandPranith Kumar K2010-09-201-0/+2
* rdma: do event_unregister() in fini() too.Amar Tumballi2010-09-171-0/+1
* portmap: make grounds for typed service mappingCsaba Henk2010-09-161-0/+9
* cli: added system:: portmap brick2portCsaba Henk2010-09-161-0/+1
* cli: added system:: getspecCsaba Henk2010-09-161-0/+1
* cli, mgmt/glusterd: disallow probe to a clusterPranith Kumar K2010-09-151-0/+1
* rpc: add ref/unref for rpc clntPranith Kumar K2010-09-152-2/+46
* rpc-transport.c: handle a double freeAmar Tumballi2010-09-151-1/+5
* memory leak fixes.Raghavendra G2010-09-153-5/+13
* socket: add xfer data countsAmar Tumballi2010-09-141-0/+3
* rpc: print xid of the rpcreq corresponding to frame being bailed out.Raghavendra G2010-09-141-3/+3
* mgmt/glusterd: free xdr allocationsPranith Kumar K2010-09-141-4/+4
* rpc: in rpc_clnt_destroy(), cleanup the transport tooAmar Tumballi2010-09-131-0/+6
* rpc/rpcsvc: fix invalid free in rpcsvc_create_listeners.Amar Tumballi2010-09-091-10/+9
* rpc-clnt: fix memory corruption happening while encoding auth data.Raghavendra G2010-09-062-11/+12
* cli: Changes for GET_NEXT volume infoVijay Bellur2010-09-021-0/+1
* mgmt/glusterd: memory leak fixesPranith Kumar K2010-08-312-0/+4
* 'gluster volume log' feature addedAmar Tumballi2010-08-311-0/+6
* Only admin should be able to run gluster commandshishir gowda2010-08-301-0/+29
* rpc: server to client callback mechanismAmar Tumballi2010-08-276-7/+335
* rpcsvc: handle the case of null dereferencingAmar Tumballi2010-08-261-1/+7
* rpcsvc: fix double free happening when listener creation fails.Raghavendra G2010-08-261-4/+4
* storage/posix: calculate the correct size of each dirent in readdir/readdirp.Raghavendra G2010-08-251-0/+1
* rpcsvc: allow creation of both rdma and socket for a single server transport.Raghavendra G2010-08-232-4/+100
* rpcsvc: decouple creation of listener from rpcsvc_program_register and rpcsvc...Raghavendra G2010-08-193-189/+87
* Probe on localhost not neededshishir gowda2010-08-191-0/+5
* rpcsvc: change in port selection criteria for program to listen on.Raghavendra G2010-08-191-4/+5
* rpcsvc: check for listener on default port used by mgmt (6969) while register...v3.1.0prealpha3Raghavendra G2010-08-181-0/+5