[Box Backup-commit] [boxbackup/boxbackup] e997d0: Fix incorrect timeout calculation in GetLine

GitHub noreply at github.com
Mon Nov 21 20:50:53 GMT 2016


  Branch: refs/heads/s3_virtual_host_name
  Home:   https://github.com/boxbackup/boxbackup
  Commit: e997d092ad75aac98b5814c1b24d3ac0f8ae8e4a
      https://github.com/boxbackup/boxbackup/commit/e997d092ad75aac98b5814c1b24d3ac0f8ae8e4a
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M lib/common/GetLine.cpp
    M test/basicserver/testbasicserver.cpp

  Log Message:
  -----------
  Fix incorrect timeout calculation in GetLine

Attaching a debugger to a process waiting in GetLine would previously cause the
read() to return immediately with EINTR, which we never retried. Now it retries
until the original timeout has expired.


  Commit: d70a73a890e53bf5d1459550673d6a16604e5d5c
      https://github.com/boxbackup/boxbackup/commit/d70a73a890e53bf5d1459550673d6a16604e5d5c
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M lib/common/Test.cpp
    A lib/httpserver/HTTPTest.cpp
    A lib/httpserver/HTTPTest.h
    A test/httpserver/testfiles/dsfdsfs98.fd
    A test/httpserver/testfiles/puppy.jpg
    M test/httpserver/testfiles/s3simulator.conf
    M test/httpserver/testhttpserver.cpp

  Log Message:
  -----------
  Add tests for S3Simulator and S3Client


  Commit: 3f0538bf1a2115c399f09a1735e7e9f3b426737e
      https://github.com/boxbackup/boxbackup/commit/3f0538bf1a2115c399f09a1735e7e9f3b426737e
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M lib/crypto/MD5Digest.h
    M test/httpserver/testhttpserver.cpp

  Log Message:
  -----------
  Add MD5DigestStream and test


  Commit: 35b581b3ac54769f5b343c995435a7c7b15041e7
      https://github.com/boxbackup/boxbackup/commit/35b581b3ac54769f5b343c995435a7c7b15041e7
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M lib/httpserver/S3Simulator.cpp
    M test/httpserver/testhttpserver.cpp

  Log Message:
  -----------
  Refactor S3Simulator to better support merge of SimpleDB support


Compare: https://github.com/boxbackup/boxbackup/compare/e19783b0e277...35b581b3ac54


More information about the Boxbackup-commit mailing list