- 28 Oct, 2011 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
- 27 Oct, 2011 8 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
unless tp_alloc succeeds.
-
Jelte Jansen authored
-
Stephen Morris authored
-
Jeremy C. Reed authored
Enable the man page generation from docbook y uncommenting in the makefile. Add the xml version. Minor changes, but still quite incomplete. This is just a dummy manpage for now.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also logged it when such an event happens.
-
- 26 Oct, 2011 12 commits
-
-
JINMEI Tatuya authored
reference leak. To test this case, introduced a framework for testing process_xfrin(). This setup will be used for subseuent related fixes.
-
JINMEI Tatuya authored
also fixed another possible (but quite unlikely) leak in case tp_alloc() fails.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
this problem surfaced when 1246 got merged; the ModuleCCSession start in bind10 actually relied on some environment variable leaking out (which 1246 fixed). This change makes it an explicit optional argument to ModuleCCSession (which can still be overridden by the environment variable)
-
Stephen Morris authored
-
Jelte Jansen authored
and fix category of an earlier entry i made
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
like missing NULL check or exception safety. also as a cleanup got rid of unnecessary reinterpret_cast.
-
JINMEI Tatuya authored
-
- 25 Oct, 2011 8 commits
-
-
Tomek Mrugalski authored
Proper solution (enabled, passing tests that use generateTestPacket2() function) is available in #1226 that is currently under review.
-
Tomek Mrugalski authored
-
Jelte Jansen authored
-
Tomek Mrugalski authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 24 Oct, 2011 9 commits
-
-
Tomek Mrugalski authored
-
Stephen Morris authored
-
Stephen Morris authored
The ccsession is not a process, so it should not have a "process started" message associated with it.
-
Stephen Morris authored
Although -v was passed through to other processes, it did not affect the main bind10 process. -v now enables full debugging on bind10 when it starts up.
-
Stephen Morris authored
Boss now waits to receive a message from the configuration manager to say that it is running before starting other processes.
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 22 Oct, 2011 1 commit
-
-
JINMEI Tatuya authored
this is a workaround for build problem for the solaris buildbot (both g++ and sunstudio); they don't seem to work well with the const iterator in operator!=.
-