1. 07 Feb, 2013 1 commit
    • Ian Lance Taylor's avatar
      net: permit pollster DelFD to return whether to call Wakeup · 0592c449
      Ian Lance Taylor authored
      This is necessary for systems that use select as the pollster,
      such as Solaris (supported by gccgo).  It corresponds to the
      bool returned by AddFD.  In general it's not clearly defined
      what happens when a descriptor used in a select is closed, and
      different systems behave differently.  Waking up the select
      will cause the right thing to happen: the closed descriptor
      will be dropped from the next iteration.
      
      R=golang-dev, bradfitz
      CC=golang-dev
      https://golang.org/cl/7303056
      0592c449
  2. 06 Feb, 2013 6 commits
  3. 05 Feb, 2013 14 commits
  4. 04 Feb, 2013 19 commits