]> Sergey Matveev's repositories - btrtrc.git/log
btrtrc.git
12 years agoCosmetic change File -> MetaInfo. Update docs as well.
nsf [Sun, 1 Jul 2012 19:05:10 +0000 (01:05 +0600)]
Cosmetic change File -> MetaInfo. Update docs as well.

12 years agoAdd torrent.File documentation.
nsf [Sat, 30 Jun 2012 16:34:18 +0000 (22:34 +0600)]
Add torrent.File documentation.

12 years agoAdd more comments to the bencode library. Implement UnmarshalerError.
nsf [Sat, 30 Jun 2012 16:26:20 +0000 (22:26 +0600)]
Add more comments to the bencode library. Implement UnmarshalerError.

12 years agoTweak interface slightly.
nsf [Fri, 29 Jun 2012 22:23:02 +0000 (04:23 +0600)]
Tweak interface slightly.

Load instead of Open. Open gives an idea that there should be Close somewhere,
which is not true. Load is load.

Info is now a member instead of an accessor. Who needs these anyway.

12 years agoAdd first bits of "torrent" library (.torrent file manipulation).
nsf [Wed, 27 Jun 2012 20:26:56 +0000 (02:26 +0600)]
Add first bits of "torrent" library (.torrent file manipulation).

Add missing testdata for bencode also.

12 years agoFix bugs, implement missing bits. Made a mess, can't describe properly.
nsf [Wed, 27 Jun 2012 20:21:26 +0000 (02:21 +0600)]
Fix bugs, implement missing bits. Made a mess, can't describe properly.

12 years agoFix Marshaler case.
nsf [Sun, 24 Jun 2012 11:10:53 +0000 (17:10 +0600)]
Fix Marshaler case.

12 years agoAdd MarshalBencode test.
nsf [Sun, 24 Jun 2012 11:10:27 +0000 (17:10 +0600)]
Add MarshalBencode test.

12 years agoAdd bufio.Writer error handling, move Flush to the internal code.
nsf [Sun, 24 Jun 2012 10:59:04 +0000 (16:59 +0600)]
Add bufio.Writer error handling, move Flush to the internal code.

12 years agoAdd a couple of decode tests, fix empty slice bug.
nsf [Fri, 22 Jun 2012 13:34:26 +0000 (19:34 +0600)]
Add a couple of decode tests, fix empty slice bug.

12 years agoAdd missing interface definitions.
nsf [Fri, 22 Jun 2012 13:34:04 +0000 (19:34 +0600)]
Add missing interface definitions.

12 years agoUncomment defer recover statement.
nsf [Wed, 20 Jun 2012 13:34:10 +0000 (19:34 +0600)]
Uncomment defer recover statement.

12 years agoInitial commit.
nsf [Wed, 20 Jun 2012 13:21:32 +0000 (19:21 +0600)]
Initial commit.