yang-g
408ef6bf25
Merge remote-tracking branch 'upstream/master' into sequential_con
8 years ago
Nicolas Noble
2f17797c94
Merge pull request #7336 from nicolasnoble/master-is-1.1
...
Master is now 1.1.0-dev.
8 years ago
Nicolas "Pixel" Noble
49bfb92dc1
Master is now 1.1.0-dev.
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
David Garcia Quintas
ef6b991d63
Fix tsan race
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
Nathaniel Manista
1ab04e6b46
Add more assertions to _rpc_test
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
siddharthshukla
0589e533cd
Make testing toolchain python 3.x compliant
...
six is necessary for making these scripts cross compatible
between python 2.x and 3.x
Changes:
Add six to python_deps.include
Include python_deps.include to all Dockerfile templates in test directory
Include python_deps.include to all Dockerfile templates in stress_test directory
Include python_deps.include to all Dockerfile templates in interop_test directory
Replace print statements with print function calls (from futute..)
Replace .iteritems() with .items() wherever necessary
use six.moves to import BaseHTTPServer
Generate new dockerfiles using generate_projects.sh
8 years ago
Craig Tiller
9a5b4348f8
clang-format
8 years ago
yang-g
e89dc6ceb6
Make Server::Wait work for async only server.
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
Jorge Canizales
cfccf2a149
Merge master to resolve tests podspec conflict
8 years ago
Jorge Canizales
8f525f9bc5
Fix: Cocoapods doesn’t like dirs that start with ./
...
I wasted a huge amount of time debugging this madness.
8 years ago
siddharthshukla
c478214e47
Enable py35 and py36 testing
...
Add dockerfile template for python_pyenv_x64 docker image
Generate the dockerfile using generate_projects.sh
Modify run_tests.py to include python3.5 and python3.6
Runs python_jessie_x64 for python versions 2.7 and 3.4, and
python_pyenv_x64 for python versions 3.5 and 3.6
8 years ago
kpayson64
20b1d58b0c
Merge pull request #7312 from kpayson64/fix_sanity
...
Updated composer.json template
8 years ago
Alexander Polcyn
a0a0e1f7db
Removed expectations of entire provided algorithms list in tests
8 years ago
Alexander Polcyn
6c4709e275
replaced constant compress level names with ids
8 years ago
Craig Tiller
026754f489
Merge github.com:grpc/grpc into delayed-write
8 years ago
Ken Payson
a56c9da508
Updated composer.json.template
8 years ago
Jorge Canizales
54e28ad79e
Tests Podfile cleanup
8 years ago
Jorge Canizales
45bb7f36b4
Use the deployed protoc spec in samples and README
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
Jorge Canizales
eb3ebc5828
gRPC plugin podspec: license & deployment target
...
For the spec to pass linting.
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
Jorge Canizales
92450dd0e5
ProtoCompiler.podspec: license & deployment target
...
For the spec to pass linting.
8 years ago
Jorge Canizales
6eade6dcd7
Podspecs for Protoc and the gRPC plugin
...
The examples under <repo_root>/examples now rely on the released
versions. Those under src/objective-c/examples, as well as the tests,
rely on protoc and the plugin as compiled from head.
8 years ago
Alex Polcyn
b72cc3dd87
fixed unreferenced self C parameters
8 years ago
Alexander Polcyn
d788b458cf
Replaced private ruby methods with internal c functions
8 years ago
Alexander Polcyn
0dccf10db7
Added ruby wrapper for grpc_compression_options
8 years ago
Ken Payson
189d685cc5
Added timeout to port server
9 years ago