Craig Tiller
2595ab7d96
Refine subprocess_call API
10 years ago
Stanley Cheung
f4a99a1471
php extension: do not link rt in osx
10 years ago
Craig Tiller
7c0b4d70fc
Implement vtable helper stubs
10 years ago
yang-g
0b6ad7d4bc
Bug fix. Do not push to incoming_queue after it is flushed.
10 years ago
Craig Tiller
1064f8b97e
Moving chttp2 to new transport interface
10 years ago
Craig Tiller
88f8e940a0
Merge pull request #2219 from nicolasnoble/cascade-kick-should-happen-higher
...
Reworking the cascade kick to be Windows-specific.
10 years ago
Nicolas "Pixel" Noble
857d250764
Reworking the cascade kick to be Windows-specific.
...
This brings the Windows port more in-par with Linux. We're now making sure all of the pollsets are going to return immediately before calling the shutdown callback.
10 years ago
Craig Tiller
13ec8719ca
Merge github.com:grpc/grpc into tis-but-thy-name
10 years ago
Craig Tiller
54df47eaa5
Merge branch 'oops-i-split-it-again' into tis-but-thy-name
10 years ago
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
Julien Boeuf
3e55b9fe62
Base64 decode improvements.
...
- Allow ablity to specify the length for decoding.
- Allow for non-padded encodings to be decoded properly.
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