An open API service providing commit metadata for open source projects.

GitHub / haskell-distributed/distributed-process-client-server / commits

SHA Message Author Date Stats
aaf5329c Update README.md Laurent P. René de Cotret <L****C@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
f80a329a Version bump. Alexander Vershilov <a****v@g****m> about 8 years ago
53aa947f Support old exceptions package. Alexander Vershilov <a****v@g****m> about 8 years ago
efc9bc26 Fix typo. Alexander Vershilov <a****v@g****m> about 8 years ago
dab25343 Version bump 0.2.5 Alexander Vershilov <a****v@g****m> about 8 years ago
7c8bca48 merge Merge branch 'adjoint-io-master' Alexander Vershilov <a****v@g****m> about 8 years ago
daff36d9 merge Merge branch 'master' of https://github.com/adjoint-io/distributed-process-cl... Alexander Vershilov <a****v@g****m> about 8 years ago
fb34b166 Fix CI (#23) Alexander Vershilov <a****v@g****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
f60343b5 Fix dep bounds tdietert <t****s@a****o> about 8 years ago
2fd46722 Remove unnecessary extra-deps tdietert <t****s@a****o> about 8 years ago
ac1dbac7 merge Merge pull request #21 from adjoint-io/master Alexander Vershilov <a****v@g****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
7e705461 Add correct dependencies to stack.yaml to support d-p-0.7.3 tdietert <t****s@a****o> about 8 years ago
8db4a79d merge Merge pull request #1 from adjoint-io/update-deps Stephen Diehl <s****l@g****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
57dca3a4 Change distributed-process dep upper and lower bound Alberto Centelles <c****o@g****m> about 8 years ago
edeaa4b6 Update dependencies Alberto Centelles <c****o@g****m> about 8 years ago
ab2194ef Update README.md Vaibhav Sagar <v****r@g****m>
Committed by: Alexander Vershilov <a****v@g****m>
about 9 years ago
c2bd4133 Add CHANGELOG [ci skip] Tim Watson <w****y@g****m> over 9 years ago
22fa1dc3 Bump version Tim Watson <w****y@g****m> over 9 years ago
78f30259 Ensure replyTo sends CallResponse Tim Watson <w****y@g****m> over 9 years ago
e014da9b Bump version Tim Watson <w****y@g****m> over 9 years ago
ce0654b0 Expose the Gen APIs more generally Tim Watson <w****y@g****m> over 9 years ago
935516a3 Bump version Tim Watson <w****y@g****m> over 9 years ago
ceaf6b48 Expose enqueue Tim Watson <w****y@g****m> over 9 years ago
5589d9ef tweak signature of 'safely' Tim Watson <w****y@g****m> over 9 years ago
36b179ec Allow carte blanche safe execution Tim Watson <w****y@g****m> over 9 years ago
b88d84e6 Expose internals Tim Watson <w****y@g****m> over 9 years ago
de4334d6 Expose the 'act' API from Priority Server Tim Watson <w****y@g****m> over 9 years ago
827552f8 Implement ProcessBecome (#18) Tim Watson <w****y@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
741ae23b Safe Handler Execution (#17) Tim Watson <w****y@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
8ad94262 Haddocks Tim Watson <w****y@g****m> over 9 years ago
892ce8db Expose the GenProcess API a bit more completely Tim Watson <w****y@g****m> over 9 years ago
9486fd00 Initial support for internal timers Tim Watson <w****y@g****m> over 9 years ago
325de32d Timer docs! Tim Watson <w****y@g****m> over 9 years ago
bd3508d5 additional filter expression Tim Watson <w****y@g****m> over 9 years ago
eadaaeef merge Re-implement Prioritised Managed Processes Tim Watson <w****y@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
ad4fe188 Input filters/checks API - work in progress Tim Watson <w****y@g****m> over 9 years ago
90bca8cc Support for message filtering Tim Watson <w****y@g****m> over 9 years ago
7063cd54 Add support for rejecting call messages Tim Watson <w****y@g****m> over 9 years ago
272ecde1 Re-implement Prioritised Managed Processes Tim Watson <w****y@g****m> over 9 years ago
6b04a2f4 documentation/notes [ci skip] Tim Watson <w****y@g****m> over 9 years ago
0cc32aed Read external input vectors in the prioritised mailbox drain loop Tim Watson <w****y@g****m> over 9 years ago
3c8d03be Prioritised Process Improvements Tim Watson <w****y@g****m> over 9 years ago
c850b299 tidy and add missing haddocks Tim Watson <w****y@g****m> over 9 years ago
31fb9064 Don’t depend on data-accessor Tim Watson <w****y@g****m> over 9 years ago
0871f0f6 Update bounds and increment version Tim Watson <w****y@g****m> over 9 years ago
9cdfddfa Cosmetic Tim Watson <w****y@g****m> over 9 years ago
8c71b4eb Fix safeCall in UnsafeClient Tim Watson <w****y@g****m> over 9 years ago
bfc005a7 Update copyright Tim Watson <w****y@g****m> over 9 years ago
3f414563 fix(PrioritisedProcess): use RecvTimeoutPolicy to ensure we don’t get stuck r... Tim Watson <w****y@g****m> over 9 years ago
adc7a7c5 merge Stick state arg to request and unify types across handlers Tim Watson <w****y@g****m> over 9 years ago
5f2c5bb0 Tighten up exception handling in safeCall - fixes #8 Tim Watson <w****y@g****m> over 9 years ago
936c679f fix readme [ci skip] Tim Watson <w****y@g****m> over 9 years ago
2ee00f6f re-engage travis Tim Watson <w****y@g****m> over 9 years ago
7cc42173 junk debris Tim Watson <w****y@g****m> over 9 years ago
061135b1 merge Handle arbitrary STM actions Tim Watson <w****y@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
4a7efadf english... [ci skip] Tim Watson <w****y@g****m> over 9 years ago
6b5848bc Simplify down to one Dispatcher type Tim Watson <w****y@g****m> over 9 years ago
358bf5c1 use a new server for each test case (failing math server tests) Tim Watson <w****y@g****m> over 9 years ago
76689d5e documentation Tim Watson <w****y@g****m> over 9 years ago
c87c39f6 upgrade to -extras-0.3.1 and remove a lot of noise Tim Watson <w****y@g****m> over 9 years ago
1e6a29db cosmetic Tim Watson <w****y@g****m> over 9 years ago
a5fa5d44 handle server failures in callSTM a bit more robustly - and at least attempt ... Tim Watson <w****y@g****m> over 9 years ago
0bf42bf3 cosmetic Tim Watson <w****y@g****m> over 9 years ago
139ec87b ensure we don’t spawn prioritised processes using DispatchExtern Tim Watson <w****y@g****m> over 9 years ago
58e298a9 document handleExternal Tim Watson <w****y@g****m> over 9 years ago
04d6349a fix(doc): prioritised process definitions cannot utilise control channels or ... Tim Watson <w****y@g****m> over 9 years ago
15319ae2 Map `call` semantics onto STM actions and provide an API Tim Watson <w****y@g****m> over 9 years ago
ac5265f7 Add test cases and fix test compilation Tim Watson <w****y@g****m> over 9 years ago
e20135fb Provide a way for STM actions to be composed alongside api handlers Tim Watson <w****y@g****m> over 9 years ago
65281a96 GHC 8.x is now very fussy, work around for now by adding orphan instances Tim Watson <w****y@g****m> over 9 years ago
7abda878 Put back in a missing test case Tim Watson <w****y@g****m> over 9 years ago
a2e8f916 reference the right test libraries Tim Watson <w****y@g****m> over 9 years ago
a0ecaee7 travis tweaks and some *shudder* orphan instances to get 8.0.2 to shut up for... Tim Watson <w****y@g****m> over 9 years ago
0bf2b440 tweak bounds and stackify Tim Watson <w****y@g****m> over 9 years ago
e78ac26f merge Merge pull request #6 from 3noch/master Alexander Vershilov <a****v@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
05eff244 Bump upper bounds on binary everywhere 3noch <e****n@g****m> over 9 years ago
95467803 Bump upper bound on time 3noch <e****n@g****m> over 9 years ago
fd80d471 Drop commented out code. Alexander Vershilov <a****v@g****m> over 9 years ago
e0545c99 merge Merge pull request #4 from agentm/master Alexander Vershilov <a****v@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
84b4f40c make adjustments for GHC 8 support AgentM <a****m@t****m> over 9 years ago
fc4f0c35 Update maintainer field. Facundo Domínguez <f****z@t****o> about 10 years ago
c6ee2b38 Extract CallHandler and ActionHandler and express others from there. Alexander Bondarenko <a****m@g****m> over 10 years ago
72db1d2d Pull together similar handler types. Alexander Bondarenko <a****m@g****m> over 10 years ago
49695f71 Move state argument into CallHandler-like position. Alexander Bondarenko <a****m@g****m> over 10 years ago
927e5227 Bump version to 0.1.3.2. Facundo Domínguez <f****z@t****o> over 10 years ago
c99af18e Relax d-p and n-t-tcp upper bounds. Facundo Domínguez <f****z@t****o> over 10 years ago
a43ad1b2 Bump up to 0.1.3.1. Alexander Vershilov <a****v@g****m> almost 11 years ago
3ea20cf3 Remove obsolete top-level Makefile. Mathieu Boespflug <m****@t****o> almost 11 years ago
5d2ae131 Update README.md Alexander Vershilov <a****v@g****m> about 11 years ago
bb6d688e Update readme Alexander Vershilov <a****v@g****m> about 11 years ago
bacba3e5 Add a CONTRIBUTING.md file. Alexander Vershilov <a****v@g****m> about 11 years ago
8aabd5ab Add a CONTRIBUTING.md file. Alexander Vershilov <a****v@g****m> about 11 years ago
bedd84bd Uniform .gitignore. Mathieu Boespflug <m****@t****o> about 11 years ago
8ac6f765 Bump version to 0.1.3. Facundo Domínguez <f****z@t****o>
Committed by: Alexander Vershilov <a****v@g****m>
about 11 years ago
2cc3f297 merge Merge pull request #1 from qnikst/ghc-7.10 Facundo Domínguez <f****z@g****m> about 11 years ago
d335dec1 more deepseq bounds. Mathieu Boespflug <m****@t****o> about 11 years ago
50a6425a deepseq test upper bound. Mathieu Boespflug <m****@t****o> about 11 years ago
a60bc3dd deepseq, time upper bounds. Mathieu Boespflug <m****@t****o> about 11 years ago
68d810e6 Use random port in tests. Alexander Vershilov <a****v@g****m> about 11 years ago
10c8af92 Add compatibility with ghc-7.10 Alexander Vershilov <a****v@g****m> over 11 years ago

← Back to repository