Commit History

Author SHA1 Message Date
  JINMEI Tatuya 08baa5371d [2213] style cleanup: combine short lines 12 years ago
  Jelte Jansen d3bdb3c1c1 [2213] address review comments 12 years ago
  Jelte Jansen 83a6c4414e [2213] command does not need own catch 12 years ago
  Jelte Jansen 7151128386 [2213] Initial version of loadZone() support with new threaded structure 12 years ago
  JINMEI Tatuya aade8ac800 [2212-2] added an unnecessary return to silence some compilers 12 years ago
  JINMEI Tatuya d8b60408e4 [2212] some minor cleanups: removed unnecessary return; wording/editorial fix 12 years ago
  JINMEI Tatuya 99bdc7de64 [2212] internal refactoring with a helper method for readability. 12 years ago
  JINMEI Tatuya a6ca17646b [2212] use the new (staged) version of zone loading API from the builder thread 12 years ago
  JINMEI Tatuya 0bc630b2e4 [2212] added log for completion of load zone 12 years ago
  JINMEI Tatuya c37eaa23d9 [2212] make sure catching internal error exceptions. 12 years ago
  JINMEI Tatuya a2224a3c4e [2212] added two untested reload() cases: ZONE_NOT_CACHED and CACHE_DISABLED 12 years ago
  JINMEI Tatuya eac4d4fdbc [2212] comment update 12 years ago
  JINMEI Tatuya edcbc935eb [2212] ported command test's loadZoneInvalidParams 12 years ago
  JINMEI Tatuya 7ff2ddee91 [2212] ported command test's loadBrokenZone test. 12 years ago
  JINMEI Tatuya 3519306b1c [2212] ported command tests' loadZoneSQLite3. 12 years ago
  JINMEI Tatuya 64b2a61c6d [2212] supported some part of loadzone command porting command unittests. 12 years ago
  JINMEI Tatuya 296e119946 [master] use terminate() instead of assert(false) for forceful termination 12 years ago
  JINMEI Tatuya d02295dada [master] Merge branch 'trac2211' 12 years ago
  JINMEI Tatuya 9ba0013f74 [2211] adjusted log severity from ERROR to FATAL before aborting. 12 years ago
  JINMEI Tatuya d709ef90b8 [2211] removed an extra block from sendCommand() with clarification comments 12 years ago
  JINMEI Tatuya 246a87a4a6 [2211] let the thread abort if it sees an unexpected exception, rather rethrow. 12 years ago
  JINMEI Tatuya 113201b72b [2211] s/swapDataSrcClientLists/setDataSrcClientLists/ and changed the behavior 12 years ago
  Jelte Jansen 80b0cf61a8 [2210] update catch/error logs in datasrc reconfigure 12 years ago
  JINMEI Tatuya bb59b815c9 [2211] added notes about ownership on the returned value of findClientList(). 12 years ago
  JINMEI Tatuya e13d083a39 [2211] wording/grammer fixes to documentation and comments. 12 years ago
  JINMEI Tatuya 07b436b864 [2211] use swap instead of splice. for this purpose it's enough and simpler. 12 years ago
  Jelte Jansen 20fdec048d [2210] rename DataSrcClientListsPtr to ClientListMapPtr 12 years ago
  Jelte Jansen 3a5e410f45 [2210] Address review comments 12 years ago
  JINMEI Tatuya 86fe8fce9d [2211] use DataSrcClientsMgr for query processing 12 years ago
  JINMEI Tatuya c9b8a023d1 [2211] make DataSrcClientsMgr and DataSrcClientsBuilder non copyable. 12 years ago