Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
pulseaudio
pulseaudio
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 784
    • Issues 784
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 57
    • Merge Requests 57
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PulseAudio
  • pulseaudiopulseaudio
  • Merge Requests
  • !51

Merged
Opened Jan 29, 2019 by Georg Chini@gchiniMaintainer

Messaging API v2

  • Overview 86
  • Commits 17
  • Pipelines 20
  • Changes 29

This patch series is a new version of the messaging API patches. It mainly fixes issues observed in the previous version, in particular:

  • (Un)Escaping is now done using pa_escape()/pa_unescape()
  • The boolean is_unpacked parameter has been removed from public functions
  • Split_list() is now internal
  • All read functions except read_raw() preserve a default value on failure
  • Many smaller fixes and documentation updates

Patches 2 - 5 (1 - 4 from the old series) are nearly unchanged and were OK in the previous review.

Edited Aug 10, 2020 by Arun Raghavan
Assignee
Assign to
Reviewer
Request review from
15.0
Milestone
15.0
Assign milestone
Time tracking
Reference: pulseaudio/pulseaudio!51
Source branch: messaging_api_v2