Nicolas Noble
430b4f9843
Merge pull request #6492 from jtattermusch/upgrade_gce_scripts
...
Upgrade linux worker setup scripts to ubuntu 15.10
9 years ago
yang-g
39e71c33d1
fix compiling error
9 years ago
Jan Tattermusch
fffd296bc5
Merge pull request #6279 from dgquintas/lb_proto_v1
...
Updated load balancer proto to v1
9 years ago
Jan Tattermusch
a46d21de37
fix TimeoutOnSleepingServer interop test
9 years ago
Craig Tiller
78222f7383
Enable -Wextra-semi on compilers that support it
...
Use some template magic to make warning detection much easier in the future.
9 years ago
Jan Tattermusch
25665aa78a
Update linux_performance_worker_init.sh
9 years ago
murgatroid99
7573dfc16b
Fixed references in grpc-tools gemspec
9 years ago
Jan Tattermusch
03b44ab741
Install go
9 years ago
Jan Tattermusch
cfbe02075a
Merge pull request #6320 from markdroth/limit_metadata_size
...
Add support for max metadata size.
9 years ago
Jan Tattermusch
5e743b2acc
Merge pull request #6417 from stanley-cheung/php-stress-client
...
PHP: stress test client
9 years ago
Jan Tattermusch
ade3a79553
Merge pull request #6498 from jtattermusch/csharp_server_improvements
...
C# server performance improvements
9 years ago
Nicolas Noble
b45e8c49ff
Merge pull request #6508 from nicolasnoble/master-sync
...
Master sync
9 years ago
Nicolas "Pixel" Noble
2d1c3bdd12
Merge remote-tracking branch 'google/release-0_14' into master-sync
...
Conflicts:
Makefile
build.yaml
composer.json
package.json
package.xml
src/core/lib/surface/version.c
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/build_packages.bat
src/node/tools/package.json
src/python/grpcio/grpc_version.py
src/ruby/lib/grpc/version.rb
src/ruby/tools/version.rb
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
9 years ago
Nicolas Noble
0b917a7375
Merge pull request #6507 from nicolasnoble/flagging-past-release
...
The release branch is now 0.14.1-pre1.
9 years ago
Nicolas "Pixel" Noble
2c75731b68
The release branch is now 0.14.1-pre1.
9 years ago
Nicolas Noble
414b6c8720
Merge pull request #6506 from nicolasnoble/flagging-release
...
Processing the 0.14 release.
9 years ago
Nicolas "Pixel" Noble
5ecdda759a
Processing the 0.14 release.
9 years ago
Jan Tattermusch
15d2979b7d
update_perf_scripts
9 years ago
Nicolas Noble
fac1b4d220
Merge pull request #6475 from grpc/release-0_14
...
Upmerge from 0.14.0
9 years ago
Nicolas Noble
6915e6b96f
Merge pull request #6495 from murgatroid99/backport_tools_package_bin_namespacing
...
Backport tools package bin namespacing
9 years ago
Nicolas Noble
b98e24b32b
Merge pull request #6480 from jcanizales/update-version-master
...
Update podspec versions in master branch
9 years ago
Jan Tattermusch
dae51b0fe5
fix compilation on windows
9 years ago
Nicolas Noble
8770f8fe9e
Merge pull request #6494 from murgatroid99/node_6_binaries
...
Build Node 6 artifacts
9 years ago
Jan Tattermusch
794834f56e
Merge pull request #6448 from nathanielmanistaatgoogle/issue-4899
...
Raise parallelism in grpc._cython._channel_test
9 years ago
Jan Tattermusch
4f9c89a5ce
Merge pull request #6421 from ctiller/mwha
...
Exclude 1byte tests from msan
9 years ago
Jan Tattermusch
d0cdd047b6
Merge pull request #6452 from stanley-cheung/node-math-server-minor-bug
...
Node: fix math server minor bug
9 years ago
Nicolas Noble
de88da9c6b
Merge pull request #6433 from murgatroid99/tools_package_bin_namespacing
...
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
9 years ago
Jan Tattermusch
1e1fa0870f
dont lock to run server_request_call
9 years ago
Jan Tattermusch
df0872f2a6
expose experimental API to set GrpcThreadPool size.
9 years ago
Jan Tattermusch
16713b91cc
enable previously disabled C# scenarios
9 years ago
Jan Tattermusch
e458d84635
dont create dedicated threads for async client
9 years ago
Jan Tattermusch
26cc1427e9
start server with more than one allowed RPCs
9 years ago
Jan Tattermusch
65ca9dcabc
eliminate a thread switch when invoking server-side handler
9 years ago
Jan Tattermusch
92a9156970
Merge pull request #6462 from jtattermusch/benchmarking_unify_scenarios
...
Improve benchmarking scenarios and enable "smoketest only" suite.
9 years ago
Jan Tattermusch
243405484d
Merge pull request #6489 from jtattermusch/fully_qualify_task
...
Fully qualify System.Threading.Tasks.Task
9 years ago
murgatroid99
f08d3af207
Updated template file
9 years ago
murgatroid99
585ceca214
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
9 years ago
murgatroid99
33b3b2a3f0
Fixed earlier fix with the right command
9 years ago
murgatroid99
019a76e300
Use local copy of node-pre-gyp on Windows to ensure that it is up to date
9 years ago
murgatroid99
3080ede82c
Allow Ruby client code to set a user agent
9 years ago
David Garcia Quintas
a301eaade8
Allow servers to select compression level via initial MD.
...
Setting the newly added compression_level field of
grpc_op::send_initial_metadata by a server now has the effect of
applying that compression level for the subsequent call messages leaving
the server. The ultimate meaning of the level depends on the client's
supported compression algorithms.
9 years ago
murgatroid99
12fd55587d
Build Node 6 artifacts
9 years ago
Jan Tattermusch
98f2430d2d
throw RpcException from writes after finishing
9 years ago
Jan Tattermusch
6220033e7d
change typo in the comment
9 years ago
Jan Tattermusch
19c7bf7871
fixup tests
9 years ago
Jan Tattermusch
3386d78e27
Merge pull request #6491 from soltanmm/license-to-nil
...
Add explicit license to grpcio-tools setup.py
9 years ago
Jan Tattermusch
b293c953d9
add more tests
9 years ago
Jan Tattermusch
49beb933a7
upgrade linux worker setup scripts
9 years ago
Masood Malekghassemi
8231867637
Add explicit license to grpcio-tools setup.py
9 years ago
Jorge Canizales
dcd8d7cd99
Merge pull request #6440 from makdharma/bugfixes
...
RouteGuide example now works with moving between tabs. Fixes issue 6404.
9 years ago