Vijay Pai
|
98efdcb917
|
Merge remote-tracking branch 'upstream/master'
|
10 years ago |
Nicolas Noble
|
d0e32f954d
|
Merge pull request #1232 from ctiller/windows-fixes
Windows fixes
|
10 years ago |
Julien Boeuf
|
6c71ce5456
|
Refactoring of server context creation (incremental improvement).
|
10 years ago |
Vijay Pai
|
a45c93e243
|
Visual Studio build files
|
10 years ago |
Vijay Pai
|
0310f13fd9
|
clang-format results
|
10 years ago |
Vijay Pai
|
9cccb08311
|
Stub out precise clock structure from the overall flow of timers.c so that
there are no ifdefs in the middle of structures of the main code path
|
10 years ago |
Craig Tiller
|
954d7a2686
|
Fix race on shutdown
|
10 years ago |
murgatroid99
|
353d422a76
|
Fixed bugs in trailing metadata handling and math server example
|
10 years ago |
Vijay Pai
|
0b9d0da39f
|
Space
|
10 years ago |
Vijay Pai
|
2288f5b4b2
|
Eliminate unneeded asserts
|
10 years ago |
Vijay Pai
|
bc17113192
|
Allow a build config called CONFIG=latprof that defines the appropriate
variables to set up the GRPC_LATENCY_PROFILER preprocessor macro so that timing
actually takes place.
|
10 years ago |
Craig Tiller
|
cc896d554a
|
Merge github.com:grpc/grpc into metadata
|
10 years ago |
Craig Tiller
|
1ae46a2129
|
Change barriers to protect the innocent
|
10 years ago |
Vijay Pai
|
6dfa7e6ea3
|
Move files to a new "profiling" directory to better distinguish from census
statistics
|
10 years ago |
Craig Tiller
|
479a961b08
|
third_party/openssl
|
10 years ago |
Craig Tiller
|
693b7ab5f1
|
Merge github.com:grpc/grpc into windows-fixes
|
10 years ago |
Tim Emiola
|
9a70c1aaf3
|
Merge pull request #1245 from yugui/fix/prefix
Avoid identifiers reserved by Ruby
|
10 years ago |
Craig Tiller
|
d180e03d20
|
Update build files
|
10 years ago |
Craig Tiller
|
0a94998826
|
Merge github.com:grpc/grpc into windows-fixes
Conflicts:
BUILD
src/core/iomgr/tcp_server.h
src/core/iomgr/tcp_server_posix.c
src/core/iomgr/tcp_server_windows.c
src/core/security/server_secure_chttp2.c
src/core/surface/completion_queue.c
src/core/surface/completion_queue.h
src/core/surface/server.c
test/core/end2end/tests/cancel_after_invoke.c
test/core/end2end/tests/cancel_test_helpers.h
tools/run_tests/tests.json
vsprojects/vs2013/Grpc.mak
|
10 years ago |
Vijay Pai
|
c5624f7331
|
Merge branch 'vjpai-timers' into timers
|
10 years ago |
Vijay Pai
|
a3f6c4e610
|
Merge remote-tracking branch 'upstream/master'
|
10 years ago |
Vijay Pai
|
f7c6647e66
|
Merge branch 'vjpai-timers'
|
10 years ago |
Vijay Pai
|
caec4bfa56
|
Merge branch 'vjpai-timers' into timers
|
10 years ago |
Vijay Pai
|
75499982bb
|
Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers
|
10 years ago |
Vijay Pai
|
c914c4a71a
|
Infrastructure for timer insertion, logging, and testing.
|
10 years ago |
Craig Tiller
|
fba547644c
|
Merge pull request #1265 from nicolasnoble/gpr-platform
Getting a bit more laxist with the various GPR rules.
|
10 years ago |
Nicolas "Pixel" Noble
|
6fb2938bd4
|
Getting a bit more laxist with the various GPR rules.
Also fixing WINSOCK check.
|
10 years ago |
Craig Tiller
|
e23cffb756
|
Merge pull request #1264 from nicolasnoble/tls
Fixing FreeBSD's TLS port_platform entry.
|
10 years ago |
Nicolas "Pixel" Noble
|
553a90443b
|
Fixing FreeBSD's TLS port_platform entry.
|
10 years ago |
Yuki Yugui Sonoda
|
2e50a7ab75
|
Also fix rb_CallOps too.
|
10 years ago |
Yuki Yugui Sonoda
|
a7d369ea67
|
Use the prefix "grpc_rb_" rather than just "grpc_".
|
10 years ago |
Yuki Yugui Sonoda
|
0f75ff5d19
|
Merge branch 'master' into fix/prefix
Conflicts:
src/ruby/ext/grpc/rb_byte_buffer.c
src/ruby/ext/grpc/rb_byte_buffer.h
src/ruby/ext/grpc/rb_call.c
src/ruby/ext/grpc/rb_call.h
src/ruby/ext/grpc/rb_channel.c
src/ruby/ext/grpc/rb_completion_queue.h
src/ruby/ext/grpc/rb_event.c
src/ruby/ext/grpc/rb_grpc.c
src/ruby/ext/grpc/rb_metadata.c
src/ruby/ext/grpc/rb_server.c
test/cpp/interop/client_helper.h
test/cpp/interop/server_helper.h
|
10 years ago |
Vijay Pai
|
1be726c5f7
|
Merge pull request #1047 from nicolasnoble/freebsd
FreeBSD preliminary work.
|
10 years ago |
Nicolas Noble
|
30cb596a55
|
Merge pull request #1249 from ctiller/tls
Thread local storage for grpc
|
10 years ago |
Nicolas "Pixel" Noble
|
b7c2035e83
|
Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2
Conflicts:
test/cpp/end2end/async_end2end_test.cc
test/cpp/end2end/end2end_test.cc
test/cpp/interop/client.cc
|
10 years ago |
Jan Tattermusch
|
d74896f086
|
Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api
Grpc ruby switch to new call api
|
10 years ago |
Nicolas "Pixel" Noble
|
27a0dc0208
|
Adjusting build.json.
|
10 years ago |
Nicolas "Pixel" Noble
|
b7bbffe9f6
|
Addressing github comments.
|
10 years ago |
Nicolas Noble
|
05f2d9f826
|
Merge pull request #1257 from yang-g/codegennamespace
When the proto file does not contain a package, do not generate namespac...
|
10 years ago |
Tim Emiola
|
fd8f0eff9b
|
Merge pull request #1260 from donnadionne/python
Python
|
10 years ago |
Donna Dionne
|
1df56895f1
|
Merge branch 'master' of github.com:google/grpc into python
|
10 years ago |
Tim Emiola
|
a6f49da717
|
Merge pull request #1253 from soltanmm/auth-interop
Fix wrong docker instance in Python interop tests
|
10 years ago |
Tim Emiola
|
b48e010b47
|
Fixed bad op reference
|
10 years ago |
Donna Dionne
|
e8382dedbe
|
Also fixing docker file to ensure service account is copied.
|
10 years ago |
Donna Dionne
|
5887383770
|
python auth test command change
|
10 years ago |
Craig Tiller
|
b1c55ce13d
|
Merge github.com:grpc/grpc into local_worker
|
10 years ago |
Craig Tiller
|
9fa41b92e0
|
Eliminate channel-wide lock for grpc_mdelem_ref.
We only need to lock on the initial ref from garbage to atomically change mdtab_free.
|
10 years ago |
Tim Emiola
|
2efdebaaaa
|
Adds comments to clarify memory handling
|
10 years ago |
jboeuf
|
c8095bd8a9
|
Merge pull request #1258 from yang-g/interop
It turns out I missed an indirect dependency after all in 1244
|
10 years ago |
Craig Tiller
|
d4df088c75
|
Remove TODO
|
10 years ago |