Craig Tiller
|
8b976d0c24
|
Fixes
|
10 years ago |
Craig Tiller
|
c230a7451d
|
Merge github.com:google/grpc into async-api-new
|
10 years ago |
Michael Lumish
|
3d6fa14f1a
|
Merge pull request #411 from jtattermusch/csharp_server
Improved C# grpc server implementation to be able to register call handlers
|
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 |
Craig Tiller
|
16c5032fdb
|
Add a failing test
|
10 years ago |
Craig Tiller
|
c56b2cb33c
|
Add comments
|
10 years ago |
Craig Tiller
|
98ad9bd6cf
|
Merge github.com:google/grpc into async-api-new
|
10 years ago |
Craig Tiller
|
2832cb0627
|
Remove accidentally added file
|
10 years ago |
Craig Tiller
|
fee91b49ff
|
Converted some cancellation tests
|
10 years ago |
Craig Tiller
|
e83fe4c903
|
Merge pull request #413 from dklempner/kick_fd_mutex
Move pollset_kick wfd creation/destruction out of freelist lock
|
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 |
Craig Tiller
|
aa2ac59b5c
|
Merge github.com:google/grpc into async-api-new
|
10 years ago |
Craig Tiller
|
c58330a244
|
Convert simple_delayed_request
|
10 years ago |
Craig Tiller
|
cff2d15f94
|
Convert more tests (and re-enable some disabled ones)
|
10 years ago |
Yang Gao
|
f229d4fd4d
|
Merge pull request #359 from jboeuf/ssl_default_creds_integration
Adding support for loading the SSL roots from an environment variable.
|
10 years ago |
Julien Boeuf
|
5f925a95c1
|
Addressing comments.
|
10 years ago |
Tim Emiola
|
ee6c4fb388
|
Merge pull request #412 from jtattermusch/csharp_readme
Added usage info to csharp/README.md
|
10 years ago |
Jan Tattermusch
|
aeec9a93e8
|
Added usage info to csharp/README.md
|
10 years ago |
Craig Tiller
|
c9903bcf29
|
Convert request_response_with_trailing_metadata_and_payload
|
10 years ago |
Craig Tiller
|
bea3840476
|
Convert request_response_with_binary_metadata_and_payload
|
10 years ago |
Craig Tiller
|
16c3967183
|
Convert request_response_with_metadata_and_payload
|
10 years ago |
Craig Tiller
|
26aeb1f0bb
|
Remove accidentally added file
|
10 years ago |
Craig Tiller
|
4f9727326e
|
Fix memory usage
|
10 years ago |
Craig Tiller
|
5e7a8ce90e
|
Merge branch 'async-api-new' of github.com:ctiller/grpc into async-api-new
|
10 years ago |
Craig Tiller
|
86d9159356
|
Merge github.com:google/grpc into async-api-new
|
10 years ago |
Jan Tattermusch
|
8ce5e8bbcc
|
Improved the server implementation to be able to register call handlers, also some refactoring
|
10 years ago |
Yang Gao
|
6b9afb153a
|
Merge pull request #409 from ctiller/lesan
Fix some memory leaks
|
10 years ago |
Craig Tiller
|
0a927bfb63
|
Fix memory leak on server channels
|
10 years ago |
Tim Emiola
|
9bd60e3992
|
Merge pull request #406 from donnadionne/docker
Docker
|
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 |
Donna Dionne
|
93b1f3d18b
|
fixing builder.sh after code review comments.
|
10 years ago |
Craig Tiller
|
4e54cf5b99
|
Fix another leak
|
10 years ago |
Craig Tiller
|
3f17789fd1
|
Merge github.com:google/grpc into lesan
|
10 years ago |
Tim Emiola
|
69115529f4
|
Merge pull request #378 from jtattermusch/csharp_prototype
Prototype of gRPC C# library (Core and API examples)
|
10 years ago |
Tim Emiola
|
068f193a97
|
Merge pull request #402 from murgatroid99/node_readme
Added a lot more information to Node README
|
10 years ago |
Vijay Pai
|
33974746fc
|
Merge pull request #383 from ctiller/http3
Eliminate condvar in chttp2 transport
|
10 years ago |
Vijay Pai
|
15a059ac47
|
Merge pull request #407 from ctiller/alarming
Fix contention in alarm lists
|
10 years ago |
Craig Tiller
|
b1d99bf097
|
Better fix for segfault
|
10 years ago |
Craig Tiller
|
ebf94bf558
|
Fix segfault
|
10 years ago |
Craig Tiller
|
37bbead483
|
Fix memory leaks
|
10 years ago |
Craig Tiller
|
ea3697bf4c
|
Fix memory leak
|
10 years ago |
Craig Tiller
|
5200c18914
|
Go one further.
There's no need for this branch at all.
|
10 years ago |
Craig Tiller
|
3dd8c2e53d
|
Respecify our way out of some very high contention
Theres no need for every thread to exit polling early if an alarm might finish, so there's no need to contend here.
|
10 years ago |
Julien Boeuf
|
9be98601b8
|
Oooops. Forgot a the new file.
|
10 years ago |
Donna Dionne
|
59c1cd9672
|
Merge branch 'master' of github.com:google/grpc into docker
|
10 years ago |
Donna Dionne
|
4138a6a837
|
Rewrote the timeout for test commands
Added missing pingpong tests to cloud prod test
Cleaned up test output and inserted them into a google.visualization.Datatable object
|
10 years ago |