]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2015-02-26 Matt JoinerAdd various helpers to Info
2015-02-26 Matt JoinerFixes for single/multi-file torrent Infos
2015-01-27 Matt JoinerAdd UpvertedFiles() to Info to make single-file torrent...
2014-12-02 Matt JoinerDecoding bools has been wrong all along, always set...
2014-12-02 Matt JoinerUse the same info bytes from a decode, for a recode
2014-12-02 Matt JoinerEnsure that encoded and decoded forms match
2014-11-28 Matt JoinerNeed to break from the parent soon...
2014-11-19 Matt JoinerExpose SyntaxError reason with a proper error
2014-07-13 Matt JoinerExpose MetaData directly so it can be bencoded from...
2014-06-28 Matt JoinerRename torrent package to metainfo; expose MetaInfo...
2014-03-19 Matt JoinerFix buffer reuse bug and some formatting.
2012-07-10 nsftorrent: Fix documentation.
2012-07-10 nsfPromote DefaultName and TotalSize to methods. The need...
2012-07-10 nsftorrent: Remove the ugly interface{} dependent API...
2012-07-08 nsftorrent: Fix bug with common part not being cut off.
2012-07-08 nsfIntroduce the notion of Batch.
2012-07-07 nsfClarify 'AddURL' -> 'AddWebSeedURL'.
2012-07-05 nsfOmg, haven't tested before committing, what a shame. :D
2012-07-05 nsfAdd more parameter checks and cleaning.
2012-07-05 nsfAdd Builder docs. A bit shallow for now, but whatever.
2012-07-05 nsfAdd Builder interface for creating .torrent files.
2012-07-05 nsfAdd MarshalBencode to the torrent_info_ex, will be...
2012-07-03 nsfRemove md5sum fields from the encoder/decoder helper...
2012-07-01 nsfCosmetic change File -> MetaInfo. Update docs as well.
2012-06-30 nsfAdd torrent.File documentation.
2012-06-30 nsfAdd more comments to the bencode library. Implement...
2012-06-29 nsfTweak interface slightly.
2012-06-27 nsfAdd first bits of "torrent" library (.torrent file...
2012-06-27 nsfFix bugs, implement missing bits. Made a mess, can...
2012-06-24 nsfFix Marshaler case.
2012-06-24 nsfAdd MarshalBencode test.
2012-06-24 nsfAdd bufio.Writer error handling, move Flush to the...
2012-06-22 nsfAdd a couple of decode tests, fix empty slice bug.
2012-06-22 nsfAdd missing interface definitions.
2012-06-20 nsfUncomment defer recover statement.
2012-06-20 nsfInitial commit.