1. 12 Jul, 2017 1 commit
  2. 04 Jul, 2017 1 commit
  3. 29 Jun, 2017 1 commit
  4. 20 Apr, 2017 1 commit
  5. 06 Mar, 2017 1 commit
  6. 12 Feb, 2017 1 commit
  7. 29 Nov, 2016 1 commit
  8. 16 Nov, 2016 1 commit
  9. 25 Oct, 2016 1 commit
  10. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · 591491b1
      Jeromy authored
      This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol
      adds a 'payload' field to the protobuf message and deprecates the
      existing 'blocks' field. The 'payload' field is an array of pairs of cid
      prefixes and block data. The cid prefixes are used to ensure the correct
      codecs and hash functions are used to handle the block on the receiving
      end.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      591491b1
  11. 08 Oct, 2016 1 commit
  12. 06 Oct, 2016 1 commit
  13. 10 Sep, 2016 1 commit
  14. 09 Sep, 2016 1 commit
  15. 04 Sep, 2016 1 commit
  16. 26 Aug, 2016 1 commit
  17. 24 Jun, 2016 1 commit
  18. 01 Jun, 2016 1 commit
  19. 17 May, 2016 1 commit
  20. 10 May, 2016 1 commit
  21. 17 Apr, 2016 2 commits
  22. 11 Apr, 2016 1 commit
  23. 07 Apr, 2016 1 commit
  24. 30 Mar, 2016 1 commit
  25. 09 Mar, 2016 1 commit
  26. 13 Feb, 2016 1 commit
  27. 31 Jan, 2016 2 commits
  28. 30 Jan, 2016 2 commits
  29. 01 Jun, 2015 1 commit
  30. 31 Mar, 2015 1 commit
  31. 18 Jan, 2015 2 commits
    • Brian Tiger Chow's avatar
      feat(PQ) · 3b397e8e
      Brian Tiger Chow authored
      	refactor: peerRequestQueue
      
      	it's a mistake to make one queue to fit all. Go's lack of algebraic
      	types turns a generalized queue into a monstrosity of type
      	checking/casting. Better to have individual queues for individual
      	purposes.
      
      	Conflicts:
      		exchange/bitswap/decision/bench_test.go
      		exchange/bitswap/decision/tasks/task_queue.go
      
      	fix(bitswap.decision.PRQ): if peers match, always return result of pri comparison
      
      	fix(bitswap.decision.Engine): push to the queue before notifying
      
      	TOCTOU bug
      
      	1. client notifies
      	2. worker checks (finds nil)
      	3. worker sleeps
      	3. client pushes (worker missed the update)
      
      	test(PQ): improve documentation and add test
      
      	test(bitswap.decision.Engine): handling received messages
      
      	License: MIT
      Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
      3b397e8e
    • Brian Tiger Chow's avatar
      tests: add bench · 6f8835c5
      Brian Tiger Chow authored
      License: MIT
      Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
      6f8835c5