Vijay Pai
97a80f7fdb
Merge pull request #4759 from nathanielmanistaatgoogle/copyright-date-fix
...
Copyright date fixes for Python generator files
9 years ago
Craig Tiller
fc051c9aa3
Run nosec tests again
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
Alistair Veitch
0923126cf8
Merge branch 'master' into tag_set
9 years ago
Dan Born
36b24109a4
clang reformat
9 years ago
Yang Gao
7e098a272c
Merge pull request #4754 from ctiller/health
...
Fix copyrights
9 years ago
murgatroid99
31de1450a6
Change node-pre-gyp install command line
9 years ago
Craig Tiller
1f980a816f
Fix copyrights
9 years ago
yang-g
a49474e2cb
Merge remote-tracking branch 'upstream/master' into epollset
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
murgatroid99
7905a72eac
Added node-pre-gyp stuff to package.json
9 years ago
Bogdan Drutu
4bda41fa50
Merge remote-tracking branch 'upstream/master'
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
yang-g
5d7b6a21df
Merge remote-tracking branch 'upstream/master' into epollset
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
Alistair Veitch
04de8c16d2
add comments
9 years ago
David Garcia Quintas
3c1720c984
Updated copyrights...
9 years ago
Alistair Veitch
a88a22166d
add creation status
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
Stanley Cheung
1a39077b64
Merge pull request #4747 from murgatroid99/ruby_0.12_readme_update
...
Update Ruby README with simpler install instructions
9 years ago
murgatroid99
d8521e75c8
Update Ruby README with simpler install instructions
9 years ago
Michael Lumish
2867d91013
Merge pull request #4741 from jtattermusch/update_csharp_examples
...
Update C# examples to 0.12.0 packages.
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
Dan Born
9c12bc252e
Add shutdown_starting callbacks to tcp_server.
...
tcp_server_posix_test illustrates how this can be used to implement a
weak referencing mechanism.
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
Jan Tattermusch
2b38a91665
update helloworld example to 0.12.0 nuget
9 years ago
Jan Tattermusch
b0d1506eca
upgrade route guide to 0.12.0 nuget
9 years ago
Sree Kuchibhotla
fa40cde4ca
public_headers not found in some cases when running the import
9 years ago
Alistair Veitch
fc999adcc7
new iterator interface
9 years ago
Dan Born
b13a69da41
tcp_server_posix_test fixes.
...
Use grpc_shutdown() instead of grpc_iomgr_shutdown() to prevent
grpc_pick_unused_port_or_die() from inappropriately destroying global
state. Fix port allocation issues.
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