Chris Bacon
|
d18fc14e38
|
Fix Profilers for coreclr
Coreclr doesn't support the StreamWriter(string) constructor.
Use File.CreateText() instead, which is equivalent and supported on all platforms.
|
9 years ago |
Chris Bacon
|
b767d09c31
|
Fix NativeExtensions for coreclr
Coreclr doesn't support Assembly.GetExecutingAssembly(),
use TypeInfo.Assembly instead, which is supported on all platforms.
|
9 years ago |
Masood Malekghassemi
|
10509a28c7
|
Fix Python Windows build
|
9 years ago |
Masood Malekghassemi
|
ab7055a0e7
|
Format a line
|
9 years ago |
Nicolas "Pixel" Noble
|
7dc4b7099a
|
Dirty hack to get 32 bits loading in the cython core.
|
9 years ago |
Nicolas "Pixel" Noble
|
e018f9f2e8
|
Almost there.
|
9 years ago |
Masood Malekghassemi
|
c9c53eeba5
|
Sundry fixes
|
9 years ago |
Masood Malekghassemi
|
df1e07e5c1
|
Add shim for Python's gRPC core on Windows
|
9 years ago |
Jorge Canizales
|
be303e12cb
|
Add user agent of the library to that of the app.
|
9 years ago |
yang-g
|
1df27e384f
|
clang-format
|
9 years ago |
Kristopher Wuollett
|
20b79e702d
|
Updated user agent to be a host-level setting
|
9 years ago |
Kristopher Wuollett
|
99354c3cad
|
Formatting and naming fixes
|
9 years ago |
Craig Tiller
|
1b1e238259
|
Better dynamic linking
|
9 years ago |
Craig Tiller
|
2bf5169f64
|
Prevent infinite loop
|
9 years ago |
Kristopher Wuollett
|
55484da58a
|
Restored strdup of keys and values to ensure ownership of their memory
|
9 years ago |
yang-g
|
9632716848
|
remove debug commments
|
9 years ago |
Nicolas Noble
|
2bc107f74c
|
Making the ruby gem for MacOS work again.
|
9 years ago |
yang-g
|
9356b47903
|
clean up the clean up code
|
9 years ago |
Kristopher Wuollett
|
300f7e4322
|
Renamed user agent setting to userAgentPrefix and changed its scope to global
|
9 years ago |
Kristopher Wuollett
|
2c6d2bd327
|
Removed (un)secure channel subclasses
|
9 years ago |
Nicolas "Pixel" Noble
|
d355497792
|
Removing memcpy's wrapper for windows-ruby.
|
9 years ago |
Dan Born
|
96d9dc34ff
|
Fix comments in tcp_server.h
|
9 years ago |
Craig Tiller
|
22c0decbb6
|
Dont need this for 32bit
|
9 years ago |
Jan Tattermusch
|
a447eb3a1e
|
fix copyrights
|
9 years ago |
Jan Tattermusch
|
0d477da39e
|
dont ship roots.pem in nuget package
|
9 years ago |
Jan Tattermusch
|
660c15b844
|
add roots.pem as a resource
|
9 years ago |
Vijay Pai
|
38460b8065
|
Implement core_count RPC for Node.JS to track new master version of services.proto and control.proto
|
9 years ago |
Vijay Pai
|
d99ed6b636
|
Add quit option to Node.js worker
|
9 years ago |
Alistair Veitch
|
5acb26d9d8
|
fix merge breakage
|
9 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
vjpai
|
21e5d2b2f1
|
Add a Quit RPC so that we can conveniently shut down the workers from the driver.
|
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
|
4bef7cebe6
|
Use old memcpy for wrappers
|
9 years ago |
Jan Tattermusch
|
dd133c17ea
|
Prevent the need to install libc6-dev on Linux
|
9 years ago |
Craig Tiller
|
954e94655e
|
Please *san
|
9 years ago |
Craig Tiller
|
f215f18f97
|
Fix copyright
|
9 years ago |
Craig Tiller
|
9dbf177587
|
Fix copyright
|
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 |
Craig Tiller
|
b941095f28
|
Comments
|
9 years ago |
Craig Tiller
|
9828aade97
|
Support falling back on older secure_getenv/getenv versions on older glibc
|
9 years ago |
Vijay Pai
|
595674275b
|
Copyright and clang-format
|
9 years ago |
Vijay Pai
|
8166e304d1
|
Reduce diff
|
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 |
Sree Kuchibhotla
|
369a04ace6
|
Address code review comments
|
9 years ago |
Vijay Pai
|
c64736d852
|
Clean-up core list usage and make it possible to reset the core list
|
9 years ago |
yang-g
|
f8174ea37d
|
use huffman prefix
|
9 years ago |
Nicolas "Pixel" Noble
|
fb2d8f5069
|
Fixing copyrights.
|
9 years ago |