1. 17 5月, 2013 8 次提交
  2. 15 5月, 2013 5 次提交
  3. 14 5月, 2013 5 次提交
  4. 13 5月, 2013 3 次提交
  5. 12 5月, 2013 1 次提交
  6. 10 5月, 2013 15 次提交
  7. 09 5月, 2013 3 次提交
    • Anthony Minessale's avatar
      move log message to avoid logging null · 30c27efb
      Anthony Minessale 提交于
      30c27efb
    • Anthony Minessale's avatar
      FS-5399 --resolve · 16690e49
      Anthony Minessale 提交于
      16690e49
    • Anthony Minessale's avatar
      FS-5325 i'll put the nonblocking in but I still think this is a problem with… · 79230a5d
      Anthony Minessale 提交于
      FS-5325 i'll put the nonblocking in but I still think this is a problem with openssl, a short read is not there every single time you connect, When the lib is in full blocking mode it should be handling the complicated actions internally.  As complicated as socket programming is, async ssl is even worse because it requires you to do your own buffering and attemps to read may fail waiting for you to write or vice-versa which should have been handled for us in the lib.  non-interruptable syscalls are getting pretty outdated and not enabling it is much less complex than making every socket app on earth be non-blocking
      79230a5d