index
:
cristal-kernel.git
2.3.2
2.3.3
2.4
idl-rewrite
ldap-refactor
ldap-refactor-saved
lookup
master
state
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
c2kernel
/
process
/
Gateway.java
Age
Commit message (
Expand
)
Author
2014-07-22
Close all gateway singletons properly, adding close method to
Andrew Branson
2014-07-04
Refactored tanuki service wrapper to a separate module
Andrew Branson
2014-06-30
Separated modifying Lookup methods into LookupManager, which is only
Andrew Branson
2014-06-19
Force UTF-8 for client and server CORBA communication. By default the
Andrew Branson
2014-06-12
Refactored LDAP into its own module.
Andrew Branson
2014-06-06
Backwards compatible Gateway.connect method
Andrew Branson
2014-06-05
Add Authenticator to the open() method params of ClusterStorage. Passed
Andrew Branson
2014-06-05
LDAP refactored behind interfaces. All functions of LDAP now hidden
Andrew Branson
2014-05-14
Refactored Proxy update notification server into its own class and
Andrew Branson
2014-05-08
Agent now extends Item, so they can have workflows. All traces of the
Andrew Branson
2014-04-09
ResourceLoader.getModuleDefURLs interface method to allow the
Andrew Branson
2014-02-26
Properties extended as ObjectProperties, which can return any Object,
Andrew Branson
2014-01-23
Refactored Resource into a new ResourceLoader interface, which allows
Andrew Branson
2013-09-20
Pass c2kprops in as argument for ORB, so they can be overridden
Andrew Branson
2013-06-27
Fix for orb check
Andrew Branson
2013-06-25
Error thrown if ORB had been destroyed was not informative enough. Throw
Andrew Branson
2013-06-25
Remove old http server init
Andrew Branson
2013-06-19
Gateway.connect should throw ObjectNotFoundException if the user doesn't
Andrew Branson
2013-02-14
Add mCurrentUser property for logged in client processes.
Andrew Branson
2013-02-13
Removed isServer boolean - implied by AbstractMain.runningAsWrapper
Andrew Branson
2013-02-04
Move server startup script execution to the end of the item registration
Andrew Branson
2013-01-24
Fix crash when module ResourceURL is invalid
Andrew Branson
2013-01-14
Correct ORB properties for hostname and port IOR config
Andrew Branson
2012-07-11
Commented out ItemHTTPServer
Andrew Branson
2012-07-06
Modules serialize with Castor. Just about to remove the parsing.
Andrew Branson
2012-06-26
Refactored GUI into separate module
Andrew Branson
2012-06-19
Refactor modules
Andrew Branson
2012-06-14
Move module imports into Bootstrap thread.
Andrew Branson
2012-06-14
Created ModuleException
Andrew Branson
2012-05-30
Initial Maven Conversion
Andrew Branson