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
2dea0c1cc9
Fix windows build
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
Craig Tiller
2f24d956df
Clarify booleanness of kick
10 years ago
Craig Tiller
236d098395
Add another little comment
10 years ago
Yang Gao
e120d4f7e8
bump minor version to 9
10 years ago
Craig Tiller
354bf6d77b
Document variable usage in fd_posix
...
Update some code based on that documentation
10 years ago
Yang Gao
9e28875206
Merge pull request #1637 from ctiller/explain-the-things
...
Delete antiquated code
10 years ago
Craig Tiller
e02471cc5d
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
609fa1da4c
Merge github.com:grpc/grpc into scalable-poll
10 years ago
Craig Tiller
f79f63cb1d
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
10 years ago
Craig Tiller
e793ba12c6
Begin marking up for Doxygen
10 years ago
vjpai
ccced5389d
Merge branch 'master' into poisson
...
Conflicts:
Makefile
10 years ago
vjpai
6a608020b0
WIP
10 years ago
Tim Emiola
cc1c37c3e5
Merge pull request #1630 from jtattermusch/nuget_adjustments
...
NuGet packaging adjustments
10 years ago
Craig Tiller
818b8769fc
Delete antiquated code
10 years ago
Yang Gao
b57f72dbee
resolve comments
10 years ago
Jorge Canizales
05456f81c5
Move sample app to proto3 and clarify usage example
10 years ago
Jorge Canizales
c54a0caa0d
Adds local sample test using generated service
10 years ago
Jorge Canizales
184e02bed0
Moves the RouteGuide local tests to proto3
10 years ago
Jorge Canizales
2410f99161
Regenerates RouteGuide library as proto3
10 years ago
Jorge Canizales
44fb295d9f
Move our runtime to proto3 and make the dependency explicit
10 years ago
Jorge Canizales
206e75b66c
Adjust remote tests to use proto3
10 years ago
Jorge Canizales
fd88e465c0
Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile
...
Generated by running protoc --objc_out=. --objcrpc_out=. *.proto in this directory.
Generates separate files until GeneratorContext::OpenForInsert/Append works.
A temporary podspec for the proto3 runtime is being used, pending the official.
10 years ago
Craig Tiller
5b2a3228b3
Fix test
10 years ago
Craig Tiller
6bf450149b
Kick the tire down the road instead of blocking to free up threads
10 years ago