Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-18 | Merge branch 'krpc' into dht-only | joe | |
2014-01-07 | Allow to pass options from outside | Sam Truzjan | |
2014-01-07 | Update tests and benchmarks | Sam Truzjan | |
2013-12-25 | Update benchmarks | Sam Truzjan | |
2013-10-31 | Merge bittorrent package with torrent-content | Sam Truzjan | |
2013-10-01 | Allow passing ipv6 addresses | Sam Truzjan | |
2013-09-28 | Update imports | Sam Truzjan | |
2013-08-16 | ~ Remove torrent-content modules. | Sam T | |
2013-06-29 | + Add throughput bench, simplify example. | Sam T | |
2013-06-13 | ~ Fix wall suggestions. | Sam T | |
2013-06-09 | ~ Hide *.Protocol modules. | Sam T | |
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-19 | ~ Remove duplicated benchmarks. | Sam T | |
2013-05-14 | ~ Expose some functions. | Sam T | |
2013-05-14 | + Add hunit tests. | Sam T | |
2013-05-14 | ~ Minor changes. | Sam T | |
2013-05-12 | + Add basic bench. | Sam T | |
2013-05-05 | ~ Move bitfields to Data. | Sam T | |
2013-05-05 | + Add bitfield completeness function. | Sam T | |
2013-05-05 | ~ Minor changes. | Sam T | |
2013-05-05 | + Add some benchs. | Sam T | |
2013-05-05 | + Add Selection module skeleton. | Sam T | |
2013-05-05 | ~ Performance improvements: binary bitfield operations. | Sam T | |
2013-05-04 | + Add bench for intersection & union | Sam T | |
2013-05-04 | + Add benchmarks for bitfields. | Sam T | |
2013-05-03 | + Add bitfield module. | Sam T | |
2013-04-21 | ~ Rename modules. | Sam T | |
2013-04-07 | rename PWP to PeerWire | Sam T | |
2013-04-03 | + bench | Sam T | |