Commit History

Author SHA1 Message Date
  JINMEI Tatuya c91caba657 minor comment fix: adjust it to reflect the change from boost-asio to non-boost asio. 14 years ago
  JINMEI Tatuya a52058ff5d merged r2393 15 years ago
  Jelte Jansen 1b93102619 sync with trunk for merge 15 years ago
  Jelte Jansen fb3488a5b0 updated doxy of merge() 15 years ago
  JINMEI Tatuya e01cb8ad5b another fix to operator-> just like the one made in message.cc 15 years ago
  JINMEI Tatuya fa6eb99b73 minimal fixes for SunStudio support 15 years ago
  JINMEI Tatuya 9a4b12c891 workaround for ASIO/stdblib interaction (trac #248, partially merged from branches/trac221) 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 60f6071643 changes from http://bind10.isc.org/ticket/227 (unnamed prints), looked at by Jeremy and Evan 15 years ago
  Jelte Jansen 5ce49e93d7 it would appear Solaris does not like variables called 'sun' 15 years ago
  Jelte Jansen 51803e4064 15 years ago
  Jelte Jansen 1e7b973839 rename HAVE_SIN_LEN macro to HAVE_SA_LEN, and use it for setting sun_len in the custom domain socket handler in lib/cc/session.cc 15 years ago
  Evan Hunt 90c8141b69 3. [func] each 15 years ago
  JINMEI Tatuya d8ca5bcb11 renamed boost_ex to asio_ex to be aligned with the migration to non boost asio. 15 years ago
  JINMEI Tatuya 737c49cf85 addressed some portability issues with non boost ASIO: 15 years ago
  Evan Hunt 748e5c85b1 - suppress unused-parameter warnings in src/bin/auth/asio_link.cc and 15 years ago
  Jelte Jansen 2def58b09b applied jinmei's patches from http://bind10.isc.org/ticket/183 (with a minor cleanup) 15 years ago
  JINMEI Tatuya 7b078ae3bc catch exception by reference. 15 years ago
  Jelte Jansen 2d16d72766 oops, committed wrong version of file 15 years ago
  Jelte Jansen 1306183eb7 some changes inspired by jinmei's review 15 years ago
  JINMEI Tatuya b61033f328 added sys/un.h 15 years ago
  Jelte Jansen 93c9af8acd double copy/paste fixed 15 years ago
  Jelte Jansen c2dedd7b10 add (optional) socket_file argument to isc::cc::Session::establish(), if NULL (defulat), it uses env var BIND10_MSGQ_SOCKET_FILE, if env var not set, it'll use configure-time default (from session_config.h) 15 years ago
  Jelte Jansen 00ee10a06d removed some leftover prints 15 years ago
  Jelte Jansen 3ef6ad200f use unix domain socket instead of localhost:9912 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
  Evan Hunt 6e8a197c32 added UNUSED_PARAM to silence warnings about unused parameters 15 years ago