Michael Lumish
a6de02f5ef
Merge pull request #2244 from stanley-cheung/php_minor_script_fix
...
php minor script fix
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
Michael Lumish
d42ad96c84
Merge pull request #2222 from stanley-cheung/fix_php_extension_osx_configure
...
php extension: do not link rt in osx
10 years ago
Stanley Cheung
76ed0cc26a
php: update README
10 years ago
Stanley Cheung
f4a99a1471
php extension: do not link rt in osx
10 years ago
yang-g
0b6ad7d4bc
Bug fix. Do not push to incoming_queue after it is flushed.
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
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
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
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
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