index
:
glusterfs-afrv1.git
development
master
release-2.0
release-3.0
release-3.1
release-3.2
release-3.3
release-3.4
release-3.5
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rpc
/
rpc-lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rpc-clnt: do rpc_transport_destroy() in rpc_clnt_destroy()
Amar Tumballi
2010-10-08
2
-2
/
+5
*
rpc/clnt: allocate a new cbk_program before registering it.
Raghavendra G
2010-10-08
1
-8
/
+46
*
migrate from port 69* to 24007
Amar Tumballi
2010-10-08
1
-1
/
+1
*
mgmt/Glusterd: Volume set enhancements
Kaushik BV
2010-10-07
2
-2
/
+19
*
protocol/rpc/transport: bring in one more event for 'TRANSPORT-DESTROY'
Amar Tumballi
2010-10-07
6
-28
/
+33
*
rpcsvc: allocate a new program structure before registering it.
Raghavendra G
2010-10-06
1
-5
/
+32
*
transport: set 'trans->options' before calling 'trans->init()'
Amar Tumballi
2010-10-06
1
-4
/
+5
*
rpc: don't refer to 'req' after calling 'prog->actor()'
Amar Tumballi
2010-10-04
1
-1
/
+1
*
rpcsvc: bump log level of message for missing transport type
Anand Avati
2010-10-04
1
-2
/
+2
*
mgmt/Glusterd: new command volume reset <volname>, volume set enhancements
Kaushik BV
2010-10-03
1
-0
/
+2
*
rpc: in rpc_clnt_destroy(), destroy the memory pool also
Amar Tumballi
2010-09-30
1
-0
/
+8
*
rpc-clnt: handle NULL dereferences
Amar Tumballi
2010-09-28
1
-7
/
+11
*
mgmt/glusterd: prevent detach of peer with its bricks existing in cluster
Pranith K
2010-09-28
1
-0
/
+7
*
mgmt/glusterd: delay probe till connection happens
Pranith K
2010-09-27
1
-0
/
+2
*
rpc-clnt: print frame-sent time till microsecond resolution in call_bail.
Raghavendra G
2010-09-24
1
-1
/
+4
*
rpc/rpcsvc: add debug messages when rpc-messages are handed over to/from tran...
Raghavendra G
2010-09-22
2
-13
/
+37
*
cli, mgmt/glusterd: send errno in case of Peer reject
Pranith Kumar K
2010-09-21
1
-1
/
+2
*
cli, mgmt/glusterd: volume sync command
Pranith Kumar K
2010-09-20
1
-0
/
+2
*
rdma: do event_unregister() in fini() too.
Amar Tumballi
2010-09-17
1
-0
/
+1
*
portmap: make grounds for typed service mapping
Csaba Henk
2010-09-16
1
-0
/
+9
*
cli: added system:: portmap brick2port
Csaba Henk
2010-09-16
1
-0
/
+1
*
cli: added system:: getspec
Csaba Henk
2010-09-16
1
-0
/
+1
*
cli, mgmt/glusterd: disallow probe to a cluster
Pranith Kumar K
2010-09-15
1
-0
/
+1
*
rpc: add ref/unref for rpc clnt
Pranith Kumar K
2010-09-15
2
-2
/
+46
*
rpc-transport.c: handle a double free
Amar Tumballi
2010-09-15
1
-1
/
+5
*
memory leak fixes.
Raghavendra G
2010-09-15
3
-5
/
+13
*
socket: add xfer data counts
Amar Tumballi
2010-09-14
1
-0
/
+3
*
rpc: print xid of the rpcreq corresponding to frame being bailed out.
Raghavendra G
2010-09-14
1
-3
/
+3
*
mgmt/glusterd: free xdr allocations
Pranith Kumar K
2010-09-14
1
-4
/
+4
*
rpc: in rpc_clnt_destroy(), cleanup the transport too
Amar Tumballi
2010-09-13
1
-0
/
+6
*
rpc/rpcsvc: fix invalid free in rpcsvc_create_listeners.
Amar Tumballi
2010-09-09
1
-10
/
+9
*
rpc-clnt: fix memory corruption happening while encoding auth data.
Raghavendra G
2010-09-06
2
-11
/
+12
*
cli: Changes for GET_NEXT volume info
Vijay Bellur
2010-09-02
1
-0
/
+1
*
mgmt/glusterd: memory leak fixes
Pranith Kumar K
2010-08-31
2
-0
/
+4
*
'gluster volume log' feature added
Amar Tumballi
2010-08-31
1
-0
/
+6
*
Only admin should be able to run gluster command
shishir gowda
2010-08-30
1
-0
/
+29
*
rpc: server to client callback mechanism
Amar Tumballi
2010-08-27
6
-7
/
+335
*
rpcsvc: handle the case of null dereferencing
Amar Tumballi
2010-08-26
1
-1
/
+7
*
rpcsvc: fix double free happening when listener creation fails.
Raghavendra G
2010-08-26
1
-4
/
+4
*
storage/posix: calculate the correct size of each dirent in readdir/readdirp.
Raghavendra G
2010-08-25
1
-0
/
+1
*
rpcsvc: allow creation of both rdma and socket for a single server transport.
Raghavendra G
2010-08-23
2
-4
/
+100
*
rpcsvc: decouple creation of listener from rpcsvc_program_register and rpcsvc...
Raghavendra G
2010-08-19
3
-189
/
+87
*
Probe on localhost not needed
shishir gowda
2010-08-19
1
-0
/
+5
*
rpcsvc: change in port selection criteria for program to listen on.
Raghavendra G
2010-08-19
1
-4
/
+5
*
rpcsvc: check for listener on default port used by mgmt (6969) while register...
v3.1.0prealpha3
Raghavendra G
2010-08-18
1
-0
/
+5
*
rpcsvc: unref transport stored in request before putting request structure ba...
v3.1.0prealpha2
Raghavendra G
2010-08-18
1
-1
/
+2
*
rpc: add rpc_req structure to request_info structure, used by transport layer...
Raghavendra G
2010-08-18
2
-14
/
+11
*
rpc - cleanup and changes related to rdma
Raghavendra G
2010-08-18
10
-495
/
+404
*
changed GNU General Public License to GNU Affero General Public License
Pranith Kumar K
2010-08-17
18
-51
/
+71
*
rpc: move handling of fragment headers to socket.
Raghavendra G
2010-08-16
2
-71
/
+5
[prev]
[next]