Jan Tattermusch
|
a410632b57
|
Merge pull request #11647 from jtattermusch/kokoro_python_green
Improvements to kokoro macos build
|
8 years ago |
Jan Tattermusch
|
f53eb37056
|
improvements to kokoro macos build
|
8 years ago |
Noah Eisen
|
1e0aae6304
|
Fix musl
|
8 years ago |
Jan Tattermusch
|
b047350e4b
|
Merge pull request #11615 from jtattermusch/patch_dashboard_schema
Add script for patching perf benchmark schema
|
8 years ago |
Jan Tattermusch
|
91c403b30c
|
Merge pull request #11636 from jtattermusch/kokoro_macos_rc
Update kokoro MacOS rc script
|
8 years ago |
David Garcia Quintas
|
af084dc37c
|
Fixes to pick first
|
8 years ago |
Muxi Yan
|
b8e6e2f299
|
Fix test failures
|
8 years ago |
Vijay Pai
|
def0cdf455
|
Merge pull request #11638 from vjpai/uint64
Properly use uint64_t not unsigned int64_t
|
8 years ago |
ncteisen
|
d9edaa400e
|
Fix bm_speedup
|
8 years ago |
David Garcia Quintas
|
ab1ff6b041
|
Split move test
|
8 years ago |
Vijay Pai
|
b9078c8ee8
|
Properly use uint64_t not unsigned int64_t
|
8 years ago |
Kamil Skalski
|
6ba7d53b63
|
Make CMake find_package work for preinstalled libprotobuf on Raspbian.
|
8 years ago |
Muxi Yan
|
f2c5d33741
|
Merge pull request #11625 from muxi/fix-objc-memory-leak-v14
Backport #11624: Objective C memory leak GRPCOpSendMetadata
|
8 years ago |
Jan Tattermusch
|
e282dfe9e9
|
update macos kokoro rc script
|
8 years ago |
Muxi Yan
|
883655d6cf
|
Merge pull request #11624 from muxi/fix-objc-memory-leak
Fix Objective C memory leak GRPCOpSendMetadata
|
8 years ago |
Vijay Pai
|
7f93e58989
|
Merge pull request #11621 from vjpai/error_doc
Document error unref contract for iomgr cb's and transport/stream errors
|
8 years ago |
Vijay Pai
|
ff17b050e6
|
Document error unref contract for iomgr cb's and transport/stream errors
|
8 years ago |
murgatroid99
|
a6ce1ff1d6
|
Fix how npm is upgraded, add npm update line for electron
|
8 years ago |
Nicolas Noble
|
c4f85b78f3
|
Merge pull request #11474 from makdharma/cares_fix
fixes #11473
|
8 years ago |
Nicolas Noble
|
d8bf2df7c6
|
Merge pull request #10462 from nicolasnoble/ares-header-pollution
Avoid pollution from ares.h into the global space.
|
8 years ago |
Muxi Yan
|
d46239a8c2
|
Correct copyright year
|
8 years ago |
Noah Eisen
|
dae8854b7d
|
Merge pull request #11610 from ncteisen/v1.4.x-perf-bot-patch
Perf Bot Backport
|
8 years ago |
Muxi Yan
|
0c8cb1d652
|
Resolve asan failure
|
8 years ago |
murgatroid99
|
7ad758cd84
|
Make various scripts use the same version of Node
|
8 years ago |
Michael Lumish
|
844d594003
|
Merge pull request #11620 from murgatroid99/version_bump_1.4.1
Bump version to 1.4.1
|
8 years ago |
David G. Quintas
|
52e68e9383
|
Merge pull request #11591 from dgquintas/rr_state_fix_1.4
Fix RR policy connectivity state upon subchannels shutdown (1.4.x branch)
|
8 years ago |
Michael Lumish
|
36e97de3f1
|
Merge pull request #11457 from murgatroid99/node_arm_artifacts_1.4.x
Add ARM Linux Node artifacts
|
8 years ago |
Muxi Yan
|
9516b10c66
|
Fix the memory leak in metadata
|
8 years ago |
Muxi Yan
|
be3c7e2a42
|
Fix the memory leak in metadata
|
8 years ago |
David G. Quintas
|
fe01f1776a
|
Merge pull request #11605 from dgquintas/backport_windows_inline
s/inline/__inline/. Visual studio incompatiblity (v1.4.x backport)
|
8 years ago |
murgatroid99
|
ab14a0b4c8
|
Bump version to 1.4.1
|
8 years ago |
ncteisen
|
027a02733c
|
Address github comments
|
8 years ago |
Michael Lumish
|
8ac9d38134
|
Merge pull request #11588 from murgatroid99/node_memory_leak_fix
Fix a memory leak in node
|
8 years ago |
Jan Tattermusch
|
58ca8beb16
|
add script for patching perf benchmark schema
|
8 years ago |
Jan Tattermusch
|
3598ac81b0
|
update scenario result schema
|
8 years ago |
ncteisen
|
131d2f19a1
|
Few more bm trickle fixes
|
8 years ago |
ncteisen
|
1da91b3afe
|
Make scripts executable
|
8 years ago |
ncteisen
|
81db061d2a
|
Clang fmt and copyright sanity
|
8 years ago |
ncteisen
|
f7fd97c5fe
|
Actually enable trickle diff
|
8 years ago |
ncteisen
|
025e5522e3
|
Add QPS Diff
|
8 years ago |
ncteisen
|
8f9e012428
|
Add json out flag to qps driver
|
8 years ago |
ncteisen
|
e726e324e1
|
Add trickle diff job
|
8 years ago |
ncteisen
|
dd1ccc1408
|
Modularize mmicrobenchmarks
|
8 years ago |
ncteisen
|
0911b1612a
|
Fix bm_diff
|
8 years ago |
David Garcia Quintas
|
d6cc530377
|
clang-format
|
8 years ago |
Makarand Dharmapurikar
|
3d99597032
|
s/inline/__inline/. Visual studio incompatiblity.
MS Visual studio '13 and before don't understand inline
and throw Error C2054.
Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
|
8 years ago |
Muxi Yan
|
c05d1b41c2
|
Some fixes for tests and change contract
|
8 years ago |
Muxi Yan
|
bea9fe4b4e
|
Merge remote-tracking branch 'upstream/master' into fix-pipe-buffer
|
8 years ago |
Muxi Yan
|
d6cee15135
|
Simply queue up writesFinishedWithError without cancelling pending messages
|
8 years ago |
Yang Gao
|
71a78e92cb
|
Merge pull request #11590 from yang-g/zombie_paylod
Destroy byte buffer to avoid leak in zombied calls
|
8 years ago |