Vijay Pai
7b080baf2a
C changes to avoid shadowed global declaration warnings in gcc4.4
9 years ago
Michael Lumish
fa69f192ff
Merge pull request #3567 from jcanizales/fix-podspec
...
Make podspec lint pass for submitting ObjC beta to Cocoapods
9 years ago
Vijay Pai
3ba6bf57d7
Merge pull request #3568 from sreecha/fix-mac-compilation-error
...
Fix float to bool conversion compilation error in mac
9 years ago
sreek
7d3ea5965d
Fix float to bool conversion compilation error in mac
9 years ago
Jorge Canizales
423f412ab8
The podspec is generated!
9 years ago
David Klempner
3ac9317b81
Merge pull request #3560 from vjpai/block_annotate_todo
...
Add some TODO comments for possible poll optimization
9 years ago
yang-g
bf22e0e8a0
remove anonymous namespace in anonymous namespace
9 years ago
yang-g
88d5d52d73
add tls and proxy as dimensions of end2end test
9 years ago
Yang Gao
dcda6e8052
Merge pull request #3563 from rjshade/emfd
...
Pass through grpc_fd pointer rather than int.
9 years ago
Jorge Canizales
b38f19fdaf
Merge pull request #3485 from nkibler/master
...
ObjC - Adds class factory method to generated ProtoService classes
9 years ago
Jorge Canizales
7069da2fe2
Repeat https://github.com/grpc/grpc/issues/3049 for OSX
9 years ago
Robbie Shade
a8e2e5263d
Pass through grpc_fd pointer rather than int.
9 years ago
Craig Tiller
084c8089a4
Threading fixes
...
- single global mutex (simpler, easier to make correct for now)
- properly flag kick state for workers to avoid missing wakeups (if
signal is called before wait on the cv)
9 years ago
Craig Tiller
3ccd9613da
Ensure GrpcEnvironment setup for these (special) tests
9 years ago
Nathaniel Manista
29e17020f5
Mark Python example docs as moved to grpc.io
9 years ago
Craig Tiller
c3e577805d
Properly initialize variables, destroy variables in usage order
9 years ago
Craig Tiller
114bda1090
Fix rounding error so IOCP completes on time
9 years ago
Craig Tiller
6b5bf16240
Merge github.com:grpc/grpc into can-we-be-single-threaded
9 years ago
Jorge Canizales
c825f42347
Update versions in Podspec to 0.11.1
9 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
9 years ago
Craig Tiller
eff4419b2a
Fixes
9 years ago
Craig Tiller
061f7d9c86
Merge branch 'can-we-be-single-threaded' of github.com:ctiller/grpc into pfft
9 years ago
Craig Tiller
26465e8e44
Fix windows
9 years ago
Craig Tiller
8afeec8838
Fix alarms
...
- make kick_poller() do something on POSIX
- fix some conditions whereby alarms are held in a pollset exec context for too long
- make channel_connectivity tests dependent on the correct behavior
9 years ago
Nicolas Noble
2d8c6b37d1
Merge pull request #3554 from vjpai/stt
...
Remove one pessimizing std::move
9 years ago
Vijay Pai
fa6e70ff85
Remove one pessimizing std::move
9 years ago
Jan Tattermusch
10ce383e1b
Merge pull request #3487 from ctiller/flaky-timeouts
...
Add support for flaky timeouts
9 years ago
Jan Tattermusch
bd7682fe99
dont propagate --allow_flakes to run_interop_tests.py
9 years ago
Jan Tattermusch
8266c67127
enable cloud_to_cloud tests with servers in a separate container
9 years ago
Jan Tattermusch
f88f3e2c69
enable php interop tests
9 years ago
Jan Tattermusch
f49936acef
make python generate args for interop tests
9 years ago
Jan Tattermusch
320bd61499
simplify running of interop tests on jenkins
9 years ago
Tim Emiola
ba2829edf0
Merge pull request #3549 from jtattermusch/remote_routeguide_readme
...
C# Remove route guide example text
9 years ago
Jorge Canizales
96bcf021ad
Merge pull request #3551 from ctiller/objc
...
Initialize/destroy TLS members - to fix iOS build
9 years ago
Craig Tiller
bfc8a06a7b
Fix typo
9 years ago
Nicolas Noble
e069b2774d
Merge pull request #3550 from ctiller/pfft
...
Fix mac build (for realsies)
9 years ago
Craig Tiller
926c0e99f8
Initialize/destroy TLS members - to fix iOS build
9 years ago
Nathaniel Manista
3a321282da
Merge pull request #3367 from soltanmm/test-fix
...
Update test for changed core HTTP header handling.
9 years ago
Craig Tiller
95cc07b169
Split timeout and failure retry policy
9 years ago
Craig Tiller
6b870e2984
Merge github.com:grpc/grpc into flaky-timeouts
9 years ago
Jan Tattermusch
bdd89ca16c
Merge pull request #3543 from ctiller/jenkins
...
Make run_jenkins script forward arguments to run_tests.py
9 years ago
Craig Tiller
73c4e87670
Fix mac build
9 years ago
Jan Tattermusch
8788e1fd3f
remove route guide example text
9 years ago
Craig Tiller
6ec5d6f63a
Make run_jenkins script forward arguments to run_tests.py
9 years ago
Nicolas Noble
cb8c46854f
Merge pull request #3546 from ctiller/pfft
...
Fix mac build
9 years ago
Masood Malekghassemi
868e1bbbc9
Merge pull request #3493 from ctiller/lowercase-all-proper
...
Remove metadata canonicalization, and fix some bugs
9 years ago
Craig Tiller
ecc4f9c694
Fix mac build
9 years ago
Nicolas Noble
f2eb040872
Merge pull request #3544 from ctiller/backtrace-on-crash
...
Enable backtraces on C tests
9 years ago
Vijay Pai
72d4593406
Merge pull request #3484 from ctiller/mergabit
...
Enforce a more mergable build.yaml format
9 years ago
Craig Tiller
69684061da
Merge github.com:grpc/grpc into mergabit
9 years ago