David Garcia Quintas
|
ffe3d2b190
|
Modified gpr_slice_split to take a char* separator.
|
10 years ago |
David Garcia Quintas
|
e35ed0821b
|
Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep
|
10 years ago |
Nicolas Noble
|
977565c2c0
|
Merge pull request #2309 from murgatroid99/makefile_pkg-config_libs_fix
Fix a few issues with pkg-config file generation
|
10 years ago |
Michael Lumish
|
aa9b3ac5c7
|
Merge pull request #2337 from nicolasnoble/ruby-should-build-itself-properly
Fixing variable names discrepancy in ruby's extension builder.
|
10 years ago |
Nicolas "Pixel" Noble
|
21a38b4422
|
Fixing variable names discrepancy in ruby's extension builder.
CONFIG != GRPC_CONFIG, meaning we're always building released, even in debug.
|
10 years ago |
Nicolas Noble
|
617381a039
|
Merge pull request #2318 from murgatroid99/ruby_pkg_config
Use pkg-config if possible when building the ruby extension
|
10 years ago |
Craig Tiller
|
fc1a49a735
|
Merge pull request #2331 from vjpai/tty
Don't send terminal escapes if we're outputing to a file
|
10 years ago |
murgatroid99
|
71020daa93
|
Fixed typo in variable name
|
10 years ago |
murgatroid99
|
3fbb984722
|
Merge branch 'master' into makefile_pkg-config_libs_fix
|
10 years ago |
murgatroid99
|
5a79053244
|
Added OpenSSL NPN pkg-config check
|
10 years ago |
murgatroid99
|
0f1c42e381
|
Fixed Rubocop errors in extconf.rb
|
10 years ago |
Nicolas Noble
|
874e5f87ff
|
Merge pull request #2316 from ctiller/tis-but-thy-name
Fix TSAN reported bug
|
10 years ago |
Nicolas Noble
|
9f0724db89
|
Merge pull request #2317 from jboeuf/fix_json_doc
Fixing json doc.
|
10 years ago |
murgatroid99
|
9e56ce034f
|
Fixed ruby build when rebuilding C core
|
10 years ago |
Michael Lumish
|
443f58e37b
|
Merge pull request #2302 from jcanizales/point-to-protobuf-head
Point tests to protobuf head
|
10 years ago |
murgatroid99
|
1be0437ea5
|
Merged changes from upstream/master
|
10 years ago |
Nicolas Noble
|
10441a9401
|
Merge pull request #2310 from murgatroid99/node_pkg_config
Use pkg-config when building the Node extension, if possible
|
10 years ago |
vjpai
|
a29d2d7c33
|
Merge non-tty path with Windows path since they do the same thing
|
10 years ago |
Nicolas Noble
|
265d43041f
|
Merge pull request #2269 from murgatroid99/node_binding_gyp_fixes
Node binding gyp fixes
|
10 years ago |
Nicolas Noble
|
8f047d192d
|
Merge pull request #2326 from ctiller/we-lost-our-sanity
Restore sanity
|
10 years ago |
vjpai
|
b461145b79
|
Stop sending terminal escape sequences if we're redirecting output to a file.
|
10 years ago |
Vijay Pai
|
c6964b1d98
|
Merge pull request #2304 from ctiller/just-say-goodbye-when-we-are-done
Change transport contract to automatically disconnect after sending a goaway
|
10 years ago |
Michael Lumish
|
8311a0b548
|
Merge pull request #2325 from jcanizales/be-ios6-compatible
Don’t use containsString as it’s iOS 8 only
|
10 years ago |
Craig Tiller
|
8ebc34da6b
|
Restore sanity
|
10 years ago |
David Garcia Quintas
|
8e218f5691
|
Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep
|
10 years ago |
David Garcia Quintas
|
074e2247eb
|
Split function now takes slices as input, performs no allocs
|
10 years ago |
Jorge Canizales
|
c14c3191b7
|
Don’t use containsString as it’s iOS 8 only
|
10 years ago |
Craig Tiller
|
3b685b7448
|
Merge pull request #2200 from jboeuf/slice_to_cstring
Adding util to get a NULL terminated string from a slice.
|
10 years ago |
David Garcia Quintas
|
14f1c27192
|
Added gpr_strsplit (with tests)
|
10 years ago |
Craig Tiller
|
fab2764413
|
Merge pull request #2242 from a-veitch/external_api_2
add client side census context
|
10 years ago |
murgatroid99
|
fa0fa18134
|
Check more warnings in Ruby library, add -Werror
|
10 years ago |
murgatroid99
|
0b90c1e5e8
|
Fixed ruby local build fallback case
|
10 years ago |
David Garcia Quintas
|
a16cf1ee12
|
PR comments + some more tests.
|
10 years ago |
jboeuf
|
44a4ef3b5a
|
Merge pull request #2174 from nicolasnoble/makefile-npn-check
Adding a check to find NPN-capable OpenSSL.
|
10 years ago |
David Garcia Quintas
|
b7541e8eea
|
Added convenience method gpr_strjoin_sep
|
10 years ago |
Julien Boeuf
|
607359467f
|
Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring
|
10 years ago |
murgatroid99
|
51dbf90434
|
Use pkg-config if possible when building the ruby extension
|
10 years ago |
Julien Boeuf
|
61a0ef58bb
|
Fixing json doc.
|
10 years ago |
Craig Tiller
|
ab9f192ce9
|
Fix TSAN reported bug
|
10 years ago |
Craig Tiller
|
550342f70d
|
Merge branch 'just-say-goodbye-when-we-are-done' of github.com:ctiller/grpc into just-say-goodbye-when-we-are-done
|
10 years ago |
Craig Tiller
|
ce9c4ee6db
|
Merge branch 'not-everyone-can-be-included' into just-say-goodbye-when-we-are-done
Conflicts:
src/core/transport/chttp2_transport.c
|
10 years ago |
Craig Tiller
|
c5b5290bc6
|
Merge github.com:grpc/grpc into not-everyone-can-be-included
|
10 years ago |
Yang Gao
|
772187cdf0
|
Merge pull request #2208 from ctiller/tis-but-thy-name
Client configuration for core
|
10 years ago |
Craig Tiller
|
298b0b93ff
|
Avoid finishing writes until data actually sent
|
10 years ago |
Craig Tiller
|
03b4bb9dfa
|
Merge github.com:grpc/grpc into tis-but-thy-name
|
10 years ago |
Craig Tiller
|
bea1e621a1
|
Fix Windows Crash
|
10 years ago |
Craig Tiller
|
4092564c33
|
Fix crash under Windows
|
10 years ago |
Vijay Pai
|
361d1a9b8a
|
Merge pull request #2306 from ctiller/reset-thy-counts-or-fear-my-wrath
Fix potential double delete
|
10 years ago |
murgatroid99
|
06e5471aa4
|
Added other LDFLAGS to node gyp file
|
10 years ago |
Yang Gao
|
07a44c9d51
|
Merge pull request #2307 from ctiller/im-so-pretty
Make log lines line up and be prettier
|
10 years ago |