Commit History

Author SHA1 Message Date
  JINMEI Tatuya b37cfa5481 [805] don't assume getsockopt(SO_REUSEADDR) returns 0 or 1 (BSDs only assures 13 years ago
  JINMEI Tatuya 61d3224981 [805-merged] suggested changes: check non 0 result of send_fd in general; 13 years ago
  JINMEI Tatuya 526b0b5b56 [805] fixed a build issue with clang: it doesn't accept the default parameter 13 years ago
  Michal 'vorner' Vaner ca3cc56123 [805] Abort when can't send or close 13 years ago
  JINMEI Tatuya d66d0cc215 [805] Run sockcreator from source 13 years ago
  Michal 'vorner' Vaner f786ba4251 [805] Socket options and tests for them 13 years ago
  Michal 'vorner' Vaner 01d2bc6d79 [805] Misc fixes 13 years ago
  Michal 'vorner' Vaner ef021f7736 [805] Fix error message placeholder 13 years ago
  Michal 'vorner' Vaner 619dbae4c1 [805] Data sent/received are bytes, not str 13 years ago
  Michal 'vorner' Vaner 3cdb00878c [805] Python accept returns tuple 13 years ago
  Michal 'vorner' Vaner 9f776b729b [805] Make sure SocketRequestor is initialized 13 years ago
  Michal 'vorner' Vaner ab54494aee [805] Make it compile and check after merge 13 years ago
  Michal 'vorner' Vaner f68758a5f5 Merge branch 'review/sockreq' into scfinal 13 years ago
  Michal 'vorner' Vaner 43fda10b4f Merge branch 'work/sock/cppclient' into scfinal 13 years ago
  JINMEI Tatuya c836c770e7 [805] a few minor cleanups: typo; position of catch; eliminating an unnecessary 13 years ago
  JINMEI Tatuya 4fdec3477a [805] comment update: clarified return vs release to be consistent with the 13 years ago
  JINMEI Tatuya 78b0456c73 [805] a minor style fix: distinguish false and NULL 13 years ago
  JINMEI Tatuya 3fcadc1a85 [805] recovered missing condition check; a minor style fix (folded a long line) 13 years ago
  Michal 'vorner' Vaner 9d4ae52d55 [805] Comment updates 13 years ago
  Michal 'vorner' Vaner 908c1b114b [805] Make the test exception more concrete 13 years ago
  JINMEI Tatuya 5565505e94 [805] Get rid of multiple inheritance 13 years ago
  Michal 'vorner' Vaner 444f92d580 [805] Make sure complicated objects are not static 13 years ago
  Michal 'vorner' Vaner 50839dcce8 [805] Removed extra freeaddrinfo 13 years ago
  Michal 'vorner' Vaner 63a5191b95 [805] Move stuff to constructor/destructor 13 years ago
  Michal 'vorner' Vaner 5e04e03abd [805] Some exception handling 13 years ago
  Michal 'vorner' Vaner 619af407ed [805] Use logging macros 13 years ago
  Michal 'vorner' Vaner 8bb7f2c2df [805] Copyright year update 13 years ago
  JINMEI Tatuya 1f9be59567 [1522] added note about an assumption on the token length in some tests. 13 years ago
  JINMEI Tatuya 65000f777c [1522] used protocolString in createRequestSocketMessage. also added 13 years ago
  JINMEI Tatuya d93776a769 [805] suggested minor changes: newline for readability; constify; distinguish 13 years ago