Tim Emiola
94213dfa64
Merge pull request #2084 from stanley-cheung/php_pecl_extension
...
Add package.xml file for pecl extension
10 years ago
Nicolas Noble
e0eac8b5be
Merge pull request #2125 from jtattermusch/fix_win_read_memory_leak
...
prevent leaking gpr_slice in windows on_read()
10 years ago
Jan Tattermusch
b91009518d
prevent leaking gpr_slice in windows on_read()
10 years ago
Nicolas Noble
37a8448f0e
Merge pull request #2104 from murgatroid99/build_json_add_missing_context.h
...
Added missing but included headers to build.json
10 years ago
Stanley Cheung
cb14eab395
Add package.xml and necessary files for pecl extension
10 years ago
Craig Tiller
4ec433741a
Merge pull request #2071 from dgquintas/compression-levels
...
Introduced compression levels as an abstraction for the actual algorithm
10 years ago
Michael Lumish
22a7cdffc4
Merge pull request #2108 from jcanizales/disallow-started-writers
...
Disallow started request writers on GRPCCall init
10 years ago
donnadionne
f1a495573f
Merge pull request #2100 from tbetbetbe/grpc-ruby-adjust-rspec-output
...
Prints test names as ruby tests run
10 years ago
Nicolas Noble
491b37b147
Merge pull request #2095 from jtattermusch/autobuild_jenkins_dockerfile
...
make sure docker image is up-to-date before each build
10 years ago
Jorge Canizales
6bbfcc3fec
Disallow started request writers on GRPCCall init
10 years ago
Jan Tattermusch
c9c83cf6ad
setting CPPFLAGS breaks openssl build
10 years ago
Craig Tiller
81889aa833
Merge pull request #2106 from soltanmm/coredoc
...
Document core behavior w.r.t. argument lifetimes
10 years ago
Masood Malekghassemi
7128a90cc4
Document core behavior w.r.t. argument lifetimes
...
Also clean up some excess whitespace and make some notes about ownership.
10 years ago
murgatroid99
7da8b1a651
Added missing but included headers to build.json
10 years ago
Nicolas Noble
b62cdbc18c
Merge pull request #2078 from yang-g/grpc_cli_headers
...
Support sending and showing received metadata in grpc_cli
10 years ago
Nicolas Noble
a93954f844
Merge pull request #1731 from ctiller/you-complete-me
...
New core shutdown API
10 years ago
Jan Tattermusch
eaa52163da
update instructions on picking up failed docker container
10 years ago
Tim Emiola
821e4a757f
Prints test names as ruby tests run
10 years ago
Jan Tattermusch
118e331a7f
make sure docker image is up-to-date before each build
10 years ago
Michael Lumish
656e776ae1
Merge pull request #2092 from jcanizales/point-to-official-proto-podspec
...
Link to official protobuf podspec in the README
10 years ago
Jorge Canizales
beabcfd590
Link to official protobuf podspec in the README
...
It was still linking to my pull request's podspec.
10 years ago
Craig Tiller
8c95eabf10
Merge pull request #20 from jtattermusch/you-complete-me-csharp-hotfix
...
temporary hotfix before backup poller removal is done
10 years ago
Jan Tattermusch
c0e3a6682f
temporary hotfix before #1577 is in
10 years ago
Michael Lumish
602424a0a5
Merge pull request #2064 from nicolasnoble/objc-generate-podspec-from-template
...
Transforming gRPC.podspec to use build.json instead of globbing.
10 years ago
Craig Tiller
44a1dd36f5
Fix Python compilation
10 years ago
Craig Tiller
1680b40cb3
Merge github.com:grpc/grpc into you-complete-me
10 years ago
Craig Tiller
9194426110
Migrate new test to new api
10 years ago
Craig Tiller
d5229da019
Merge pull request #16 from tbetbetbe/you-complete-me
...
Initial progress on ruby shutdown api migration
10 years ago
Tim Emiola
b1fa5d4627
Ruby shutdown api migration
...
+ all tests pass,
- but there are a couple of workarounds
- tests are flaky
10 years ago
Jan Tattermusch
d847f0e6d5
Merge pull request #2085 from nicolasnoble/jenkins-sanity
...
Various Jenkins-related tweaks.
10 years ago
Nicolas "Pixel" Noble
43e5f5663f
Various Jenkins-related tweaks.
...
-) created a .profile at the root of the docker image - seems the new nvm script requires that.
-) installing simplejson and mako python packages, for the sanity check.
-) calling prepare_travis.sh in order to try and download precompiled packages for openssl and protobuf.
-) using the new "config" axis.
-) improved the output of prepare_travis.sh.
10 years ago
Yang Gao
45bd28e0d3
One more thing...
10 years ago
Yang Gao
b680436656
Merge remote-tracking branch 'upstream/master' into grpc_cli_headers
10 years ago
David Garcia Quintas
ccb20bb98c
Fixed wrong switch label name
10 years ago
Nicolas Noble
341f4bba79
Merge pull request #4 from murgatroid99/objc-generate-podspec-from-template
...
Fixed file renaming in podspec template
10 years ago
Craig Tiller
48dd6bfb53
Merge github.com:grpc/grpc into you-complete-me
10 years ago
Nathaniel Manista
94528cb585
Merge pull request #2081 from soltanmm/c89-oops
...
Make warnings errors when building Python tests.
10 years ago
murgatroid99
f398d5c9d3
Fixed file renaming in podspec template
10 years ago
Yang Gao
763afe1fd6
merge with upstream
10 years ago
Masood Malekghassemi
9d3fbcf0ba
Make warnings errors when building Python tests
10 years ago
Nicolas Noble
32f020ae2a
Merge pull request #2079 from yang-g/statusChange
...
Update the Status API
10 years ago
Craig Tiller
7d7e640b23
Merge pull request #2054 from dgquintas/flags-abi
...
Added flags support to grpc_op.
10 years ago
Tim Emiola
d0bf839d01
Merge pull request #2063 from stanley-cheung/php_timeout_interop_test
...
Add PHP timeout interop test
10 years ago
David Garcia Quintas
cc6c43c496
Exposed compression level in channel arguments (C and C++)
10 years ago
Yang Gao
c1a2c314fb
Update the Status API
10 years ago
Michael Lumish
c1c697a897
Merge pull request #2074 from jcanizales/fix-metadata-usage-in-example
...
Fix NPE for trying to add metadata to error when it was nil
10 years ago
Nathaniel Manista
454260605a
Merge pull request #2077 from grpc/jtattermusch-patch-4
...
Make run_jenkins.sh actually fail on failure.
10 years ago
Jan Tattermusch
f64c68cae5
Merge pull request #2066 from stanley-cheung/add_php_to_jenkins
...
Add PHP to jenkins
10 years ago
Yang Gao
102eccb632
Support sending and showing received metadata in grpc_cli
10 years ago
David Garcia Quintas
4d9414064e
Merge branch 'master' of github.com:grpc/grpc into flags-abi
10 years ago