An error occurred fetching the project authors.
  1. 11 Mar, 2013 2 commits
  2. 05 Mar, 2013 1 commit
  3. 04 Mar, 2013 1 commit
  4. 01 Mar, 2013 1 commit
  5. 21 Feb, 2013 1 commit
  6. 18 Feb, 2013 1 commit
  7. 11 Feb, 2013 1 commit
  8. 08 Feb, 2013 6 commits
  9. 28 Jan, 2013 2 commits
  10. 22 Jan, 2013 1 commit
    • Tristan Cavelier's avatar
      revisionstorage updated to pass tests · a9c06bba
      Tristan Cavelier authored
      "put" and "post" improved to update a document with its revision history
      jio.put({"_id": "mydoc", "_revs": ["2-second", "1-first"]}, callback);
      revs_info will be [{
        "rev": "2-second",
        "status": "available"
      }, {
        "rev": "1-first",
        "status": "missing"
      }]
      a9c06bba
  11. 16 Jan, 2013 1 commit
  12. 14 Jan, 2013 1 commit
  13. 10 Jan, 2013 1 commit
  14. 08 Jan, 2013 8 commits
  15. 07 Jan, 2013 11 commits
  16. 28 Dec, 2012 1 commit