]> rtime.felk.cvut.cz Git - frescor/forb.git/shortlog
frescor/forb.git
2008-11-07 Michal SojkaRemoved unused variable
2008-11-06 Michal SojkaSequence output parameters are initialized with set...
2008-11-05 Michal SojkaAdded forb_executor_unregister_object
2008-11-05 Michal SojkaIDL generated serialization functions needs object.h
2008-11-04 Michal SojkaAdded deallocation of sequences of native types
2008-11-04 Michal SojkaObjref deserialization is now handled the same way...
2008-11-04 Michal SojkaCommented out sha1 test
2008-11-03 Pavel PisaSHA1 code fixed to work correctly on 64-bit systems...
2008-10-30 Michal SojkaFixed previous fix :-(
2008-10-30 Michal SojkaFixed allocation of out-direction sequence parameters
2008-10-25 Michal SojkaAdded application exception
2008-10-25 Michal SojkaStubs must allocate memory for out-direction sequence...
2008-10-25 Michal SojkaFixed memory leak in skeletons caused by out-direction...
2008-10-25 Michal Sojkaforb-idl: ptr variable renamed to seq
2008-10-25 Michal Sojkaforb-idl: Fixed uninitialized sequences in skeletons
2008-10-24 Michal SojkaFixed handling of timed-out responses
2008-10-24 Michal SojkaAdded timeout to requests
2008-10-24 Michal SojkaUpdated comments and other unimportant modifications
2008-10-24 Michal SojkaAdded function for checking for stale object references
2008-10-24 Michal SojkaFixed unhandeled EOF returned from forb_proto_send()
2008-10-23 Michal SojkaDocumentation update
2008-10-23 Michal SojkaFixed dereferencing of out parameters during deserializ...
2008-10-21 Michal SojkaFixed freeing of memory for sequence parameters
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-20 Michal SojkaFixed generation of prototypes with native out types
2008-10-17 Michal SojkaFixed freeing of native types in skeletons
2008-10-17 Michal Sojkaforb-idl: Sequences of native types are supported now
2008-10-14 Michal Sojkaforb-idl: Include header for native types must be speci...
2008-10-14 Michal SojkaFixed include directive
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 Sojkalibforb is now compiled as shared library
2008-10-12 Michal SojkaRenamed string.idl to avoid collision with /usr/include...
2008-10-12 Michal SojkaUpdated documentation and code cleanups
2008-10-12 Michal SojkaAdded more error checking in hello tests
2008-10-12 Michal SojkaFixed destroying of ports
2008-10-12 Michal SojkaFixed bug reported by -fmudflap
2008-10-11 Michal SojkaImplemented forb_(register|resolve)_reference()
2008-10-11 Michal SojkaUnix protocol changed the location of forb's sockets...
2008-10-11 Michal SojkaFixed alarms in proto_unix test
2008-10-11 Michal Sojkaorb field of forb_object always points to orb object...
2008-10-11 Michal SojkaAdded unlinking of stale UNIX sockets
2008-10-11 Michal SojkaUpdated TODO list
2008-10-08 Michal SojkaFixed problem with port destroying
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
next