murgatroid99
|
e375975e0d
|
Fixed sanity errors
|
8 years ago |
murgatroid99
|
58233dbc1a
|
Merge branch 'master' into makefile_ruby_version_fixes
|
8 years ago |
murgatroid99
|
c781f64518
|
Use config file template instead of Rakefile template
|
8 years ago |
Craig Tiller
|
1e2775861f
|
Merge pull request #9351 from matt-kwong/corpus-fuzzer-api
Add api-fuzzer corpus
|
8 years ago |
Jan Tattermusch
|
cc2e048e84
|
Merge pull request #9342 from emmenlau/emmenlau_use_import_libraries_for_mingw
Makefile.template: use import libraries for mingw
|
8 years ago |
lyuxuan
|
88a934e9f8
|
Merge pull request #8799 from lyuxuan/memory_usage_no_log
grpc memory usage profiling (call, channel, server creation)
|
8 years ago |
apolcyn
|
d9f5b230c1
|
Merge pull request #9038 from apolcyn/run_perf_on_benchmarks
add --perf_args usage to jenkins performance runner scripts
|
8 years ago |
Matt Kwong
|
c1002c9f22
|
Add api-fuzzer corpus
|
8 years ago |
Michael Lumish
|
c9a470211c
|
Merge pull request #8601 from murgatroid99/node_electron_build
Node electron build
|
8 years ago |
murgatroid99
|
e8ec16da0e
|
Fix binding.gyp syntax
|
8 years ago |
murgatroid99
|
b19ac96487
|
Fix electron artifact builds
|
8 years ago |
murgatroid99
|
e8b1fd0cba
|
Merge branch 'master' into node_electron_build
|
8 years ago |
murgatroid99
|
972b7975a6
|
Fixed package name in dockerfile
|
8 years ago |
murgatroid99
|
a7fa10005a
|
Merge branch 'node_electron_build' of github.com:murgatroid99/grpc into node_electron_build
|
8 years ago |
Yuxuan Li
|
3623af18d9
|
merge master
|
8 years ago |
Yuxuan Li
|
6fb04d6924
|
memory usage profiling for client call, client channel, server creation, server call and server channel.
fix bug. server: snapshot pass by pointer
|
8 years ago |
Mario Emmenlauer
|
44b2d08149
|
Makefile.template: use import library names for mingw, instead of static libraries
|
8 years ago |
Mario Emmenlauer
|
06d3d4ad38
|
Makefile.template: remove the 'imp' suffix from MINGW library names
|
8 years ago |
Jan Tattermusch
|
6b6954050c
|
Merge pull request #9335 from jtattermusch/vsproject_improvements
Make grpc.sln compile
|
8 years ago |
Jan Tattermusch
|
9752569376
|
Merge pull request #9333 from emmenlau/emmenlau_fix_some_variable_names
Makefile.template: fixed variables names, and added a missing one
|
8 years ago |
Stanley Cheung
|
782724ba67
|
Merge pull request #9321 from stanley-cheung/fix-various-php-bugs
Fix various php bugs
|
8 years ago |
murgatroid99
|
93d0b580a5
|
Properly generate electron dependencies in test Dockerfile from template
|
8 years ago |
Michael Lumish
|
88162f82c4
|
Do not use OPENSSL_NO_THREAD normally for Node on Windows
|
8 years ago |
Stanley Cheung
|
50c878088a
|
Use tmp file instead of writing to current directory
|
8 years ago |
Michael Lumish
|
5868c8335c
|
Merge pull request #8895 from murgatroid99/node_artifact_build_fix
Drop support for Node 0.12 and io.js 1.0
|
8 years ago |
Mario Emmenlauer
|
abe9757da1
|
Makefile: fixed a few variables names, and added a missing variable on dll name
|
8 years ago |
murgatroid99
|
c518198d9a
|
run_tests: set Node runtime variable when using default compiler
|
8 years ago |
murgatroid99
|
433d3f1d42
|
Merge branch 'master' into node_electron_build
|
8 years ago |
Stanley Cheung
|
03b22ecbe6
|
Merge pull request #9329 from stanley-cheung/php-fix-config-m4
PHP: use a macro to specify extension src dir
|
8 years ago |
Stanley Cheung
|
fe71d7fc5f
|
Fix the template as well
|
8 years ago |
makdharma
|
468690fa92
|
Merge pull request #9298 from makdharma/http2_badserver_interop
added ability to run bad-server http2 tests
|
8 years ago |
Noah Eisen
|
a5faf9968c
|
Merge pull request #9149 from ncteisen/rst_stream_error_code_fix
Fix RST_STREAM(0) inconsistency
|
8 years ago |
Noah Eisen
|
36c799b37a
|
Merge pull request #9299 from grpc/ncteisen-patch-1
Update negative-http2-interop-test-descriptions.md
|
8 years ago |
lyuxuan
|
def69b3075
|
Merge pull request #8816 from lyuxuan/cpu_usage2
sending cpu load latency performance test results to big query
|
8 years ago |
Jan Tattermusch
|
c79da7b383
|
fix compilation of grpc_dll project
|
8 years ago |
Jan Tattermusch
|
34f58fe42c
|
remove not-yet-useful projects from grpc.sln
|
8 years ago |
Mario Emmenlauer
|
8e883b23ba
|
Makefile.template: fixed a few variables names, and added a missing variable on dll name
|
8 years ago |
Jan Tattermusch
|
af7b87f8eb
|
remove unneeded/broken targets from CMakeLists.exe
|
8 years ago |
Jan Tattermusch
|
3aab96f56c
|
successfuly compile gRPC with cmake+Ninja
|
8 years ago |
lyuxuan
|
3cdf729eb0
|
Merge pull request #8770 from lyuxuan/channel_args1
configurable channel args for performance benchmarking
|
8 years ago |
Yang Gao
|
21b6a6805a
|
Merge pull request #9315 from yang-g/fuzzer_load
Remove unused load
|
8 years ago |
Yang Gao
|
23d5081958
|
Merge pull request #9314 from yang-g/infolog
Promote dns resolution failure message to INFO
|
8 years ago |
Yang Gao
|
6b7f2f1fa6
|
Merge pull request #9324 from yang-g/include_fix
Add missing include for GPRAPI
|
8 years ago |
Yang Gao
|
8bddea1c94
|
Merge pull request #9327 from yang-g/include_fix2
Add missing include for size_t
|
8 years ago |
Stanley Cheung
|
90cd278945
|
PHP: use a macro to specify extension src dir
|
8 years ago |
Stanley Cheung
|
122c687d61
|
Fix various PHP bugs
|
8 years ago |
adelez
|
1b59bfc52b
|
Merge pull request #8987 from adelez/add_perf_link
Add perf link
|
8 years ago |
Adele Zhou
|
015998f770
|
Add perf link
|
8 years ago |
Eric Gribkoff
|
ebb3d5d4fc
|
Merge pull request #9139 from ericgribkoff/http2_client
Add HTTP/2 interop test client
Known failures: https://github.com/grpc/grpc/issues/8629
|
8 years ago |
yang-g
|
d36a53156c
|
Add missing include for size_t
|
8 years ago |