1. 22 Aug, 2013 2 commits
    • Christian Heimes's avatar
      Issue #18747: Use a parent atfork handler instead of a child atfork handler. · 69643811
      Christian Heimes authored
      fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
      69643811
    • R David Murray's avatar
      #18324: set_payload now correctly handles binary input. · 5c5e0349
      R David Murray authored
      This also backs out the previous fixes for for #14360, #1717, and #16564.
      Those bugs were actually caused by the fact that set_payload didn't decode to
      str, thus rendering the model inconsistent.  This fix does mean the data
      processed by the encoder functions goes through an extra encode/decode cycle,
      but it means the model is always consistent.  Future API updates will provide
      a better way to encode payloads, which will bypass this minor de-optimization.
      
      Tests by Vajrasky Kok.
      5c5e0349
  2. 21 Aug, 2013 4 commits
  3. 20 Aug, 2013 2 commits
  4. 19 Aug, 2013 6 commits
  5. 18 Aug, 2013 4 commits
  6. 17 Aug, 2013 6 commits
  7. 16 Aug, 2013 9 commits
  8. 15 Aug, 2013 4 commits
  9. 14 Aug, 2013 2 commits
  10. 13 Aug, 2013 1 commit