Nicolas Noble
d2cfde74b9
Forgot to add the test file.
10 years ago
Nicolas Noble
c70752af76
Updating build instructions in regard to protobuf.
10 years ago
Nicolas Noble
5383062df6
Compiling protobuf from the Makefile if we don't have it on the system.
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
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
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
6be5e587bd
Merge pull request #480 from dklempner/runs_per_test
...
Disable test caching when runs_per_test > 1
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
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
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
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
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
Jan Tattermusch
9fb0116148
fixed filename of grpc VS project templates
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
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
David Klempner
3a890a2290
Remove now unnecessary check that incoming epoll fds are not orphaned
10 years ago
David Klempner
53eae7a3e0
Merge branch 'master' into epoll
10 years ago
Nicolas Noble
b7bfe698c5
Merge pull request #477 from jtattermusch/vsproject_templates
...
Improving Visual Studio templates
10 years ago
Jan Tattermusch
b7f53d9296
removed filters for grpc_csharp_ext
10 years ago
Jan Tattermusch
4d3098ae4e
Merge branch 'vsproject_templates' of github.com:jtattermusch/grpc into vsproject_templates
10 years ago
Jan Tattermusch
2dcc9a8de1
removed empty filters file for grpc_csharp_ext
10 years ago
murgatroid99
2fe2ec6736
Added standard performance metrics
10 years ago
murgatroid99
909bfaea41
Updated copyright date
10 years ago
murgatroid99
c8df0a85ba
Added a performance test
10 years ago
Jan Tattermusch
326c164327
added user settings and generated files to gitignore
10 years ago
Jan Tattermusch
92e2e3f55e
some VS project template fixes and added templates for grpc_csharp_ext
10 years ago
Jan Tattermusch
3b2277490d
added user settings and generated files to gitignore
10 years ago