]> rtime.felk.cvut.cz Git - frescor/forb.git/shortlog
frescor/forb.git
2008-10-07 Michal SojkaFixed segfault when the peer was not discovered within...
2008-10-07 Michal SojkaFixed empty request alignment bug
2008-10-07 Michal SojkaWaiting for peer discovery is almost finished
2008-10-07 Michal SojkaAdded parameters to forb_init()
2008-10-06 Michal SojkaAdded some TODOs
2008-10-06 Michal SojkaAdded license header
2008-10-06 Michal SojkaUpdated README and added TODO
2008-10-06 Michal SojkaRemoved dependency on idl-native.h
2008-10-06 Michal SojkaSource files moved to a separate directory
2008-10-06 Michal SojkaFixed problem with reply alignment
2008-10-06 Michal SojkaBetter debugging messages for received messages
2008-10-06 Michal SojkaObject creation is less error prone
2008-10-05 Michal SojkaAdded more debugging messages
2008-10-05 Michal SojkaRequest body is 8 byte aligned
2008-10-05 Michal SojkaFixed very fast sending of hello messages
2008-10-05 Michal SojkaFixed error in unix_broadcast()
2008-10-05 Michal SojkaCompleted implementation of executors
2008-10-03 Michal SojkaSome preparation for documentation
2008-10-03 Michal SojkaAlmost complete implementation of executor
2008-10-03 Michal SojkaFinished objref (callback) testcase
2008-10-03 Michal SojkaFixed freeing of parameters in skeletons
2008-10-03 Michal SojkaObject references as out parameters are now supported...
2008-10-03 Michal SojkaFixed passing of structure parameters
2008-10-03 Michal Sojkaforb-idl generates correct deserialization of object...
2008-10-02 Michal SojkaFurther investigation of object reference parameters
2008-10-02 Michal SojkaStarted implementation of object reference (de)serializ...
2008-10-02 Michal SojkaChanged order of parameters of forb_XXX_new()
2008-10-02 Michal SojkaAdded forb_object_duplicate()
2008-10-02 Michal SojkaFixed port destroy
2008-10-01 Michal SojkaAdded cdr_codec.h
2008-10-01 Michal SojkaAdded reference counting to peers.
2008-09-30 Michal SojkaFurther restructuralisations and cleanups
2008-09-29 Michal SojkaReorganized header files
2008-09-29 Michal SojkaObject key is not the pointer but sequentially generate...
2008-09-29 Michal SojkaTiny fixes
2008-09-27 Michal SojkaRemote requests works, but there are some issues
2008-09-25 Michal SojkaAdded partial implementation for executor
2008-09-25 Michal SojkaAdded freeing of dynamic memory in skeletons
2008-09-23 Michal SojkaFinished conversion of object references to and from...
2008-09-23 Michal SojkaAdded conversion of object to string + some refactoring
2008-09-22 Michal SojkaRequest stuff moved to a separate file
2008-09-22 Michal SojkaThread synchronization reworked to used syncobj inspire...
2008-09-16 Michal SojkaRemote communication is theoretically done (not tested)
2008-09-14 Michal SojkaUpdated .gitignore
2008-09-14 Michal SojkaAdded preliminary implementation of remote request...
2008-09-14 Michal SojkaAdded support for native types.
2008-09-09 Michal SojkaFixed version of Makefile.rules for forb-idl
2008-09-09 Michal SojkaAdded separate Makefile.rules for forb-idl
2008-09-09 Michal SojkaAdded cleanup and comments
2008-09-07 Michal SojkaAdded Makefile.rules for IDL compiler compilation
2008-09-05 Michal SojkaUpdated for compilation with the rest of FRESCOR
2008-09-02 Michal SojkaUpdates to the proposal of frescor.idl
2008-09-02 Michal SojkaDiscovery protocol works correctly now,
2008-09-02 Michal SojkaFixed indentation
2008-09-01 Michal SojkaDiscovery protocol should work now, but it doesn't :(
2008-09-01 Michal SojkaAdded test for broadcast on unix protocol
2008-09-01 Michal SojkaPartial implementation of discovery protocol
2008-08-29 Michal Sojkaproto_data members renamed to proto_priv
2008-08-29 Michal SojkaMerge last commit with my working version
2008-08-29 Michal Sojkaforb_server_t renamed to forb_server_id_t
2008-08-29 Michal Sojkaforb-idl: Fixed serialization of typedeffed arrays
2008-08-29 Michal SojkaSmall progress in protocol integration
2008-08-28 Michal SojkaAdded some entries to .gitignore
2008-08-28 Michal SojkaStarted integration of transport protocols to FORB
2008-08-28 Michal SojkaFinished UNIX protocol and a test for it
2008-08-28 Michal SojkaAdded more randomness to UUID generator
2008-08-28 Michal SojkaUpdated Makefile.rules to fix errors in source-list...
2008-08-27 Michal SojkaStarted work on implementation of inter-ORB protocols
2008-08-26 Michal SojkaDeleted forb-idl/.emacs.desktop.lock add by mistake
2008-08-26 Michal Sojkaforb-idl: Commented out nonsense command line options
2008-08-26 Michal Sojkaforb-idl: Better handling of PIDL (Pseudo-IDL)
2008-08-26 Michal SojkaAdded initial work on inter-ORB communication
2008-08-26 Michal SojkaAdded support for prepending data to CDR buffers
2008-08-26 Michal SojkaAdded README with compilation instructions
2008-08-26 Michal SojkaAdded current (fixed) version of Makefile.rules which...
2008-08-26 Michal SojkaObject reference has new member field pointing to ORB
2008-08-26 Michal SojkaShorten names of implementation structure to impl
2008-08-26 Michal SojkaFinished IDL compilation of sequences
2008-08-25 Michal SojkaNot finished attempt to support sequences
2008-08-25 Michal SojkaAdded working in-process example
2008-08-24 Michal SojkaAdded check to skeletons for correct interface in in...
2008-08-24 Michal SojkaIDL generated files can be compiled without errors now
2008-08-24 Michal SojkaFixed Makefile.rules to support V=2
2008-08-23 Michal Sojkaforb-idl doesn't process included IDL files by default
2008-08-22 Michal SojkaAdded serialization and deserialization to common.
2008-08-22 Michal SojkaAdded tests for IDL compilator
2008-08-21 Michal SojkaContinuation of code generation for FORB
2008-08-21 Michal SojkaBetter error handling in CDR
2008-08-20 Michal SojkaStart of code generation for FORB
2008-08-20 Michal SojkaAdded gitignore
2008-08-20 Michal Sojkaorbit-idl converted to forb-idl and can now be compiled...
2008-08-19 Michal SojkaImported orbit-idl sources (renamed to forb-idl)
2008-08-18 Michal SojkaCDR routines ported from ORTE to FORB
2008-08-18 Michal SojkaAdded rtps_endian.h from ORTE
2008-07-29 Michal SojkaAdded CDR handling from ORTE
2008-07-28 Michal SojkaInitial test of IDL for FRESCOR