Branch: refs/heads/rurban/sockopt-gh909
  Home:   https://github.com/parrot/parrot
  Commit: fed4915e14c6d4e0d17e300835c2f0ea25204014
      
https://github.com/parrot/parrot/commit/fed4915e14c6d4e0d17e300835c2f0ea25204014
  Author: Reini Urban <[email protected]>
  Date:   2025-12-17 (Wed, 17 Dec 2025)

  Changed paths:
    M include/parrot/platform_interface.h
    M src/io/socket.c
    M src/platform/generic/socket.c
    M src/pmc/socket.pmc

  Log Message:
  -----------
  [GH #909] Implement Socket.{get,set}sockopt methods


  Commit: 10ff46faaaa8140949f64693e46305d1e392ee75
      
https://github.com/parrot/parrot/commit/10ff46faaaa8140949f64693e46305d1e392ee75
  Author: Reini Urban <[email protected]>
  Date:   2025-12-17 (Wed, 17 Dec 2025)

  Changed paths:
    M include/parrot/io.h
    M include/parrot/platform_interface.h
    M src/io/socket.c
    M src/platform/generic/socket.c
    M src/pmc/socket.pmc
    M t/pmc/socket.t

  Log Message:
  -----------
  [GH #909] Add SO_ and SOL_ definitions, add setsocktopt test

Do not use the g/set_flags vtable interface for g/setsocktopt methods.
Be explicit as it is for sockets only.


  Commit: d00bfd7ef8cac02d582b15f356506b8edb391f2c
      
https://github.com/parrot/parrot/commit/d00bfd7ef8cac02d582b15f356506b8edb391f2c
  Author: Reini Urban <[email protected]>
  Date:   2025-12-17 (Wed, 17 Dec 2025)

  Changed paths:
    M src/io/socket.c
    M src/platform/generic/socket.c
    M src/pmc/socket.pmc

  Log Message:
  -----------
  WIP [pmc] implement Socket::set_flags(int)

and dissect the 3 ints from it. Closes GH #909


Compare: https://github.com/parrot/parrot/compare/07ffb6117b50...d00bfd7ef8ca

To unsubscribe from these emails, change your notification settings at 
https://github.com/parrot/parrot/settings/notifications
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to