Julien Boeuf
bb04c0a78b
Merge branch 'master' of github.com:grpc/grpc into security_context_extension
8 years ago
Julien Boeuf
2b2b345841
Addressing feedback.
8 years ago
Adele Zhou
c4b61e24b3
Use the VIP that routes to GFE.
8 years ago
Vijay Pai
cdc253535b
Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING
...
in all cases
8 years ago
Vijay Pai
ac4113bef1
Merge branch 'master' into fc_unary
8 years ago
Eric Anderson
c931305c39
Merge pull request #7799 from ejona86/percent-encode-status-desc
...
spec: Percent-encode Status-Message
8 years ago
Nicolas Noble
d37fcc4575
Merge pull request #7643 from PiotrSikora/export_license
...
Bazel: export LICENSE file.
8 years ago
Nicolas Noble
179e624679
Merge pull request #7828 from ctiller/rename-some-things-for-fun-and-profit
...
Rename some files to avoid conflicting .obj files on Windows
8 years ago
Craig Tiller
2ecceef5cf
Cleaned up output format
8 years ago
Craig Tiller
d34ad4b0b9
Add a script to list undocumented files and directories
8 years ago
Mark D. Roth
7f9bba8ce1
Fix some more tests that called cq_expect_completion().
8 years ago
Mark D. Roth
f03b112d12
Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line
8 years ago
Takuto Ikuta
dc8754398f
Merge branch 'fix_typo' of github.com:atetubou/grpc into fix_typo
8 years ago
Takuto Ikuta
c0080b7c92
remove docstring for not existing argument
8 years ago
Takuto Ikuta
bb04734eec
Fix a typo
8 years ago
Takuto Ikuta
ed96de4f79
Merge pull request #1 from grpc/master
...
merge
8 years ago
Takuto Ikuta
8d2ed75260
Merge branch 'master' of git://github.com/grpc/grpc into fix_typo
8 years ago
Jorge Canizales
ea5325c484
Avoid static initialization of the kIdentity block
...
Unlike other Objective-C objects, there's no hard reason why the compiler wouldn't be able to initialize a block statically (as it does with NSString literals). And it certainly doesn't complain about it (like it does with other object initializers). But as I haven't been able to find confirmation of this, and we're seeing a weird crash occur near this code, let's play it safe.
8 years ago
Jorge Canizales
7603d64982
Let tracing be enabled before starting an RPC
...
by calling grpc_init on [GRPCCall load], instead of lazily.
8 years ago
Piotr Sikora
12e26a7c82
Bazel: export LICENSE file.
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
8 years ago
Craig Tiller
24096ce7be
Support >16kib frame sizes in core
8 years ago
Craig Tiller
30da8254aa
fixes
8 years ago
Makdharma
178f4bc24d
prep work for enabling caching
...
Added new header grpc-payload-bin
Added new channel arg for setting max payload size
Ability to create a GET request in client filter
Ability to parse the payload from header in server filter.
8 years ago
Nicolas Noble
19ea0cffd7
Merge pull request #7616 from markdroth/cq_verifier_cleanup
...
Clean up cq_verifier code and error messages.
8 years ago
Mark D. Roth
7187ab9866
Change cq_verifier to report file and line number for expectations.
8 years ago
pythias
ed7ee3df9a
Remove undefined env
8 years ago
Takuto Ikuta
15b3a165e9
remove docstring for not existing argument
8 years ago
安正超
1f07aa56cb
Remove the extra comma
8 years ago
Nicolas "Pixel" Noble
cdbe6b3963
Merge branch 'v1.0.x' into upmerge-from-v1.0.x
8 years ago
Nicolas Noble
668bf881a9
Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.x
...
Upmerge from v1.0.x
8 years ago
Mark D. Roth
1edf65219e
Fix broken test.
8 years ago
Mark D. Roth
a275aea530
clang-format
8 years ago
Nicolas "Pixel" Noble
d25c1d2a6c
Removing unused header.
8 years ago
Nicolas "Pixel" Noble
455c5d45f0
Untangling secure and unsecure.
8 years ago
Robbie Shade
1bbfe0fb43
clang-format remove blank lines
8 years ago
Robbie Shade
19370fcdc6
Merge branch 'master' into delete_timeout_enum
8 years ago
Julien Boeuf
6b93d46bb8
Adding extension points for security context.
8 years ago
Stanislav Pavlovichev
d58199b1d0
code style
...
phpdoc fix
isset to array_key_exists
8 years ago
Stanley Cheung
56d7044ed8
Merge pull request #7819 from stanley-cheung/php-update-composer
...
PHP: bump version (master)
8 years ago
Stanley Cheung
d7ff4ff400
Merge pull request #7817 from stanley-cheung/php-update-composer-v1_0
...
PHP: bump version
8 years ago
Alex Polcyn
6888c251a3
change hint paths for protobuf to use net45 dir in csproj files
8 years ago
Nicolas Noble
0e43d67602
Merge pull request #7832 from thunderboltsid/add-readme-for-gsoc-contribs
...
Add project overview for gsoc submission
8 years ago
kpayson64
67920ca2e6
Merge pull request #7720 from apolcyn/update_examples_grpc_version
...
update dependencies in C# examples to GA versions
8 years ago
kpayson64
8006ed3d94
Merge pull request #7729 from apolcyn/update_to_sys_interactive
...
update to system interactive in distrib tests
8 years ago
kpayson64
1754624312
Merge pull request #7775 from vjpai/this
...
Remove this->
8 years ago
kpayson64
1dfeee3487
Merge pull request #7805 from nathanielmanistaatgoogle/python-example-readmes
...
Truncate Python example READMEs to grpc.io links
8 years ago
kpayson64
96c598f669
Merge pull request #7763 from thunderboltsid/add-pypy-to-dockerfile
...
Add PyPy 5.3.1 to dockerfile and template
8 years ago
kpayson64
dd8ddf1585
Merge pull request #7820 from soltanmm/impish-smile
...
Remove unused imports in grpcio-tests
8 years ago
Siddharth Shukla
d13a780be0
Add project overview for gsoc submission
8 years ago
siddharthshukla
82c01e5a95
remove skipIf from TypeSmokeTest (issue 7672)
...
remove skipIfStatement from
TypeSmokeTest.testCallCredentialsFromPluginUpDown since the test passes
on PyPy variants 5.3.0 and newer since these variants have improved
compatibility support for the C-Extensions
8 years ago