Commit History

Author SHA1 Message Date
  Jeremy C. Reed 0081ce40b8 [master] fix output for CC_ESTABLISH socket file 13 years ago
  Michal 'vorner' Vaner 8769517760 [trac742] Debug messages in the session 14 years ago
  Michal 'vorner' Vaner 36c080d7a2 [trac742] Log error events 14 years ago
  JINMEI Tatuya e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
  Michal Vaner 5049b42830 Better way to stop io_service from running out of work 14 years ago
  Michal Vaner db9ded2871 Fix problem with stopped IOService 14 years ago
  JINMEI Tatuya c05af90688 sync with trunk 14 years ago
  Jelte Jansen 3cc58b3f5e sync trunk for merge 14 years ago
  Jelte Jansen 8320cc9dab directly evaluate *read_result to see if there was an error 14 years ago
  Jelte Jansen ed14812f5a remove io_service.reset() call from blocking read; application using it is responsible for keeping io_service alive (if necessary by using a io_service::work object). 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 d9f8b54b50 comments from review 14 years ago
  JINMEI Tatuya c91caba657 minor comment fix: adjust it to reflect the change from boost-asio to non-boost asio. 14 years ago
  JINMEI Tatuya 494f572fc2 editorial nits: 14 years ago
  Jelte Jansen b6ea1cf42f new approach for blocking reads to prevent races: if the timeout or read is canceled, also wait until the cancel signal is processed 14 years ago
  Jelte Jansen a55425bcb4 proposal for the setResult issue from the review; this one may be reversed after discussion 15 years ago
  Jelte Jansen a4befeefef addressed the small issues from jinmei's review (i.e. everything except the first two points and the one about integer sizes) 15 years ago
  JINMEI Tatuya 08d25a5d87 minor editorial fixes: 15 years ago
  Jelte Jansen f8196cfb1a bit of cleanup 15 years ago
  Jelte Jansen 9ce7db783c add error handling and a test for that 15 years ago
  Jelte Jansen 97cd04f9c0 added setTimeout(size_t milliseconds) and getTimeout() functions to set the timeout used for blocking reads on sessions 15 years ago
  Jelte Jansen 61fb173df9 initial timeout test 15 years ago
  Jelte Jansen e53a7e05cc small update for jinmei's comments 15 years ago
  Jelte Jansen 09dadcdcdd timeout in asio by using a call to async_read() and a deadline_timer 15 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