Robbie Shade
710d242e89
Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport
8 years ago
kpayson64
6ee6a54820
Merge pull request #7353 from kpayson64/fix_cygrpc_test
...
Fix cygrpc test
8 years ago
kpayson64
5820f8c597
Merge pull request #7044 from yang-g/slice
...
Add API to get C slice from C++ Slice.
8 years ago
kpayson64
d3d739284b
Merge pull request #6539 from soltanmm/clngfrmt-aoa
...
Add src/compiler to clang-formatting pass
8 years ago
kpayson64
286ff57ffd
Merge pull request #7248 from yang-g/server_test
...
Initialize variable.
8 years ago
Ken Payson
cc06b91b7f
Change sequence of client/server events
...
This is for https://github.com/grpc/grpc/pull/6737 when
start_batch will no longer put data on the wire
8 years ago
kpayson64
9880525a3a
Merge pull request #7257 from yang-g/sequential_con
...
Use test roots.pem in test
8 years ago
kpayson64
d75d5ea79f
Merge pull request #7317 from soltanmm/tadpoles
...
Patch spawn for Python 'unix' compilers instead of link
8 years ago
kpayson64
4faea6b56c
Merge pull request #7290 from soltanmm/auto-cy
...
Fallback to generating files if not generated
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
Masood Malekghassemi
ac59245624
Clang-format all the things
8 years ago
Masood Malekghassemi
1fa0faa2e2
Add src/compiler to clang format
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
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
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
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