Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
421e87a1b0d1db696c792b997497c13dbb777b34
421e87a
Merge github.com:grpc/grpc into c++api
by Craig Tiller
· 10 years ago
a9aa2f5
Merge pull request #16 from yang-g/c++api
by Craig Tiller
· 10 years ago
07d8304
change stub API for server streaming, pass in const Request& instead of const Request* for the first request
by Yang Gao
· 10 years ago
d1049b7
Merge pull request #520 from donnadionne/docker
by Tim Emiola
· 10 years ago
d853baa
Merge pull request #516 from jtattermusch/csharp_shutdown
by Tim Emiola
· 10 years ago
6fd5a35
Setting default ssh directory in the case of test runs running as root.
by Donna Dionne
· 10 years ago
f474919
Merge pull request #518 from jtattermusch/csharp_licenseheaders
by Michael Lumish
· 10 years ago
07002d7
changed 2014 -> 2015
by Jan Tattermusch
· 10 years ago
af77b3d
changed 2014 -> 2015
by Jan Tattermusch
· 10 years ago
a7fff86
added license headers to all grpc C# files
by Jan Tattermusch
· 10 years ago
23821ce
Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once.
by Jan Tattermusch
· 10 years ago
bd98ed5
Merge pull request #15 from yang-g/c++api
by Craig Tiller
· 10 years ago
005f18a
change ServerAsyncReader API and add a simple clientstreaming test, it passes
by Yang Gao
· 10 years ago
bb62706
Merge pull request #514 from donnadionne/docker
by Tim Emiola
· 10 years ago
6fcd2aa
useless commit to test email address.
by Donna Dionne
· 10 years ago
07fadea
Got rid of the PortPicker utility
by Jan Tattermusch
· 10 years ago
c061a2f
Merge pull request #509 from chen-wang/master
by Yang Gao
· 10 years ago
510a693
Merge pull request #512 from ctiller/ubsan
by Nicolas Noble
· 10 years ago
4635dc9
Merge branch 'master' of github.com:google/grpc into docker
by Donna Dionne
· 10 years ago
96bd5f6
Add ubsan support
by Craig Tiller
· 10 years ago
bf275ec
Merge pull request #511 from nicolasnoble/msan-cxx
by Craig Tiller
· 10 years ago
a339c16
Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler.
by Nicolas "Pixel" Noble
· 10 years ago
c05b6cb
add a bidi test and simplify the test a bit, test passes
by Yang Gao
· 10 years ago
bb84a30
let the client/server use their own cq and pretty the test
by Yang Gao
· 10 years ago
58517a6
resolve conflict
by Yang Gao
· 10 years ago
0c7aafa
change AddRecvMessage signature
by Yang Gao
· 10 years ago
5d6bd44
Fix tsan reported race
by Craig Tiller
· 10 years ago
c17e861
more nullptr for got_message
by Yang Gao
· 10 years ago
db73e90
Fix nullptr crash
by Craig Tiller
· 10 years ago
cbc427a
allow null got_message
by Yang Gao
· 10 years ago
0963425
Merge branch 'master' of github.com:google/grpc into docker
by Donna Dionne
· 10 years ago
1829e4c
Fixing go docker file to use the correct golang path
by Donna Dionne
· 10 years ago
0220cf1
Add end2end async unary single threaded test (compiles)
by Craig Tiller
· 10 years ago
c645306
Fixes
by Craig Tiller
· 10 years ago
8423251
Rename examples/tips to examples/pubsub
by Chen wang
· 10 years ago
0d1f67f
Merge github.com:google/grpc into c++api
by Craig Tiller
· 10 years ago
bc91e25
Merge pull request #508 from nicolasnoble/make-protobuf
by Craig Tiller
· 10 years ago
d2cfde7
Forgot to add the test file.
by Nicolas Noble
· 10 years ago
c70752a
Updating build instructions in regard to protobuf.
by Nicolas Noble
· 10 years ago
5383062
Compiling protobuf from the Makefile if we don't have it on the system.
by Nicolas Noble
· 10 years ago
3e75a2b
Merge pull request #14 from yang-g/c++api
by Craig Tiller
· 10 years ago
31150f0
implement async unary call
by Yang Gao
· 10 years ago
555a0e9
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
by Yang Gao
· 10 years ago
cbcc977
fix sync unary call with metadata pieces
by Yang Gao
· 10 years ago
6b6c3dd
Merge pull request #500 from nicolasnoble/secure_getenv
by Craig Tiller
· 10 years ago
ec3257c
Fix end2end leaks
by Craig Tiller
· 10 years ago
3d20c5e
Merge pull request #13 from yang-g/c++api
by Craig Tiller
· 10 years ago
068c85b
make codegen generate async client calls
by Yang Gao
· 10 years ago
6859ad9
Update projects
by Craig Tiller
· 10 years ago
869a870
Merge github.com:grpc/grpc into c++api
by Craig Tiller
· 10 years ago
d4ebeeb
Async server streaming
by Craig Tiller
· 10 years ago
9b09d19
Merge pull request #505 from jtattermusch/csharp_single_dll
by Tim Emiola
· 10 years ago
3d6ceb6
Async server dispatch
by Craig Tiller
· 10 years ago
5705fe3
Add a cq argument in ClientAsync ctor and give it to the Call
by Yang Gao
· 10 years ago
a9edeef
clang-format of grpc_csharp_ext.c
by Jan Tattermusch
· 10 years ago
6b41b61
Merge pull request #503 from murgatroid99/core_empty_batch
by Craig Tiller
· 10 years ago
13b9cfb
added ssl.props as a dependency for grpc_csharp_ext, regenerated project files
by Jan Tattermusch
· 10 years ago
61f93b2
Fixed Timespec to work on Windows, fixes in ServerSafeHandle
by Jan Tattermusch
· 10 years ago
c9562b6
fixes in extension library
by Jan Tattermusch
· 10 years ago
86a249f
little refactoring for Timespec
by Jan Tattermusch
· 10 years ago
e1e1187
bind Pinvoke c# call to the new wrappers
by Jan Tattermusch
· 10 years ago
35e4280
added wrappers for all grpc and gpr functions used by grpc C#
by Jan Tattermusch
· 10 years ago
984b090
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
by Craig Tiller
· 10 years ago
1c9a2a9
Async API progress
by Craig Tiller
· 10 years ago
8368196
Merge pull request #12 from yang-g/c++api
by Craig Tiller
· 10 years ago
e0b73fd
Async client calls should return async interfaces
by Yang Gao
· 10 years ago
a8c21e8
Added useful behavior for empty batch
by murgatroid99
· 10 years ago
0b18a8b
typo fix
by Yang Gao
· 10 years ago
bf18198
Merge branch 'master' of github.com:google/grpc into docker
by Donna Dionne
· 10 years ago
5fa41a7
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
by Yang Gao
· 10 years ago
1069069
implement ServerAsyncResponseWriter for unary call
by Yang Gao
· 10 years ago
7478d91
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
by Craig Tiller
· 10 years ago
f6f6f89
Merge github.com:grpc/grpc into c++api
by Craig Tiller
· 10 years ago
e0da0f7
Merge pull request #502 from murgatroid99/core_call_race_fix
by Yang Gao
· 10 years ago
c71588d
Merge pull request #11 from yang-g/c++api
by Craig Tiller
· 10 years ago
04c4479
Fix race in call.c
by murgatroid99
· 10 years ago
9a2743a
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
by Yang Gao
· 10 years ago
a38feb9
Implement async streaming APIs
by Yang Gao
· 10 years ago
8c8d0aa
Async API progress
by Craig Tiller
· 10 years ago
424bc92
implement ClientAsyncX api
by Yang Gao
· 10 years ago
573a096
Merge branch 'master' of github.com:google/grpc into docker
by Donna Dionne
· 10 years ago
bc8e3db
Re-add mysteriously disappearing lines
by Craig Tiller
· 10 years ago
2e70dc1
Merge pull request #10 from yang-g/c++api
by Craig Tiller
· 10 years ago
02a6e3a
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
by Yang Gao
· 10 years ago
ea222b2
resolve comments, the context_ member needs protection for thread safety
by Yang Gao
· 10 years ago
20bc56d
Multi-completion-queue-server
by Craig Tiller
· 10 years ago
ca3cb3e
Prefix Request to async server method names
by Yang Gao
· 10 years ago
3ccdbe9
Make SendInitialMetadata work.
by Yang Gao
· 10 years ago
b492f06
Add SendInitialMetadata() to server streaming interfaces
by Yang Gao
· 10 years ago
fd7199f
Add client side WaitForInitialMetadata for streaming.
by Yang Gao
· 10 years ago
fada7d4
Add some documentation
by Craig Tiller
· 10 years ago
94f8758
Fix up C tests
by Craig Tiller
· 10 years ago
1fe817f
Run build cleaner
by Craig Tiller
· 10 years ago
24c06ea
Run build cleaner
by Craig Tiller
· 10 years ago
9069095
Merge github.com:google/grpc into c++api
by Craig Tiller
· 10 years ago
a847a8f
Finish streaming, lame client
by Craig Tiller
· 10 years ago
0d6b9b3
Remove debug
by Craig Tiller
· 10 years ago
0156752
Some streaming progress
by Craig Tiller
· 10 years ago
f0ee545
Merge pull request #497 from nicolasnoble/buildcheck
by Craig Tiller
· 10 years ago
504bd33
Make sure we get a close before stopping the server
by Craig Tiller
· 10 years ago
Next »