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
Craig Tiller
bd217574fb
Fix server shutdown issues
...
First end2end test passes
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
Tim Emiola
fed9186f54
Merge pull request #468 from nathanielmanistaatgoogle/server_server_credentials
...
Server server credentials
10 years ago
Nicolas Noble
0af000bfba
Fixing valgrind's codepath in run_tests.py.
10 years ago
Nicolas Noble
0bae4b2f08
Merge pull request #471 from jboeuf/call_host_name_check
...
Adding call host (:authority header) check in the secure channel.
10 years ago
Jan Tattermusch
f6ff8f6fcf
remove _shared suffix from target dll names
10 years ago
David Klempner
5e35b14094
Disable test caching when runs_per_test > 1
...
Otherwise the tests just stop once they succeed, or don't even run at
all if they passed in a previous run.
10 years ago
Jan Tattermusch
a612216645
fixes to zlib VS project
10 years ago
Jan Tattermusch
31e40652a9
fixes to make shared libraries build
10 years ago
Craig Tiller
7596e7d12c
Tweak metadata sending
10 years ago
Jan Tattermusch
9fb0116148
fixed filename of grpc VS project templates
10 years ago
Craig Tiller
dbc8d685db
Merge pull request #8 from yang-g/c++api
...
Finish call.h and call.cc
10 years ago
Yang Gao
2382293226
Make it compile
10 years ago
Jan Tattermusch
785778b22e
added projects for shared libraries
10 years ago
Vijay Pai
7d0188c663
Merge pull request #479 from murgatroid99/node_perf_test
...
Added a performance test
10 years ago
David Klempner
a10abbdbec
Clean up the epoll wakeup fd too.
10 years ago
Yang Gao
1464bc175d
resolve conflict
10 years ago
Yang Gao
f1258c4951
save before the change
10 years ago
Craig Tiller
bb5227fc39
Allow server to hook calls also, fix crash
10 years ago
David Klempner
fdd42cfa4e
Actually include the port_platform.h epoll change too
10 years ago
David Klempner
7c9f0919f2
Address pull request thread comments
...
1. Close the epoll_fd at destroy
2. Finish the comment about signal/broadcast on the cv
3. Rename GPR_POSIX_MULTIPOLL_WITH_EPOLL to
GPR_LINUX_MULTIPOLL_WITH_EPOLL
10 years ago
Craig Tiller
7c2f3f7af1
Fix typo causing crash
10 years ago