Commit History

Author SHA1 Message Date
  Jelte Jansen ec45081d78 [trac1072] review comments 14 years ago
  Jelte Jansen b9ad6d4bab [trac1072] fix issue of JSON parser non-failure with input "{" 14 years ago
  JINMEI Tatuya e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
  JINMEI Tatuya e362d1a745 more cleanup: 14 years ago
  JINMEI Tatuya 88d0f23444 omit parameter names when the parameter is unused, instead of the compiler dependent workaround using UNUSED_PARAM. 14 years ago
  JINMEI Tatuya 9e132bce95 avoid unnecessary copy by using a reference. 14 years ago
  JINMEI Tatuya 8845466c19 overall style cleanup: adjusted brace positions according to the coding guideline. 14 years ago
  JINMEI Tatuya 1c503d75b4 constified lib/cc API as much as possible. (trac #310) 14 years ago
  JINMEI Tatuya 81eb4c244c style fixes: 14 years ago
  JINMEI Tatuya 5f1739873b s/#include "header"/#include <[path/]header>/ (trac #291) 15 years ago
  Jeremy C. Reed 13d08243ae #include <climits> 15 years ago
  Jelte Jansen 0a9730cdd4 also check for -HUGE_VAL after strtod (+test of course) 15 years ago
  Jelte Jansen fb3488a5b0 updated doxy of merge() 15 years ago
  Jelte Jansen f50ca4b0de address review comments part 3 of 3 (or 4, there were a few general comments that i'm not sure we should adress in this ticket) 15 years ago
  Jelte Jansen bd8add5608 addressed review comments 2 of 3 (or 4) 15 years ago
  Jelte Jansen da2f8ada96 removed some constants which weren't used anymore 15 years ago
  Jelte Jansen d5a3a43839 added unit tests 15 years ago
  Jelte Jansen 6cb1f39f58 changed stringstream argument in toJSON to the more general ostream 15 years ago
  Jelte Jansen 90c2af0b37 made JSONError a subclass of isc::Exception instead of std:runtime_error 15 years ago
  Jelte Jansen c5dd3881c2 rename ParseError to JSONError 15 years ago
  Jelte Jansen b763a8e027 rename createFromString() to fromJSON() 15 years ago
  Jelte Jansen ab6751e34f empty constructors for lists and maps, and corresponding 'factory' functions Element::createList() and Element::createMap() 15 years ago
  Jelte Jansen 2568b6c2fa created toJSON functions (which are mostly the old str() ones, str() is now a general Element function that calls toJSON) 15 years ago
  Jelte Jansen e6e1366f5d Applied patch that came out of the review ticket http://bind10.isc.org/ticket/20 15 years ago
  Jeremy C. Reed 8c61dadda1 Commit patch from jelte in ticket #156 to 15 years ago
  Jelte Jansen d15c05078d check map tag size in create functions too, for consistency, i think we should indeed remove the direct map access and constructor, see comment in ticket 129 15 years ago
  JINMEI Tatuya e250b4e91b added <cassert> for assert(3) 15 years ago
  JINMEI Tatuya f625571df7 tighten validation on the map tag length: due to the wire format limitation 15 years ago
  JINMEI Tatuya 72c5e5d307 cleanup: reduced unused function parameters, constified variables when possible. 15 years ago
  JINMEI Tatuya 231bbc395f made deocde_blob() exception safe. 15 years ago