]> rtime.felk.cvut.cz Git - frescor/forb.git/history - src/forb.c
Allow specifying loglevels in environment
[frescor/forb.git] / src / forb.c
2010-06-25 Michal SojkaAllow specifying loglevels in environment
2010-06-22 Michal SojkaUnify parameters of forb_sequence_*()
2010-06-18 Michal SojkaRemove no longer valid comment (forb_destroy())
2010-06-18 Michal SojkaDo not destroy forb automatically on exit
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-05-27 Michal SojkaDiscovery handling moved to discovery.c
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 SojkaAllow inet protocol to listen on a fixed port
2009-05-25 Pavel PisaThe log domains registration uses generic uLUt provided...
2009-05-24 Michal SojkaMake proto_inet usable also as local protocol
2009-05-21 Michal SojkaFixed deserialization of empty sequences
2009-05-10 Michal Sojkaorb_id is propagated to peers
2009-05-10 Michal Sojkaforb_init() prototype changed to be extensible
2009-04-23 Michal SojkaAvoid redefinition of _BSD_SOURCE
2009-02-06 Michal SojkaFixed typos
2009-01-20 Michal SojkaRemoved duplicite include
2009-01-12 Michal SojkaPort is registered using a port reference instead of...
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 SojkaUpdated to addition of const qualifier to GAVL keys...
2008-11-11 Michal Sojkaforb_exception_occured renamed to forb_exception_occurred
2008-11-11 Michal SojkaFixed forb_get_orb_of()
2008-11-04 Michal SojkaObjref deserialization is now handled the same way...
2008-10-25 Michal SojkaAdded application exception
2008-10-24 Michal SojkaAdded function for checking for stale object references
2008-10-21 Michal SojkaAdded forb_get_req_source()
2008-10-20 Michal SojkaAdded forb_get_server_id()
2008-10-20 Michal SojkaServer ID function prototypes moved to a separate header
2008-10-13 Michal SojkaAdded checking for stale registered references
2008-10-13 Michal SojkaAdded possibility invoking remote methods on forb_orb...
2008-10-12 Michal SojkaUpdated documentation and code cleanups
2008-10-12 Michal SojkaFixed bug reported by -fmudflap
2008-10-11 Michal SojkaImplemented forb_(register|resolve)_reference()
2008-10-07 Michal SojkaAdded parameters to forb_init()
2008-10-06 Michal SojkaAdded license header
2008-10-06 Michal SojkaSource files moved to a separate directory