Jun Yang
|
67354c81b6
|
Completed minimal sample in JsDoc of stock client.
|
10 years ago |
Craig Tiller
|
5ef5db1d46
|
Async API declarations
|
10 years ago |
Craig Tiller
|
2dff17d33b
|
Async API declarations
|
10 years ago |
Tim Emiola
|
5d66df87c5
|
updates the client server spec to reflect that status is no longer shown
|
10 years ago |
Tim Emiola
|
b24054aee2
|
Disable failing wrapping level tests
|
10 years ago |
murgatroid99
|
767482b093
|
Fixed math and stock servers
|
10 years ago |
Tim Emiola
|
c3ac185491
|
Fixes a event compiler error
|
10 years ago |
Jan Tattermusch
|
392d1e0cfe
|
addressed review comments
|
10 years ago |
murgatroid99
|
c52c4638a6
|
Minor comment update
|
10 years ago |
murgatroid99
|
484cd9ab1b
|
Updated event.cc with new changes
|
10 years ago |
Craig Tiller
|
82ee98cc0d
|
Fix compile error
|
10 years ago |
Craig Tiller
|
df2c957eee
|
Fix compile error
|
10 years ago |
Craig Tiller
|
50950712c1
|
Further progress
|
10 years ago |
Craig Tiller
|
c4965751a0
|
Starting to scratch out the API
|
10 years ago |
Craig Tiller
|
7d41321306
|
Reduce contention on lock
Change the fd watcher from being O(active_pollers) to O(1), reducing time spent under the fd->watcher_mu lock, and ultimately scaling us much better.
|
10 years ago |
Craig Tiller
|
970781bba9
|
Add missing unlock
|
10 years ago |
Craig Tiller
|
6135107e4a
|
New completion queue
|
10 years ago |
Craig Tiller
|
2a2bacccf3
|
Remove TODO
|
10 years ago |
Craig Tiller
|
f834bdc3cf
|
Move completion_queue.cc to common
|
10 years ago |
Jan Tattermusch
|
6b7523d5dc
|
updated readme
|
10 years ago |
Jan Tattermusch
|
d233d3ae58
|
added some more interop tests
|
10 years ago |
Jan Tattermusch
|
56b805ff03
|
added support for streaming calls to TestService stubs
|
10 years ago |
Jan Tattermusch
|
eb3e76e76c
|
scaffolding for interop_client and little bit of project renaming
|
10 years ago |
Jan Tattermusch
|
a4b63bfc6b
|
Added simplified TestService for interop testing
|
10 years ago |
Craig Tiller
|
696fda9143
|
Add dropped line
|
10 years ago |
Craig Tiller
|
b3323168b8
|
Remove debug
|
10 years ago |
Julien Boeuf
|
a0ec4fc8ea
|
Adding /tmp to prefix when creating posix temporary files.
- Addresses #416.
|
10 years ago |
Nicolas "Pixel" Noble
|
d6dcec526d
|
Making the gpr_tmpfile's win32 version a bit more Windows-y.
Also adding windows helpers to convert to and from TCHAR strings.
|
10 years ago |
Craig Tiller
|
8b976d0c24
|
Fixes
|
10 years ago |
Jan Tattermusch
|
15111f5c6b
|
Polishing C# math service implementation and added an in-process mathclient mathserver test
|
10 years ago |
Jan Tattermusch
|
caa361466c
|
removed outdated comment
|
10 years ago |
Jan Tattermusch
|
a3b659c3ae
|
added comment
|
10 years ago |
Craig Tiller
|
3054756462
|
Fix in-flight cancellations
|
10 years ago |
Hongyu Chen
|
2bfbfe8bfa
|
prefix struct & functions in census_tracing.h per ctiller's suggestion.
|
10 years ago |
Craig Tiller
|
fee91b49ff
|
Converted some cancellation tests
|
10 years ago |
Hongyu Chen
|
1ed726c6f5
|
More update on dup_annotation_list following review comments.
|
10 years ago |
David Klempner
|
0840da4c64
|
Move pollset_kick wfd creation/destruction out of freelist lock
This was an observed source of contention at higher thread counts where
we could overrun the freelist cap.
|
10 years ago |
Julien Boeuf
|
5f925a95c1
|
Addressing comments.
|
10 years ago |
Jan Tattermusch
|
aeec9a93e8
|
Added usage info to csharp/README.md
|
10 years ago |
Craig Tiller
|
4f9727326e
|
Fix memory usage
|
10 years ago |
Hongyu Chen
|
b5674540ed
|
Update following a-vietch's comments
|
10 years ago |
Alistair Veitch
|
46c3be0156
|
Update census_tracing.h
|
10 years ago |
Jan Tattermusch
|
8ce5e8bbcc
|
Improved the server implementation to be able to register call handlers, also some refactoring
|
10 years ago |
Craig Tiller
|
0a927bfb63
|
Fix memory leak on server channels
|
10 years ago |
Nicolas "Pixel" Noble
|
0f3ec82238
|
Adding Windows tcp server code.
|
10 years ago |
Craig Tiller
|
8aa09c38d7
|
Fix lame client
|
10 years ago |
Craig Tiller
|
da66937e34
|
Force a round trip on disconnect before closing a channel
Prevents a use-after-free
|
10 years ago |
Craig Tiller
|
051a55c3b7
|
Don't double delete
|
10 years ago |
Craig Tiller
|
4e54cf5b99
|
Fix another leak
|
10 years ago |
Craig Tiller
|
de64862323
|
Remove ternary operators here
|
10 years ago |