- 12 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
with the introduction of socket creation this log message hasn't been making sense. It would be rather confusing and harmful.
-
- 11 Oct, 2012 6 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
dict.values() is an iterable, so we can use it directly in the for statement. (and we don't modify components within the loop).
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this should fix the main problem of this ticket.
-
- 09 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 05 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
this should fix the main problem of this ticket.
-
- 08 Aug, 2012 1 commit
-
-
Naoki Kambe authored
This information is used for other module e.g. stats to count running instances of same module. The address information is seen in the third index of the array.
-
- 27 Jul, 2012 1 commit
-
-
Naoki Kambe authored
the bind10 daemon 'setstats' is a command duplicate for sending statistics and it was useless since boss already has same command 'getstats'. Besides, 'getstats' command get changed. It chacks validity of statistics data before returing. The second parameter of the 'getstats' is more simpler. The keys of 'owner' and 'data' needs to be specified. Statistics data are directly specifed. If such obsoleted name is specified, the stats module might discard sent data.
-
- 19 Jul, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
This one is mostly the hot-spot cache. The new data source model does not use it at all. Also, the parameters to tune it were removed.
-
- 19 Jun, 2012 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 28 May, 2012 1 commit
-
-
Mukund Sivaraman authored
* Also set this env variable in isc::log::initLogger()
-
- 25 May, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 23 May, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 15 Apr, 2012 2 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 27 Mar, 2012 5 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 22 Mar, 2012 1 commit
-
-
Jelte Jansen authored
- if self.clear_config is None was wrong, should just be if self.clear_config - 'back up' should have been 'create backup of' - default value for unused parameter rename_config_file in b10-cfgmgr_test.py.in MyConfigManager should have been False, not None - reordered message file
-
- 21 Mar, 2012 1 commit
-
-
Jelte Jansen authored
also extend log message a bit
-
- 28 Feb, 2012 1 commit
-
-
Jeremy C. Reed authored
Use prefix "sockcreator-" for the private temporary directory used for b10-sockcreator communication. Discussed in jabber. Will document separately (was not documented yet).
-
- 13 Feb, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 08 Feb, 2012 1 commit
-
-
Jelte Jansen authored
-
- 02 Feb, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
May break something. It is needed to go through applications and check their shutdown handlers.
-
Jelte Jansen authored
-
- 01 Feb, 2012 2 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
When closing a ModuleCCSession, a 'i am stopping' message is now sent to the ConfigManager, which in turn informs Cmdctl (which then causes bindctl to update its list). This causes stopped modules to disappear from bindctl until such time that they are enabled or started again, so that config updates and most importantly, commands, do not cause weird timeouts (bindctl will immediately inform you of modules not running)
-
- 27 Jan, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 26 Jan, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 07 Jan, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 06 Jan, 2012 1 commit
-
-
JINMEI Tatuya authored
If it is run from the source code, all programs should be run from there.
-
- 05 Jan, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The socket and an address. We don't care about the address, but we still need to unpack the socket out.
-
- 28 Dec, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-