Masood Malekghassemi
743c10ccd5
Cython refactor of Python C wrapping layer
...
Also set up environment-related details needed for a smooth Cython
experience: have the test script avoid rebuilding all dependencies if the
virtualenv directory already exists, have the PyPI distribution script
distribute the Cython generated C code rather than the .pyx files.
10 years ago
David G. Quintas
9b67ccfde0
Merge pull request #2267 from ctiller/look-at-all-the-holes
...
Fix leak in chttp2_transport.c
10 years ago
Craig Tiller
0b442a877b
Fix leak in chttp2_transport
10 years ago
Craig Tiller
9ae6f23fb9
Spam cleanup
10 years ago
David G. Quintas
3e57357aff
Merge pull request #2263 from ctiller/with-what-shall-we-mend-it-dear-liza-dear-liza
...
Remove the ability to specify a cancellation string
10 years ago
Craig Tiller
0d4836d2c5
Remove the ability to specify a string on cancel: it was broken and unused; will restore later
10 years ago
Craig Tiller
69f561681e
Fix a bug where transports can leak because they are not shut down correctly
10 years ago
Craig Tiller
e46f00a1d3
Fix leaked string in bad_client.c
10 years ago
Craig Tiller
f6d2f1fa1b
Fix leaking unclaimed incoming metadata
10 years ago
Craig Tiller
991edad25c
SSL refcounting fixes
...
Handle the case where we recreate an auth context.
Add (opt-in) debugging for refcounts on auth contexts.
10 years ago
Craig Tiller
cf34343646
Wait for expectations to be fulfilled
10 years ago
Craig Tiller
47073d5913
Fix leak in chttp2_transport incoming metadata
10 years ago
Nathaniel Manista
9d8830da38
Merge pull request #2249 from soltanmm/2248
...
Fix initial-server-metadata-merged-into-terminal-server-metadata bug.
10 years ago
Nicolas Noble
821516dc32
Merge pull request #2246 from murgatroid99/makefile_pkg-config_dep_check
...
Added pkg-config checking to Makefile where possible
10 years ago
Michael Lumish
fc206cd7fe
Merge pull request #2250 from jcanizales/bazel-proto-rpc
...
Add Bazel target for Objective-C proto-gRPC runtime
10 years ago
Jorge Canizales
3cacaacf88
Minor: add TODO to improve an error message.
10 years ago
Jorge Canizales
50f198260e
Add Bazel target for ObjC gRPC runtime
10 years ago
Jorge Canizales
c60868622d
Don’t import Protobuf runtime using Cocoapods paths
10 years ago
Masood Malekghassemi
ec5dc7f90b
Accept metadata sequences, return tuples
10 years ago
Masood Malekghassemi
a6cfa0ad3b
Fix #2248
10 years ago
murgatroid99
da7a994a4d
Fixed some linking problems
10 years ago
Michael Lumish
a6de02f5ef
Merge pull request #2244 from stanley-cheung/php_minor_script_fix
...
php minor script fix
10 years ago
murgatroid99
24e2f4ad84
Added pkg-config checking to Makefile where possible
10 years ago
Michael Lumish
587b5f6b76
Merge pull request #2240 from jcanizales/bazel-grpc-client
...
Add Bazel target for the GRPCClient library
10 years ago
Michael Lumish
6d3fc9573e
Merge pull request #2236 from jcanizales/bazel-grpc-secure
...
Switch ObjC Bazel target for the core library to use the secure version
10 years ago
Vijay Pai
d4bfa95d3c
Merge pull request #2169 from ctiller/no-spam-for-you
...
Remove spammy line (this is obfuscating testing logs)
10 years ago
Stanley Cheung
85b5d76c2b
php minor script fix
10 years ago
Nicolas Noble
202930ad54
Merge pull request #2241 from ctiller/pure-applesauce
...
Fix run_tests forever mode
10 years ago
Craig Tiller
bb30971cec
Fix run_tests forever mode
10 years ago
Jorge Canizales
5c7bfc4fa4
Merge pull request #2238 from nicolasnoble/no-containers
...
Disable saving failed containers, until we purge old ones.
We were running out of disk space.
10 years ago
Jorge Canizales
bba8076ed4
Fix indents of rx_library blaze target
10 years ago
Jorge Canizales
bb54ae8073
Add roots.pem bundle to the Bazel target, and use a better bundle name.
10 years ago
Jorge Canizales
866255ec29
Add BUILD target for GRPCClient
10 years ago
Nicolas "Pixel" Noble
66e358b1e0
Disabling saving failed containers.
...
We clearly don't have enough space for that, if we are to run our tests every few minutes.
We can revisit that later and automatically purge old containers for example.
10 years ago
Jorge Canizales
4dc4e3dffb
Blaze dependency on //external:libssl_objc
10 years ago
Jorge Canizales
7b1a0ca2dd
Switch to grpc secure
10 years ago
Craig Tiller
a7661b59d8
Merge pull request #2234 from soltanmm/doc
...
Clarify caller contract for grpc_call_start_batch
10 years ago
Masood Malekghassemi
b70b70956d
Clarify caller contract for grpc_call_start_batch
10 years ago
Craig Tiller
188578dfb6
Merge pull request #2232 from nicolasnoble/regenerate-projects
...
Merges broke the build - regenerating.
10 years ago
Nicolas "Pixel" Noble
d35f93d1b3
Merges broke the build - regenerating.
10 years ago
Vijay Pai
8bcba9a08f
Merge pull request #2149 from ctiller/oops-i-split-it-again
...
Initial transport lock split up
10 years ago
Craig Tiller
213ac59069
Merge pull request #2204 from nicolasnoble/completion-queue-refcount-debugging
...
Adding file and line number to cq debug refcount.
10 years ago
Craig Tiller
6b1ad3c40a
Merge pull request #2225 from nicolasnoble/make-runtest-output-junit-reports
...
Make runtest output junit reports
10 years ago
Craig Tiller
40238fd032
Merge pull request #2221 from yang-g/no_new_bbq_after_flush
...
Bug fix. Do not push to incoming_queue after it is flushed.
10 years ago
Nicolas Noble
3edd91e680
Merge pull request #2214 from ctiller/are-includes-sane
...
Add a test that headers are properly in build.json
10 years ago
Nicolas Noble
e3321cc00a
Merge pull request #2197 from jcanizales/bazel-grpc-unsecured
...
Create ObjC Bazel targets for grpc_unsecured and gpr
10 years ago
Nicolas "Pixel" Noble
5937b5bc5a
Exporting XML reports, JUnit-compatible.
10 years ago
Nicolas "Pixel" Noble
252d251002
Merge branch 'jenkins-work' into make-runtest-output-junit-reports
10 years ago
Michael Lumish
aeee0dd96a
Merge pull request #2224 from stanley-cheung/fix_php_extension_osx_configure
...
PHP: Revert wording of optional in php doc
10 years ago
Stanley Cheung
f8bfd9a76d
revert wording of optional in php doc
10 years ago