]> rtime.felk.cvut.cz Git - frescor/forb.git/shortlog
frescor/forb.git
2011-01-25 Petr BenešPrepared test cases for executors (thread specific... benesp16
2011-01-25 Petr BenešAdded a function forb_object_get_executor() in object.h
2011-01-25 Petr BenešAdded a function forb_get_current_executor()
2010-10-17 Petr BenešAdded thread specific data to executor
2010-06-25 Michal SojkaLog time
2010-06-25 Michal SojkaAllow specifying loglevels in environment
2010-06-25 Michal SojkaAdd ul_log to executor
2010-06-24 Michal SojkaGet compilable output for sequences of a typedeffed...
2010-06-23 Michal Sojkatest: Sequence is initilized to zero
2010-06-22 Michal SojkaAdd forb_sequence_ensure_allocated()
2010-06-22 Michal SojkaUnify parameters of forb_sequence_*()
2010-06-21 Michal SojkaAdd sequence tests
2010-06-21 Michal SojkaAdd more sequence helper macros
2010-06-20 Michal SojkaDocument forb_daemon_ready()
2010-06-18 Michal SojkaAdd helper functions for daemonizing servers
2010-06-18 Michal SojkaRemove no longer valid comment (forb_destroy())
2010-06-18 Michal SojkaDo not destroy forb automatically on exit
2010-04-19 Michal SojkaDo not export config.h
2009-12-08 Michal SojkaDebug messages display also the orb-id of disconnected...
2009-11-27 Michal SojkaDon't print the annoying loglevel in log messages
2009-11-27 Michal SojkaIntroduce new ul_log function which prints also process...
2009-07-12 Michal SojkaSuppressed unused function warning
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-28 Michal SojkaLength of all messages is set to be multiple of 8
2009-05-28 Michal SojkaModified forb_init_attr to be C++ compatible
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 SojkaDiscovery handling moved to discovery.c
2009-05-27 Michal SojkaAdded more debugging messages to protocols
2009-05-27 Michal SojkaFix error reporting in protocols
2009-05-27 Michal Sojkaforb_request_send() moved to iop.c
2009-05-26 Michal SojkaFixed errors in INET proto test
2009-05-26 Michal SojkaYet another debug message
2009-05-26 Michal SojkaAdded REUSEADDR to TCP socket
2009-05-26 Michal SojkaAdded mutex to protect request send from multiple threads
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 SojkaAdded register callback for protocols
2009-05-26 Michal SojkaAdd more debug messages
2009-05-26 Michal SojkaAutomatic registration of FCB's reference
2009-05-26 Michal SojkaReference registry disabled when INET proto is default
2009-05-26 Michal SojkaFORB can be initialized with a fixed ID
2009-05-26 Michal SojkaHandling of discovered peers moved to a separate file
2009-05-26 Michal SojkaAllow inet protocol to listen on a fixed port
2009-05-26 Michal SojkaDisable discovery protocol when INET is default protocol
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-26 Michal SojkaAdded build dependences to log_domains.inc
2009-05-25 Michal SojkaFORB prints remote addresses in debug messages
2009-05-25 Pavel PisaThe log domains registration uses generic uLUt provided...
2009-05-24 Michal SojkaFixed big memory leaks in request handling
2009-05-24 Michal SojkaMake proto_inet usable also as local protocol
2009-05-21 Michal SojkaAdded error checking of deserialization in skeletons
2009-05-21 Michal SojkaFixed deserialization of empty sequences
2009-05-20 Michal SojkaFixed g++ warning about signedness
2009-05-20 Michal SojkaSuppress all g++ warnings
2009-05-17 Michal SojkaMore portable allocation of empty sequences
2009-05-17 Michal SojkaInitialize properly _maximum field of sequences on...
2009-05-17 Michal SojkaFixed forb_sequence_alloc macro
2009-05-12 Michal SojkaAdded helper macros for easier work with sequences
2009-05-12 Michal SojkaMaximum request size increased to 4 kB
2009-05-12 Michal SojkaDo not free buffer when deserializing sequences
2009-05-11 Michal SojkaAdded callback for peer discovery
2009-05-10 Michal Sojkaorb_id is propagated to peers
2009-05-10 Michal SojkaFixed NULL string serialization
2009-05-10 Michal Sojkaforb_init() prototype changed to be extensible
2009-05-10 Michal Sojkaproto_unix: Set socket permission rw-rw-rw
2009-04-23 Michal SojkaAdded discovery debug message
2009-04-23 Michal SojkaAvoid redefinition of _BSD_SOURCE
2009-04-23 Michal SojkaFixed some problems with big-endian architecture
2009-02-10 Michal SojkaModified to achieve C++ compatibility
2009-02-06 Michal SojkaFixed typos
2009-01-29 Michal SojkaFixed a memory leak in request processing
2009-01-29 Michal SojkaEpoll event structure zeroed before use
2009-01-20 Michal SojkaRemoved duplicite include
2009-01-20 Michal SojkaPeer discovery code refactored
2009-01-20 Michal SojkaFixed handling of addresses in HELLO packets
2009-01-20 Michal SojkaFixed a bug in discovery test
2009-01-20 Michal SojkaAdded INET protocol
2009-01-20 Michal SojkaImproved reference counting of peer structures
2009-01-19 Michal Sojkapeer_destroy should return void
2009-01-19 Michal SojkaAdded error handling to receive thread
2009-01-12 Michal SojkaPort is registered using a port reference instead of...
2009-01-12 Michal SojkaExport port.h for applications
2009-01-12 Michal SojkaAdded error handling to unix proto initialization
2009-01-12 Michal SojkaPort structure combines some fields in desc structure
2009-01-07 Michal SojkaCorrected peer reference counting
2009-01-07 Michal SojkaUpdated to addition of const qualifier to GAVL keys...
2009-01-07 Michal SojkaUpdated Makefile.rules
2008-11-26 Michal SojkaCDR_* functions and types renamed to FORB_CDR_*
2008-11-15 Michal SojkaAdded better documentation of executor
2008-11-15 Michal SojkaRemoved dependency on GTK
2008-11-11 Michal Sojkaforb_exception_occured renamed to forb_exception_occurred
2008-11-11 Michal SojkaFixed forb_get_orb_of()
next