murgatroid99
d66408ba5a
Improved memory management
10 years ago
murgatroid99
17be589de0
Made changes based on comments
10 years ago
murgatroid99
44dd2f3367
Removed extraneous log messages
10 years ago
murgatroid99
c55ee616b5
Last test now passes
10 years ago
murgatroid99
d0e37cb958
Merge branch 'master' into node_new_core_api
10 years ago
murgatroid99
d17d57aa39
Removed extra log lines
10 years ago
murgatroid99
10ac96cb8f
All tests but one now pass against new API
10 years ago
Yang Gao
e0da0f7c29
Merge pull request #502 from murgatroid99/core_call_race_fix
...
Fix race in call.c
10 years ago
murgatroid99
04c447977e
Fix race in call.c
10 years ago
murgatroid99
e7879557c6
Fixed most of surface tests
10 years ago
murgatroid99
1bc8df4cf5
Fix race in call.c
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
murgatroid99
63056a694d
Removed extra extension files
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
murgatroid99
1578c6a4ab
Fixed end to end tests
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