Yang Gao
3bd7ecce16
Merge pull request #4758 from vjpai/leakfix
...
Fix asan error
9 years ago
Michael Lumish
2bd2b3e426
Merge pull request #4730 from jtattermusch/revamp_native_loader
...
Revamp C# native loader
9 years ago
Michael Lumish
d70b6dc761
Merge pull request #4676 from stanley-cheung/php_gcov_reports
...
Add gcov php coverage report
9 years ago
vjpai
9de80b2557
Merge branch 'master' into leakfix
9 years ago
Vijay Pai
97a80f7fdb
Merge pull request #4759 from nathanielmanistaatgoogle/copyright-date-fix
...
Copyright date fixes for Python generator files
9 years ago
Nathaniel Manista
2a9244a9c4
Copyright date fixes for Python generator files
...
These changes should have been included in dc8c323939
.
9 years ago
vjpai
caace811b4
Fix asan error caused by mismatch in alloc/dealloc between new[] and
...
regular delete...
9 years ago
Masood Malekghassemi
16affcce96
Merge pull request #4735 from soltanmm/sandslash
...
Remove trailing directory-name slashes in setup.py
9 years ago
Masood Malekghassemi
4ae84164e7
Merge pull request #4755 from nathanielmanistaatgoogle/remove-alpha-code-generation
...
Remove Python alpha code generation
9 years ago
Nathaniel Manista
dc8c323939
Remove Python alpha code generation
9 years ago
Yang Gao
7e098a272c
Merge pull request #4754 from ctiller/health
...
Fix copyrights
9 years ago
Craig Tiller
1f980a816f
Fix copyrights
9 years ago
Nicolas Noble
a0fffb7bfb
Merge pull request #4752 from ctiller/isolated_emus
...
Fix TSAN on Jenkins and on my machine
9 years ago
Craig Tiller
57633ea87b
Merge pull request #4744 from dgquintas/check_newlines
...
Added sanity check for trailing newlines
9 years ago
Jan Tattermusch
447ef7eaaa
extend copyright to 2016
9 years ago
Jan Tattermusch
afab541d01
revamp C# native library loader
9 years ago
Craig Tiller
71a8604488
Fix TSAN on Jenkins and on my machine
9 years ago
Nicolas Noble
623ca7dd94
Merge pull request #4739 from ctiller/fix-the-fscking-tsan-build
...
Hard code text segment address for msan, tsan
9 years ago
Nicolas Noble
166e749de8
Merge pull request #4696 from jtattermusch/win_static_deps
...
Link grpc_csharp_ext dependencies on Windows statically
9 years ago
Nicolas Noble
a29a0725ba
Merge pull request #4688 from jtattermusch/static_deps
...
Statically link dependencies of grpc_csharp_ext
9 years ago
Nicolas Noble
2e289aa048
Merge pull request #4612 from sreecha/stress_test_jenkins
...
Jenkins integration of stress tests (running stress tests on locally jenkins node).
9 years ago
David Garcia Quintas
3c1720c984
Updated copyrights...
9 years ago
David Garcia Quintas
17fe83b5ba
Merge branch 'master' of github.com:grpc/grpc into check_newlines
9 years ago
Alistair Veitch
15bad3fba7
Merge pull request #4742 from bogdandrutu/bug
...
Fix the bug that was causing census_initialization to never work.
9 years ago
Michael Lumish
ecda59b653
Merge pull request #4743 from murgatroid99/node_doc_gen_config_update
...
Update Node API documentation generation configuration for move to repo root
9 years ago
David Garcia Quintas
45484b31bb
Added sanity check for trailing newlines
9 years ago
Michael Lumish
d50a4ee2c2
Merge pull request #4709 from murgatroid99/node_method_names_no_capitalize
...
Don't modify proto method names in service paths in Node library
9 years ago
murgatroid99
f7f4f57c62
Update Node API documentation generation configuration for move to repo root
9 years ago
Michael Lumish
77b84e746f
Merge pull request #4740 from sreecha/fix_import_issues
...
public_headers not found in some cases when running the script..
9 years ago
Bogdan Drutu
c7302006f2
Remove openssl
9 years ago
Bogdan Drutu
2803f741df
Fix the bug that was causing census_initialization to never work.
9 years ago
Bogdan Drutu
0277270b3a
Merge remote-tracking branch 'upstream/master' into bug
9 years ago
Bogdan Drutu
5200df6bcb
Merge remote-tracking branch 'upstream/master' into bug
9 years ago
Sree Kuchibhotla
fa40cde4ca
public_headers not found in some cases when running the import
9 years ago
Craig Tiller
e869b5629d
Hard code text segment address for msan, tsan
...
Somehow these are getting loaded at bad addresses by whatever kernels we have on our Jenkins slaves. Fix the load address to something safe to avoid this.
9 years ago
Michael Lumish
7df646667d
Merge pull request #4736 from dgquintas/newlines
...
Added back trailing newlines
9 years ago
David Garcia Quintas
2bf574f814
Added back trailing newlines
9 years ago
Masood Malekghassemi
e540b571da
Remove trailing directory-name slashes in setup.py
...
Python on Windows inexplicably chokes on trailing slashes.
9 years ago
Craig Tiller
f8eacca8cd
Merge pull request #4729 from sreecha/import_issues_proto
...
Generate transitive dependencies as well in gen_build_yaml.py for protos
9 years ago
Craig Tiller
21c0ebf6d4
Merge pull request #4653 from murgatroid99/release-0_12_master_merge
...
Release 0 12 master merge
9 years ago
Michael Lumish
2e18d43930
Merge pull request #4727 from dgquintas/copyright_fix_newline
...
Fixed removal of trailing newline upon --fix
9 years ago
Stanley Cheung
469bd1bc3e
update copyright year
9 years ago
Sree Kuchibhotla
a193faf0fe
update copyright
9 years ago
Sree Kuchibhotla
80b6a47a25
Fix the error that was causing incorrect Makefile generation
9 years ago
Sree Kuchibhotla
c819e5031b
Generate transitive dependencies as well in gen_build_yaml.py for protos
9 years ago
murgatroid99
6cf15e0f65
Updated copyright in node/common.js
9 years ago
David Garcia Quintas
68a16864b6
Fixed removal of trailing newline upon --fix
9 years ago
Craig Tiller
a83b73c97d
Merge pull request #4726 from murgatroid99/fix_copyrights_again_again
...
Fix copyrights again
9 years ago
murgatroid99
ace28d3f98
Fix copyrights again
9 years ago
Vijay Pai
a2517a1573
Merge pull request #4725 from yang-g/destroy_reader
...
destroy reader after using it
9 years ago