]> rtime.felk.cvut.cz Git - frescor/forb.git/history - src/proto_inet.c
forb: Fix incorrect parameter of forb_peer_put()
[frescor/forb.git] / src / proto_inet.c
2011-02-19 Michal Sojkaforb: Fix incorrect parameter of forb_peer_put()
2011-02-19 Michal Sojkaforb: Free "new_peers" on destroy
2011-02-19 Michal Sojkaforb: Do not compile inet_broadcast if it is not used
2009-12-08 Michal SojkaDebug messages display also the orb-id of disconnected...
2009-07-12 Michal SojkaFixed warnings on printf() on 64 bit systems
2009-06-17 Michal SojkaAdded optional TCP_NODELAY to INET proto
2009-05-28 Michal SojkaLoglevel of proto_inet changed to trash
2009-05-28 Michal SojkaAdded redistribution of HELLO packets
2009-05-27 Michal SojkaAdded handling of FORB_EXTERNAL_IP environment variable
2009-05-27 Michal SojkaInet protocol sends HELLO as the first message after...
2009-05-27 Michal SojkaHandle EINTR in epoll
2009-05-27 Michal SojkaCorrect handling of closed TCP connections in proto_inet
2009-05-27 Michal SojkaAdded more debugging messages to protocols
2009-05-27 Michal SojkaFix error reporting in protocols
2009-05-26 Michal SojkaAdded REUSEADDR to TCP socket
2009-05-26 Michal SojkaAutomatically register FCB peer when INET is default
2009-05-26 Michal SojkaDisable discovery protocol when INET is default
2009-05-26 Michal SojkaAllow bidirectional communication over TCP connection
2009-05-26 Michal SojkaAdd more debug messages
2009-05-26 Michal SojkaAllow inet protocol to listen on a fixed port
2009-05-26 Michal SojkaImplement peer discovery based on incoming requests
2009-05-26 Michal Sojkaproto_inet: send wraped in loop to handle interrupted...
2009-05-25 Michal SojkaFORB prints remote addresses in debug messages
2009-05-24 Michal SojkaMake proto_inet usable also as local protocol
2009-04-23 Michal SojkaFixed some problems with big-endian architecture
2009-01-29 Michal SojkaEpoll event structure zeroed before use
2009-01-20 Michal SojkaFixed handling of addresses in HELLO packets
2009-01-20 Michal SojkaAdded INET protocol