summaryrefslogtreecommitdiff
path: root/src/lib/exceptions
AgeCommit message (Expand)Author
2018-05-08[5590] Bumped up library version numbers for beta release.Marcin Siodelski
2017-12-12Merge remote-tracking branch 'isc-kea/master' into HEADRazvan Becheriu
2017-10-23[5375] Added explicit version numbers to exceptions and io.Marcin Siodelski
2017-08-17Merge branch 'isc-master' into config-hAndrei Pavel
2017-04-18[master] Finishing merge of trac4501 (misc unit tests)Francis Dupont
2017-03-02[4501] Some attempts to improve coverageFrancis Dupont
2017-02-10[master] Merge branch github47 (typos)Tomek Mrugalski
2017-01-24[master] spelling (including in some messages)Francis Dupont
2016-12-14Corrected typosAndrei Pavel
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2016-11-04[5055] Use pkgincludedir in several Makefile.am.Marcin Siodelski
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-09-23[master] Merged trac4032 (improve unit tests for exceptions)Francis Dupont
2015-09-16[4032] Improved message unit test commentFrancis Dupont
2015-09-16[master] Finished merge of trac3911a (Makefile.am dependency)Francis Dupont
2015-09-07[4032] Added a message matching exampleFrancis Dupont
2015-08-31[3911a] Fixes for static link (still subject to #4004 issue)Francis Dupont
2015-08-29[3911a] Reorganized library Makefile.am files (exception, util, log)Francis Dupont
2015-08-27[4025] Incorrect use of temporary object fixed in Exception::what()Tomek Mrugalski
2015-08-20[trac4000] Unit-tests for process spawn + errno, verbose exceptions added.Tomek Mrugalski
2015-08-20[support8785] Verbose Exception::what() has been implemented.Tomek Mrugalski
2014-08-12[3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS.Marcin Siodelski
2014-04-15[3394] Renamed Kea libraries from libb10-something to libkea-something.Marcin Siodelski
2012-10-25[2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman
2012-08-02[2071] Add b10 prefix to libexceptions.laMukund Sivaraman
2012-06-21[master] Use libtool from top_builddirMukund Sivaraman
2012-06-12[2036] Integrate valgrind into our test suiteMukund Sivaraman
2012-05-07[1930] Install headers into bind10-specific directoryMukund Sivaraman
2012-05-03[master] Add explicit exception what stringsJelte Jansen
2012-05-02[1857] make other exceptions we define subs of isc::Exception as wellJelte Jansen
2012-03-09Add more .gitignore files for the rest of generated stuffMukund Sivaraman
2011-11-14[1332] detect read attempt and beyond the end of sequence and reject it byJINMEI Tatuya
2011-10-10[trac1286] change check_PROGRAMS to noinst_PROGRAMSJeremy C. Reed
2011-10-05[trac1091] change more noinst_PROGRAMS to check_PROGRAMSJeremy C. Reed
2011-08-04[trac1067] isc::NotImplemented exceptionMichal 'vorner' Vaner
2011-06-17[trac978] Cleanup of comments and exceptionsMichal 'vorner' Vaner
2011-05-20[trac542] use our run_all() wrapper wherever possible.JINMEI Tatuya
2011-01-21more $Id$ cleanups:JINMEI Tatuya
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
2010-11-16Same as r3545 (I missed second one.)Jeremy C. Reed
2010-11-16Fix doxygen command. (No review. Trivial.)Jeremy C. Reed
2010-10-15overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya
2010-08-24an initial cut of the EDNS class (code + tests), mainly for backup.JINMEI Tatuya
2010-08-13used *.la instead of .libs/*.aJINMEI Tatuya
2010-07-20sync with trunkJINMEI Tatuya
2010-07-16add AM_CPPFLAGS to run_unittests_CPPFLAGSJINMEI Tatuya
2010-07-16missing -I optionsJINMEI Tatuya
2010-07-16s/#include "header"/#include <[path/]header>/ (trac #291)JINMEI Tatuya
2010-07-11for trac #256: completely revised the base32(hex) implementation byJINMEI Tatuya