Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 855
    • Issues 855
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 56
    • Merge requests 56
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Merge requests
  • !3215

gstdio: open files with the FILE_SHARE_DELETE flag

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Luca Bacci requested to merge lb90/glib:windows-crt-use-file-share-delete into main Jan 18, 2023
  • Overview 46
  • Commits 3
  • Pipelines 12
  • Changes 8

This MR lets us open CRT file descriptors where underlying OS file HANDLEs have the FILE_SHARE_DELETE flag. That makes it possible to:

  • Rename opened files
  • Mark opened files for deletion (which will then happen as soon as all handles are released)

Fixes #539

Edited Feb 03, 2023 by Luca Bacci
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: windows-crt-use-file-share-delete