Jorge Canizales
7be9450cf2
Merge pull request #7350 from nicolasnoble/upmerge-0_15-1_0
...
Upmerge 0.15 -> 1.0
8 years ago
kpayson64
e99acfff14
Merge pull request #7338 from kpayson64/remove_py_cruft
...
Removed early adopter code
8 years ago
Nicolas "Pixel" Noble
5dcb89bc14
Merge branch 'release-0_15' into v1.0.x
...
Conflicts:
.gitmodules
gRPC.podspec
8 years ago
Jorge Canizales
a24195b15a
Merge pull request #7341 from nicolasnoble/podspec-no-template-0_15
...
gRPC.podspec shouldn't be a template anymore.
8 years ago
Ken Payson
4d425522bf
Remove early adopter code
8 years ago
Nicolas "Pixel" Noble
aa0b4c8084
Bringing 0.15 to protobuf beta 3.3 to satisfy both nodejs and objc.
8 years ago
kpayson64
06f779b79f
Merge pull request #7342 from kpayson64/python_metadata_def
...
Added Glossary to docs with metadata definition
8 years ago
Ken Payson
f7f47a6d26
Added Glossary to docs with metadata definition
8 years ago
Nicolas "Pixel" Noble
4150e9e2f5
gRPC.podspec shouldn't be a template anymore.
8 years ago
Nicolas Noble
76c929606e
Merge pull request #7335 from nicolasnoble/master-is-1.0.0-pre1
...
Flagging master as 1.0.0-pre1.
8 years ago
Nicolas "Pixel" Noble
8c72ae43f9
Flagging master as 1.0.0-pre1.
8 years ago
kpayson64
5086f43b8e
Merge pull request #7322 from kpayson64/py_status_code_message
...
Implemented python status_code_and_message interop test
8 years ago
kpayson64
1af18aef2b
Merge pull request #7315 from kpayson64/fix_exit_test
...
Updated exit_test for new grpc.Server API
8 years ago
kpayson64
a09219c3b6
Merge pull request #7323 from kpayson64/fix_py_qps
...
Updated python qps tests to use GA server API
8 years ago
Nicolas Noble
b6f760f425
Merge pull request #7329 from nicolasnoble/upmerge-master
...
Upmerge from 0.15 to master.
8 years ago
Ken Payson
b5b6f93e00
Updated python qps tests to use GA server API
...
This should have been included as part of
45c0f2b305
8 years ago
Nicolas "Pixel" Noble
9183314435
Addressing comments.
8 years ago
Nicolas "Pixel" Noble
1c41c29c26
Merge branch 'release-0_15' into upmerge-master
...
Conflicts:
Makefile
build.yaml
gRPC-Core.podspec
gRPC.podspec
package.json
package.xml
src/core/lib/surface/version.c
src/csharp/Grpc.Auth/project.json
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/Grpc.Core/project.json
src/csharp/Grpc.HealthCheck/project.json
src/csharp/build_packages.bat
src/node/tools/package.json
src/python/grpcio/grpc/__init__.py
src/python/grpcio/grpc_version.py
src/python/grpcio_tests/tests/unit/_rpc_test.py
src/ruby/lib/grpc/version.rb
src/ruby/tools/version.rb
templates/gRPC.podspec.template
tools/distrib/python/grpcio_tools/grpc_version.py
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.c++.internal
tools/doxygen/Doxyfile.core
tools/doxygen/Doxyfile.core.internal
tools/run_tests/port_server.py
8 years ago
Nicolas Noble
5bcd4a64ee
Merge pull request #7321 from nicolasnoble/upmerge
...
Upmerge 0.14 -> 0.15
8 years ago
Nicolas Noble
2b98c8838d
Merge pull request #7291 from ctiller/better_status
...
Make it more likely to correctly report deadline exceeded
8 years ago
kpayson64
8c18b4abcc
Merge pull request #7292 from y-zeng/fix_mac_build
...
Fix make errors on mac
8 years ago
kpayson64
7be0c97296
Merge pull request #7310 from kpayson64/hold_gil_during_cleanup
...
Hold onto the GIL in __dealloc__ functions
8 years ago
Ken Payson
16e7f5826b
Updated exit_test for new grpc.Server API
...
This should have been part of a6b2a5a090
8 years ago
Ken Payson
9adeaffa10
Implemented python status_code_and_message interop test
8 years ago
Nicolas "Pixel" Noble
c52e1c2a38
Merge branch 'release-0_14' into release-0_15
...
Conflicts:
gRPC.podspec
src/objective-c/BoringSSL.podspec
src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj
src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj
src/objective-c/tests/Podfile
templates/gRPC.podspec.template
third_party/protobuf
8 years ago
Craig Tiller
9a5b4348f8
clang-format
8 years ago
Yuchen Zeng
9710106b5c
Merge remote-tracking branch 'upstream/master' into fix_mac_build
8 years ago
Nicolas Noble
7a1ac58ed0
Merge pull request #7297 from dgquintas/compression_cookbook
...
Compression Cookbook
8 years ago
kpayson64
20b1d58b0c
Merge pull request #7312 from kpayson64/fix_sanity
...
Updated composer.json template
8 years ago
Ken Payson
a56c9da508
Updated composer.json.template
8 years ago
Nicolas Noble
7126163b92
Merge pull request #7235 from tberghammer/cmake-protobuf
...
Remove gmock protobuf dependency from cmake build
8 years ago
Ken Payson
136ea365e3
Hold onto the GIL in __dealloc__ functions
...
When a child thread triggers __dealloc__ as part of a thread being
joined, the thread is already considered to be "joined", and so
releasing the GIL can allow the main thread to proceed to exit,
which introduces shutdown race conditions/memory leaks.
8 years ago
kpayson64
7f7c802072
Merge pull request #7242 from yang-g/import
...
Remove unused file
8 years ago
kpayson64
6f39830915
Merge pull request #7286 from stanley-cheung/php-update-auth
...
PHP: update composer.json
8 years ago
kpayson64
96c81bfeb6
Merge pull request #7289 from stanley-cheung/php-remove-debug
...
PHP: remove gpr_log debug
8 years ago
makdharma
9e41c0e090
Merge pull request #7288 from makdharma/protobuf_import_issue7219
...
fixes #7259
8 years ago
kpayson64
6bb39d0d3b
Merge pull request #7307 from kpayson64/port_server_timeout
...
Added timeout to port server
8 years ago
Ken Payson
189d685cc5
Added timeout to port server
9 years ago
David Garcia Quintas
276c72e259
Compression Cookbook
9 years ago
yang-g
7d892fbbc3
another one
9 years ago
yang-g
dc3a775e60
Merge remote-tracking branch 'upstream/master' into import
9 years ago
kpayson64
c1bfe124ab
Merge pull request #7274 from murgatroid99/ruby_api_review_changes
...
Split incoming initial and trailing metadata in Ruby calls
9 years ago
kpayson64
340d39619d
Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optional
...
Make handlers optional at server construction
9 years ago
Makarand Dharmapurikar
027ae0b4eb
removed unneeded import. fixes travis build
9 years ago
kpayson64
8444f2f9aa
Merge pull request #7195 from soltanmm/winfix
...
Fix Python interop unit-tests on Windows
9 years ago
Craig Tiller
33ab1829a5
Convert time to monotonic internally
9 years ago
Makarand Dharmapurikar
77f8da22ee
added a comment just to retrigger tests
9 years ago
kpayson64
acb0207b63
Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exception
...
Fix _Rendezvous.exception for successful calls
9 years ago
Stanley Cheung
43ba180c21
php: remove gpr_log debug
9 years ago
kpayson64
32d3fbe284
Merge pull request #7163 from nathanielmanistaatgoogle/call-credentials
...
Support composition of arbitrarily many CallCredentials objects
9 years ago