Fork: Saharsub

commits

date

comment

f7a89e9479c6
by TDietrich
Nov 11 2010
5:04 PM
default tip

Now uses String based IDs which are specified in publish. There is no need to create a topic prior to publishing to it.

2d458de31811
by TDietrich
Nov 11 2010
2:25 PM

About to try drastically modifying the service.

9460ad360fed
by tjanczuk
Oct 28 2010
8:20 AM
dev

Remove synchronous PubSubClient.CreateTopic API from Silverlight client: http://laharsub.codeplex.com/workitem/4

9b0061e34e0a
by tjanczuk
Oct 28 2010
7:44 AM

Diapatch asynchronous callbacks in the PubSubClient on the same thread type as the asynchronous operation was initiated: http://laharsub.codeplex.com/workitem/5

ecf002fb87d9
by tjanczuk
Oct 27 2010
4:01 AM

Fix NullReferenceException in Silverlight PubSubClient: http://laharsub.codeplex.com/workitem/3

9c6bef0d1e2a
by tjanczuk
Oct 13 2010
6:17 AM

Fixing client side race condition in the http long poll abort logic: http://laharsub.codeplex.com/workitem/2

fd7b92e6a0f1
by tjanczuk
Oct 10 2010
12:44 AM
default

Merge into default branch for the first stable release

b66d2194f3f3
by tjanczuk
Oct 10 2010
12:41 AM
dev

Unit test and solution fixes

429c06b95d19
by tjanczuk
Oct 6 2010
9:13 AM

Improve consistency check reporting

678e74c8eb75
by tjanczuk
Oct 6 2010
9:04 AM

Fix bug in LoadTestClient parameter processing

297dd565c557
by tjanczuk
Oct 6 2010
8:50 AM

Adding stress mode to LoadTestClient

b9bf0b0dd926
by tjanczuk
Oct 6 2010
8:30 AM

Changing default message TTL to 15s

b8d1197b1e15
by tjanczuk
Oct 5 2010
2:27 PM

Fix race condition in bookmarks resumption logic, release handles

441154a7d701
by tjanczuk
Oct 2 2010
1:14 AM

Adding retry logic to LoadTestClient

7a4730005ed0
by tjanczuk
Oct 1 2010
10:45 PM

Bookmark and memory management improvements in InMemoryPubSubBackend

24de4df591bf
by tjanczuk
Sep 7 2010
12:45 AM

Enhancing performance report content

420300b5e6f6
by tjanczuk
Sep 7 2010
12:30 AM

Increasing time measurement precision in LoadTestClient

907f5e69cdfc
by tjanczuk
Sep 6 2010
11:31 PM

Lock contention imrovement in the bookmark resumption logic in InMemoryPubSubBackend

89bec08c46d8
by tjanczuk
Sep 6 2010
8:00 PM

Reduce thread pool lock contention in bookmark resumption logic in InMemoryPubSubBackend

f096ece465cf
by tjanczuk
Sep 6 2010
6:36 PM

Change performance test client to not use HTTP proxy or Expect-100-continue

e5bd480c7990
by tjanczuk
Aug 30 2010
2:05 AM

Refactoring publish and create topic code in PubsubClient

6eaf064a661e
by tjanczuk
Aug 25 2010
5:46 AM

Converting PubsubClient from using WebClient to HttpWebRequest

46795040246a
by tjanczuk
Aug 24 2010
6:22 AM

Merge

c044fd368836
by tjanczuk
Aug 24 2010
6:21 AM

Improvements of HTTP request resources cleanup in the PubsubClient

5dd6fc4dc951
by tjanczuk
Aug 20 2010
7:21 AM

Optimizing data structures and lock scopes in the InMemoryPubSubBackend