- 03 Jun, 2011 3 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 01 Jun, 2011 3 commits
-
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 31 May, 2011 18 commits
-
-
Jeremy C. Reed authored
add comment change from unused-parameter to unused-variable remove additional change as was not needed. discussed on jabber and I tested directly with clang on Mac OS X (where problem was seen).
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
cases (which currently fail due to other problem)
-
-
Jeremy C. Reed authored
-
Stephen Morris authored
Change reviewed on Jabber.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-
Stephen Morris authored
-
Stephen Morris authored
Correct src/bin/resolver/main.cc which got changed in master after this branch was started.
-
Stephen Morris authored
Conflicts: src/bin/resolver/tests/Makefile.am src/lib/config/tests/Makefile.am src/lib/log/tests/Makefile.am src/lib/resolve/tests/Makefile.am src/lib/server_common/tests/Makefile.am tests/tools/badpacket/tests/Makefile.am
-
Michal 'vorner' Vaner authored
For one, because we can, it's synchronous call, for second, ignoring error is bad no matter what, for third, this makes us use default config if it's bad, which is potentially even worse. Killing the app is safe.
-
Stephen Morris authored
The FreeBSD compiler complained that the member variable logger_ could not be constructed because the data type (log4cplus::Logger) has no default constructor. It is therefore initialized to point to the log4cplus root logger (the one that is guaranteed to exist), even though the LoggerImpl constructor may reset it immediately afterwards.
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 30 May, 2011 2 commits
-
-
Jelte Jansen authored
and added a check for the right identifier
-
Jelte Jansen authored
-
- 27 May, 2011 2 commits
-
-
JINMEI Tatuya authored
accidental remove like this.
-
JINMEI Tatuya authored
[trac951] Revert "[trac951] we do have truncation support (at least in the api), so remove check and enable tests" This reverts commit 76ae47d1. We cannot yet remove the additional check and re-enable the corresponding tests. See my comment on ticket #951.
-
- 26 May, 2011 5 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
removed libnsas, added liblog
-
Jelte Jansen authored
-
- 25 May, 2011 7 commits
-
-
JINMEI Tatuya authored
also added a note in updateKeyring() about why we need to catch the case of list==NULL explicitly.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Also added a note to the addRemoteConfig() document that when it's called for a module the module cc session must not have been "started".
-
-
Jeremy C. Reed authored
This was noticed on the distcheck build.
-
JINMEI Tatuya authored
constructor. this fixes a regression report from cppcheck.
-