- 08 May, 2015 1 commit
-
-
Steven Murray authored
License comment is no longer filtered out by doxygen when generating web pages of the individual source files.
-
- 07 May, 2015 1 commit
-
-
Steven Murray authored
-
- 04 Mar, 2015 1 commit
-
-
Eric Cano authored
Created AdminUsersList in the object store as a first step to implement an object store middle tier. Some namespace fixes for unit tests.
-
- 02 Mar, 2015 1 commit
-
-
Eric Cano authored
Implemented the self registration and unregistration functions for the agent. Improved the safeguards and imlpemented more initialize() function for different object types.
-
- 26 Feb, 2015 1 commit
-
-
Eric Cano authored
and created initial unit tests for those.
-
- 25 Feb, 2015 1 commit
-
-
Eric Cano authored
Intermediate commit: factored the base operations on ObjectOps and started to apply them to RootObject.
-
- 24 Feb, 2015 1 commit
-
-
Eric Cano authored
Implemented the new interface on the Rados backend. Fixed several bugs.
-
- 12 Feb, 2015 1 commit
-
-
Eric Cano authored
The context handle concept is being dropped, with scoped lock objects in place. The VFS backent store now compiles.
-
- 29 Jan, 2015 2 commits
-
-
Eric Cano authored
Intermediate commit: started to implement the garbage collection, plus a producer and consumer action. The Agent class is becomming too complex, so started to split it up between the current agent (living with the application it represents) and the AgentVisitor, which will look at it from the outside (for the garbage collector).
-
Eric Cano authored
Moved objectsore classes in cta::objectstore namespace (and protocol buffer serializers into cta::objectstore::serializers).
-
- 28 Jan, 2015 1 commit
-
-
Eric Cano authored
The intent log exists in the root entry only for the agent register creation. Then the agent register has an agent creation intent log as well. And finally for all other usages, the agent's intent log shall be used. This is a working compilation checkpoint. Some intent logs still need to be removed from the schema.
-
- 27 Jan, 2015 1 commit
-
-
Eric Cano authored
Some legacy utilities from castor were imported alongside, with some adaptations.
-