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
/
src
/
rpc-transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gNFS: RFE for NFS connection behavior
Santosh Kumar Pradhan
2013-11-14
1
-1
/
+1
*
rpcsvc: implement per-client RPC throttling
Anand Avati
2013-10-28
1
-0
/
+13
*
rpc: Cleanup rpc object in TRANSPORT_CLEANUP event
Krishnan Parthasarathi
2013-06-15
1
-12
/
+2
*
rpc-transport: Moved unix socket options function to rpc-transport
Krishnan Parthasarathi
2013-05-16
1
-0
/
+57
*
rpc-lib: Move defaulting to socket message to debug level
Raghavendra Talur
2013-04-02
1
-1
/
+1
*
rpc-transport: fix glusterd crash when rdma.so missing
Rajesh Amaravathi
2013-03-21
1
-2
/
+4
*
rpc: before freeing the volume options object, delete it from the list
Raghavendra Bhat
2013-03-20
1
-6
/
+6
*
core: fixes for gcc's '-pedantic' flag build
Avra Sengupta
2013-01-21
1
-3
/
+3
*
glusterd: do not log rdma not found messages in error mode
Raghavendra Bhat
2012-10-23
1
-1
/
+1
*
remove useless if-before-free (and free-like) functions
Jim Meyering
2012-07-13
1
-15
/
+7
*
rpc: avoid an invalid free of item on a list
Jeff Darcy
2012-06-05
1
-0
/
+1
*
core: coverity fixes (mostly resource leak fixes)
Amar Tumballi
2012-06-05
1
-4
/
+16
*
Use inet as default listener
Emmanuel Dreyfus
2012-06-01
1
-1
/
+1
*
license: dual license under GPLV2 and LGPLV3+
Kaleb KEITHLEY
2012-05-10
1
-14
/
+5
*
protocol/server: add and remove the transports from the list, inside the lock
Raghavendra Bhat
2012-03-17
1
-3
/
+3
*
rpc/clnt: handle PARENT_DOWN event appropriately
Amar Tumballi
2012-02-21
1
-0
/
+14
*
xlator options: revamp xlator option validation/reconfigure code
Anand Avati
2011-08-18
1
-437
/
+4
*
Change Copyright current year
Pranith Kumar K
2011-08-10
1
-1
/
+1
*
LICENSE: s/GNU Affero General Public/GNU General Public/
Pranith Kumar K
2011-08-06
1
-3
/
+3
*
RPC unify code change
krishna
2011-07-29
1
-7
/
+9
*
glusterd: Add bind-insecure xlator-option for glusterd
shishir gowda
2011-07-24
1
-6
/
+13
*
Glusterd: IPV6 support for glusterfs.
Gaurav
2011-07-14
1
-1
/
+1
*
CLI : Display possible options in proper format.
Gaurav
2011-06-19
1
-2
/
+6
*
logging: fill proper domain names at places where it is missing
Amar Tumballi
2011-06-16
1
-4
/
+4
*
rdma: fix the excessive logs
Amar Tumballi
2011-06-16
1
-1
/
+2
*
Introduce client-allow-insecure xlator-option.
shishir gowda
2011-05-12
1
-0
/
+16
*
Loosen restrictions on hostnames
Pavan T C
2011-03-29
1
-2
/
+5
*
rpc/rpc-lib : log enhancements
Amar Tumballi
2011-03-17
1
-169
/
+36
*
glusterfsd: log enhancement
Amar Tumballi
2011-03-17
1
-6
/
+16
*
rpc: Changes for handling unix domain sockets avoid race
Pranith K
2011-03-10
1
-1
/
+78
*
rpcsvc: Handle more than one payload vectors.
Raghavendra G
2011-02-28
1
-1
/
+1
*
Move hostname, ip address validating functions to libglusterfs.
Sachidananda
2011-01-27
1
-122
/
+0
*
rpc: handle proper 'ref', 'unref' of transport from rpc-clnt
Amar Tumballi
2011-01-26
1
-1
/
+2
*
rpc-transport: don't merge payload iobuf and iobuf which holds program header...
Raghavendra G
2010-11-25
1
-1
/
+7
*
mgmt/Glusterd: Volume set enhancements
Kaushik BV
2010-10-07
1
-1
/
+9
*
protocol/rpc/transport: bring in one more event for 'TRANSPORT-DESTROY'
Amar Tumballi
2010-10-07
1
-2
/
+1
*
transport: set 'trans->options' before calling 'trans->init()'
Amar Tumballi
2010-10-06
1
-4
/
+5
*
rpc-transport.c: handle a double free
Amar Tumballi
2010-09-15
1
-1
/
+5
*
memory leak fixes.
Raghavendra G
2010-09-15
1
-4
/
+10
*
mgmt/glusterd: free xdr allocations
Pranith Kumar K
2010-09-14
1
-4
/
+4
*
mgmt/glusterd: memory leak fixes
Pranith Kumar K
2010-08-31
1
-0
/
+1
*
rpcsvc: decouple creation of listener from rpcsvc_program_register and rpcsvc...
Raghavendra G
2010-08-19
1
-2
/
+5
*
rpc - cleanup and changes related to rdma
Raghavendra G
2010-08-18
1
-2
/
+2
*
changed GNU General Public License to GNU Affero General Public License
Pranith Kumar K
2010-08-17
1
-3
/
+3
*
rpc-clnt/socket: rpc_clnt_reconfig() API to support overriding of port numbers
Anand V. Avati
2010-08-12
1
-2
/
+2
*
rpc fixes
Amar Tumballi
2010-08-12
1
-2
/
+1
*
remove same process transport shortcutting mechanism in rpc
Amar Tumballi
2010-08-06
1
-168
/
+0
*
fix memory-leak in case of disconnections in RPC server
Amar Tumballi
2010-08-06
1
-0
/
+2
*
changes to rpc
Raghavendra G
2010-07-28
1
-42
/
+54
*
fix all the clang errors in 'rpc/*'
Amar Tumballi
2010-07-28
1
-1
/
+1
[next]