Commit History

Author SHA1 Message Date
  JINMEI Tatuya e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
  JINMEI Tatuya f9107953a4 minor editorial/style suggested fixes: 14 years ago
  Jelte Jansen 231849d98c change method names according to right camelcasing 14 years ago
  Jelte Jansen f8d17c606d refactor checkCommand 14 years ago
  Jelte Jansen b62772e373 update comment and documentation 14 years ago
  Jelte Jansen 7ec4491461 folded some long lines 14 years ago
  Jelte Jansen 0a4145a3c6 add validate_command to module_spec API 14 years ago
  JINMEI Tatuya d368617000 removed 'using namespace' from src/lib/config/module_spec.cc, and adjusted other files accordingly. 14 years ago
  JINMEI Tatuya 8845466c19 overall style cleanup: adjusted brace positions according to the coding guideline. 14 years ago
  JINMEI Tatuya c05af90688 sync with trunk 14 years ago
  Jelte Jansen 5e931bbf52 minor style correction, parentheses around return value 14 years ago
  Jelte Jansen 3cc58b3f5e sync trunk for merge 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
  Jelte Jansen 5f9172caa9 remove now incomplete throw statement, since we're not using them anywhere else 14 years ago
  JINMEI Tatuya 5f1739873b s/#include "header"/#include <[path/]header>/ (trac #291) 15 years ago
  Jelte Jansen 2707eae96e merged ticket #278 (modules that listen to other modules answer to command for those) 15 years ago
  JINMEI Tatuya 7e2454fa04 comment update and a minor cleanup (change the type of string argument 15 years ago
  Jelte Jansen 588d322058 added tests for the bad condition, and fixed them 15 years ago
  JINMEI Tatuya a52058ff5d merged r2393 15 years ago
  Jelte Jansen 89dad444d2 fixed some leftover ParseErrors 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
  Evan Hunt 90c8141b69 3. [func] each 15 years ago
  Jelte Jansen a3888f316e merge branches/trac58 15 years ago
  Evan Hunt 4f5ca8bd9c - added ASIO library header files (version 1.4.5, downloaded from 15 years ago
  JINMEI Tatuya 6dd3cc5d3b allow the python binding of libdns to be built using automake. 15 years ago
  Jelte Jansen 23d5e5e2dc removed unnecessary sleep() from ccsession.cc, added note for bob to implement 'i have started' messages for modules 15 years ago
  Jelte Jansen c68d74d8c2 doxygen for createAnswer and family of helper functions 15 years ago
  Jelte Jansen 366177a393 added tests for ModuleCCSession class (with a fake Session object) 15 years ago