This is a renewed version of the TPC code. The core algorithms and approaches are identical but improvements include:

With this, the TPC code should function on SL6.


You can view, comment on, or merge this pull request online at:

  https://github.com/xrootd/xrootd/pull/737

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

{"@context":"http://schema.org","@type":"EmailMessage","potentialAction":{"@type":"ViewAction","target":"https://github.com/xrootd/xrootd/pull/737","url":"https://github.com/xrootd/xrootd/pull/737","name":"View Pull Request"},"description":"View this Pull Request on GitHub","publisher":{"@type":"Organization","name":"GitHub","url":"https://github.com"}} {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/xrootd/xrootd","title":"xrootd/xrootd","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/xrootd/xrootd"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"HTTP TPC v2 (#737)"}],"action":{"name":"View Pull Request","url":"https://github.com/xrootd/xrootd/pull/737"}}} { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "HTTP TPC v2 (#737)", "sections": [ { "text": "", "activityTitle": "**Brian Bockelman**", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@bbockelm", "facts": [ ] }, { "title": "Commit Summary", "facts": [ { "name": "1001a81", "value": "Revert \"Revert \"Merge pull request #679 from bbockelm/xrootd-tpc-rename\"\"" }, { "name": "f93b5a1", "value": "Downgrade the XrdTpc code from C++11 to C++03." }, { "name": "c4153bc", "value": "Add missing files from last commit." }, { "name": "5c1181b", "value": "Rename files according to Xrootd project naming scheme." }, { "name": "57e756b", "value": "Send chunked response for errors in a transfer." }, { "name": "6edb97b", "value": "Fix minor issues with initialization and function definitions." }, { "name": "cc0b653", "value": "Fix polling when curl_multi_wait isn't available." } ] }, { "title": "File Changes", "facts": [ { "name": "Modified", "value": "[cmake/XRootDFindLibs.cmake](https://github.com/xrootd/xrootd/pull/737/files#diff-0) (15 changes)" }, { "name": "Modified", "value": "[src/CMakeLists.txt](https://github.com/xrootd/xrootd/pull/737/files#diff-1) (1 changes)" }, { "name": "Modified", "value": "[src/XrdHttp.cmake](https://github.com/xrootd/xrootd/pull/737/files#diff-2) (5 changes)" }, { "name": "Added", "value": "[src/XrdTpc.cmake](https://github.com/xrootd/xrootd/pull/737/files#diff-3) (52 changes)" }, { "name": "Added", "value": "[src/XrdTpc/README.md](https://github.com/xrootd/xrootd/pull/737/files#diff-4) (121 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcConfigure.cc](https://github.com/xrootd/xrootd/pull/737/files#diff-5) (182 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcCurlMulti.cc](https://github.com/xrootd/xrootd/pull/737/files#diff-6) (60 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcCurlMulti.hh](https://github.com/xrootd/xrootd/pull/737/files#diff-7) (7 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcMultistream.cc](https://github.com/xrootd/xrootd/pull/737/files#diff-8) (383 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcState.cc](https://github.com/xrootd/xrootd/pull/737/files#diff-9) (240 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcState.hh](https://github.com/xrootd/xrootd/pull/737/files#diff-10) (112 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcStream.cc](https://github.com/xrootd/xrootd/pull/737/files#diff-11) (100 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcStream.hh](https://github.com/xrootd/xrootd/pull/737/files#diff-12) (124 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcTPC.cc](https://github.com/xrootd/xrootd/pull/737/files#diff-13) (540 changes)" }, { "name": "Added", "value": "[src/XrdTpc/XrdTpcTPC.hh](https://github.com/xrootd/xrootd/pull/737/files#diff-14) (79 changes)" }, { "name": "Added", "value": "[src/XrdTpc/export-lib-symbols](https://github.com/xrootd/xrootd/pull/737/files#diff-15) (7 changes)" }, { "name": "Added", "value": "[src/XrdTpc/xrootd-test-tpc](https://github.com/xrootd/xrootd/pull/737/files#diff-16) (100 changes)" } ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"xrootd/xrootd\",\n\"issueId\": 737,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close pull request", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"xrootd/xrootd\",\n\"pullRequestId\": 737\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/xrootd/xrootd/pull/737" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "targets": [ { "os": "default", "uri": "https://github.com/xrootd/xrootd/pull/737.patch" } ], "@type": "OpenUri", "name": "View patch" }, { "targets": [ { "os": "default", "uri": "https://github.com/xrootd/xrootd/pull/737.diff" } ], "@type": "OpenUri", "name": "View diff" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 344067830\n}" } ], "themeColor": "26292E" }

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1