]> Sergey Matveev's repositories - btrtrc.git/log
btrtrc.git
11 years agoCreate torrent data files with at least the required size
Matt Joiner [Sat, 28 Sep 2013 18:03:04 +0000 (04:03 +1000)]
Create torrent data files with at least the required size

Truncate is required or use of mmap'd region beyond file length raises SIGBUS.

11 years agoStart implementing a basic client
Matt Joiner [Thu, 26 Sep 2013 09:49:15 +0000 (19:49 +1000)]
Start implementing a basic client

11 years agoAdd some basic protocol definitions, this will be improved in the future
Matt Joiner [Thu, 26 Sep 2013 03:43:46 +0000 (13:43 +1000)]
Add some basic protocol definitions, this will be improved in the future

11 years agoAdd torrent-verify, simple exe that logs matching pieces from a torrent file and...
Matt Joiner [Thu, 26 Sep 2013 03:43:08 +0000 (13:43 +1000)]
Add torrent-verify, simple exe that logs matching pieces from a torrent file and torrent path

11 years agoAdd torrent.Mmap and MmapSpan, types that abstract memory-mapped torrent data
Matt Joiner [Thu, 26 Sep 2013 03:42:24 +0000 (13:42 +1000)]
Add torrent.Mmap and MmapSpan, types that abstract memory-mapped torrent data

11 years agoAdd cmds 'torrent-create' and 'torrent-metainfo-pprint' using nsf's libtorgo
Matt Joiner [Thu, 19 Sep 2013 07:00:51 +0000 (17:00 +1000)]
Add cmds 'torrent-create' and 'torrent-metainfo-pprint' using nsf's libtorgo