Jan Tattermusch
|
a4b63bfc6b
|
Added simplified TestService for interop testing
|
10 years ago |
Vijay Pai
|
8a7424ad90
|
Merge pull request #384 from ctiller/buffer
Autohinting for write buffering
|
10 years ago |
Tim Emiola
|
f2d5e409d3
|
Merge pull request #415 from jtattermusch/csharp_progress
Polishing C# math service implementation and adding inprocess tests
|
10 years ago |
Yang Gao
|
4e6dc3c6c0
|
Merge pull request #420 from nicolasnoble/upstream-fix
Few minor fixes.
|
10 years ago |
Craig Tiller
|
62d424a1a4
|
Merge github.com:google/grpc into buffer
|
10 years ago |
Craig Tiller
|
4acf81e902
|
Merge pull request #418 from nicolasnoble/tmp-win32
Making the gpr_tmpfile's win32 version a bit more Windows-y.
|
10 years ago |
Nicolas "Pixel" Noble
|
3f36f5e316
|
Few minor fixes.
Fixing a few issues in case you *cough* have a different local implementation of
protobuf, gtest and gflags for some weird reason.
|
10 years ago |
Alistair Veitch
|
4bf41d8967
|
Merge pull request #387 from maxwell-demon/census_active_ops
V0 implementation of census_get_active_ops().
|
10 years ago |
donnadionne
|
15867f197b
|
Merge pull request #417 from yang-g/docker
Use environment variable to set root certs in c++ interop test
|
10 years ago |
Nicolas Noble
|
318eec1e7d
|
Merge pull request #419 from jboeuf/slash_tmp
Adding /tmp to prefix when creating posix temporary files.
|
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 |
Yang Gao
|
48d80e5769
|
update comments
|
10 years ago |
Yang Gao
|
1988221d15
|
Use environment variable to set root certs in c++ interop test.
|
10 years ago |
Jan Tattermusch
|
15111f5c6b
|
Polishing C# math service implementation and added an in-process mathclient mathserver test
|
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 |
Hongyu Chen
|
2bfbfe8bfa
|
prefix struct & functions in census_tracing.h per ctiller's suggestion.
|
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 |
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 |
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 |
Hongyu Chen
|
3bef00b276
|
Merge branch 'census_active_ops' of https://github.com/maxwell-demon/grpc into census_active_ops
|
10 years ago |
Hongyu Chen
|
b5674540ed
|
Update following a-vietch's comments
|
10 years ago |
Alistair Veitch
|
c0ef1ded55
|
Update trace_test.c
|
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 |
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 |