Commit History

Author SHA1 Message Date
  JINMEI Tatuya 4a77769856 added tests on port string validity 15 years ago
  JINMEI Tatuya 678e8861f5 merged the original trac221 branch 15 years ago
  Evan Hunt 52ac5cf227 71. [func] each 15 years ago
  Jelte Jansen 7cdceb252e sync with trunk for merge 15 years ago
  JINMEI Tatuya 6f1e6e894a use shared_ptr for UDP/TCPServers instead of a helper holder class for exception safeness purposes. 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 c4e0b3c050 completed documentation 15 years ago
  JINMEI Tatuya 55291537c9 missing commit for r2198 15 years ago
  JINMEI Tatuya 1d5ba709cb refactoring: moved XFR logic from asio_link to auth_srv. 15 years ago
  JINMEI Tatuya 9a7ab5ecf1 refactoring: pass IOMessage to AuthSrv instead of InputBuffer. 15 years ago
  JINMEI Tatuya 92fbe8e211 completed IOSocket and IOMessage with tests. 15 years ago
  JINMEI Tatuya 121b62df59 completed implementation of IOAddress 15 years ago
  JINMEI Tatuya 04959743ef added a mock implementation IOAddress, a wrapper for asio::ip::address. 15 years ago
  Likun Zhang 187844f29a Enable b10-xfrout can be launched in source code tree.(Reviewed by Jelte) 15 years ago
  Jelte Jansen 93227d328b merge to sync with trunk and make later merge back easier 15 years ago
  Jelte Jansen f28f0da30a Use asio's io_service for the msgq handling in auth as well. Needed to add a getter for the io_service to asio_link. This may very wel come under reconsideration for the next release, but it is needed right now to get it to work again ;) 15 years ago
  Evan Hunt b502e251cb - add checks for queued config commands to ASIO query processing loop 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
  JINMEI Tatuya 54485aaaf3 used a separate internal library for ASIO related code to avoid the unused-parameter warning due to the ASIO code. 15 years ago