1. 22 Aug, 2013 1 commit
    • R David Murray's avatar
      #18324: set_payload now correctly handles binary input. · 00ae435d
      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.
      00ae435d
  2. 21 Aug, 2013 3 commits
  3. 20 Aug, 2013 2 commits
  4. 19 Aug, 2013 1 commit
  5. 18 Aug, 2013 1 commit
  6. 17 Aug, 2013 2 commits
  7. 16 Aug, 2013 3 commits
  8. 15 Aug, 2013 1 commit
  9. 13 Aug, 2013 1 commit
  10. 12 Aug, 2013 2 commits
  11. 10 Aug, 2013 5 commits
  12. 08 Aug, 2013 2 commits
  13. 06 Aug, 2013 1 commit
  14. 03 Aug, 2013 6 commits
  15. 02 Aug, 2013 2 commits
  16. 30 Jul, 2013 1 commit
  17. 28 Jul, 2013 2 commits
  18. 26 Jul, 2013 4 commits