index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Data
Age
Commit message (
Collapse
)
Author
2017-07-14
Removed ip polymorphism from PeerAddr type.
joe
2017-06-09
Rename Network.BitTorrent.Address -> Network.Address
joe
2017-06-09
Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routing
joe
2017-06-09
Started migration away from KRPC class.
joe
2017-06-08
Renamed Data.Tox -> Network.DatagramServer.Tox
joe
2017-06-08
Renamed Network.RPC -> Network.DatagramServer.Types
joe
2017-06-08
WIP: Adapting DHT to Tox network (part 6).
joe
2017-06-08
WIP: Adapting DHT to Tox network (part 5).
joe
2017-06-07
WIP: Adapting DHT to Tox network (part 4).
joe
2017-06-07
Switch to cryptonite-based hashing.
joe
2017-06-04
WIP: Adapting DHT to Tox network.
joe
2017-02-01
New improved iterative search algorithm.
joe
2017-01-27
Switched PSQueue to psqueues for strict spine.
joe
2017-01-23
build fixes
James Crayne
2017-01-22
More robust unicode handling.
joe
2017-01-18
Merge branch 'krpc' into dht-only
joe
2017-01-18
Aeson-based pretty-printing of server requests.
joe
2017-01-17
Clean up all warnings (ghc 8.0.1) in DHT component.
joe
2017-01-03
Implementation for CRC32C (Castagnoli) hash.
joe
2016-12-31
Made bits-extras dependency optional.
joe
2016-08-20
Build fixes.
joe
2015-03-29
Updates to build against newer libraries:
joe
* prettyclass instead of deprecated pretty-class * use pPrint instead of pretty * backported to iproute-1.2.11 (convenient for debian jessie)
2014-04-08
Hide progress module
Sam Truzjan
2014-04-08
Hide Tree.hs module
Sam Truzjan
2014-04-08
Move bitfield to exchange subsystem
Sam Truzjan
2014-04-08
Merge PeerAddr and NodeAddr modules
Sam Truzjan
2014-04-04
[Torrent] Tidy import list
Sam Truzjan
2014-04-04
[Torrent] Tidy export list
Sam Truzjan
2014-04-04
Move HashList to Torrent module
Sam Truzjan
2014-04-04
Move layout info to Torrent module
Sam Truzjan
2014-04-04
Move Infohash and Magnet to Torrent module
Sam Truzjan
2014-04-04
Remove aeson dependency
Sam Truzjan
2014-03-20
Fix bug in mapWhile function
Sam Truzjan
2014-03-20
Add instance ToJSON TrackerEntry
Sam Truzjan
2014-02-28
Add link to the magnet: uri scheme registration entry
Sam Truzjan
2014-02-26
Bump aeson dependency
Sam Truzjan
2014-02-16
Add warning to not include bootstrap nodes in tNodes
Sam Truzjan
2014-02-16
More precise types for tNodes torrent file field
Sam Truzjan
2014-02-06
Add Default instance for Torrent datatype
Sam Truzjan
2014-01-09
Rename Node.hs to NodeInfo.hs
Sam Truzjan
2014-01-06
Add check command to mktorrent utility
Sam Truzjan
2014-01-05
Implement getBitfield and genPieceInfo functions
Sam Truzjan
2014-01-05
Add hashPiece function
Sam Truzjan
2014-01-05
Rename mkBitfield to fromList
Sam Truzjan
2014-01-05
Make Torrent(tAnnounce) field optional
Sam Truzjan
2014-01-05
Prettify bitfield export list
Sam Truzjan
2014-01-05
Add Bitfield.full function
Sam Truzjan
2014-01-01
Add PieceHash type synonym
Sam Truzjan
2014-01-01
Rename HashArray to HashList.
Sam Truzjan
Hash list is well established name for this kind of objects. Also `hash array' sometimes refer for `hash table's but not `hash list's.
2013-12-27
Fix get_peers response encoding
Sam Truzjan
[next]