Branch: refs/heads/rurban/sockopt-gh909
  Home:   https://github.com/parrot/parrot
  Commit: e180cbb03ca781ca357d43ec00d704ea801c5d52
      
https://github.com/parrot/parrot/commit/e180cbb03ca781ca357d43ec00d704ea801c5d52
  Author: Reini Urban <[email protected]>
  Date:   2025-12-18 (Thu, 18 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: fc5c75fce700d60862fe1a8c477b7cd36b82e875
      
https://github.com/parrot/parrot/commit/fc5c75fce700d60862fe1a8c477b7cd36b82e875
  Author: Reini Urban <[email protected]>
  Date:   2025-12-18 (Thu, 18 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: 072404ee6ab212e5dddc5eebe6e82ba30501d88e
      
https://github.com/parrot/parrot/commit/072404ee6ab212e5dddc5eebe6e82ba30501d88e
  Author: Reini Urban <[email protected]>
  Date:   2025-12-18 (Thu, 18 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/3f61012876a0...072404ee6ab2

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