summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src
Commit message (Expand)AuthorAgeFilesLines
* rpcsvc: Fix memory corruption caused by rpcsvc_dump returning non-zeroRaghavendra G2013-02-051-10/+8
* "gcc -pedantic": made 'inline' functions as 'static inline' functionsAmar Tumballi2013-01-233-7/+7
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-212-4/+4
* rpcsvc: Add an extra log messageKaushal M2012-12-101-0/+4
* rpcsvc: do a 'iobuf_ref()' on buffer while synctaskizing actorKaushal M2012-12-092-13/+23
* Revert "glusterd: add "volume label" command"Anand Avati2012-12-041-1/+0
* glusterd: add "volume label" commandJeff Darcy2012-12-041-0/+1
* core: remove ref/unref while unwinding framesRajesh Amaravathi2012-11-301-4/+0
* BD Backend: CLI to create a full/linked clone of a imageM. Mohan Kumar2012-11-291-0/+2
* BD Backend: CLI commands to create/delete imageM. Mohan Kumar2012-11-291-0/+8
* glusterd, cli: implement gluster system uuid reset commandRaghavendra Bhat2012-11-281-0/+1
* mgmt/glusterd: Implementation of server-side quorumPranith Kumar K2012-11-231-2/+4
* glusterd: op-version handshake implementationKaushal M2012-10-301-1/+12
* glusterd: do not log rdma not found messages in error modeRaghavendra Bhat2012-10-231-1/+1
* client-handshake: synchronize config.remote_port setting b/wRaghavendra G2012-10-111-13/+8
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-2/+3
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-1/+1
* rpcsvc: framework for executing actors as synctaskAnand Avati2012-09-192-1/+29
* Clean up of typepunning errors ( Strict aliasing warnings )Varun Shastry2012-09-171-12/+11
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-202-21/+17
* rpc: Reduce frame-timeout for glusterd connectionsKaushal M2012-08-172-2/+10
* rpc-lib: fix rpc_clnt_reconfig log on remote_host changeyinyin2012-08-021-1/+1
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-134-37/+18
* rpc: variable name changesAmar Tumballi2012-07-122-5/+5
* rpc: add extra arguments to _callback's actor functionAmar Tumballi2012-07-112-4/+10
* glusterd, cli: handle uuid conflicts in probe gracefullyRaghavendra Bhat2012-07-021-0/+1
* rpc: Fixed ping timer algo.Krishnan Parthasarathi2012-06-301-1/+0
* cluster/dht: Remove dht dependency on glusterfsd-mgmtshishir gowda2012-06-291-5/+0
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-291-8/+5
* rpc-transport/rdma: decode and handle RDMA_ERROR msgs.Raghavendra G2012-06-131-2/+0
* rpc: avoid an invalid free of item on a listJeff Darcy2012-06-051-0/+1
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-053-10/+27
* Use inet as default listenerEmmanuel Dreyfus2012-06-011-1/+1
* rpc: fix the vecsizer issueAmar Tumballi2012-05-241-1/+2
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-1017-238/+85
* RPC: change the AUTH_GLUSTERFS_v2 value to private rangeAmar Tumballi2012-05-031-1/+2
* rpcsvc: size check before calloc in rpcsvc_handle_disconnectRajesh Amaravathi2012-05-021-0/+3
* rebalance: handshake_event_notify to make fsd talk to glusterdshishir gowda2012-04-251-1/+9
* NetBSD build fixesEmmanuel Dreyfus2012-04-231-0/+1
* glusterd,glusterfsd : Perform proper cleanup of connections and socket filesKaushal M2012-04-231-7/+23
* core: coverity issues fixedAmar Tumballi2012-04-231-1/+3
* rpc-clnt: use the correct xdr_size for getting the iobufAmar Tumballi2012-04-191-14/+14
* xlator/server,xlator/nfs : Fix authentication for address listsKaushal M2012-04-131-1/+5
* cli,glusterd: more volume status improvementsKaushal M2012-03-291-2/+2
* rpc-clnt: separate out connection_cleanup() from destroy()v3.3.0qa30Amar Tumballi2012-03-192-1/+2
* rpc: cancel reconnect timer in rpc_clnt_disablePranith Kumar K2012-03-181-0/+4
* rpc-lib: memleak fix in rpcsvc_volume_allowedRajesh Amaravathi2012-03-171-5/+6
* protocol/server: add and remove the transports from the list, inside the lockRaghavendra Bhat2012-03-171-3/+3