Communication protocol handler for the taskrambler framework. This does not contain specific protocol implementations but the abstract code to handle them.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Georg Hopp bc8faa926f user handler initialization macros 11 years ago
..
.gitignore new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
Makefile.am Use c99 standard and threadsave libc 11 years ago
cep_write_buffered.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
cet_accept.c add connector and conn_entry_point and do some modifications 11 years ago
comm_end_point.c Disable read completely when write is failing and buffer is full. Don't add endpoints to read or write when they are already in fin state. 11 years ago
comm_end_point_read.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
comm_manager.c user handler initialization macros 11 years ago
comm_manager_epoll.c Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago
comm_manager_poll.c Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago
comm_manager_shutdown.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
comm_manager_shutdown_read.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
comm_manager_shutdown_write.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
conn_entry_point.c generally epoll is working... sadly I removed the is_writing flag in the CommEndPoint which was neccessary... I have to add it again. 11 years ago
connection.c fix some memory leaks 11 years ago
connector.c user handler initialization macros 11 years ago
datagram_entry_point.c generally epoll is working... sadly I removed the is_writing flag in the CommEndPoint which was neccessary... I have to add it again. 11 years ago
datagram_service.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
i_comm_end_point.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
i_comm_manager.c Use c99 standard in build.sh and don't use TR_hashEmpty any more ... I probably will deprecate all the empty functions soon 11 years ago
i_protocol.c fix some memory leaks 11 years ago
io_handler.c user handler initialization macros 11 years ago
proto_message.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
protocol.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
protocol_handler.c fixes and additions for threaded code 11 years ago
protocol_message_raw.c Make the raw protocol to a real protocol. It sends the message size now before the message. This was neccessary because after I activated optimization in gcc the testclient was always only reading 2 bytes in the initial successfull read. 11 years ago
protocol_raw.c small fix 11 years ago
server.c Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago
server_bind_tcp.c simplify server interface 11 years ago
server_bind_udp.c simplify server interface 11 years ago
server_start.c Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago
simple_client.c fixes and additions for threaded code 11 years ago
simple_client_issue.c Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago