2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-05 13:26:03 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Tomek Mrugalski
2954301e6d [support8785] Verbose Exception::what() has been implemented.
This change by itself does nothing, but it allows changing
  e.what() to e.what(true) to get more details about an exception.
  This can be useful for exception debugging.
2015-08-20 14:57:05 +02:00
Mukund Sivaraman
059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool
See bug #2367 for the fix-scaffolding.py tool.
2012-10-25 10:06:34 +05:30
Jelte Jansen
3a9c1b6387 [master] Add explicit exception what strings
This should fix the unit tests complaining about wrong error messages.

While debugging, I also found an uninitialized value error that has been present probably since the logger code exists. This has also been fixed.
2012-05-03 17:32:31 +02:00
Jelte Jansen
4c43c7d967 [1857] make other exceptions we define subs of isc::Exception as well
instead of std::exception
2012-05-02 16:08:51 +02:00
JINMEI Tatuya
94ec743d73 [1332] detect read attempt and beyond the end of sequence and reject it by
exception.  a new generic exception "InvalidOperation" was introduced.
2011-11-14 17:43:20 -08:00
Michal 'vorner' Vaner
ac08c1b86b [trac1067] isc::NotImplemented exception 2011-08-04 11:23:49 +02:00
Michal 'vorner' Vaner
70af8c7c72 [trac978] Cleanup of comments and exceptions 2011-06-17 22:57:16 +02:00
JINMEI Tatuya
e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git.
briefly talked about it on jabber, no one opposed to it, Jeremy explicitly
agreed.  changes are trivial themselves, so no explicit review.
2011-01-21 14:36:05 -08:00
Jeremy C. Reed
547358f2d2 Same as r3545 (I missed second one.)
Fix doxygen command. (No review. Trivial.)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3546 e5f2f494-b856-4b98-b285-d166d9295462
2010-11-16 17:13:41 +00:00
Jeremy C. Reed
b01b291f8c Fix doxygen command. (No review. Trivial.)
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3545 e5f2f494-b856-4b98-b285-d166d9295462
2010-11-16 16:18:32 +00:00
JINMEI Tatuya
4915b040ed an initial cut of the EDNS class (code + tests), mainly for backup.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@2794 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-24 18:44:00 +00:00
JINMEI Tatuya
96a06a2baf for trac #256: completely revised the base32(hex) implementation by
generalizing the base64 logiic.  fully detailed tests are provided which now
pass.  documentation was also provided.
using this opportunity I moved non DNS helper classes/functions to a separate
'util' directory to make it clearer which  files are for the public API.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2482 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-11 06:21:39 +00:00
JINMEI Tatuya
51ef32bb1c allow isc_throw to have a partial statement using ostream + operator<<.
added notes about design choices and possible future changes.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1185 e5f2f494-b856-4b98-b285-d166d9295462
2010-03-07 22:46:21 +00:00
JINMEI Tatuya
9857db0468 s/dns_throw/isc_throw/
now that the generic exception code is a separate library in the isc namespace
it doesn't make sense to call it dns_something.
I know it's a big change, but I believe we should do this cleanup sooner
than later.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1181 e5f2f494-b856-4b98-b285-d166d9295462
2010-03-07 07:06:42 +00:00
Jeremy C. Reed
2e119c7e22 Restructure trunk again.
This is based on ideas done in experiments/jreed-layout, but
I manually did this again.

Moved around directory structures.
A single python subdirectory under src/lib for single "isc" module.
No "cpp" directories.

No pyshared or includes symlink trees.

I tested running the c++ tests and python tests.
I tested running run_bind10.sh from source tree (with nothing installed).
I tested running bind10 from installed (after moving source).


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1120 e5f2f494-b856-4b98-b285-d166d9295462
2010-03-05 04:31:28 +00:00