]>
Git — Sourcephile - haskell/symantic-http.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Julien Moutinho [Thu, 7 Nov 2019 05:07:45 +0000 (05:07 +0000)]
stack: bump to lts-14.13
Julien Moutinho [Thu, 27 Jun 2019 23:34:38 +0000 (23:34 +0000)]
server: bump cabal version
Julien Moutinho [Thu, 27 Jun 2019 23:32:54 +0000 (23:32 +0000)]
make: fix linting
Julien Moutinho [Thu, 27 Jun 2019 23:32:35 +0000 (23:32 +0000)]
server: fix the recursion into Router
Julien Moutinho [Thu, 27 Jun 2019 23:31:11 +0000 (23:31 +0000)]
server: polish the use of Map
Julien Moutinho [Thu, 23 May 2019 23:28:16 +0000 (23:28 +0000)]
api: fix documentation
Julien Moutinho [Thu, 23 May 2019 23:27:51 +0000 (23:27 +0000)]
server: drop Fail errors when FailFatal
Julien Moutinho [Sun, 19 May 2019 16:55:07 +0000 (16:55 +0000)]
Bump stack resolver to lts-13.19
Julien Moutinho [Sat, 13 Apr 2019 21:15:29 +0000 (21:15 +0000)]
Fix typos in comments
Julien Moutinho [Wed, 10 Apr 2019 23:19:07 +0000 (23:19 +0000)]
Add raw combinator
Julien Moutinho [Wed, 10 Apr 2019 18:36:14 +0000 (18:36 +0000)]
Fix static routing
Julien Moutinho [Tue, 9 Apr 2019 15:34:16 +0000 (15:34 +0000)]
Factorizing captures is semantically wrong
Julien Moutinho [Tue, 9 Apr 2019 03:57:48 +0000 (03:57 +0000)]
Fix fixity of (<.>) and (</>)
Julien Moutinho [Mon, 8 Apr 2019 23:36:52 +0000 (23:36 +0000)]
Optimize dynamic routing by factorizing captures
Julien Moutinho [Mon, 1 Apr 2019 02:07:38 +0000 (02:07 +0000)]
Optimize static routing with a Map instead of (<!>)
Julien Moutinho [Fri, 29 Mar 2019 01:22:31 +0000 (01:22 +0000)]
Remove old stack.yaml
Julien Moutinho [Tue, 26 Mar 2019 03:26:33 +0000 (03:26 +0000)]
Add symantic-http-doc
Julien Moutinho [Mon, 25 Mar 2019 01:52:15 +0000 (01:52 +0000)]
Split into multiple packages with their own dependencies
Julien Moutinho [Sun, 24 Mar 2019 19:23:50 +0000 (19:23 +0000)]
Add streaming support through pipes
Julien Moutinho [Tue, 12 Mar 2019 21:39:33 +0000 (21:39 +0000)]
Cleanup replacement mistakes
Julien Moutinho [Tue, 12 Mar 2019 21:21:43 +0000 (21:21 +0000)]
Cleanup stack.yaml
Julien Moutinho [Tue, 12 Mar 2019 21:21:27 +0000 (21:21 +0000)]
Rename MIME types
Julien Moutinho [Mon, 11 Mar 2019 16:43:27 +0000 (16:43 +0000)]
Remove noise
Julien Moutinho [Mon, 11 Mar 2019 15:11:32 +0000 (15:11 +0000)]
Remove serverState_offset
Julien Moutinho [Mon, 11 Mar 2019 13:32:51 +0000 (13:32 +0000)]
Improve ServerResponse
Julien Moutinho [Sat, 9 Mar 2019 18:15:10 +0000 (18:15 +0000)]
Improve MIME support
Julien Moutinho [Sat, 9 Mar 2019 02:04:39 +0000 (02:04 +0000)]
Add support for multiple MIME types
Julien Moutinho [Fri, 8 Mar 2019 14:44:54 +0000 (14:44 +0000)]
Rename stuffs and init client testing
Julien Moutinho [Wed, 6 Mar 2019 23:29:24 +0000 (23:29 +0000)]
Add basicAuth symantic
Julien Moutinho [Wed, 6 Mar 2019 01:30:45 +0000 (01:30 +0000)]
Rename and reorganize stuffs
Julien Moutinho [Tue, 5 Mar 2019 18:53:40 +0000 (18:53 +0000)]
Replace megaparsec with a custom parser
This enables to prioritize errors independantly from
the actual sequence of combinators in the API.
Julien Moutinho [Sun, 24 Feb 2019 18:37:01 +0000 (18:37 +0000)]
Stop here to drop megaparsec
Julien Moutinho [Sat, 23 Feb 2019 15:18:21 +0000 (15:18 +0000)]
Remove old module
Julien Moutinho [Sat, 23 Feb 2019 12:40:20 +0000 (12:40 +0000)]
Drop the Language prefix in module names
Julien Moutinho [Wed, 20 Feb 2019 05:50:04 +0000 (05:50 +0000)]
Rewrite the API builder with a composable sprintf/scanf design
Julien Moutinho [Wed, 20 Feb 2019 01:53:25 +0000 (01:53 +0000)]
Stop here to redesign the API à la sprintf/scanf
Julien Moutinho [Sat, 29 Dec 2018 13:13:41 +0000 (14:13 +0100)]
init