Craig Tiller
2652b4d321
Docs, formatting
10 years ago
Nicolas "Pixel" Noble
8a47ccd8b0
Adding clang packages for msan/tsan/asan testing.
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
Siddharth Rakesh
e2902dee31
commented
10 years ago
Siddharth Rakesh
893ccac421
Merge branch 'master' of https://github.com/grpc/grpc
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
Vijay Pai
d2a82d9da7
Added comments to describe nesting of mutexes
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
Vijay Pai
8931cdd29f
Split server lock into 2 pieces: one for call list and one for global
...
state (including channels)
10 years ago
murgatroid99
7da8b1a651
Added missing but included headers to build.json
10 years ago
Craig Tiller
ad59999b6b
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
dd39fbd413
Merge github.com:grpc/grpc into we-dont-need-no-backup
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
Craig Tiller
4581586330
Merge pull request #21 from jtattermusch/we-dont-need-no-backup-undo-hotfix
...
undo hotfix from #1731
10 years ago
Craig Tiller
831b4e0fdc
Merge branch 'fix_intermediary_low_test_for_1577' of github.com:nathanielmanistaatgoogle/grpc into merge-merge-merge
10 years ago
Craig Tiller
7cce60af96
podspec
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
Jan Tattermusch
797b875ef2
undo hotfix from #1731
10 years ago
Craig Tiller
e7621eedd6
Merge branch 'you-complete-me' into we-dont-need-no-backup
10 years ago
Craig Tiller
d278f2fd48
Merge github.com:grpc/grpc into you-complete-me
10 years ago
Craig Tiller
94c4314537
Merge branch 'you-complete-me' into we-dont-need-no-backup
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
Nathaniel Manista
c6636c01a5
Adapt _intermediary_low_test to no backup poller
...
Pull request #1577 removes the backup poller internal to completion
queues so this test needs to use extra threads to drive the work done
inside the completion queues by continuously calling each completion
queue's get method.
10 years ago
Vijay Pai
ced73bde96
Split cq creation from request initiation so that cq creation
...
can be removed from C++ lock.
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
9a57633233
clang-format affected files
10 years ago
Vijay Pai
31e52f6341
Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2
10 years ago
Craig Tiller
dc8567dab3
Fix flag settings on this test
10 years ago
Craig Tiller
7885dc57d0
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
bf8ac3f406
Merge branch 'you-complete-me' into we-dont-need-no-backup
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