Craig Tiller
4d74056b08
Merge branch 'forever-is-a-long-time' into tis-but-thy-name
...
Conflicts:
Makefile
vsprojects/Grpc.mak
10 years ago
Craig Tiller
ee98d84a02
Add an fd conservation test to verify that fds actually close
10 years ago
Craig Tiller
acf0f07dfc
Unix resolver, bug fixes
10 years ago
Craig Tiller
73f36bdb6c
Fix run_tests forever mode
10 years ago
Craig Tiller
1107558558
Merge github.com:grpc/grpc into tis-but-thy-name
10 years ago
Craig Tiller
d7b68e72f5
Simple request unsecure passes with new client_config code
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
Craig Tiller
ca3e9d3e57
refcount debugging
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
Craig Tiller
c7b5f7605e
Factor out channel state watching
10 years ago
Craig Tiller
7874e17d77
Implement channel op dispatch
10 years ago
Craig Tiller
5945ee1a75
Request/response path starting to work
10 years ago
Craig Tiller
04c5d4b8fd
Progress - need to add http filters
10 years ago
Craig Tiller
ff54c92adc
Get the success case through to call creation
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
4b804104b6
Small fixes
10 years ago
Craig Tiller
188578dfb6
Merge pull request #2232 from nicolasnoble/regenerate-projects
...
Merges broke the build - regenerating.
10 years ago
Craig Tiller
5f84c8478a
Connector progress
10 years ago
Nicolas "Pixel" Noble
d35f93d1b3
Merges broke the build - regenerating.
10 years ago
Craig Tiller
0c5cf25d4e
Merge github.com:grpc/grpc into tis-but-thy-name
10 years ago
Craig Tiller
eb3b12e417
Further client config work
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
00d018ca13
Merge github.com:grpc/grpc into forever-is-a-long-time
10 years ago
Craig Tiller
ebaa860e08
Update this file
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
ef2a3e22a1
Merge github.com:grpc/grpc into forever-is-a-long-time
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
Craig Tiller
f7afa1f1ba
client_config: chttp2_fullstack_no_op_unsecure_test passes
10 years ago
Craig Tiller
052d27b891
Tidy up test to meet our standards
10 years ago
Craig Tiller
30ee10b785
Rename test into the right place
10 years ago
Craig Tiller
8b6cb8d9c7
Call fd_orphan callback a little earlier
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
Masood Malekghassemi
1aa041ab1a
BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN
10 years ago
Nicolas "Pixel" Noble
252d251002
Merge branch 'jenkins-work' into make-runtest-output-junit-reports
10 years ago
Craig Tiller
916246625b
Introduce connector, to help subchannel connect
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
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