]> gitweb.factorcode.org Git - factor.git/history - extra/bittorrent/bittorrent.factor
core: subseq-index? -> subseq-of?
[factor.git] / extra / bittorrent / bittorrent.factor
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemanfactor: use new words
2022-01-20 Doug Colemanfactor: more using trim
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2020-11-23 Doug Colemanbittorrent: Add a magnet tuple.
2020-11-05 John Benediktssonbittorrent: fix read-messages.
2020-11-04 John Benediktssonbittorrent: remove debug for now.
2020-11-03 John Benediktssonbittorrent: adding some client handling.
2020-01-29 John Benediktssonbittorrent: fix check-bitfield, add a test.
2020-01-24 John BenediktssonMerge pull request #2235 from kusumotonorio/system...
2020-01-24 John Benediktssonbittorrent: initial commit of message parsing.