Граф коммитов

620 Коммитов

Автор SHA1 Сообщение Дата
Pantazis Deligiannis a221f9d6e0
checkpoint API (#375) 2022-09-19 09:18:18 -07:00
Pantazis Deligiannis bfebb7e8eb
improved replay trace and new prefix snapshot api (#373) 2022-09-18 12:44:16 -07:00
Pantazis Deligiannis bc76d6b205
support for asynchronous locks and semaphores (#372) 2022-09-13 13:05:31 -07:00
Pantazis Deligiannis 96a6fc95de
public operation api (#371) 2022-09-07 10:15:01 -07:00
Pantazis Deligiannis 845870fe32
updated readme (#370) 2022-08-25 07:29:45 -07:00
Pantazis Deligiannis c2e4bf76fd
updated docs (#367) 2022-08-16 15:26:11 -07:00
Aditya Senthilnathan e29d5fc228
optimization in prioritization strategy by selecting distinct operation groups (#365) 2022-08-16 07:51:48 -07:00
Pantazis Deligiannis 88f30d19b7
update dotnet sdk (#366) 2022-08-16 07:10:03 -07:00
Pantazis Deligiannis f299a6613a
increased version to 1.5.9 (#363) 2022-08-08 12:42:22 -07:00
Pantazis Deligiannis e583ef0187
improvements for enforcing monitors to be atomic (#362) 2022-08-08 12:08:16 -07:00
Pantazis Deligiannis 117dc127de
update one of the case studies (#361) 2022-08-05 11:58:43 -07:00
Pantazis Deligiannis 0b193970c5
update readme (#360) 2022-08-03 11:22:57 -07:00
dependabot[bot] db41669b97
update version of Azure.Storage.Blobs in sample (#358) 2022-07-22 08:22:59 -07:00
Pantazis Deligiannis 6ee0806507
increased version to 1.5.8 (#357) 2022-07-19 17:24:01 -07:00
dependabot[bot] 3b4c48665d
upgrade Newtonsoft.Json in /Samples/CloudMessaging/Raft (#353) 2022-06-22 19:30:30 -07:00
dependabot[bot] a9752ad854
upgrade Newtonsoft.Json in /Samples/CloudMessaging/Raft.Azure (#352) 2022-06-22 19:29:56 -07:00
dependabot[bot] 8fd9d8c505
upgrade Newtonsoft.Json to 13.0.1 (#351) 2022-06-22 17:09:24 -07:00
Pantazis Deligiannis 036897acef
fix bug in rewriting types (#350) 2022-06-21 09:51:34 -07:00
Chris Lovett 463bf5dbfb
Move to VS 2022 and add a few little fixes to build scripts (#348)
* Move to VS 2022 and add a few little fixes to build scripts so they work from the command line in any kind of terminal window.

* add some comments.
2022-06-16 10:52:54 -07:00
Chris Lovett 4b3a18976e only perform perf test on push to main (not in pull requests) 2022-06-15 15:52:52 -07:00
Chris Lovett 2da8b11591
add performance test self-hosted CI (#347)
add performance test self-hosted CI
2022-06-15 15:49:58 -07:00
Chris Lovett 4a0788f62c
Fix benchmark tests (.net 3.1 no longer supported by the tests). (#346) 2022-06-15 08:25:03 -07:00
Pantazis Deligiannis 18b258d20e
updated readme (#344) 2022-06-03 00:05:54 -07:00
Pantazis Deligiannis dc490c1185
increased version to 1.5.7 (#343) 2022-06-01 10:47:55 -07:00
Pantazis Deligiannis 3f6397758d
fixed propagating exceptions with some task apis (#342) 2022-06-01 10:20:30 -07:00
Pantazis Deligiannis 65f5a1f9f9
fix a rewriting bug (#341) 2022-06-01 06:36:58 -07:00
Pantazis Deligiannis 20fb92e793
increased version to 1.5.6 (#340) 2022-05-23 19:20:11 -07:00
Pantazis Deligiannis d7e5446836
fix rewriting bug with value tuples (#339) 2022-05-23 17:17:11 -07:00
Pantazis Deligiannis a6d5dade5a
increased version to 1.5.5 (#338) 2022-05-20 12:09:10 -07:00
Pantazis Deligiannis 5445d1918d
fixed rewriting bug (#337) 2022-05-20 11:47:03 -07:00
Pantazis Deligiannis 291a27cd21
increased version to 1.5.4 (#331) 2022-04-25 21:30:11 -07:00
Pantazis Deligiannis 662c7e92c3
significantly faster runtime synchronization logic (#330) 2022-04-25 20:44:59 -07:00
Pantazis Deligiannis 15cb8577f0
increased version to 1.5.3 (#326) 2022-04-01 17:44:01 -07:00
Pantazis Deligiannis af12d5a059
fixed deadlock in partially controlled concurrency runtime logic (#325) 2022-04-01 17:06:12 -07:00
Pantazis Deligiannis 80c73b816c
improved assembly loading (#324) 2022-03-30 12:28:19 -07:00
Pantazis Deligiannis d1a66e111a
increased version to 1.5.2 (#323) 2022-03-28 18:17:49 -07:00
Pantazis Deligiannis dab5f06391
updates to nuget package testing for samples (#322) 2022-03-28 16:32:57 -07:00
Pantazis Deligiannis da6b68ee97
updates to the CLI experience (#321) 2022-03-25 18:07:13 -07:00
Chris Lovett 9f92cdfc60
fix analytics cookie expiration (#320) 2022-03-23 14:20:41 -07:00
Pantazis Deligiannis 948168c6ed
update readme (#319) 2022-03-22 16:40:33 -07:00
Pantazis Deligiannis 9773b1c8a1
increased version to 1.5.1 (#318) 2022-03-22 15:56:08 -07:00
Chris Lovett 66f7c02b85
added Google analytics 4 tag (#317) 2022-03-22 15:53:17 -07:00
Pantazis Deligiannis d0ed8cbf5a
rewriting fixes and updates to aspnet sample (#314) 2022-03-22 15:40:57 -07:00
Pantazis Deligiannis b980dbb826
support for detecting uncontrolled deadlocks (#313) 2022-03-18 10:14:59 -07:00
Pantazis Deligiannis b5fb0db49f
enable disabled test (#312) 2022-03-17 11:04:32 -07:00
Pantazis Deligiannis 9f4780d8cd
fix git attributes (#311) 2022-03-17 10:38:56 -07:00
Pantazis Deligiannis 608eaa1edf
allow partially controlled concurrency by default (#253) 2022-03-17 10:35:20 -07:00
Pantazis Deligiannis 489b8aecdf
added coyote samples (#307) 2022-03-16 19:58:02 -07:00
Pantazis Deligiannis 9e9cce43f2
fix tests (#306) 2022-03-16 13:30:58 -07:00
Pantazis Deligiannis 544755c5fe
support for schedule space reduction (#302) 2022-03-16 12:01:41 -07:00