summaryrefslogtreecommitdiff
path: root/src/lib/exceptions/exceptions.h
AgeCommit message (Collapse)Author
2021-08-27Changelog entry, dates, messages for releaseWlodek Wencel
2021-08-25[#2043] addressed commentsRazvan Becheriu
2021-08-24[#2043] safety measures for illegal opetations on thread pool done by owned ↵Razvan Becheriu
threads
2019-04-19[465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook] ↵Francis Dupont
Addressed comments
2019-01-29[313-return-a-list-of-all-reservations-by-subnet-id] Commented ↵Francis Dupont
NotImplemented usages
2017-02-10[master] Merge branch github47 (typos)Tomek Mrugalski
# Conflicts: # src/bin/dhcp4/json_config_parser.cc # src/bin/dhcp4/tests/fqdn_unittest.cc # src/bin/dhcp6/dhcp6_srv.h # src/bin/dhcp6/tests/fqdn_unittest.cc # src/lib/config/command_mgr.h # src/lib/dhcpsrv/alloc_engine.h # src/lib/dhcpsrv/parsers/client_class_def_parser.h # src/lib/dhcpsrv/parsers/dbaccess_parser.cc # src/lib/dhcpsrv/parsers/dhcp_parsers.cc # src/lib/dhcpsrv/parsers/dhcp_parsers.h # src/lib/dhcpsrv/srv_config.h # src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc # src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc # src/lib/eval/eval_context.h # src/lib/hooks/callout_manager.cc # src/lib/testutils/dhcp_test_lib.sh.in
2017-01-24[master] spelling (including in some messages)Francis Dupont
2016-12-14Corrected typosAndrei Pavel
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-08-27[4025] Incorrect use of temporary object fixed in Exception::what()Tomek Mrugalski
2015-08-20[support8785] Verbose Exception::what() has been implemented.Tomek Mrugalski
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.
2012-10-25[2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman
See bug #2367 for the fix-scaffolding.py tool.
2012-05-03[master] Add explicit exception what stringsJelte Jansen
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-02[1857] make other exceptions we define subs of isc::Exception as wellJelte Jansen
instead of std::exception
2011-11-14[1332] detect read attempt and beyond the end of sequence and reject it byJINMEI Tatuya
exception. a new generic exception "InvalidOperation" was introduced.
2011-08-04[trac1067] isc::NotImplemented exceptionMichal 'vorner' Vaner
2011-06-17[trac978] Cleanup of comments and exceptionsMichal 'vorner' Vaner
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
briefly talked about it on jabber, no one opposed to it, Jeremy explicitly agreed. changes are trivial themselves, so no explicit review.
2010-11-16Same as r3545 (I missed second one.)Jeremy C. Reed
Fix doxygen command. (No review. Trivial.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3546 e5f2f494-b856-4b98-b285-d166d9295462
2010-11-16Fix doxygen command. (No review. Trivial.)Jeremy C. Reed
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3545 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-24an initial cut of the EDNS class (code + tests), mainly for backup.JINMEI Tatuya
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@2794 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-11for trac #256: completely revised the base32(hex) implementation byJINMEI Tatuya
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-03-07allow isc_throw to have a partial statement using ostream + operator<<.JINMEI Tatuya
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-07s/dns_throw/isc_throw/JINMEI Tatuya
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-05Restructure trunk again.Jeremy C. Reed
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