{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":569041,"defaultBranch":"master","name":"curl","ownerLogin":"curl","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-03-18T22:32:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16928085?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718141235.0","currentOid":""},"activityList":{"items":[{"before":"1445b7ae23b6d5236d3762f2673c8dc24f817266","after":"54fe8c44e1bd72182ff0def37f883f15f5f7e2d2","ref":"refs/heads/master","pushedAt":"2024-06-11T21:31:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"curl: support VLAN Priority: --vlan-priority\n\nAdd --vlan-priority option to the command line tool for setting VLAN\npriority.\n\nCloses #13907","shortMessageHtmlLink":"curl: support VLAN Priority: --vlan-priority"}},{"before":null,"after":"da42bb3e2338a46c46734a1b5a311e0eb99f5e0f","ref":"refs/heads/bagder/todo-TLS","pushedAt":"2024-06-11T21:27:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"TODO: make it \"Add missing features to TLS backends\"\n\n... instead of just mentioning CA caching.","shortMessageHtmlLink":"TODO: make it \"Add missing features to TLS backends\""}},{"before":"48952c1ab39dbca79c57d8c281a87e6988031eaf","after":"1445b7ae23b6d5236d3762f2673c8dc24f817266","ref":"refs/heads/master","pushedAt":"2024-06-11T21:23:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"misc: fix typos\n\nCloses #13923","shortMessageHtmlLink":"misc: fix typos"}},{"before":"dfed195e3d066e4d57b7d38dacf8e62be69a863f","after":null,"ref":"refs/heads/bagder/ECH-repeat","pushedAt":"2024-06-11T14:43:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"}},{"before":"1ce621e8b7a73c93890246133fc9e68167e77306","after":"48952c1ab39dbca79c57d8c281a87e6988031eaf","ref":"refs/heads/master","pushedAt":"2024-06-11T14:43:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"CURLOPT_ECH.md: remove repeated 'if'\n\nCloses #13922","shortMessageHtmlLink":"CURLOPT_ECH.md: remove repeated 'if'"}},{"before":"e7800f4e7eb04d1002b042e1ced81348d4069de6","after":null,"ref":"refs/heads/bagder/vms-language","pushedAt":"2024-06-11T14:43:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"}},{"before":"385c62aabc388e62162c634e97ee61d1ab8bf81c","after":"1ce621e8b7a73c93890246133fc9e68167e77306","ref":"refs/heads/master","pushedAt":"2024-06-11T14:43:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"vms: fixed language in comment\n\nIt started with me fixing a repeated \"are are\" but the wording was\nincomprehensible so I tried to untangle it.\n\nCloses #13921","shortMessageHtmlLink":"vms: fixed language in comment"}},{"before":null,"after":"dfed195e3d066e4d57b7d38dacf8e62be69a863f","ref":"refs/heads/bagder/ECH-repeat","pushedAt":"2024-06-11T12:20:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"CURLOPT_ECH.md: remove repeated 'if'","shortMessageHtmlLink":"CURLOPT_ECH.md: remove repeated 'if'"}},{"before":null,"after":"e7800f4e7eb04d1002b042e1ced81348d4069de6","ref":"refs/heads/bagder/vms-language","pushedAt":"2024-06-11T12:04:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"vms: fixed language in comment\n\nIt started with me fixing a repeated \"are are\" but the wording was\nincomprehensible so I tried to untangle it.","shortMessageHtmlLink":"vms: fixed language in comment"}},{"before":"61b465208f936bdd9b713bd51b108a794bd843d6","after":"385c62aabc388e62162c634e97ee61d1ab8bf81c","ref":"refs/heads/master","pushedAt":"2024-06-11T11:41:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"lib: xfer_setup and non-blocking shutdown\n\n- clarify Curl_xfer_setup() with RECV/SEND flags and different calls for\n which socket they operate on. Add a shutdown flag for secondary\n sockets\n- change Curl_xfer_setup() calls to new functions\n- implement non-blocking connection shutdown at the end of receiving or\n sending a transfer\n\nCloses #13913","shortMessageHtmlLink":"lib: xfer_setup and non-blocking shutdown"}},{"before":"45953382bfff3ad954cdb0956727709edbaf3130","after":null,"ref":"refs/heads/bagder/writeout-test","pushedAt":"2024-06-11T11:28:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"}},{"before":"e5223f3ce049d1799f33d025718fee15d9f5cba7","after":"61b465208f936bdd9b713bd51b108a794bd843d6","ref":"refs/heads/master","pushedAt":"2024-06-11T11:28:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"test1486: verify that write-out.md and tool_writeout.c are in sync\n\n- also verify alphabetialal order in the source\n- add two missing variables to write-out.md\n\nCloses #13920","shortMessageHtmlLink":"test1486: verify that write-out.md and tool_writeout.c are in sync"}},{"before":"5e8d921f55a558a20bc8f2a4cdac2da96e61b06e","after":"e5223f3ce049d1799f33d025718fee15d9f5cba7","ref":"refs/heads/master","pushedAt":"2024-06-11T09:20:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"GHA: add cmake MSYS2 native job\n\ncurl, libcurl, examples, build-only.\n\nTo compare build behaviour with autotools.\n\nCloses #13917","shortMessageHtmlLink":"GHA: add cmake MSYS2 native job"}},{"before":"1922a673b039c4e913c681020ffb39a9ea6c8225","after":null,"ref":"refs/heads/bagder/openss-store_expired","pushedAt":"2024-06-11T08:51:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"}},{"before":"a945393e519d397dc1bb4732c54dcc12f7792879","after":"5e8d921f55a558a20bc8f2a4cdac2da96e61b06e","ref":"refs/heads/master","pushedAt":"2024-06-11T08:51:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"openssl: shortcut store_expired for negative timeouts\n\nAvoid some unnecessary computation if the timeout is negative.\n\nSpotted by CodeSonar\nCloses #13919","shortMessageHtmlLink":"openssl: shortcut store_expired for negative timeouts"}},{"before":"6dee8a30b319c09621a7f5dd8c5923f69afd4bef","after":"45953382bfff3ad954cdb0956727709edbaf3130","ref":"refs/heads/bagder/writeout-test","pushedAt":"2024-06-11T08:49:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"fixup also verify alphabetical order\n\nsince it breaks the bsearch otherwise","shortMessageHtmlLink":"fixup also verify alphabetical order"}},{"before":"d16808435fa1db7bd74907de4e92db54430f5b2a","after":"6dee8a30b319c09621a7f5dd8c5923f69afd4bef","ref":"refs/heads/bagder/writeout-test","pushedAt":"2024-06-11T08:07:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"fixup add test1486.pl to dist","shortMessageHtmlLink":"fixup add test1486.pl to dist"}},{"before":"ca2a58e90fda9ca54be868bb54b39928adfa657b","after":"d16808435fa1db7bd74907de4e92db54430f5b2a","ref":"refs/heads/bagder/writeout-test","pushedAt":"2024-06-11T07:47:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"test1486: verify that write-out.md and tool_writeout.c are in sync\n\n- add two missing variables to write-out.md\n\nCloses #13920","shortMessageHtmlLink":"test1486: verify that write-out.md and tool_writeout.c are in sync"}},{"before":"d69ee3ef83e6385d226a3adec9222fcf68276035","after":"a945393e519d397dc1bb4732c54dcc12f7792879","ref":"refs/heads/master","pushedAt":"2024-06-11T07:37:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"RELEASE-NOTES: synced","shortMessageHtmlLink":"RELEASE-NOTES: synced"}},{"before":"df552a6222252980d06172a6190a92c918758477","after":"ca2a58e90fda9ca54be868bb54b39928adfa657b","ref":"refs/heads/bagder/writeout-test","pushedAt":"2024-06-11T07:33:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"fixup add keyword","shortMessageHtmlLink":"fixup add keyword"}},{"before":null,"after":"df552a6222252980d06172a6190a92c918758477","ref":"refs/heads/bagder/writeout-test","pushedAt":"2024-06-11T07:31:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"test1486: verify that write-out.md and tool_writeout.c are in sync\n\n- add two missing variables to write-out.md","shortMessageHtmlLink":"test1486: verify that write-out.md and tool_writeout.c are in sync"}},{"before":"999da4151b6cb0e5c48f28fa75e41314444438fd","after":null,"ref":"refs/heads/bagder/num_retries","pushedAt":"2024-06-11T07:08:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"}},{"before":"b55c56a7452479cb97ef00dd852cce00750f43f3","after":"d69ee3ef83e6385d226a3adec9222fcf68276035","ref":"refs/heads/master","pushedAt":"2024-06-11T07:07:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"curl: support -w '%{num_retries}\n\nSuggested-by: Jay Guerette\nRef: https://github.com/curl/curl/discussions/13901\nCloses #13910","shortMessageHtmlLink":"curl: support -w '%{num_retries}"}},{"before":"5a0b0f8188e5aa9e9ca5629ecdecabb63dcb8078","after":"b55c56a7452479cb97ef00dd852cce00750f43f3","ref":"refs/heads/master","pushedAt":"2024-06-11T06:06:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"pytest: include testenv/vsftpd.py in dist tarball\n\nCloses #13918","shortMessageHtmlLink":"pytest: include testenv/vsftpd.py in dist tarball"}},{"before":null,"after":"1922a673b039c4e913c681020ffb39a9ea6c8225","ref":"refs/heads/bagder/openss-store_expired","pushedAt":"2024-06-11T06:04:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"openssl: shortcut store_expired for negative timeouts\n\nAvoid some unnecessary computation if the timeout is negative.\n\nSpotted by CodeSonar","shortMessageHtmlLink":"openssl: shortcut store_expired for negative timeouts"}},{"before":"0a3c78f6b657f1ef041e0a1aa9977d380bcca4d8","after":"5a0b0f8188e5aa9e9ca5629ecdecabb63dcb8078","ref":"refs/heads/master","pushedAt":"2024-06-10T22:01:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"DISTROS: add MSYS2 (native) links\n\nAlso rename existing 'MSYS2' to 'MSYS2 (mingw-w64)'.\n\nCloses #13915","shortMessageHtmlLink":"DISTROS: add MSYS2 (native) links"}},{"before":"8298da02aa1d245bc7afaedce61ed9845397e1df","after":null,"ref":"refs/heads/renovate/awslabs-aws-lc-1.x","pushedAt":"2024-06-10T21:56:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"}},{"before":"c14fd46ab5b47db1bc95f1cc0f98b27f732d98db","after":"999da4151b6cb0e5c48f28fa75e41314444438fd","ref":"refs/heads/bagder/num_retries","pushedAt":"2024-06-10T21:16:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"},"commit":{"message":"curl: support -w '%{num_retries}\n\nSuggested-by: Jay Guerette\nRef: https://github.com/curl/curl/discussions/13901\nCloses #13910","shortMessageHtmlLink":"curl: support -w '%{num_retries}"}},{"before":null,"after":"8298da02aa1d245bc7afaedce61ed9845397e1df","ref":"refs/heads/renovate/awslabs-aws-lc-1.x","pushedAt":"2024-06-10T21:13:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"ci: Update dependency awslabs/aws-lc to v1.29.0","shortMessageHtmlLink":"ci: Update dependency awslabs/aws-lc to v1.29.0"}},{"before":"1fc468290f4830537f90197fc5e4b441e39e3c00","after":null,"ref":"refs/heads/bagder/writeout-bsearch","pushedAt":"2024-06-10T21:12:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bagder","name":"Daniel Stenberg","path":"/bagder","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/177011?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYq0VCgA","startCursor":null,"endCursor":null}},"title":"Activity ยท curl/curl"}