Craig Tiller
|
c259988357
|
Fix comparison to not crash
|
10 years ago |
Yang Gao
|
d014f02421
|
Fix a potential leak
|
10 years ago |
donnadionne
|
3b40ee425d
|
Merge pull request #1652 from jtattermusch/windows_interop_server
grpc_docker.sh support for running C# server on Windows
|
10 years ago |
murgatroid99
|
012d43b61a
|
Fixed client handling of failed batches
|
10 years ago |
Tim Emiola
|
949c255434
|
Merge pull request #1655 from murgatroid99/node_server_handle_invalid_arguments
Handle invalid arguments sent to the Node server
|
10 years ago |
Nathaniel Manista
|
0cd547abbb
|
Merge pull request #1660 from jtattermusch/upgrade_protobufs2
Upgrade protobuf to version containing ObjectiveC and csharp.
|
10 years ago |
Craig Tiller
|
3891bf11ff
|
Fix test
|
10 years ago |
Craig Tiller
|
7a29098b71
|
Send RST_STREAM when closing from the server without getting a client half-close first
|
10 years ago |
Jan Tattermusch
|
15514b557c
|
upgrade protobuf latest version containing objectiveC and csharp
|
10 years ago |
Jorge Canizales
|
0dc2927b2e
|
Merge pull request #1659 from jayantkolhe/my-shiny-new-branch
Update README.md to present Python as ready for early adopters.
|
10 years ago |
Jayant Kolhe
|
6ab757bc94
|
Update README.md
|
10 years ago |
Nathaniel Manista
|
6d98e81b6e
|
Merge pull request #1654 from jtattermusch/protobuf-upgrade
Upgrading protobuf to v3.0.0-alpha-1-150-g7d5cf8d.
|
10 years ago |
Nicolas "Pixel" Noble
|
b98188e826
|
Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.
|
10 years ago |
Craig Tiller
|
69eed29b7e
|
Add clarifying comment
|
10 years ago |
Michael Lumish
|
9a688dfb06
|
Merge pull request #1647 from jcanizales/buffered-pipe-and-ping-pong-test
Adds GRXBufferedPipe and the PingPong interop test using it
|
10 years ago |
Craig Tiller
|
fd7166d264
|
Add response streams to server crash test, fix them
|
10 years ago |
murgatroid99
|
04589a7e0c
|
Fixed server to handle invalid arguments without breaking
|
10 years ago |
Craig Tiller
|
7a317e5c77
|
Add crashing client test
|
10 years ago |
Craig Tiller
|
882431fff5
|
Compile fix
|
10 years ago |
Craig Tiller
|
4f8b679a49
|
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
Conflicts:
Makefile
build.json
|
10 years ago |
Craig Tiller
|
c8dd76f6e6
|
Merge github.com:grpc/grpc into check-some-more-things
|
10 years ago |
Craig Tiller
|
49c3b01c3e
|
Better RNG seeding portability
|
10 years ago |
Jorge Canizales
|
42e47b462e
|
Copy values before buffering them.
So they aren’t mutated before being written later.
|
10 years ago |
Nicolas Noble
|
626b4d15bd
|
Merge pull request #1645 from ctiller/count-some-things-better
Exclude test & compiler sources from coveralls reported test coverage
|
10 years ago |
Craig Tiller
|
3b3658ef37
|
Fix typo
|
10 years ago |
Craig Tiller
|
c4c3f389ee
|
Merge pull request #1651 from jboeuf/subprocess_binary_extension
Extension should return a const char *.
|
10 years ago |
Jan Tattermusch
|
bf09428920
|
grpc_docker.sh support for running C# server on Windows
|
10 years ago |
Julien Boeuf
|
c1f3f2d556
|
Extension should return a const char *.
|
10 years ago |
Craig Tiller
|
73b66efa27
|
Do a little better - dont require EXTRACT_ALL
|
10 years ago |
Jorge Canizales
|
63e4091dbc
|
Add warning about the perils of buffering without bounds
|
10 years ago |
murgatroid99
|
778c61b6fc
|
Added failing tests for server bad argument handling
|
10 years ago |
Nicolas Noble
|
5a8b87c5b7
|
Merge pull request #1644 from jboeuf/tsi_util_refactoring
Putting tsi util in header so that it can be used elsewhere.
|
10 years ago |
Nicolas Noble
|
d804ddcfbe
|
Merge pull request #1642 from ctiller/check-some-debugging-things
Add testing for GRPC_TRACE
|
10 years ago |
Jorge Canizales
|
421f6c9488
|
Use BufferedPipe to add PingPong test and fix Cancel test
|
10 years ago |
Jorge Canizales
|
142acc965e
|
Adds GRXBufferedPipe
|
10 years ago |
Michael Lumish
|
2a7906cf40
|
Merge pull request #1643 from jcanizales/fixes-server-streaming-test
Fix false positive in server streaming test.
|
10 years ago |
Craig Tiller
|
6983d5d2bd
|
Exclude test & compiler sources from coveralls reported test coverage
|
10 years ago |
Julien Boeuf
|
cf4124e06a
|
Putting tsi util in header so that it can be used elsewhere.
|
10 years ago |
Craig Tiller
|
f98e56c91b
|
Cheesy attempt to get this working on Travis
|
10 years ago |
Jorge Canizales
|
e454f4afe3
|
Fix false positive in server streaming test
|
10 years ago |
Craig Tiller
|
eadd9a3b8c
|
Add testing for GRPC_TRACE
|
10 years ago |
Craig Tiller
|
de91fc1d67
|
Run qps smoke tests on Travis
|
10 years ago |
Yang Gao
|
ad654aca5e
|
Merge pull request #1639 from nicolasnoble/fix-build
Actually removing grpc_http.h from build.json.
|
10 years ago |
jboeuf
|
6eccb082de
|
Merge pull request #1594 from yang-g/creds
support per call credentials in c++
|
10 years ago |
Nicolas "Pixel" Noble
|
946e1a52c9
|
Actually removing grpc_http.h from build.json.
|
10 years ago |
Vijay Pai
|
04ae923a52
|
Merge pull request #1575 from dgquintas/profiling_marks_strtags
Added the tag enun name to the profiling marks.
|
10 years ago |
Craig Tiller
|
c0cb6357e9
|
Merge branch 'scalable-poll' of github.com:ctiller/grpc into scalable-poll
|
10 years ago |
Craig Tiller
|
c127639869
|
Merge github.com:grpc/grpc into scalable-poll
|
10 years ago |
Craig Tiller
|
8e50fe9764
|
clang-format
|
10 years ago |
Michael Lumish
|
7dff30d8fb
|
Merge pull request #1636 from jcanizales/move-sample-to-proto3
Move sample app and tests to proto3
|
10 years ago |