Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-06 | Add ppLayoutInfo function | Sam Truzjan | |
2013-11-06 | Add smart constructors for magnets | Sam Truzjan | |
2013-11-06 | Add torrent content type | Sam Truzjan | |
2013-11-06 | Add infohash to text rendering functions | Sam Truzjan | |
2013-11-01 | Add FromJSON instance for Torrent datatype | Sam Truzjan | |
2013-11-01 | Document Tree module | Sam Truzjan | |
2013-11-01 | Document Piece module | Sam Truzjan | |
2013-11-01 | Document Block module | Sam Truzjan | |
2013-11-01 | Add documentation to Layout module | Sam Truzjan | |
2013-10-31 | Introduce PieceCount newtype | Sam Truzjan | |
2013-10-31 | Introduce BlockSize newtype | Sam Truzjan | |
2013-10-31 | move defaultBlockSize to Block module | Sam Truzjan | |
2013-10-31 | Fix PieceInfo json encoding | Sam Truzjan | |
2013-10-31 | Fix InfoHash json encoding | Sam Truzjan | |
2013-10-31 | Add instance JSON Torrent | Sam Truzjan | |
2013-10-31 | Update license | Sam Truzjan | |
2013-10-31 | Merge bittorrent package with torrent-content | Sam Truzjan | |
2013-10-17 | Move block module back | Sam Truzjan | |
2013-10-14 | Move some modules from torrent-content | Sam Truzjan | |
2013-08-16 | ~ Remove torrent-content modules. | Sam T | |
2013-07-21 | ~ Move some extensions to cabal. | Sam T | |
2013-07-21 | + Add JSON instances for Tracker info. | Sam T | |
2013-07-17 | + Add a few auxilaru functions. | Sam T | |
2013-07-17 | ~ Add stubs to nonblocking IO. | Sam T | |
2013-07-16 | ~ Fix some long standing warnings. | Sam T | |
2013-07-16 | + Add posix-like file interface. | Sam T | |
2013-07-15 | ~ Add read instance for infohash. | Sam T | |
2013-07-14 | ~ Minor changes. | Sam T | |
2013-07-14 | ~ Hide PeerSession and SwarmSession. | Sam T | |
2013-07-13 | ~ Merge routing stuff to the one module. | Sam T | |
2013-07-09 | Implement DHT server methods. | Sam T | |
2013-07-09 | ~ Move DHT to single module. | Sam T | |
2013-07-05 | ~ Add torrent path predicate. | Sam T | |
2013-07-04 | ~ Make JSON instance for Torrent. | Sam T | |
Note that we have reorder some code to follow GHC Stage Restrictions. | |||
2013-07-04 | + Add Torrent Hashable instance. | Sam T | |
2013-06-30 | + Add some SCC annotations. | Sam T | |
2013-06-30 | + Add very basic storage operations. | Sam T | |
Now we can download and make some progress, but very unstable. | |||
2013-06-29 | + Scetch basic broadcasting. | Sam T | |
2013-06-28 | ~ Use older bytestings. | Sam T | |
2013-06-20 | ~ Merge kademlia package. | Sam T | |
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-12 | + Rename to await and yield. | Sam T | |
2013-06-12 | ~ Use lens. | Sam T | |
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-11 | ~ Merge selection module to bitfield. | Sam T | |
2013-06-08 | + Add some docs. | Sam T | |
2013-06-08 | ~ Merge Block and Handshake into Protocol. | Sam T | |
We could provide better api this way. Also this refactoring should reduce compilation time. | |||
2013-06-07 | ~ Fix bitfield encoding. | Sam T | |
2013-06-07 | ~ Fix bug in torrent bencode instance. | Sam T | |
Also add encoding tests for torrent module. |