kpayson64
8c18b4abcc
Merge pull request #7292 from y-zeng/fix_mac_build
...
Fix make errors on mac
9 years ago
kpayson64
7be0c97296
Merge pull request #7310 from kpayson64/hold_gil_during_cleanup
...
Hold onto the GIL in __dealloc__ functions
9 years ago
Ken Payson
16e7f5826b
Updated exit_test for new grpc.Server API
...
This should have been part of a6b2a5a090
9 years ago
Ken Payson
9adeaffa10
Implemented python status_code_and_message interop test
9 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
9 years ago
yang-g
9275d4067c
Shutdown the listeners early when destroying the tcp_server
9 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
9 years ago
Craig Tiller
9a5b4348f8
clang-format
9 years ago
yang-g
e89dc6ceb6
Make Server::Wait work for async only server.
9 years ago
Yuchen Zeng
9710106b5c
Merge remote-tracking branch 'upstream/master' into fix_mac_build
9 years ago
Yuchen Zeng
9f340958f6
Remove unnecessary parsing detail
9 years ago
Nicolas Noble
7a1ac58ed0
Merge pull request #7297 from dgquintas/compression_cookbook
...
Compression Cookbook
9 years ago
Jorge Canizales
cfccf2a149
Merge master to resolve tests podspec conflict
9 years ago
Jorge Canizales
8f525f9bc5
Fix: Cocoapods doesn’t like dirs that start with ./
...
I wasted a huge amount of time debugging this madness.
9 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
9 years ago
kpayson64
20b1d58b0c
Merge pull request #7312 from kpayson64/fix_sanity
...
Updated composer.json template
9 years ago
Alexander Polcyn
a0a0e1f7db
Removed expectations of entire provided algorithms list in tests
9 years ago
Alexander Polcyn
6c4709e275
replaced constant compress level names with ids
9 years ago
Craig Tiller
026754f489
Merge github.com:grpc/grpc into delayed-write
9 years ago
Ken Payson
a56c9da508
Updated composer.json.template
9 years ago
Jorge Canizales
54e28ad79e
Tests Podfile cleanup
9 years ago
Jorge Canizales
45bb7f36b4
Use the deployed protoc spec in samples and README
9 years ago
Nicolas Noble
7126163b92
Merge pull request #7235 from tberghammer/cmake-protobuf
...
Remove gmock protobuf dependency from cmake build
9 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.
9 years ago
kpayson64
7f7c802072
Merge pull request #7242 from yang-g/import
...
Remove unused file
9 years ago
kpayson64
6f39830915
Merge pull request #7286 from stanley-cheung/php-update-auth
...
PHP: update composer.json
9 years ago
kpayson64
96c81bfeb6
Merge pull request #7289 from stanley-cheung/php-remove-debug
...
PHP: remove gpr_log debug
9 years ago
Jorge Canizales
eb3ebc5828
gRPC plugin podspec: license & deployment target
...
For the spec to pass linting.
9 years ago
makdharma
9e41c0e090
Merge pull request #7288 from makdharma/protobuf_import_issue7219
...
fixes #7259
9 years ago
kpayson64
6bb39d0d3b
Merge pull request #7307 from kpayson64/port_server_timeout
...
Added timeout to port server
9 years ago
Jorge Canizales
92450dd0e5
ProtoCompiler.podspec: license & deployment target
...
For the spec to pass linting.
9 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.
9 years ago
Alex Polcyn
b72cc3dd87
fixed unreferenced self C parameters
9 years ago
Alexander Polcyn
d788b458cf
Replaced private ruby methods with internal c functions
9 years ago
Alexander Polcyn
0dccf10db7
Added ruby wrapper for grpc_compression_options
9 years ago
Ken Payson
189d685cc5
Added timeout to port server
9 years ago
David Garcia Quintas
276c72e259
Compression Cookbook
9 years ago
thinkerou
52664ccee5
Fix orig files for conflicting generated
9 years ago
thinkerou
b433830d1a
Fixed code format
9 years ago
thinkerou
614e6f9e58
Update the clearer name of function
9 years ago
thinkerou
d4c1abb853
Merged some codes to the common function for maintainability
9 years ago
David Garcia Quintas
4bb1a9d8d8
added lb diagram and some more detail
9 years ago
yang-g
743b510334
Merge remote-tracking branch 'upstream/master' into server_test
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