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 |
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 |
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 |
Nicolas "Pixel" Noble
|
0f3ec82238
|
Adding Windows tcp server code.
|
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 |
Craig Tiller
|
fd6f5079b8
|
Merge github.com:google/grpc into buffer
|
10 years ago |
Craig Tiller
|
119dcf0098
|
Merge branch 'buffer' of github.com:ctiller/grpc into buffer
|
10 years ago |
Craig Tiller
|
de64862323
|
Remove ternary operators here
|
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 |
Craig Tiller
|
b7800c1544
|
Add some comments
|
10 years ago |
Craig Tiller
|
027afee277
|
Merge github.com:google/grpc into http3
|
10 years ago |
Craig Tiller
|
2ea1074bd9
|
Merge github.com:google/grpc into async-api-new
|
10 years ago |
Craig Tiller
|
b5ba155cf8
|
Merge github.com:google/grpc into buffer
Conflicts:
src/core/surface/call.c
|
10 years ago |
Craig Tiller
|
53476f1d0e
|
Merge pull request #396 from dklempner/source_cleanup
Fix up feature test macros
|
10 years ago |
Craig Tiller
|
4beb1d0d21
|
Merge pull request #404 from dklempner/tsan2
Add a tsan suppression file with OPENSSL_cleanse and use it in run_tests
|
10 years ago |
Craig Tiller
|
98ffd178d2
|
Merge pull request #398 from nicolasnoble/http2-read-first
Let the http2 transport issue a read request before pumping bytes into it.
|
10 years ago |
Julien Boeuf
|
7413f10832
|
Adding linux specific env implementation.
|
10 years ago |
Yang Gao
|
82a45834ec
|
Merge pull request #357 from ctiller/async-api
Back-end for new core API
|
10 years ago |
Craig Tiller
|
4b6ab78f36
|
Merge github.com:google/grpc into async-api
|
10 years ago |
David Klempner
|
1d0302d03d
|
Add a tsan suppression file with OPENSSL_cleanse and use it in run_tests
|
10 years ago |
Nicolas "Pixel" Noble
|
ba410fabdf
|
Fixing bad copy/paste.
|
10 years ago |
murgatroid99
|
ca8cbe40e7
|
Added a lot more information to README
|
10 years ago |
Donna Dionne
|
cf816d1d52
|
Merge branch 'master' of github.com:google/grpc into docker
|
10 years ago |
Nicolas Noble
|
56c3dd7d6c
|
Merge pull request #401 from dklempner/asan
Fix a memory leak and a gpr_strdup/free mismatch in json_test
|
10 years ago |
Nicolas "Pixel" Noble
|
900dadb2df
|
Merge branch 'master' of github.com:google/grpc into grpc-win32
Conflicts:
include/grpc/support/time_win32.h
|
10 years ago |
David Klempner
|
05fce429e2
|
Fix a memory leak and a gpr_strdup/free mismatch in json_test
|
10 years ago |
Nicolas "Pixel" Noble
|
ee0c96c7fc
|
Second draft of the win32 implementation.
-) Client code is now threadsafe.
-) The echo_client code runs and succeeds.
|
10 years ago |
Vijay Pai
|
034152f5be
|
Merge pull request #399 from nicolasnoble/build-fix
Fixing build.json by removing files that are no longer present.
|
10 years ago |
Nicolas Noble
|
6393dd36f1
|
Fixing build.json by removing files that are no longer present.
|
10 years ago |