[parrot/parrot] e5378b: [spec] GH #909 Update the socket doc for read and ...

GitHub noreply at github.com
Wed Jan 9 15:10:10 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: e5378bfc75c4ec7d702aeebbebe651d337f28aca
      https://github.com/parrot/parrot/commit/e5378bfc75c4ec7d702aeebbebe651d337f28aca
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M src/pmc/socket.pmc

  Log Message:
  -----------
  [spec] GH #909 Update the socket doc for read and recv for our new POSIX behaviour

Before parrot-4.10 the high-level read() returned the wanted amount of bytes.
Now it behaves the same as recv(), which means that up to bytes are returned

We might want to add a setsockopt(level, option, value) method.


  Commit: 2da776e436ea320340a7a98b867f5d99eda5fded
      https://github.com/parrot/parrot/commit/2da776e436ea320340a7a98b867f5d99eda5fded
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M t/pmc/socket.t

  Log Message:
  -----------
  [GH #909] Add test for chunked socket read

Socket.read will return chunked parts.


  Commit: d265b1d9c2b9166990d5b7d3f85819ecc8cfefae
      https://github.com/parrot/parrot/commit/d265b1d9c2b9166990d5b7d3f85819ecc8cfefae
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M src/pmc/socket.pmc
    M t/pmc/socket.t

  Log Message:
  -----------
  Merge branch 'rurban/socket-gh909'


  Commit: c348a0c29fbd9f1483d49cbbe92b9c466d7c8899
      https://github.com/parrot/parrot/commit/c348a0c29fbd9f1483d49cbbe92b9c466d7c8899
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M api.yaml

  Log Message:
  -----------
  Add api.yaml entry for GH #909 Socket.read(>512)


Compare: https://github.com/parrot/parrot/compare/a0a6482956ab...c348a0c29fbd


More information about the parrot-commits mailing list