Craig Tiller
d6546c9640
clang-format
9 years ago
Craig Tiller
9b42637047
Add {GPR,GRPC,CENSUS}_API tags to public functions
9 years ago
Masood Malekghassemi
0f1d42e9ca
Merge pull request #4957 from soltanmm/bob
...
Mitigate Python build directory naming conflict
9 years ago
Masood Malekghassemi
69a9411cf8
Remove dead Python README.md
9 years ago
Robbie Shade
cdc182e80c
Update copyright, clang-format for line wrapping of comment.
9 years ago
Vijay Pai
5919e81ff1
Remove host option from ServerConfig proto since it is error-prone and
...
may cause inter-language confusion.
9 years ago
Nicolas "Pixel" Noble
2283ff6638
Fixing dll hell.
9 years ago
Jan Tattermusch
50d012bb82
Merge pull request #4942 from ctiller/measure_some_things
...
Measure CPU costs on Jenkins Linux
9 years ago
David G. Quintas
ee7e1c20ed
Merge pull request #4950 from ctiller/offload-racing
...
Preparatory changes for work shedding
9 years ago
Sree Kuchibhotla
f25c6ba229
Comments and format
9 years ago
Sree Kuchibhotla
944f4cf14e
Sync server end2end and async_end2end tests
9 years ago
Sree Kuchibhotla
7fa9d6f4c8
TryCancel() on ServerContext()
9 years ago
Jan Tattermusch
7fbc0acf4a
Merge pull request #4948 from ejona86/fix-java-docker
...
Don't bother with full build in java docker
9 years ago
Julien Boeuf
434eda48be
ooops, forgot this...
9 years ago
Julien Boeuf
aaebf7ae74
Changing the API to use a callback mechanism.
...
This is the agreed-upon solution.
9 years ago
Masood Malekghassemi
1a54e5cdd5
Mitigate Python build directory naming conflict
...
On Mac and Windows, the default directory name conflicts with the BUILD
file we have.
9 years ago
Nicolas "Pixel" Noble
1723044a12
Allowing for debug builds.
9 years ago
Craig Tiller
6c3de35d3d
Merge pull request #4775 from dgquintas/sync-async-plus-interfaces
...
Support mixing sync and async method in the same service + Separation of core from proto compiler output
9 years ago
Jan Tattermusch
be538a1a79
generalize build_artifacts.py
9 years ago
Julien Boeuf
564b915503
Fixing copyright.
9 years ago
Julien Boeuf
54cc08c216
Merge branch 'master' of github.com:grpc/grpc into ssl_credentials_override_default_roots
9 years ago
Michael Lumish
822602cff0
Merge pull request #4947 from jtattermusch/win64_correct_test_path
...
Use correct path for C tests on Win 64
9 years ago
Masood Malekghassemi
62cc911188
Fix Python diagnostics dying on bad diagnosis
9 years ago
murgatroid99
8e4103e7d0
Fixed windows build warning
9 years ago
Vijay Pai
1602034114
Merge pull request #4949 from vjpai/qps_scenarios2
...
Testing scenarios for various performance characteristics
9 years ago
Craig Tiller
c085e5c061
Fix copyrights
9 years ago
Craig Tiller
eced8ae3b3
Fix windows
9 years ago
Craig Tiller
8045addc22
Fix zookeeper
9 years ago
Craig Tiller
a93a25f7bc
Update copyrights
9 years ago
Craig Tiller
6c39686dfa
Preparatory changes for work shedding
...
- cleanup: change grpc_iomgr_cb_func to take a bool instead of int
success
- cleanup: follow through with iomgr callback scheduling functions
- prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue*
functions
9 years ago
murgatroid99
af6c1785fe
Update template, add comment and message about Windows build
9 years ago
Vijay Pai
269c4b98c5
Testing scenarios for various performance characteristics
9 years ago
Eric Anderson
b1b331a59e
Don't bother with full build in java docker
...
The command in the docker image is just to prepare a cache to reduce
download for later builds. We only run installDist in build_interop.sh,
so don't bother with full build.
Fixes grpc/grpc-java#1370
9 years ago
yang-g
55b1b59df6
move flow control code back to writing.c
9 years ago
Nicolas "Pixel" Noble
d899dce5e1
Few more fixes to the Ruby installation.
...
-) properly depending on libraries.
-) adding an independent 'loader' class to use instead of require 'grpc/grpc'.
9 years ago
Jan Tattermusch
3de6b76942
use correct path for C tests on win64
9 years ago
Craig Tiller
3ab10f878b
Install "time" so that we can profile things
9 years ago
Craig Tiller
6326b8c51e
Merge github.com:grpc/grpc into measure_some_things
9 years ago
David Garcia Quintas
dcc99a24ea
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
9 years ago
Craig Tiller
ddd91dbb42
Merge pull request #4941 from jtattermusch/runtests_buildonly_reports
...
Generate report.xml report with --build_only too
9 years ago
Masood Malekghassemi
ece40b263d
Clean up custom gRPC Python binaries for Linux
...
Adds doc-string to EggNameMixin, renames the custom install flag to make
it a bit clearer that the mechanism isn't necessarily limited to linux
(though certainly we'd like it to be; but that's a decision to be made
at the level of the build system and what is made available on GCS, not
here).
9 years ago
Craig Tiller
9fad88fecf
Merge pull request #4940 from jtattermusch/polish_run_portability
...
Toggle --build_only flag for portability tests via scenario name
9 years ago
Craig Tiller
3ec6b95a95
Measure CPU costs on Jenkins Linux
9 years ago
Jan Tattermusch
aab1e51bd3
Generate report.xml report with --build_only too
9 years ago
Alistair Veitch
a569906270
Merge pull request #4868 from bogdandrutu/bug
...
Fix the census initialization on the server. Remove duplicate initialization logic and also enable census per channel if census is initialized.
9 years ago
yang-g
897925eb22
fix copyright
9 years ago
Jan Tattermusch
9638c53f9d
toggle --build_only flag via scenario
9 years ago
Craig Tiller
fb1ae3a4d1
Merge pull request #4939 from rjshade/remove_unused_method
...
Remove unused grpc_udp_server_write method
9 years ago
Michael Lumish
faf5c4d322
Merge pull request #4924 from nicolasnoble/makefile-cleanup
...
More Makefile cleanup.
9 years ago
Michael Lumish
a570b73a48
Merge pull request #4902 from nicolasnoble/win32-cleanup
...
Cleaning up Windows compilation.
9 years ago