Craig Tiller
|
99e4d3e4a8
|
Merge pull request #5021 from nicolasnoble/ruby-last-fixes
Removing memcpy's wrapper for windows-ruby.
|
9 years ago |
Nicolas "Pixel" Noble
|
d355497792
|
Removing memcpy's wrapper for windows-ruby.
|
9 years ago |
Craig Tiller
|
67c1848249
|
Merge pull request #4936 from nicolasnoble/make-ruby-installable
Make ruby installable
|
9 years ago |
Nicolas "Pixel" Noble
|
89d8ed1b91
|
Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable
Conflicts:
BUILD
Makefile
binding.gyp
build.yaml
gRPC.podspec
grpc.gemspec
package.json
src/python/grpcio/grpc_core_dependencies.py
templates/Makefile.template
tools/doxygen/Doxyfile.core.internal
tools/run_tests/sources_and_headers.json
vsprojects/vcxproj/gpr/gpr.vcxproj
vsprojects/vcxproj/gpr/gpr.vcxproj.filters
|
9 years ago |
Jan Tattermusch
|
ac1ac3ab3d
|
Merge pull request #5015 from ctiller/memcpy_redux
Fix c# artifact builder
|
9 years ago |
Craig Tiller
|
56f4b044be
|
Merge pull request #5016 from nathanielmanistaatgoogle/env-python2.7
/usr/bin/env python -> /usr/bin/env python2.7
|
9 years ago |
Craig Tiller
|
22c0decbb6
|
Dont need this for 32bit
|
9 years ago |
Nathaniel Manista
|
cbf21da6e4
|
/usr/bin/env python -> /usr/bin/env python2.7
|
9 years ago |
Craig Tiller
|
41304a703a
|
Fix c# artifact builder on Mac
|
9 years ago |
Nicolas Noble
|
9e9e2f721f
|
Merge pull request #5007 from ctiller/memcpy3
Use old memcpy for wrappers
|
9 years ago |
Jan Tattermusch
|
93343d7f45
|
Merge pull request #5009 from ctiller/distrib_cs
C# centos docker target
|
9 years ago |
Nicolas "Pixel" Noble
|
8696d577d6
|
Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable
|
9 years ago |
Craig Tiller
|
cfcb5e2072
|
C# centos docker target
|
9 years ago |
Jan Tattermusch
|
4d48522f00
|
Merge pull request #4998 from ctiller/syscall
Make clock_gettime syscall directly to skirt ABI issues
|
9 years ago |
Masood Malekghassemi
|
ac91ec58ee
|
Merge pull request #5003 from jtattermusch/python_artifacts
Build python linux artifacts on Jenkins
|
9 years ago |
Jan Tattermusch
|
71a083b1b1
|
Merge pull request #4986 from jtattermusch/dlopen_no_dev
Prevent the need to install libc6-dev on Linux to run gRPC C#
|
9 years ago |
David G. Quintas
|
78bced4354
|
Merge pull request #4995 from vjpai/corelimit2
Enable core limits on performance testing client and server
|
9 years ago |
Craig Tiller
|
c01f240618
|
Clean up formatting
|
9 years ago |
Craig Tiller
|
72c920f148
|
Copyright, clang-format
|
9 years ago |
Craig Tiller
|
2cf2389ef8
|
Refine platform detection
|
9 years ago |
Craig Tiller
|
00572a9dec
|
Experimentally fix syntax
|
9 years ago |
Craig Tiller
|
4bef7cebe6
|
Use old memcpy for wrappers
|
9 years ago |
Jan Tattermusch
|
dd133c17ea
|
Prevent the need to install libc6-dev on Linux
|
9 years ago |
Jan Tattermusch
|
8640f92c24
|
add artifact builder for python
|
9 years ago |
Craig Tiller
|
954e94655e
|
Please *san
|
9 years ago |
Vijay Pai
|
daadcc8f74
|
at
|
9 years ago |
Vijay Pai
|
33e51184fc
|
Address reviewer comments regarding const and shortage of comments
|
9 years ago |
Nicolas Noble
|
0727180da8
|
Merge pull request #4996 from ctiller/secure_getenv
Support falling back on older secure_getenv/getenv versions on older glibc
|
9 years ago |
Craig Tiller
|
f215f18f97
|
Fix copyright
|
9 years ago |
Craig Tiller
|
9dbf177587
|
Fix copyright
|
9 years ago |
Nicolas "Pixel" Noble
|
dc5cf55257
|
Fixing copyrights.
|
9 years ago |
Nicolas "Pixel" Noble
|
3de3f809d3
|
Fixing run_tests scripts for Ruby.
|
9 years ago |
Nicolas "Pixel" Noble
|
5d0d60222c
|
Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable
|
9 years ago |
Jan Tattermusch
|
17abd23b40
|
Merge pull request #4997 from jtattermusch/csharp_pkg_testing
C# package testing
|
9 years ago |
Jan Tattermusch
|
8d59ad4544
|
fix copyrights
|
9 years ago |
Craig Tiller
|
22a9139296
|
Make clock_gettime syscall directly to skirt ABI issues
|
9 years ago |
Craig Tiller
|
fa1142af46
|
Add missing )
|
9 years ago |
Vijay Pai
|
0d7a070e7e
|
Add core-limited scenario and protobuf-based QPS scenario
|
9 years ago |
Craig Tiller
|
b941095f28
|
Comments
|
9 years ago |
Jan Tattermusch
|
73c99f3555
|
test C# nuget package
|
9 years ago |
Craig Tiller
|
9828aade97
|
Support falling back on older secure_getenv/getenv versions on older glibc
|
9 years ago |
Jan Tattermusch
|
38b519a48d
|
replace nuget version by placeholder
|
9 years ago |
Jan Tattermusch
|
d38e372d71
|
add C# DistribTest project
|
9 years ago |
Vijay Pai
|
595674275b
|
Copyright and clang-format
|
9 years ago |
Vijay Pai
|
8166e304d1
|
Reduce diff
|
9 years ago |
Vijay Pai
|
f05169b521
|
Merge branch 'master' into corelimit2
|
9 years ago |
Vijay Pai
|
6b05639ab1
|
Make sure that client limit is valid
|
9 years ago |
Vijay Pai
|
7d45cdb60b
|
Enable properly working core limits on clients and servers,
and determine these dynamically if only one or the other is
specified but both are running on the same host
|
9 years ago |
Nicolas "Pixel" Noble
|
6ca7c8b872
|
Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable
|
9 years ago |
jboeuf
|
6d7ae08a33
|
Merge pull request #4993 from ctiller/patchy
Replacing grpc_max_auth_token_lifetime by an accessor.
|
9 years ago |