Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-07 | + Add tests for bitfield. | Sam T | |
2013-06-06 | + Add some tests. | 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-06-02 | ~ Use IntSet instead of ByteString for bitfields. | Sam T | |
There are several reasons for this: * IntSet is stored in ordinary heap, while ByteStrings in pinned memory; * Our IntSet's should be much faster 90% time. (in typical BT client) Hovewer in worst case IntSet is slower, but difference should is not so big. (We should measure this although) * It's pure, tested, error-free and much more convenient. Moreover we have kill a lot of ugly code! | |||
2013-05-25 | ~ Use PortNumber instead of Word16 in Port message. | Sam T | |
2013-05-08 | ~ Fix handshake. | Sam T | |
2013-05-05 | ~ Move bitfields to Data. | Sam T | |
2013-05-05 | + Add bitfield completeness function. | Sam T | |
2013-05-04 | + Add some test cases for findMin & finMax. | Sam T | |
2013-05-03 | + Add more properties for bitfield operations. | Sam T | |
2013-05-03 | + Add tests for bitfield min & max. | Sam T | |
2013-05-03 | + Add initial tests for bitfields. | Sam T | |
2013-05-03 | + Add bitfield module. | Sam T | |
2013-04-21 | ~ Rename modules. | Sam T | |
2013-04-08 | - remove client test | Sam T | |
2013-04-08 | remove reduntant imports | Sam T | |
2013-04-08 | fix tests | Sam T | |
2013-04-08 | + mk newtype for info hash | Sam T | |
2013-04-07 | ~ make info hash test meaningful | Sam T | |
2013-04-07 | + peer id test | Sam T | |
2013-04-07 | add tests for handshake | Sam T | |
2013-04-05 | + add THP | Sam T | |
2013-04-04 | remove unneccessary dependencies | Sam T | |
2013-04-03 | + tests | Sam T | |