summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_socket.c
Commit message (Collapse)AuthorAgeFilesLines
* gp_socket: properly handle fagment bitSimo Sorce2012-03-221-1/+15
|
* gp_socket: Optimize sending data with writevSimo Sorce2012-03-221-21/+22
| | | | | | Turns out the Linux kernel expects to get the whole reply in a single operation. This optimizes the code to call one less syscall and makes it also more compact. So let's please the kernel and get better code in place.
* Split gp_utils.h into proxy headers and commonly useful headersSimo Sorce2012-01-291-1/+1
|
* Add rpc processing infrastructureSimo Sorce2012-01-201-3/+0
|
* Prefix replies on the wire with the packet sizeSimo Sorce2012-01-191-0/+27
|
* Add worker threadsSimo Sorce2012-01-171-4/+13
|
* Add proper reader/writer functions to gp_socketSimo Sorce2012-01-171-43/+236
|
* Add gssproxy_ctxSimo Sorce2012-01-171-1/+3
| | | | And store configuration context within it.
* Add config.h so that HAVE_UCRED is properly detectedSimo Sorce2012-01-121-1/+15
|
* Socket helpersSimo Sorce2012-01-041-0/+237