Craig Tiller
|
b372405ced
|
Merge pull request #1328 from vjpai/clamp
Clamp histogram at 1.0 on low end to handle rare possibility of sub-1 entry (likely only for testing)
|
10 years ago |
Craig Tiller
|
3f2c2214b7
|
Fiddling with an initial op
|
10 years ago |
Jorge Canizales
|
8957cae707
|
Moves ProtoRPC.podspec into gRPC.podspec
So the root of the repository doesn’t have 2 podspecs.
All four libraries are subspecs now.
Adjusts the generated code to account for that.
|
10 years ago |
Craig Tiller
|
e7bd03cdec
|
Merge pull request #1351 from nicolasnoble/flaky-travis
Avoid building shared libraries on Travis. This seems flaky.
|
10 years ago |
Nicolas "Pixel" Noble
|
c23827beeb
|
Avoid building shared libraries on Travis. This seems flaky.
|
10 years ago |
Jorge Canizales
|
7847b0eb3a
|
Adjusts #imports of RxLibrary
|
10 years ago |
Nicolas "Pixel" Noble
|
010f1e7b62
|
More work in not having to compile OpenSSL.
|
10 years ago |
Jorge Canizales
|
23c6589495
|
Adjust ProtoRPC podspec to the new RxLibrary
|
10 years ago |
Craig Tiller
|
e5cb23ba55
|
Fix accidental delete
|
10 years ago |
Craig Tiller
|
924874e8f0
|
Merge github.com:google/grpc into one-pass
Conflicts:
vsprojects/vs2010/grpc.vcxproj
vsprojects/vs2010/grpc.vcxproj.filters
vsprojects/vs2010/grpc_unsecure.vcxproj
vsprojects/vs2010/grpc_unsecure.vcxproj.filters
|
10 years ago |
Craig Tiller
|
6fac833299
|
Merge pull request #1349 from nicolasnoble/cleanup
Post merge cleanup.
|
10 years ago |
Tim Emiola
|
5a2ab90f6e
|
Merge pull request #1317 from donnadionne/private_build
Scripts to build java and cxx docker images from local (uncommitted) cod...
|
10 years ago |
Nicolas "Pixel" Noble
|
c43b34517f
|
Post merge cleanup.
|
10 years ago |
Craig Tiller
|
09b49d7c68
|
Add newline
|
10 years ago |
Craig Tiller
|
97a678edb8
|
Merge github.com:google/grpc into one-pass
|
10 years ago |
Craig Tiller
|
3608a7bd0c
|
Merge pull request #1348 from nicolasnoble/unsecure-no-really
Making sure we don't require OpenSSL for tests that, in fact, don't need it.
|
10 years ago |
Nicolas "Pixel" Noble
|
99738f6bcd
|
Making sure we don't require OpenSSL for tests that, in fact, don't need it.
|
10 years ago |
Craig Tiller
|
b4b185c1e4
|
Merge pull request #1339 from nicolasnoble/template-doc
Adding some documentation about the build/template system.
|
10 years ago |
Craig Tiller
|
fbf5be26a3
|
One test compiles
|
10 years ago |
Craig Tiller
|
6ad62a7204
|
Merge github.com:grpc/grpc into one-pass
|
10 years ago |
Craig Tiller
|
c079c111cb
|
Transport compiles
|
10 years ago |
Donna Dionne
|
7451cf6ad0
|
Adding more arguments and default values to allow the environment to be specified
when using the script.
|
10 years ago |
Donna Dionne
|
4241653e2e
|
Merge branch 'master' of github.com:google/grpc into private_build
|
10 years ago |
Yang Gao
|
3fbf7d76e2
|
Merge pull request #1312 from ctiller/batch-metadata
Batch metadata
|
10 years ago |
Craig Tiller
|
522528182a
|
Update flaky bit for unsecure tests
|
10 years ago |
Craig Tiller
|
be18b8db30
|
Beginning transport work
|
10 years ago |
Donna Dionne
|
58ece612dc
|
Making modifications after comments
Add uploading private result to GCS
|
10 years ago |
Donna Dionne
|
d0a162dc78
|
Merge branch 'master' of github.com:google/grpc into private_build
|
10 years ago |
Jorge Canizales
|
05bd511155
|
Adds unit test of stub to the XCode project
|
10 years ago |
Jorge Canizales
|
3f576c7ef3
|
Creates unit test for the stub
|
10 years ago |
Jorge Canizales
|
17b43e8982
|
Fixes initializer of the generated stub
|
10 years ago |
Jorge Canizales
|
f593fef550
|
Fixes syntax errors.
|
10 years ago |
Jorge Canizales
|
6482d5dc90
|
Makes the runtime serialize alright.
|
10 years ago |
Jorge Canizales
|
2779ccb83c
|
Adds basic runtime library and generated stub
The stub is manually adapted:
- to the evolved runtime,
- as if generated with insertion points.
|
10 years ago |
Craig Tiller
|
629b0ed804
|
Call compiles
|
10 years ago |
Michael Lumish
|
2c48566e71
|
Merge pull request #1347 from jtattermusch/mathserver_fixedport
C# mathserver listens on fixed port
|
10 years ago |
Jan Tattermusch
|
8cad507126
|
mathserver listens on fixed port
|
10 years ago |
Michael Lumish
|
ea67c96a99
|
Merge pull request #1341 from jcanizales/merge-https-upstream
Adds TLS support to the ObjC library, and tests against the remote gRPC server
|
10 years ago |
Nicolas "Pixel" Noble
|
62b8ddfc34
|
Supporting comments in build-cleaner.
|
10 years ago |
Craig Tiller
|
43f18f3b47
|
Merge pull request #1330 from yang-g/bugfix
Remove an extra unref
|
10 years ago |
Tim Emiola
|
a2f63bb615
|
Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callback
remove opts param from signature
|
10 years ago |
Craig Tiller
|
dfd0a48b6d
|
Merge pull request #1343 from wkubiak/master
minor fix in TLS error message
|
10 years ago |
Craig Tiller
|
2b1f7a959f
|
Merge github.com:google/grpc into batch-metadata
|
10 years ago |
Craig Tiller
|
77979b0860
|
Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-pass
Conflicts:
src/core/channel/http_client_filter.c
src/core/channel/http_server_filter.c
|
10 years ago |
Craig Tiller
|
58ce3f0e37
|
call progress
|
10 years ago |
Wojtek Kubiak
|
6e91ffebd8
|
minor fix in TLS error message
|
10 years ago |
Nicolas Noble
|
2c15a0ea21
|
Merge pull request #1340 from zeliard/master
add missing defines on windows (WIN64)
|
10 years ago |
zeliard
|
91e97b84cc
|
fix missing pointers on gpr_atm_acq_cas on x64
|
10 years ago |
zeliard
|
00b658530d
|
add missing defines on windows (WIN64)
|
10 years ago |
Nicolas Noble
|
5d4992346a
|
Merge pull request #1337 from jtattermusch/windows_fixes
partial fix for #546
|
10 years ago |