This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ghopp
/
libtrcomm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Communication protocol handler for the taskrambler framework. This does not contain specific protocol implementations but the abstract code to handle them.
taskrambler
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.
62
Commits
2
Branches
1
Tag
24 KiB
C
88.6%
M4
6.1%
Makefile
3.1%
C++
2%
Shell
0.3%
Tree:
87d711ff14
1.0.0
master
v1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '87d711ff14'
${ noResults }
libtrcomm
/
src
History
Georg Hopp
87d711ff14
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
..
.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
Some fixes and adaptations on changes trevent code. Add a simple echo client.
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
increase read block size to 128 KB
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
fix some memory leaks
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
fix some memory leaks
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
Some fixes and adaptations on changes trevent code. Add a simple echo client.
11 years ago
simple_client_issue.c
Some fixes and adaptations on changes trevent code. Add a simple echo client.
11 years ago