Series Detail
Show a series.
GET /api/series/2725/?format=api
{ "id": 2725, "url": "http://patchwork.ozlabs.org/api/series/2725/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/list/?series=2725", "project": { "id": 14, "url": "http://patchwork.ozlabs.org/api/projects/14/?format=api", "name": "QEMU Development", "link_name": "qemu-devel", "list_id": "qemu-devel.nongnu.org", "list_email": "qemu-devel@nongnu.org", "web_url": "", "scm_url": "", "webscm_url": "", "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "name": "Update websocket code to more fully support the RFC", "date": "2017-09-12T15:21:48", "submitter": { "id": 72031, "url": "http://patchwork.ozlabs.org/api/people/72031/?format=api", "name": "Brandon Carpenter", "email": "brandon.carpenter@cypherpath.com" }, "version": 3, "total": 7, "received_total": 7, "received_all": true, "mbox": "http://patchwork.ozlabs.org/series/2725/mbox/", "cover_letter": { "id": 812910, "url": "http://patchwork.ozlabs.org/api/covers/812910/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/cover/20170912152153.7729-1-brandon.carpenter@cypherpath.com/", "msgid": "<20170912152153.7729-1-brandon.carpenter@cypherpath.com>", "list_archive_url": null, "date": "2017-09-12T15:21:46", "name": "[v3,0/7] Update websocket code to more fully support the RFC", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/cover/20170912152153.7729-1-brandon.carpenter@cypherpath.com/mbox/" }, "patches": [ { "id": 812904, "url": "http://patchwork.ozlabs.org/api/patches/812904/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-2-brandon.carpenter@cypherpath.com/", "msgid": "<20170912152153.7729-2-brandon.carpenter@cypherpath.com>", "list_archive_url": null, "date": "2017-09-12T15:21:47", "name": "[v3,1/7] io: Always remove an old channel watch before adding a new one", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-2-brandon.carpenter@cypherpath.com/mbox/" }, { "id": 812903, "url": "http://patchwork.ozlabs.org/api/patches/812903/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-3-brandon.carpenter@cypherpath.com/", "msgid": "<20170912152153.7729-3-brandon.carpenter@cypherpath.com>", "list_archive_url": null, "date": "2017-09-12T15:21:48", "name": "[v3,2/7] io: Small updates in preparation for websocket changes", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-3-brandon.carpenter@cypherpath.com/mbox/" }, { "id": 812908, "url": "http://patchwork.ozlabs.org/api/patches/812908/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-4-brandon.carpenter@cypherpath.com/", "msgid": "<20170912152153.7729-4-brandon.carpenter@cypherpath.com>", "list_archive_url": null, "date": "2017-09-12T15:21:49", "name": "[v3,3/7] io: Add support for fragmented websocket binary frames", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-4-brandon.carpenter@cypherpath.com/mbox/" }, { "id": 812911, "url": "http://patchwork.ozlabs.org/api/patches/812911/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-5-brandon.carpenter@cypherpath.com/", "msgid": "<20170912152153.7729-5-brandon.carpenter@cypherpath.com>", "list_archive_url": null, "date": "2017-09-12T15:21:50", "name": "[v3,4/7] io: Allow empty websocket payload", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-5-brandon.carpenter@cypherpath.com/mbox/" }, { "id": 812905, "url": "http://patchwork.ozlabs.org/api/patches/812905/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-6-brandon.carpenter@cypherpath.com/", "msgid": "<20170912152153.7729-6-brandon.carpenter@cypherpath.com>", "list_archive_url": null, "date": "2017-09-12T15:21:51", "name": "[v3,5/7] io: Ignore websocket PING and PONG frames", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-6-brandon.carpenter@cypherpath.com/mbox/" }, { "id": 812906, "url": "http://patchwork.ozlabs.org/api/patches/812906/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-7-brandon.carpenter@cypherpath.com/", "msgid": "<20170912152153.7729-7-brandon.carpenter@cypherpath.com>", "list_archive_url": null, "date": "2017-09-12T15:21:52", "name": "[v3,6/7] io: Reply to ping frames", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-7-brandon.carpenter@cypherpath.com/mbox/" }, { "id": 812909, "url": "http://patchwork.ozlabs.org/api/patches/812909/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-8-brandon.carpenter@cypherpath.com/", "msgid": "<20170912152153.7729-8-brandon.carpenter@cypherpath.com>", "list_archive_url": null, "date": "2017-09-12T15:21:53", "name": "[v3,7/7] io: Attempt to send websocket close messages to client", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170912152153.7729-8-brandon.carpenter@cypherpath.com/mbox/" } ] }