index
:
bencoding.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2013-12-19
Add lookAhead and match functions
Sam Truzjan
2013-12-16
Fix documentation markup
Sam Truzjan
2013-12-16
Allow to catch fail :: Get a from pure code
Sam Truzjan
2013-12-14
Override default fixity for Get operators
Sam Truzjan
2013-12-08
Expose parser and builder
Sam Truzjan
2013-12-08
Fix typo
Sam Truzjan
2013-12-08
Update docs
Sam Truzjan
2013-10-01
Added lexicographic property note
Sam Truzjan
2013-10-01
minor changes
Sam Truzjan
2013-10-01
Document Get monad
Sam Truzjan
2013-09-30
Update documentation
Sam Truzjan
2013-09-30
Update documentation
Sam Truzjan
2013-09-30
Add a couple of functions to BDict
Sam Truzjan
2013-09-30
Added documentation to BDict
Sam Truzjan
2013-09-30
Refine export list
Sam Truzjan
2013-09-30
Remove old API
Sam Truzjan
2013-09-30
Implement union function
Sam Truzjan
2013-09-30
Fix warnings
Sam Truzjan
2013-09-30
Minor optimizations
Sam Truzjan
2013-09-30
Introduce Assoc datatype
Sam Truzjan
2013-09-30
Remove old dictionary builder
Sam Truzjan
2013-09-30
Add new dictionary builders
Sam Truzjan
2013-09-29
Hide type synonims from the main API
Sam Truzjan
2013-09-29
Move rarely used predicated to Types module
Sam Truzjan
2013-09-29
Fix warnings
Sam Truzjan
2013-09-29
Rename decode and encode to mimic Binary package
Sam Truzjan
This lead to more intuitive API.
2013-09-29
Add module header
Sam Truzjan
2013-09-29
Hide internals from main API
Sam Truzjan
2013-09-29
Add documentation
Sam Truzjan
2013-09-29
Move types to separate module
Sam Truzjan
2013-09-29
Add module header
Sam Truzjan
2013-09-29
Eliminate toAscList in builder
Sam Truzjan
2013-09-29
Code style
Sam Truzjan
2013-09-29
Eliminate list conversion in parsing
Sam Truzjan
2013-09-29
Introduce BDictMap
Sam Truzjan
2013-09-28
Rename BEncoding to BEncode
Sam Truzjan
2013-09-28
Rename BEncode to BValue
Sam Truzjan
2013-09-28
Remove overlapping instances
Sam Truzjan
2013-09-28
Minor changes
Sam Truzjan
2013-09-28
Add Int{8,16,32,64} instances.
Sam Truzjan
2013-09-28
Use generic integral coders
Sam Truzjan
2013-09-28
Added generic integral coders
Sam Truzjan
2013-09-28
Code style
Sam Truzjan
2013-09-28
Fix typo
Sam Truzjan
2013-09-28
Minor refactoring
Sam Truzjan
2013-09-28
Remove some excessive SPECIALIZE pragmas
Sam Truzjan
2013-09-28
Remove duplicated LANGUAGE pragma
Sam Truzjan
2013-09-28
Guarantee zero overhead for native types
Sam Truzjan
2013-09-28
Do not unpack BString
Sam Truzjan
Since their lifetime is very short this makes no sense.
2013-09-28
BInteger = Integer; to conform specification
Sam Truzjan
[next]