[Box Backup-commit] [boxbackup/boxbackup] 71d3d9: Remove unwanted prototype for HeadObject()

GitHub noreply at github.com
Wed Nov 23 22:25:37 GMT 2016


  Branch: refs/heads/s3_support_merge_5
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 71d3d970b00ee85408e8ea5166fe46fdbac82ce1
      https://github.com/boxbackup/boxbackup/commit/71d3d970b00ee85408e8ea5166fe46fdbac82ce1
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M lib/httpserver/S3Client.cpp

  Log Message:
  -----------
  Remove unwanted prototype for HeadObject()


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

  Changed paths:
    M lib/httpserver/HTTPResponse.cpp
    M lib/httpserver/HTTPResponse.h
    M lib/httpserver/HTTPServer.cpp
    M lib/httpserver/HTTPServer.h

  Log Message:
  -----------
  Allow control of network timeout in HTTPResponse::Send()


  Commit: 699a70598942c1422f568843176542b9b302c1dd
      https://github.com/boxbackup/boxbackup/commit/699a70598942c1422f568843176542b9b302c1dd
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M lib/httpserver/S3Client.cpp

  Log Message:
  -----------
  Log every request made using S3Client (for now)


  Commit: 4f720a6b348dd26404a219d747a948b61c0b8568
      https://github.com/boxbackup/boxbackup/commit/4f720a6b348dd26404a219d747a948b61c0b8568
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M lib/httpserver/S3Client.cpp

  Log Message:
  -----------
  Don't copy request data stream in S3Client->S3Simulator

There's no need to copy the stream in this case, as we can just attach it to
the HTTPRequest and the S3Simulator will read it directly from the supplied
pointer.


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

  Changed paths:
    M lib/httpserver/S3Client.cpp

  Log Message:
  -----------
  Add initial (non-functioning) keepalive support in S3Client


Compare: https://github.com/boxbackup/boxbackup/compare/755242a46275...3c62a5be57e0


More information about the Boxbackup-commit mailing list