Craig Tiller
54179ef38f
Merge pull request #43 from muxi/metadata_filter
...
Use grpc_slice at core boudary
8 years ago
Muxi Yan
180b32380c
Use grpc_slice at core boudary
8 years ago
Masood Malekghassemi
62d895bc77
Paper-over Python errors
...
This reads directly off of the slices rather than ref'ing and unref'ing
them. There's likely some silliness w.r.t. interned slices and
references to them outliving their associated call objects, but we are
just ignoring that for now.
8 years ago
apolcyn
d9f5b230c1
Merge pull request #9038 from apolcyn/run_perf_on_benchmarks
...
add --perf_args usage to jenkins performance runner scripts
8 years ago
Matt Kwong
c1002c9f22
Add api-fuzzer corpus
8 years ago
Craig Tiller
0a5a31868a
Name constant
8 years ago
Stanley Cheung
4242075c33
PHP: Prepare for 1.1.0 release
8 years ago
Michael Lumish
c9a470211c
Merge pull request #8601 from murgatroid99/node_electron_build
...
Node electron build
8 years ago
apolcyn
0dcd709c4a
Merge pull request #8304 from apolcyn/fix_ruby_tools_32_bit_windows
...
make ruby tools use x86 directory names for sub-x86 cpu
8 years ago
Mark D. Roth
92c93b99a0
Ran generate_projects.sh.
8 years ago
Mark D. Roth
df8f12203c
Fix API fuzzer tests.
8 years ago
Steve Jenson
a5fd2d53f4
adding content-type to the example response
8 years ago
Mark D. Roth
e6bcd0ebc9
Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup
8 years ago
murgatroid99
e8ec16da0e
Fix binding.gyp syntax
8 years ago
murgatroid99
b19ac96487
Fix electron artifact builds
8 years ago
Alexander Polcyn
4d08937206
update grpc-tools.gemspec after with os_check -> plactform_check.rb
8 years ago
murgatroid99
e8b1fd0cba
Merge branch 'master' into node_electron_build
8 years ago
Alexander Polcyn
aaddb5cb93
continue use of host_cpu and use x86 whenever not x86_64
8 years ago
murgatroid99
972b7975a6
Fixed package name in dockerfile
8 years ago
Mark D. Roth
0748f3925c
Store subchannel address in a channel arg.
8 years ago
Craig Tiller
7a48d01b88
Merge github.com:grpc/grpc into write_buffering
8 years ago
murgatroid99
a7fa10005a
Merge branch 'node_electron_build' of github.com:murgatroid99/grpc into node_electron_build
8 years ago
Craig Tiller
28ea6f0fbc
Fix memory corruption
8 years ago
Yuxuan Li
3623af18d9
merge master
8 years ago
Yuxuan Li
6fb04d6924
memory usage profiling for client call, client channel, server creation, server call and server channel.
...
fix bug. server: snapshot pass by pointer
8 years ago
Mario Emmenlauer
44b2d08149
Makefile.template: use import library names for mingw, instead of static libraries
8 years ago
Mario Emmenlauer
06d3d4ad38
Makefile.template: remove the 'imp' suffix from MINGW library names
8 years ago
Jan Tattermusch
6b6954050c
Merge pull request #9335 from jtattermusch/vsproject_improvements
...
Make grpc.sln compile
8 years ago
Jan Tattermusch
9752569376
Merge pull request #9333 from emmenlau/emmenlau_fix_some_variable_names
...
Makefile.template: fixed variables names, and added a missing one
8 years ago
Craig Tiller
6d353e2a72
Fix mac
8 years ago
Stanley Cheung
782724ba67
Merge pull request #9321 from stanley-cheung/fix-various-php-bugs
...
Fix various php bugs
8 years ago
murgatroid99
93d0b580a5
Properly generate electron dependencies in test Dockerfile from template
8 years ago
Nicolas "Pixel" Noble
24263c3f7a
Fixing a few items with the new Bazel BUILD system:
...
-) Fixing Bazel 0.4.x breakage
-) Adding helloworld BUILD examples
-) Fixing grpc++ missing files.
-) Adding helloworld example as a test for Bazel basic.
8 years ago
Muxi Yan
d87b9fb4c4
clang-format and add copyright info
8 years ago
Michael Lumish
88162f82c4
Do not use OPENSSL_NO_THREAD normally for Node on Windows
8 years ago
Stanley Cheung
50c878088a
Use tmp file instead of writing to current directory
8 years ago
Makarand Dharmapurikar
4dd97f9019
dockerfile update for http2_badserver_interop
...
added h2 and twisted python modules
8 years ago
Craig Tiller
81eceb31cc
Remove bogus assert
8 years ago
Craig Tiller
9d4fc31da4
Merge github.com:grpc/grpc into metadata_filter
8 years ago
Craig Tiller
8cf88f1eb1
Add a mechanism for tagging threads that might be owned by
...
calls/channels
Use it to ensure we don't delete the call from that thread: doing so
would create a cycle that's kind of bad.
8 years ago
Craig Tiller
45d318351b
Kill ESAN
8 years ago
Craig Tiller
85e15a0bde
Spam cleanup
8 years ago
Craig Tiller
95beab2284
Uncover the badness
8 years ago
Michael Lumish
5868c8335c
Merge pull request #8895 from murgatroid99/node_artifact_build_fix
...
Drop support for Node 0.12 and io.js 1.0
8 years ago
Mario Emmenlauer
abe9757da1
Makefile: fixed a few variables names, and added a missing variable on dll name
8 years ago
murgatroid99
c518198d9a
run_tests: set Node runtime variable when using default compiler
8 years ago
murgatroid99
433d3f1d42
Merge branch 'master' into node_electron_build
8 years ago
Stanley Cheung
03b22ecbe6
Merge pull request #9329 from stanley-cheung/php-fix-config-m4
...
PHP: use a macro to specify extension src dir
8 years ago
Alexander Polcyn
62a7ca8c95
re-run clang-format.sh
8 years ago
Stanley Cheung
fe71d7fc5f
Fix the template as well
8 years ago