Craig Tiller
bc8e3db73e
Re-add mysteriously disappearing lines
10 years ago
Craig Tiller
2e70dc18c6
Merge pull request #10 from yang-g/c++api
...
Put in SendInitialMetadata and WaitForInitialMetadata in some places.
10 years ago
Yang Gao
ea222b2001
resolve comments, the context_ member needs protection for thread safety
10 years ago
Craig Tiller
20bc56d890
Multi-completion-queue-server
...
Allow binding a different completion queue to each registered method.
This will allow multiplexing for the C++ server between sync & async
methods more easily.
10 years ago
Yang Gao
ca3cb3e19a
Prefix Request to async server method names
10 years ago
Yang Gao
3ccdbe9bcc
Make SendInitialMetadata work.
10 years ago
Yang Gao
b492f06c9d
Add SendInitialMetadata() to server streaming interfaces
10 years ago
Yang Gao
fd7199f64e
Add client side WaitForInitialMetadata for streaming.
10 years ago
Craig Tiller
fada7d43b1
Add some documentation
10 years ago
Craig Tiller
94f87588fa
Fix up C tests
10 years ago
Craig Tiller
1fe817fffd
Run build cleaner
10 years ago
Craig Tiller
24c06eada3
Run build cleaner
10 years ago
Craig Tiller
90690957fd
Merge github.com:google/grpc into c++api
10 years ago
Craig Tiller
a847a8f8bc
Finish streaming, lame client
10 years ago
Craig Tiller
0d6b9b35ee
Remove debug
10 years ago
Craig Tiller
0156752a66
Some streaming progress
10 years ago
Craig Tiller
f0ee545221
Merge pull request #497 from nicolasnoble/buildcheck
...
Ran build-cleaner, and re-generated project files.
10 years ago
Craig Tiller
504bd331ab
Make sure we get a close before stopping the server
10 years ago
Craig Tiller
4dd70173bd
This string is null terminated
10 years ago
Craig Tiller
ea9fb4a6f3
Update vsprojects
10 years ago
Craig Tiller
d9dd8fee04
Merge github.com:grpc/grpc into c++api
10 years ago
Craig Tiller
d8b88dec91
Merge pull request #475 from dklempner/epoll
...
Epoll based multipoller
10 years ago
Nicolas Noble
98d1dd06f2
Merge pull request #1 from ctiller/bc
...
Generate more pleasing output
10 years ago
Craig Tiller
9d085a32d8
Generate more pleasing build.json output
...
run: was getting a little lost
10 years ago
Craig Tiller
bd217574fb
Fix server shutdown issues
...
First end2end test passes
10 years ago
Nicolas Noble
1407adb2a1
Ran build-cleaner, and re-generated project files.
10 years ago
David Klempner
5fa1c3fb60
Destroy the wakeup fd in the right function
10 years ago
Craig Tiller
39550b6c4c
Merge pull request #9 from yang-g/c++api
...
Add trailing metadata to client context and use it.
10 years ago
Craig Tiller
6be5e587bd
Merge pull request #480 from dklempner/runs_per_test
...
Disable test caching when runs_per_test > 1
10 years ago
Craig Tiller
47a573602a
Fix ownership
10 years ago
Michael Lumish
2ea18ee6eb
Merge pull request #492 from jtattermusch/csharp_mono
...
Preparations to make gRPC C# work on windows.
10 years ago
Jan Tattermusch
20b738d778
reference windows-style library names in DllImport, mono still finds the right library
10 years ago
Yang Gao
968ca530b2
Add trailing metadata to client context and use it.
10 years ago
Craig Tiller
0ef1a92818
Fix hash table
10 years ago
Jan Tattermusch
a99bf34d81
Merge pull request #491 from nicolasnoble/win32-tmpfile-fix
...
Freeing the proper string in gpr_tmpfile.
10 years ago
Jan Tattermusch
630f1b842e
Update completion type enum to reflect changes in grpc.h
10 years ago
Craig Tiller
dcf9c0e588
Fix race
10 years ago
Nicolas Noble
df80ba81c9
Freeing the proper string in gpr_tmpfile.
...
Fixes #478 .
(oops)
10 years ago
David Klempner
2573958e84
Change TestCache to parameterize whether to skip running tests.
...
This allows caching results with --runs_per_test.
10 years ago
Jan Tattermusch
c9b8eb3b38
Merge pull request #490 from nicolasnoble/win32-debug
...
Enabling debug symbols while running batched tests under Windows.
10 years ago
Nicolas Noble
24cad9b6c6
Enabling debug symbols while running batched tests under Windows.
10 years ago
Craig Tiller
9dcb0f8e1d
Send initial metadata
10 years ago
Nicolas Noble
31f89f877d
Merge pull request #489 from jtattermusch/cpu_windows
...
Added placeholder for cpu_windows.c implementation
10 years ago
Nicolas Noble
1a9cf615ca
Merge pull request #481 from jtattermusch/csharp_win_dll
...
Add visual studio project to build dll libraries.
10 years ago
Jan Tattermusch
2cdacb8d2e
added log messages for cpu_windows.c
10 years ago
Jan Tattermusch
6943fb3aed
added cpu_windows.c
10 years ago
Craig Tiller
7418d01de4
Make end2end_test use fewer threads
...
Helps finding interesting threads in gdb much easier
10 years ago
Craig Tiller
59680ee16d
Merge pull request #482 from nicolasnoble/typos
...
Fixing valgrind's codepath in run_tests.py.
10 years ago
Tim Emiola
5eff61182e
Merge pull request #470 from ejona86/docker-java
...
Update grpc_java_base Dockerfile to proto3
10 years ago
Jan Tattermusch
8f24bec047
set RuntimeLibrary for zlib project to default
10 years ago