Nicolas Noble
d9f2fe7bb9
Merge pull request #7462 from ctiller/backport-delayed-write
...
Backport delayed write into v1.0.x branch
9 years ago
Stanley Cheung
95f04bdfcb
Merge pull request #7487 from thinkerou/on_v1.0.x_support_php7
...
[support PHP7 on v1.0.x branch] control code by version of PHP macro
9 years ago
kpayson64
9fee5a4879
Merge pull request #7484 from soltanmm/docgen-impro
...
Upgrade virtualenv pip in Python docgen
9 years ago
thinkerou
104ae8dad6
support php7 on v1.0.x branch
9 years ago
Nicolas Noble
bb981aa692
Merge pull request #7480 from murgatroid99/node_tools_tarball_names
...
Correct shell scripting mistake in node package generation code
9 years ago
Nicolas Noble
21059e23c5
Merge pull request #7470 from dgquintas/v1.0.x
...
grpc_args doxygen docstrings
9 years ago
Masood Malekghassemi
6f7d4221af
Upgrade virtualenv pip in Python docgen
...
Also ignore the docgen-generated directories under doc/.
9 years ago
murgatroid99
1c2268b453
Correct shell scripting mistake in node package generation code
9 years ago
makdharma
7195a490ac
Merge pull request #7425 from jcanizales/p0-dynamic-frameworks-build-tests
...
Automatic test that the library builds correctly with frameworks
9 years ago
Nicolas Noble
42b08aec22
Merge pull request #7474 from murgatroid99/ruby_remove_undef_symbol_warning
...
Remove undefined reference warning in Ruby build
9 years ago
murgatroid99
90e5b2e58e
Remove undefined reference warning in Ruby build
9 years ago
Nicolas Noble
ab8dfb8021
Merge pull request #7463 from murgatroid99/ruby_undefined_symbol_usage
...
Fix undefined reference in Ruby code, add linker warning
9 years ago
kpayson64
e2195c0644
Merge pull request #7397 from soltanmm/hua-tulyada-hua-wa-hua-HEY-Hey-hey-hey
...
Document the custom grpcio-tools command class
9 years ago
kpayson64
4fa58f082b
Merge pull request #7424 from soltanmm/macverfix
...
Force the Python host version on Mac OS X
9 years ago
murgatroid99
8a16ce265b
Make new linker warning linux-only
9 years ago
David Garcia Quintas
fb709049b4
grpc_args doxygen
9 years ago
Masood Malekghassemi
34c9a73ab9
Document the custom grpcio-tools command class
9 years ago
kpayson64
413d302d4b
Merge pull request #7374 from kpayson64/python_health_check_rename
...
Polish grpcio_health_checking package
9 years ago
kpayson64
6aa81d1050
Merge pull request #7455 from kpayson64/small_beta_fix
...
Fixed name syntax error
9 years ago
murgatroid99
91633cb2f2
Fix undefined reference in Ruby code, add linker warning
9 years ago
Craig Tiller
77c7f9fd62
Merge pull request #7407 from ctiller/delayed-write
...
Benchmark fixes
9 years ago
Craig Tiller
5ca7e47493
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
9 years ago
Nicolas Noble
91991a234f
Merge pull request #7417 from nathanielmanistaatgoogle/multiplex-v1.0.x
...
Client and server multiplex example
9 years ago
Nicolas Noble
865caa6079
Merge pull request #7461 from nicolasnoble/rubyyyyyyyyyyyy
...
Fixing Ruby's Rakefile - high version number was hardcoded.
9 years ago
Nicolas "Pixel" Noble
23f7859a46
Fixing Ruby's Rakefile - high version number was hardcoded.
9 years ago
kpayson64
e73459554a
Merge pull request #7419 from nathanielmanistaatgoogle/examples-v1.0.x
...
Update examples to GA API
9 years ago
Masood Malekghassemi
398b06e843
Force the Python host version on Mac OS X
9 years ago
makdharma
5e93d3fffa
Merge pull request #7413 from jcanizales/p0-advance-versions-to-1
...
Advance versions from 0.14 -> 1.0.0-pre1
9 years ago
Jorge Canizales
886eecf1e0
Fixup: Readme to 1.0.0-pre1 too instead of 1.0.0
9 years ago
Jorge Canizales
f8c4580939
Commit as 1.0.0-pre1 so we can release already.
9 years ago
kpayson64
0c5673d823
Merge pull request #7452 from soltanmm/import-rearrange
...
Sort Python imports in setup.py
9 years ago
Ken Payson
e39edac2c8
Fixed name syntax error
9 years ago
Masood Malekghassemi
abdff3df89
Clean imports in grpcio's `setup.py`
9 years ago
Ken Payson
dd24c1ece4
Polish grpcio_health_checking package
...
-Rename namespace to grpc_health->grpc to match spec
-Proper use of NOT_FOUND status code
-Improve testing
-Add source distribution to artifact build
9 years ago
kpayson64
7c467547ba
Merge pull request #7416 from soltanmm/3D
...
Build Python distributions for Python 3
9 years ago
Jorge Canizales
854c167069
We’re done with the underscore tags for good!
...
Yay compatibility and predictability!
9 years ago
Jorge Canizales
5c421ef8ab
BoringSSL 5.0 is now tagged and pushed.
9 years ago
Jorge Canizales
0f594e91c6
Write 100 times: “gRPC-Core.podspec is a template”
9 years ago
Jorge Canizales
fffff2296c
Point BoringSSL.podspec to 5.0 commit (pending tag)
9 years ago
Jorge Canizales
0af0ae4715
Update err_data.c to BoringSSL commit 8d343b44bbab
9 years ago
kpayson64
bad168e4ba
Merge pull request #7371 from nicolasnoble/udp_server_errors
...
Adding UDP server error handling.
9 years ago
kpayson64
06f64c7a7f
Merge pull request #7426 from soltanmm/distribtest
...
Test Python source distribution installation
9 years ago
Masood Malekghassemi
792d899b7e
Support long paths in make_grpcio_tools.py
9 years ago
Masood Malekghassemi
58a0494ceb
Use normalized path separators in `setup.py`s
9 years ago
Masood Malekghassemi
a39c2cb4f2
Handle distutils command idiosyncracies
9 years ago
Masood Malekghassemi
c089a58a20
Change directory when building grpcio-tools
9 years ago
Masood Malekghassemi
027835fbd6
Increase build timeouts for Python artifacts
9 years ago
Masood Malekghassemi
0e12875b7c
Build Python distributions for Python 3
9 years ago
Masood Malekghassemi
9756fa3e1a
Allow make_grpcio_tools.py to be invoked in parallel
9 years ago
Masood Malekghassemi
b236279832
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.
9 years ago