Craig Tiller
e039f03383
Plumbing transport_op changes through
10 years ago
Jorge Canizales
d5c5de9a5c
Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes
...
Changed argument names in Objective-C generated code
10 years ago
Jorge Canizales
88412083cf
Merge pull request #2211 from murgatroid99/objective_c_retain_cycle
...
Fixed retain cycles in GRPCWrappedCall.m
10 years ago
murgatroid99
25a2661d6d
Changed argument names in Objective-C generated code
10 years ago
Craig Tiller
ab6307356a
Addressing comments
10 years ago
Craig Tiller
3f475422ec
chop chop chop
10 years ago
murgatroid99
231103ba39
Fixed name in comments
10 years ago
Michael Lumish
e25ec14601
Merge pull request #2203 from stanley-cheung/cleanup_php_scripts
...
php: refactor and cleanup some scripts
10 years ago
Craig Tiller
3b1847c528
Merge branch 'oops-i-split-it-again' into tis-but-thy-name
10 years ago
Craig Tiller
4b62811032
Merge github.com:grpc/grpc into tis-but-thy-name
10 years ago
Craig Tiller
48f0a13f38
Simpler code
10 years ago
Craig Tiller
b032af0d00
Remove dead code
10 years ago
Craig Tiller
6e8c7e87ef
Merge github.com:grpc/grpc into oops-i-split-it-again
10 years ago
Craig Tiller
b7959a0b36
s/grpc_transport_op/grpc_transport_stream_op/g
10 years ago
Craig Tiller
f5f1712e1f
Refactoring progress towards integrating client configs
10 years ago
Craig Tiller
224b04f6ef
Make this more robust against merges
10 years ago
Craig Tiller
fe8592ee99
Merge github.com:grpc/grpc into are-includes-sane
...
Conflicts:
tools/doxygen/Doxyfile.c++.internal
10 years ago
Craig Tiller
f75fc12e3a
Add a test that headers are properly in build.json
...
Clean up anything that failed
10 years ago
Nicolas "Pixel" Noble
964f955b22
Some Jenkins changes and improvements.
...
-) Don't re-clone from github. We already have the directory here, just bind it, and copy it inside the docker container.
-) Let's properly set up our environment for asan.
-) Let's split the docker "run_jenkins" part into its own separate script.
10 years ago
Jorge Canizales
0bf7e48ade
Merge pull request #2209 from murgatroid99/objective_c_const_conversion
...
Remove const cast warning in GRPCSecureChannel.m
10 years ago
murgatroid99
dbda969039
Fixed 'retain cycle' warnings in GRPCWrappedCall.m
10 years ago
murgatroid99
4a77f3b311
Remove const cast warning in GRPCSecureChannel.m
10 years ago
Craig Tiller
3bc8ebd48e
Implementation work for client_config
...
- uri parsing
- dns resolution
10 years ago
Eric Anderson
e7324878a9
Merge pull request #2148 from a11r/interops
...
Expanded testing protocol
10 years ago
Craig Tiller
aff6340906
Merge pull request #2202 from nicolasnoble/don-t-recursive-lock-me
...
Let's inform the system of the lock to unlock...
10 years ago
Abhishek Kumar
7bce516b3b
Spelling fix: UnImplementedService -> UnimplementedService
10 years ago
Craig Tiller
dbf624a807
Merge pull request #2205 from nicolasnoble/threadpools-need-to-cascade-kick
...
Cascade-kick pollsets when shutting down.
10 years ago
Craig Tiller
e50bde9f9c
Merge pull request #2206 from nicolasnoble/windows-needs-to-kick-its-pollset-on-shutdown
...
On pollset shutdown, we need to unconditionally start the kick cascade.
10 years ago
Nicolas "Pixel" Noble
fcb16e1a9c
On pollset shutdown, we need to unconditionally start the kick cascade.
10 years ago
Nicolas "Pixel" Noble
e57dd66c9d
Cascade-kick pollsets when shutting down.
...
In the case we're using a threadpool, depending on where the threads are waiting in completion queue's next, they'll get stuck on shutdown because we're only kicking one of them. Instead, let's cascade-kick the pollsets when we shutdown so that we make sure all of them are exitting properly.
10 years ago
Nicolas "Pixel" Noble
aaf39abb36
Adding file and line number to cq debug refcount.
10 years ago
Jorge Canizales
91e67a2ddf
Regenerate BUILD file (merge didn’t add whitespace)
10 years ago
Jorge Canizales
03d26b5fe2
Merge master into bazel-grpc-unsecured to solve conflict
10 years ago
Craig Tiller
66daf23401
Merge pull request #2189 from nicolasnoble/vs2013-is-sad
...
Fixing Visual Studio 2013 build of grpc++.
10 years ago
Nicolas Noble
1e02fed4a1
Merge pull request #2185 from ctiller/it-hides-them
...
Move some code out of src/ into tools/
10 years ago
David G. Quintas
5fbec19749
Merge pull request #2167 from ctiller/everyone-is-special
...
Return dummy data for empty histograms
10 years ago
Stanley Cheung
229e8553a6
replace backticks with $()
10 years ago
Stanley Cheung
c865c318e4
php: refactor and cleanup some scripts
10 years ago
Michael Lumish
4ea9c8e6da
Merge pull request #2188 from ctiller/so-freaking-sick-of-irrelevant-merge-conflicts
...
Make it less likely a build.json change triggers a merge conflict
10 years ago
Nicolas "Pixel" Noble
3857d233f4
Let's inform the system of the lock to unlock...
...
Fixes #2190 . In grpc_pollset_work we need to pass down which lock to unlock before actually doing something.
10 years ago
Craig Tiller
cf4db6d9a7
Merge branch 'that-which-we-call-a-rose' into tis-but-thy-name
10 years ago
Craig Tiller
1b81cc40cd
Missed file
10 years ago
Craig Tiller
7df28a7bd2
Merge github.com:grpc/grpc into that-which-we-call-a-rose
...
Introduce resolver_factory
10 years ago
Craig Tiller
cd29c58c37
Stub DNS resolver
10 years ago
Craig Tiller
9f903dad14
Merge github.com:grpc/grpc into so-freaking-sick-of-irrelevant-merge-conflicts
10 years ago
Michael Lumish
d9145d91f5
Merge pull request #2196 from jcanizales/bazel-grx
...
Add BUILD target for Objective-C's RxLibrary
10 years ago
Michael Lumish
269575ac0e
Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes
...
Have Cocoapods rename includes in the core wrapper
10 years ago
Craig Tiller
d13794332c
Merge github.com:grpc/grpc into oops-i-split-it-again
10 years ago
Michael Lumish
85bc52e38a
Merge pull request #2193 from jcanizales/import-based-on-path
...
Don't import using directories created by Cocoapods
10 years ago
Craig Tiller
98bf7e6517
Added comments
10 years ago