[wesnoth-commits] [wesnoth/wesnoth] de83a8: Network Asio: simplify split_buffers

Charles Dang noreply at github.com
Sun Dec 6 15:09:03 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: de83a80d5eccccd0fb5ca7ff8e4e8b90c887cb86
      https://github.com/wesnoth/wesnoth/commit/de83a80d5eccccd0fb5ca7ff8e4e8b90c887cb86
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2020-12-07 (Mon, 07 Dec 2020)

  Changed paths:
    M src/network_asio.cpp

  Log Message:
  -----------
  Network Asio: simplify split_buffers

Like noted in the similar function in wesnothd_connection (see 40441fecb437be413993106fdf98eca1c93a5fcc), this seems to
operate on a single buffer rather than a range of them.


  Commit: 601789efa0945d60dd3dba62da9f9fb9cf1904e2
      https://github.com/wesnoth/wesnoth/commit/601789efa0945d60dd3dba62da9f9fb9cf1904e2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2020-12-07 (Mon, 07 Dec 2020)

  Changed paths:
    M src/network_asio.cpp
    M src/wesnothd_connection.cpp

  Log Message:
  -----------
  Explicitly disable deprecated boost::asio APIs client-side


Compare: https://github.com/wesnoth/wesnoth/compare/40441fecb437...601789efa094



More information about the Commits mailing list