- 22 Mar, 2013 5 commits
-
-
Michal 'vorner' Vaner authored
Instead of hard-coded enum type. The data source should be agnostic to the type.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Saying the segments are for in-memory cache. Also adding note about future extending and exceptions.
-
Michal 'vorner' Vaner authored
SEGMENT_MAPPED may be misleading in case of locally-allocated memory. Using SEGMENT_INUSE.
-
- 19 Mar, 2013 6 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
Specify the segment type used. This is SEGMENT_LOCAL for now with every segment used, but it is ready for when we have different kinds of segments too.
-
Michal 'vorner' Vaner authored
* Don't base it on the type of segment (eg. remove MSS_LOCAL). * Use a SEGMENT_ prefix instead of MSS_ (MSS reportedly usually refers to something else).
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Make the segmentState property of the DataSourceStatus immutable, making the whole class read-only (except for assignment, which is needed for putting it into a vector).
-
JINMEI Tatuya authored
-
- 15 Mar, 2013 5 commits
-
-
Michal 'vorner' Vaner authored
So one can extract status of all the data source clients from the list and allow using it from future management of the memory segments.
-
Michal 'vorner' Vaner authored
Just a thin state holder class
-
Michal 'vorner' Vaner authored
We now allow having data sources with the same name if they are in different classes. It would be significantly harder to implement and we can identify the sources by the class+name tuple.
-
Michal 'vorner' Vaner authored
Read the name of the data source client from configuration or guess it. Throw in case it isn't unique.
-
Michal 'vorner' Vaner authored
-
- 14 Mar, 2013 4 commits
-
-
Michal 'vorner' Vaner authored
Test the names of the data sources in client lists in the C++ code as well as in the configuration checker.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Which isn't at the moment, so it fails.
-
Michal 'vorner' Vaner authored
An optional name of the client in the client list in data source. No handling done yet, only added to the spec file so it can be set.
-
- 13 Mar, 2013 1 commit
-
-
Jelte Jansen authored
-
- 12 Mar, 2013 4 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
Conflicts: src/bin/cmdctl/tests/cmdctl_test.py
-
Michal 'vorner' Vaner authored
-
- 11 Mar, 2013 5 commits
-
-
Jelte Jansen authored
- set 'file used' to None if set to nonexistent file - remove couple of unnecessary test value checks - slightly more efficient temporary file write
-
Michal 'vorner' Vaner authored
The rpcCall method in C++
-
Michal 'vorner' Vaner authored
They save only little bit of work to the CPU and are suspicious to casual reader, even when they should be safe in theory.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 08 Mar, 2013 9 commits
-
-
-
Jeremy C. Reed authored
Some slight grammar changes. Mostly in comments, but some for api docs. Changes a isc_throw output too. Reviewed via jabber.
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
because it is a message ID, add a changelog entry too. (reviewed via jabber)
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Shane Kerr authored
-
Jelte Jansen authored
-
Jelte Jansen authored
and use the holder in the unit tests as well
-
- 07 Mar, 2013 1 commit
-
-
Stephen Morris authored
-