summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpcsvc.c
Commit message (Expand)AuthorAgeFilesLines
...
* rpcsvc: allocate a new program structure before registering it.Raghavendra G2010-10-061-5/+32
* 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
* rpc/rpcsvc: add debug messages when rpc-messages are handed over to/from tran...Raghavendra G2010-09-221-4/+15
* memory leak fixes.Raghavendra G2010-09-151-1/+2
* rpc/rpcsvc: fix invalid free in rpcsvc_create_listeners.Amar Tumballi2010-09-091-10/+9
* mgmt/glusterd: memory leak fixesPranith Kumar K2010-08-311-0/+3
* Only admin should be able to run gluster commandshishir gowda2010-08-301-0/+29
* rpc: server to client callback mechanismAmar Tumballi2010-08-271-0/+185
* 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
* rpcsvc: allow creation of both rdma and socket for a single server transport.Raghavendra G2010-08-231-2/+98
* rpcsvc: decouple creation of listener from rpcsvc_program_register and rpcsvc...Raghavendra G2010-08-191-185/+77
* 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...Raghavendra G2010-08-181-0/+5
* rpcsvc: unref transport stored in request before putting request structure ba...Raghavendra G2010-08-181-1/+2
* rpc - cleanup and changes related to rdmaRaghavendra G2010-08-181-410/+358
* changed GNU General Public License to GNU Affero General Public LicensePranith Kumar K2010-08-171-3/+3
* rpc: move handling of fragment headers to socket.Raghavendra G2010-08-161-33/+2
* rpc-lib: Solaris build fixesShehjar Tikoo2010-08-101-0/+4
* fix memory-leak in case of disconnections in RPC serverAmar Tumballi2010-08-061-45/+5
* changes to rpcRaghavendra G2010-07-281-23/+10
* fix all the clang errors in 'rpc/*'Amar Tumballi2010-07-281-22/+29
* make DUMP as another programAmar Tumballi2010-07-081-0/+108
* minor fixes in rpc + protocolAmar Tumballi2010-07-011-2/+2
* Move rpc to top-levelVijay Bellur2010-06-281-0/+2015