Ken Payson
4d425522bf
Remove early adopter code
8 years ago
Masood Malekghassemi
c3e3ae5862
Patch `spawn` for Python 'unix' compilers instead
...
Before we patched the link command, now we just patch `spawn` as an
updatable catch-all solution to ARG_MAX limitations on bash for MSYS and
MinGW and friends.
8 years ago
Alexander Polcyn
cdff92f02e
added ruby client compression interop tests
8 years ago
Nicolas "Pixel" Noble
aa0b4c8084
Bringing 0.15 to protobuf beta 3.3 to satisfy both nodejs and objc.
8 years ago
Masood Malekghassemi
ac59245624
Clang-format all the things
8 years ago
Masood Malekghassemi
1fa0faa2e2
Add src/compiler to clang format
8 years ago
kpayson64
06f779b79f
Merge pull request #7342 from kpayson64/python_metadata_def
...
Added Glossary to docs with metadata definition
8 years ago
Jorge Canizales
34b0cd0c47
Fix Travis
8 years ago
kpayson64
6b8a8e4a74
Merge pull request #7330 from dgquintas/fix_tsan
...
Fix tsan race
8 years ago
kpayson64
6ab39eafaf
Merge pull request #6595 from thinkerou/time
...
Merged some codes to the common function for maintainability in time.c file
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
Craig Tiller
1d03e100eb
Ensure timely response to marks
8 years ago
Craig Tiller
824c234de8
Merge github.com:grpc/grpc into delayed-write
8 years ago
Craig Tiller
609dc2d360
Fix rare flake
8 years ago
Alex Polcyn
7c55ab090a
removed unnecessary public methods removed tests of non api methods
8 years ago
Craig Tiller
2808be6641
Fix regex filtering
8 years ago
yang-g
3e63b4ee7e
Merge remote-tracking branch 'upstream/master' into slice
8 years ago
yang-g
48e5562051
Merge remote-tracking branch 'upstream/master' into server_test
8 years ago
yang-g
408ef6bf25
Merge remote-tracking branch 'upstream/master' into sequential_con
8 years ago
Eric Richardson
8e769fdc95
Fix arguments for calls to Ruby's `Time.at`
...
`Time.at` takes microseconds as a second arg, not nanoseconds. Fixes
conversion of deadline time on the server-side.
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