| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc/socket.c : Modify socket code to avoid fd leak in case of socket_poller t... | Mohit Agrawal | 2016-07-20 | 1 | -4/+3 |
* | rpc: invalid argument when function setsockopt sets option TCP_USER_TIMEOUT | Zhou Zhengping | 2016-07-10 | 1 | -0/+2 |
* | rpc/socket: pthread resources are not cleaned up | N Balachandran | 2016-07-08 | 1 | -4/+6 |
* | rpc/socket.c : Modify socket_poller code in case of ENODATA error code. | Mohit Agrawal | 2016-07-08 | 1 | -1/+1 |
* | socket: log the client identifier in ssl connect | Raghavendra Bhat | 2016-06-30 | 1 | -1/+6 |
* | rpc/socket.c: Modify approach to cleanup threads of socket_poller in sock... | Mohit Agrawal | 2016-06-24 | 1 | -141/+45 |
* | libglusterfs (timer): race conditions, illegal mem access, mem leak | Kaleb S KEITHLEY | 2016-06-01 | 1 | -2/+2 |
* | rpc: change client insecure port ceiling from 65535 to 49151 | Prasanna Kumar Kalever | 2016-05-18 | 2 | -11/+17 |
* | socket: Fix incorrect handling of partial reads | Xavier Hernandez | 2016-05-11 | 1 | -3/+5 |
* | glusterd: add defence mechanism to avoid brick port clashes | Prasanna Kumar Kalever | 2016-05-04 | 1 | -1/+3 |
* | rpc: define client port range | Prasanna Kumar Kalever | 2016-05-03 | 2 | -2/+39 |
* | socket: Reap own-threads | Kaushal M | 2016-04-29 | 2 | -0/+122 |
* | rpc: fix gf_process_reserved_ports | Prasanna Kumar Kalever | 2016-04-27 | 2 | -15/+3 |
* | socket: Don't cleanup encrypted transport in socket_connect() | Kaushal M | 2016-04-07 | 1 | -12/+6 |
* | rpc: assign port only if it is unreserved | Prasanna Kumar Kalever | 2016-04-06 | 2 | -2/+6 |
* | socket: Launch socket_poller only if connect succeeded | Kaushal M | 2016-03-03 | 1 | -1/+1 |
* | socket: reduce rate of readv failure logs due to disconnect | Krishnan Parthasarathi | 2016-02-22 | 2 | -5/+7 |
* | glusterd: Bug fixes for IPv6 support | Nithin D | 2016-02-20 | 1 | -4/+5 |
* | all: fixes for clang compile warnings | Kaleb S KEITHLEY | 2016-02-15 | 1 | -4/+5 |
* | build: fix ecdh.h and dh.h deps | Milind Changire | 2015-11-16 | 2 | -7/+16 |
* | build: install and package header files more conventionally | Kaleb S. KEITHLEY | 2015-11-16 | 1 | -2/+0 |
* | core: use syscall wrappers instead of direct syscalls - miscellaneous | Kaleb S. KEITHLEY | 2015-10-28 | 1 | -22/+23 |
* | all: reduce "inline" usage | Jeff Darcy | 2015-09-01 | 2 | -17/+17 |
* | SSL improvements: do not fail if certificate purpose is set | Emmanuel Dreyfus | 2015-08-23 | 2 | -0/+9 |
* | rdma:restore device linked list structure in case of failure | Mohammed Rafi KC | 2015-08-13 | 1 | -3/+5 |
* | SSL improvements: ECDH, DH, CRL, and accessible options | Emmanuel Dreyfus | 2015-08-05 | 1 | -80/+180 |
* | rpc: fix binding brick issue while bind-insecure is enabled | Prasanna Kumar Kalever | 2015-07-26 | 2 | -50/+73 |
* | rpc,server,glusterd: Init transport list for accepted transport | Kaushal M | 2015-07-24 | 1 | -0/+1 |
* | rpc-transport: socket_poller fixes for proper working of mgmt encryption | Kaushal M | 2015-07-13 | 1 | -5/+8 |
* | rdma : porting missing gf_log to gf_msg | Manikandan Selvaganesh | 2015-07-12 | 2 | -11/+15 |
* | Revert "rpc: By default set allow-insecure, bind-insecure to on" | Raghavendra G | 2015-07-02 | 1 | -34/+17 |
* | rpc: By default set allow-insecure, bind-insecure to on | Prasanna Kumar Kalever | 2015-06-30 | 1 | -17/+34 |
* | rdma : removing duplicate printing of error string in gf_msg | Manikandan Selvaganesh | 2015-06-27 | 2 | -35/+27 |
* | build: improve detection of new OpenSSL features | Niels de Vos | 2015-06-11 | 1 | -1/+1 |
* | build: fix compiling on older distributions | Niels de Vos | 2015-06-03 | 1 | -0/+18 |
* | socket: throttle only connected transport | Krishnan Parthasarathi | 2015-05-31 | 1 | -2/+15 |
* | build: do not #include "config.h" in each file | Niels de Vos | 2015-05-29 | 5 | -25/+0 |
* | rdma:properly handle iobuf_pool when rdma transport is unloaded | Mohammed Rafi KC | 2015-05-05 | 2 | -20/+62 |
* | rdma: porting rdma to a new message id logging format | Humble Devassy Chirammal | 2015-04-29 | 4 | -371/+695 |
* | socket: use OpenSSL multi-threading interfaces | Jeff Darcy | 2015-04-09 | 2 | -3/+70 |
* | socket: use TLS 1.2 instead of 1.0 | Jeff Darcy | 2015-03-27 | 1 | -1/+1 |
* | socket: use TCP_USER_TIMEOUT to detect client failures quicker | Niels de Vos | 2015-03-17 | 2 | -7/+49 |
* | rdma:changing list iteration to safe mode | Mohammed Rafi KC | 2015-03-15 | 1 | -5/+10 |
* | rdma: Free resources related to iobuf in fini | Mohammed Rafi KC | 2015-03-10 | 2 | -0/+19 |
* | rdma:enhance logging when a connection error occur | Mohammed Rafi KC | 2015-03-10 | 1 | -1/+3 |
* | rdma: return proper data type. | Humble Devassy Chirammal | 2015-03-09 | 1 | -1/+1 |
* | rdma: 'list','wr' and 'new' memory has to be verified. | Humble Devassy Chirammal | 2015-03-09 | 1 | -1/+22 |
* | rdma:setting wrong remote memory. | Mohammed Rafi KC | 2015-03-04 | 1 | -2/+2 |
* | rdma: segfault trying to call ibv_dealloc_pd on a null pointer | Mark Lipscombe | 2015-03-03 | 1 | -1/+3 |
* | epoll: Fix broken RPC throttling due to MT epoll | Shyam | 2015-03-01 | 1 | -11/+3 |