Nathaniel Manista
27f62432f5
Remove ceiling on required protobuf version
...
This is possible now that https://github.com/google/protobuf/issues/855
is fixed (or at least appears to be fixed).
9 years ago
Michael Lumish
1702918247
Merge pull request #4480 from jcanizales/swift-sample
...
Update Swift sample’s XCode project to latest Swift version
9 years ago
Michael Lumish
ceaa3c81f9
Merge pull request #4468 from jtattermusch/csharp_server_kill_test
...
Add simple StartAndKillServer test
9 years ago
Michael Lumish
648da525a8
Merge pull request #4563 from ctiller/copying
...
Update copyrights
9 years ago
yang-g
3fd2836600
Add a error log to indicate error, then abort.
9 years ago
yang-g
eb92fa7ba8
remove unreachable macro
9 years ago
Vijay Pai
18c0477528
Got rid of all compilation problems, now need to test
9 years ago
Yang Gao
c0d41c3674
Merge pull request #4580 from jboeuf/cpp_auth_doc
...
Fixing cpp auth doc pointers.
9 years ago
yang-g
b4aa08cb9f
Merge remote-tracking branch 'upstream/master' into stalled_and_destroy
9 years ago
Sree Kuchibhotla
ca8e3d7787
Modify run_tests to run stress tests
9 years ago
Sree Kuchibhotla
cc16931dea
Do not wait for metrics server. This will allow stress tests to terminate
9 years ago
Sree Kuchibhotla
1b38bb4bc7
initial version of run stress tests script
9 years ago
Michael Lumish
062ad48888
Merge pull request #4564 from ctiller/less_projects
...
Eliminate a layer of libraries in the end2end tests
9 years ago
Craig Tiller
47c50cc4d3
zookeeper is platform specific
9 years ago
Craig Tiller
ab23045414
Add a test that public headers compile as C99
9 years ago
Craig Tiller
a9686f6433
Merge pull request #4588 from sammcveety/patch-1
...
Update link in credentials.h to point to grpc.io
9 years ago
sammcveety
cbf2dfed88
Update link in credentials.h to point to grpc.io
9 years ago
Yang Gao
db026e7cee
Merge pull request #4584 from pszemus/master
...
Change CallData status before notifying CompletionQueue
9 years ago
Vijay Pai
e488668075
WIP
9 years ago
vjpai
994f8f76e7
Merge branch 'master' into bbuf
9 years ago
Przemysław Sobala
90391dbbcf
Change CallData status before notifying CompletionQueue
9 years ago
Julien Boeuf
77bc16e38e
Fixing cpp auth doc pointers.
9 years ago
Julien Boeuf
b0437efbff
Unit testing the peer from auth context functionality.
9 years ago
Julien Boeuf
4d75f259bc
Removing the peer from the SSL security connector.
...
- Missing unit tests.
9 years ago
Julien Boeuf
05a8341cf1
Making the stack work with outgoing channel args.
9 years ago
Julien Boeuf
9a79e28c4e
Removing the auth context from the security connector.
...
The security connector is a channel/server port wide construct. On the
other hand, the auth_context is a per-connection construct.
9 years ago
Craig Tiller
b121d44dc6
Merge github.com:grpc/grpc into ints
9 years ago
Craig Tiller
c12f8a9d39
Merge github.com:grpc/grpc into proto_names
9 years ago
Craig Tiller
f14baea3e6
Fix templates + clang-format
9 years ago
Craig Tiller
769567e769
Eliminate a layer of libraries in the end2end tests
9 years ago
Craig Tiller
b10f05e91d
Fix newline at end of file
9 years ago
Craig Tiller
897e4fe2ad
Update copyrights
9 years ago
Michael Lumish
7593cff337
Merge pull request #4502 from ctiller/yawn
...
BoringSSL integration
9 years ago
Craig Tiller
00f8702c5e
Merge branch 'yawn' into proto_names
9 years ago
Craig Tiller
2e14b1f588
Merge github.com:grpc/grpc into proto_names
9 years ago
Craig Tiller
0b96edc3ed
Fix time_test.c
9 years ago
Craig Tiller
67f23d7832
Updating 32 bit dockerfile
9 years ago
Craig Tiller
ff298f6888
First round of feedback
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Craig Tiller
f0d916ae17
Initial style guide
9 years ago
Craig Tiller
2d2963e5e9
Actually remove OpenSSL
9 years ago
Craig Tiller
77fc4d35e4
BoringSSL: vsproject changes
9 years ago
Craig Tiller
0fe5ee7be3
BoringSSL integration: non-vsprojects changes
9 years ago
vjpai
be75ffd028
Merge branch 'master' into bbuf
9 years ago
murgatroid99
0bb6fcfb5a
Generate the Node package.json from build.yaml
9 years ago
Michael Lumish
d5e59e2a4a
Merge pull request #4540 from murgatroid99/node_minor_fixes
...
Fix a couple of minor issues in the Node library
9 years ago
Nathaniel Manista
d491897c40
Merge pull request #4526 from soltanmm/schrodingers-fix
...
Fix Python test timeouts.
9 years ago
yang-g
8950c0fc51
regenerate projects
9 years ago
yang-g
0db9032a8b
remove stream from stalled_by_transport list before destroy it
9 years ago
Masood Malekghassemi
f872c6aa9f
Fix Python test timeouts
...
We've been assuming that the server upon invoking start was started.
This has been false; invoking start means that the server will
eventually be started, and to make this reliably observable requires
passing control to core.
9 years ago