Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-23 | Add spec for Message module | Sam Truzjan | |
2013-12-22 | More permissive default query timeout | Sam Truzjan | |
2013-12-22 | Run each handler in separate thread. | Sam Truzjan | |
This is needed because handler can call query too. The minimal example: * listener received KQuery(1); * listener dispatch corresponding handler; * handler send KQuery(2); * handler blocked waiting for response; * listener is unable to receive KQuery(2) because it is blocked on handler. So we should run each handler in separated thread otherwise dead lock can happen. | |||
2013-12-22 | Fix warnings | Sam Truzjan | |
2013-12-22 | Throw exception if query takes too long | Sam Truzjan | |
2013-12-22 | Expose Handler type synonym | Sam Truzjan | |
2013-12-21 | Separate KRPC monad from Handler monad | Sam Truzjan | |
2013-12-20 | Add default method for KRPC class | Sam Truzjan | |
2013-12-20 | Handle transactions properly | Sam Truzjan | |
2013-12-19 | Add transaction Id to error messages | Sam Truzjan | |
2013-12-19 | Add TransactionId to KQuery and KResponse | Sam Truzjan | |
2013-12-19 | Rename Protocol module to Message | Sam Truzjan | |
2013-12-19 | Move all socket stuff to KRPC module | Sam Truzjan | |
2013-12-19 | Remove param names from Method datatype | Sam Truzjan | |
2013-12-19 | Remove Scheme module | Sam Truzjan | |
2013-12-19 | Remove useless type synonyms | Sam Truzjan | |
2013-10-17 | Strictify intermediate datatypes | Sam Truzjan | |
2013-10-17 | Fix bug after migration | Sam Truzjan | |
2013-10-17 | Remove containers dependency | Sam Truzjan | |
2013-10-17 | Fix warnings | Sam Truzjan | |
2013-10-17 | Update library to use bencoding == 0.4.* | Sam Truzjan | |
2013-10-03 | Remove obsolete TODOs | Sam Truzjan | |
2013-10-03 | Eliminate bytestring copying in sendMessage function | Sam Truzjan | |
2013-10-03 | IPv6 enabled communication | Sam Truzjan | |
2013-10-01 | Stylefix | Sam Truzjan | |
2013-10-01 | Allow passing ipv6 addresses | Sam Truzjan | |
2013-09-28 | Fix documentation markup | Sam Truzjan | |
2013-09-28 | Code style | Sam Truzjan | |
2013-09-28 | Update imports | Sam Truzjan | |
2013-09-28 | Rename Remote to Network | Sam Truzjan | |
2013-09-28 | Use newer bencodable package | Sam Truzjan | |
2013-09-28 | Use BSD3 license | Sam Truzjan | |
2013-08-27 | + Expose caller address in handlers. | Sam T | |
2013-08-27 | - Remove async API. | Sam T | |
2013-08-27 | + Added Generic instance for Method. | Sam T | |
2013-08-27 | + Added show instance for method. | Sam T | |
2013-07-09 | ~ Fix documentation markup. | Sam T | |
2013-07-08 | + Document raw dictionaries passing. | Sam T | |
2013-07-08 | ~ Prettify extensions lists. | Sam T | |
2013-07-08 | ~ Code style. | Sam T | |
2013-07-08 | ~ Allow passing raw dictionaries. | Sam T | |
We need this in Kademlia DHT -- there are method which return dictionaries with different keys depending on DHT server state. | |||
2013-07-08 | ~ Fix GHC 7.6.3 warnings. | Sam T | |
2013-05-19 | ~ Make use fromAscAssocs. | Sam T | |
2013-05-19 | ~ Minor changes. | Sam T | |
2013-05-19 | ~ Document message types | Sam T | |
2013-05-19 | + Add method scheme extraction. | Sam T | |
2013-05-19 | ~ Return scheme validation back. | Sam T | |
2013-05-14 | ~ Expose some functions. | Sam T | |
2013-05-14 | + Add documentation to KRPC module. | Sam T | |
2013-05-14 | ~ Minor changes. | Sam T | |