aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #502 from murgatroid99/core_call_race_fixGravatar Yang Gao2015-02-12
|\ \ \ \ \ | |_|/ / / |/| | | | Fix race in call.c
| * | | | Fix race in call.cGravatar murgatroid992015-02-12
|/ / / /
| | * | Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-12
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #497 from nicolasnoble/buildcheckGravatar Craig Tiller2015-02-11
|\ \ \ \ | | | | | | | | | | Ran build-cleaner, and re-generated project files.
| | * | | Not all Linuxes are equal, and secure_getenv isn't always there.Gravatar Nicolas Noble2015-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | Let's include <features.h> to figure out if the system we're on is supporting secure_getenv, and adapt accordingly. I suspect we might want to do the same with epoll, as it was added to glibc in 2.3.2, and eventfd has been added to glibc in 2.8.
* | | | | Merge pull request #475 from dklempner/epollGravatar Craig Tiller2015-02-11
|\ \ \ \ \ | |_|/ / / |/| | | | Epoll based multipoller
| | * | | Merge pull request #1 from ctiller/bcGravatar Nicolas Noble2015-02-11
| | |\ \ \ | | | | | | | | | | | | Generate more pleasing output
| | | * | | Generate more pleasing build.json outputGravatar Craig Tiller2015-02-11
| | |/ / / | | | | | | | | | | | | | | | run: was getting a little lost
| | * | | Ran build-cleaner, and re-generated project files.Gravatar Nicolas Noble2015-02-11
| | | | |
| * | | | Destroy the wakeup fd in the right functionGravatar David Klempner2015-02-11
| | | | |
* | | | | Merge pull request #480 from dklempner/runs_per_testGravatar Craig Tiller2015-02-11
|\ \ \ \ \ | | | | | | | | | | | | Disable test caching when runs_per_test > 1
* \ \ \ \ \ Merge pull request #492 from jtattermusch/csharp_monoGravatar Michael Lumish2015-02-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Preparations to make gRPC C# work on windows.
| * | | | | | reference windows-style library names in DllImport, mono still finds the ↵Gravatar Jan Tattermusch2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | right library
* | | | | | | Merge pull request #491 from nicolasnoble/win32-tmpfile-fixGravatar Jan Tattermusch2015-02-11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Freeing the proper string in gpr_tmpfile.
| | * | | | | Update completion type enum to reflect changes in grpc.hGravatar Jan Tattermusch2015-02-11
| | | | | | |
| * | | | | | Freeing the proper string in gpr_tmpfile.Gravatar Nicolas Noble2015-02-11
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #478. (oops)
| | * | | | Change TestCache to parameterize whether to skip running tests.Gravatar David Klempner2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | This allows caching results with --runs_per_test.
* | | | | | Merge pull request #490 from nicolasnoble/win32-debugGravatar Jan Tattermusch2015-02-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Enabling debug symbols while running batched tests under Windows.
| * | | | | Enabling debug symbols while running batched tests under Windows.Gravatar Nicolas Noble2015-02-11
|/ / / / /
* | | | | Merge pull request #489 from jtattermusch/cpu_windowsGravatar Nicolas Noble2015-02-11
|\ \ \ \ \ | | | | | | | | | | | | Added placeholder for cpu_windows.c implementation
* \ \ \ \ \ Merge pull request #481 from jtattermusch/csharp_win_dllGravatar Nicolas Noble2015-02-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add visual studio project to build dll libraries.
| | * | | | | added log messages for cpu_windows.cGravatar Jan Tattermusch2015-02-11
| | | | | | |
| | * | | | | added cpu_windows.cGravatar Jan Tattermusch2015-02-11
| | | | | | |
* | | | | | | Merge pull request #482 from nicolasnoble/typosGravatar Craig Tiller2015-02-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixing valgrind's codepath in run_tests.py.
* \ \ \ \ \ \ \ Merge pull request #470 from ejona86/docker-javaGravatar Tim Emiola2015-02-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update grpc_java_base Dockerfile to proto3
| | | * | | | | | set RuntimeLibrary for zlib project to defaultGravatar Jan Tattermusch2015-02-11
| | | | | | | | |
* | | | | | | | | Merge pull request #468 from nathanielmanistaatgoogle/server_server_credentialsGravatar Tim Emiola2015-02-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Server server credentials
| | | * | | | | | | Fixing valgrind's codepath in run_tests.py.Gravatar Nicolas Noble2015-02-11
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #471 from jboeuf/call_host_name_checkGravatar Nicolas Noble2015-02-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adding call host (:authority header) check in the secure channel.
| | | | * | | | | | remove _shared suffix from target dll namesGravatar Jan Tattermusch2015-02-11
| | | | | | | | | |
| | | | | | * | | | Disable test caching when runs_per_test > 1Gravatar David Klempner2015-02-11
| | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the tests just stop once they succeed, or don't even run at all if they passed in a previous run.
| | | | * | | | | fixes to zlib VS projectGravatar Jan Tattermusch2015-02-11
| | | | | | | | |
| | | | * | | | | fixes to make shared libraries buildGravatar Jan Tattermusch2015-02-11
| | | | | | | | |
| | | | * | | | | fixed filename of grpc VS project templatesGravatar Jan Tattermusch2015-02-11
| | | | | | | | |
| | | | * | | | | added projects for shared librariesGravatar Jan Tattermusch2015-02-11
| | | | |/ / / /
* | | | | | | | Merge pull request #479 from murgatroid99/node_perf_testGravatar Vijay Pai2015-02-11
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Added a performance test
| | | | | * | | Clean up the epoll wakeup fd too.Gravatar David Klempner2015-02-11
| | | | | | | |
| | | | | * | | Actually include the port_platform.h epoll change tooGravatar David Klempner2015-02-11
| | | | | | | |
| | | | | * | | Address pull request thread commentsGravatar David Klempner2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | * | | Remove now unnecessary check that incoming epoll fds are not orphanedGravatar David Klempner2015-02-11
| | | | | | | |
| | | | | * | | Merge branch 'master' into epollGravatar David Klempner2015-02-11
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #477 from jtattermusch/vsproject_templatesGravatar Nicolas Noble2015-02-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improving Visual Studio templates
| * | | | | | | | removed filters for grpc_csharp_extGravatar Jan Tattermusch2015-02-11
| | | | | | | | |
| * | | | | | | | Merge branch 'vsproject_templates' of github.com:jtattermusch/grpc into ↵Gravatar Jan Tattermusch2015-02-11
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vsproject_templates
| * | | | | | | | | removed empty filters file for grpc_csharp_extGravatar Jan Tattermusch2015-02-11
| | | | | | | | | |
| | | * | | | | | | Added standard performance metricsGravatar murgatroid992015-02-11
| | | | | | | | | |
| | | * | | | | | | Updated copyright dateGravatar murgatroid992015-02-11
| | | | | | | | | |
| | | * | | | | | | Added a performance testGravatar murgatroid992015-02-11
| |_|/ / / / / / / |/| | | | | | | |
| | | | | | | | * Updated rest of client to new APIGravatar Abhishek Kumar2015-02-11
| | | | | | | | |
| * | | | | | | | added user settings and generated files to gitignoreGravatar Jan Tattermusch2015-02-11
| | | | | | | | |