Alexander Polcyn
9f5163eb85
Bump v1.7.x branch to 1.7.2
7 years ago
apolcyn
3df053a6e8
Merge pull request #13203 from apolcyn/fix_broken_ruby_20
...
Remove required keyword args to fix forward breakage of ruby 2.0
7 years ago
Alexander Polcyn
b32070eff8
remove use of keyword args
7 years ago
apolcyn
279af91134
Merge pull request #13168 from apolcyn/bump_v17
...
Bump v1.7.x branch to 1.7.1
7 years ago
apolcyn
9c011b5129
Merge pull request #13087 from apolcyn/update_ruby_googleauth_dep
...
Update ruby googleauth dependency
7 years ago
Jan Tattermusch
444d18f11d
Merge pull request #13169 from kkm000/fix-memleak-windows-getenv-backport
...
Fix Windows's memory leak in v1.7.x
7 years ago
Nicolas Noble
e3ee18ada9
Fix Windows's memory leak
...
(cherry picked from commit 3290e49a1d
)
clang-format.
(cherry picked from commit c02dbe57c6
)
7 years ago
Alexander Polcyn
40ba62f2a2
Bump v1.7.x branch to 1.7.1
7 years ago
Muxi Yan
ed9929e246
Merge pull request #13100 from muxi/supress-strict-prototype-warning
...
Supress strict prototype warning in v1.7.x
7 years ago
Jan Tattermusch
9599d86baf
Merge pull request #13118 from jtattermusch/core_win_unref_res_quota
...
Try unref resource quota in Windows for v1.7.x
7 years ago
Matt Kwong
c91983d456
Fix brew install issue; enable MacOS test filtering
7 years ago
Matt Kwong
e18928a029
Use Ruby 2.3 for Brew
7 years ago
Jan Tattermusch
eec87415fe
unref resource quota on windows
7 years ago
Nicolas Noble
46dcae772f
Merge pull request #13093 from nicolasnoble/v1.7.x
...
Flagging 1.7.0
7 years ago
Muxi Yan
94d669e022
Supress strict prototype warning in gRPC pods
7 years ago
Nicolas "Pixel" Noble
863a0500df
Flagging 1.7.0
8 years ago
Alexander Polcyn
99a375114a
Update max-allowed-version of googleauth ruby dependency
8 years ago
apolcyn
1cc43d051b
Merge pull request #13077 from apolcyn/backport_13047
...
Backport 13047 to 1.7.x
8 years ago
Alexander Polcyn
41bdeff878
Fix call object memory leak in ruby, when call object is closed
8 years ago
apolcyn
65112378ae
Merge pull request #13057 from apolcyn/pull_ruby_artifact_docker_image
...
Use prebuilt ruby artifact docker image from dockerhub
8 years ago
Alexander Polcyn
5b76eb9824
Use prebuilt ruby artifact docker image from dockerhub
8 years ago
kpayson64
4690caa19e
Merge pull request #13025 from kpayson64/fork_bug_fixes
...
Bug fixes for fork support
8 years ago
Ken Payson
c5731324a4
Bug fixes for fork support
8 years ago
kpayson64
55086a091a
Merge pull request #12928 from kpayson64/forking_take_2
...
Add thread pool reset on fork with FORKING_SUPPORT_ENABLED
8 years ago
Ken Payson
9714e0376a
Add thread pool reset on fork with FORKING_SUPPORT_ENABLED
8 years ago
Muxi Yan
70d6041739
Merge pull request #12881 from muxi/add-textual-headers
...
Make platform-specific headers textual
8 years ago
Muxi Yan
4106599216
Merge pull request #12883 from muxi/fix-gid-podspec
...
Fix GID podspec issue
8 years ago
Muxi Yan
43cd1e7316
Add comment
8 years ago
Muxi Yan
7a1fe0d2fb
Fix GID related subspec lint problem
8 years ago
Muxi Yan
405762733a
Make platform-specific headers textual
8 years ago
Michael Lumish
6b69f2a164
Merge pull request #12831 from murgatroid99/version_1.7.0-pre1
...
1.7.x is now 1.7.0-pre1
8 years ago
Jan Tattermusch
cbae862552
Merge pull request #12822 from jtattermusch/csharp_cancellable_movenext
...
Add support for CancellationToken in IAsyncStreamReader.MoveNext()
8 years ago
Muxi Yan
f2747dd729
Merge pull request #12846 from muxi/backport-12637
...
Backport #12637 : Allow ObjC proto plugin to forward declare message classes
8 years ago
Muxi Yan
2cbec4ce19
Add test for forward declaration
8 years ago
Muxi Yan
9635d4670c
Generate dependency header import in pbrpc.m
8 years ago
Muxi Yan
05e0d2da35
Generate forward declaration in pbrpc.h
8 years ago
Muxi Yan
ec8253b092
Merge pull request #12834 from muxi/backport-12772
...
Backport #12772 : Fix Xcode warning of mis-aligned structs
8 years ago
Jan Tattermusch
32d196f1b1
remove delays in tests
8 years ago
Jan Tattermusch
ee35223174
improve docs
8 years ago
apolcyn
6524d87a22
Merge pull request #12837 from apolcyn/backport_12493
...
Backport 12493 to 1.7.x
8 years ago
Alexander Polcyn
4f05af59ea
fix memory leak of ruby call objects
8 years ago
Muxi Yan
fb4cb27da2
Add PB_NO_PACKED_STRUCTS to gRPC-Core
8 years ago
murgatroid99
90e9140211
1.7.x is now 1.7.0-pre1
8 years ago
apolcyn
3137faac5c
Merge pull request #12803 from murgatroid99/backport_uv_refcount_fix
...
Backport #12733
8 years ago
Jan Tattermusch
f8c9bcdc0f
introduce CallCancellationTest
8 years ago
Jan Tattermusch
bb872c02d9
allow cancelling MoveNext operations
8 years ago
Jan Tattermusch
8e2e9a6d91
Merge pull request #12817 from jtattermusch/fixregister_backport
...
C# De-register cancellation token for v1.7.x branch
8 years ago
Chris Bacon
5e8c48669f
De-register cancellation token
...
Fixes #12800
8 years ago
Thomas Voß
d05f2f77d2
Fix up whitespace
8 years ago
Thomas Voß
4f8a416f70
Increase reference count on state used in tcp connect.
...
The state is used both in the callback for the actual connect as well as
in the additional timeout that is setup for the operation. Both code
paths decrease the reference count and if they happen to be queued at
the same time, memory is corrupted. Subsequent behavior is undefined and
segfaults can be observed as a result.
Fixes #12608
8 years ago