1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-29 13:54:50 +09:00
vervis/src
fr33domlover b0da8747a2 In ActorFetchShare, use insertBy' to allow non-shared insertions
Before this patch, the shared fetch used plain insert, because it relied on
being the only place in the codebase where new RemoteActors get inserted. I was
hoping for that to be the case, but while I tweak things and handle fetching
URIs that can be an actor or a public key (for which ActorFetchShare isn't
sufficient without some smart modification), I'd like concurrent insertions to
be safe, without getting in the way of ActorFetchShare.

With this patch, it now uses insertBy', which doesn't mind concurrent
insertions.
2019-04-16 16:33:08 +00:00
..
Control Implement outbox remote delivery, in handler and periodic, not used yet 2019-04-16 14:27:50 +00:00
Crypto HTTP Signature verification: RSA-SHA256 and PEM/ASN1 support 2019-03-10 23:15:42 +00:00
Darcs/Local Move DarcsRev and code we're sharing with it into a separate library 2018-03-20 23:45:09 +00:00
Data Unfinished updated outbox handler 2019-04-11 13:44:44 +00:00
Database Unfinished updated outbox handler 2019-04-11 13:44:44 +00:00
Diagrams Allow loading the SVG font from deployment data path 2018-05-26 10:27:05 +00:00
Formatting Finish route change, it builds now 2016-05-23 20:46:54 +00:00
Language/Haskell/TH/Quote Complete DB migration list, allowing to upgrade 2016-08-04 running instance 2018-03-27 14:28:56 +00:00
Network Unfinished updated outbox handler 2019-04-11 13:44:44 +00:00
Text Treat email address as EmailAddress instead of Text including in the mailer 2018-03-06 02:26:27 +00:00
Vervis In ActorFetchShare, use insertBy' to allow non-shared insertions 2019-04-16 16:33:08 +00:00
Web Implement fetchAPIDOrH using a dedicated error type 2019-04-16 16:10:17 +00:00
Yesod More type-safe handling of DB key Hashids 2019-03-29 03:25:32 +00:00
GitPackProto.hs Parse the git-uploac-pack SSH command properly 2016-04-19 09:42:02 +00:00