Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-13 | ~ Fix wall suggestions. | Sam T | |
2013-06-12 | ~ Minor fixes. | Sam T | |
* Annotate all required fields as strict. These are always used and there is no reason to keep them lazy. * Augment user errors with location. | |||
2013-06-11 | ~ Use exception in fromFile. | Sam T | |
Again, the problem is that one function returns errors in two different ways: Either and IO exceptions. It's better to just throw exception in either case. | |||
2013-06-07 | ~ Fix bug in torrent bencode instance. | Sam T | |
Also add encoding tests for torrent module. | |||
2013-06-06 | ~ Add docs to Torrent module. | Sam T | |
2013-06-02 | ~ Use pretty package for pretty print. | Sam T | |
This is a bit faster and pretty! | |||
2013-06-02 | ~ Merge InfoHash to Torrent. | Sam T | |
This allow to provide better interface. | |||
2013-05-19 | ~ Prettify Torrent module a bit. | Sam T | |
2013-05-03 | + Add some bitfield operations. | Sam T | |
2013-05-01 | ~ Fix documentation markup. | Sam T | |
2013-04-24 | ~ One less orphan instance. | Sam T | |
2013-04-24 | ~ Add utility functions. | Sam T | |
2013-04-24 | + Add root path to contentLayout. | Sam T | |
2013-04-24 | ~ Add some utility functions. | Sam T | |
2013-04-22 | + Add some utility functions. | Sam T | |
2013-04-22 | ~ Many cosmetic fixes, including: | Sam T | |
* Fix ty of length * Fix names after name changes. * Rename dataty names to more suitable. TorrentInfo -> ContentInfo, TorrentFile -> FileInfo | |||
2013-04-22 | ~ Fix field names. | Sam T | |
2013-04-17 | + Add stability and portability doc strings. | Sam T | |
2013-04-14 | ~ fix length type | Sam T | |
2013-04-13 | ~ fix docs | Sam T | |
2013-04-13 | + add docs | Sam T | |
2013-04-08 | + mk newtype for info hash | Sam T | |
2013-04-04 | remove unneccessary dependencies | Sam T | |
2013-04-03 | + torrent metainfo | Sam T | |