Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | Merge pull request #502 from murgatroid99/core_call_race_fix | Yang Gao | 2015-02-12 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix race in call.c | |||
| * | | | | Fix race in call.c | murgatroid99 | 2015-02-12 | |
|/ / / / | ||||
| | * | | Merge branch 'master' of github.com:google/grpc into docker | Donna Dionne | 2015-02-12 | |
| | |\ \ | |_|/ / |/| | | | ||||
* | | | | Merge pull request #497 from nicolasnoble/buildcheck | Craig Tiller | 2015-02-11 | |
|\ \ \ \ | | | | | | | | | | | Ran build-cleaner, and re-generated project files. | |||
| | * | | | Not all Linuxes are equal, and secure_getenv isn't always there. | Nicolas Noble | 2015-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/epoll | Craig Tiller | 2015-02-11 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Epoll based multipoller | |||
| | * | | | Merge pull request #1 from ctiller/bc | Nicolas Noble | 2015-02-11 | |
| | |\ \ \ | | | | | | | | | | | | | Generate more pleasing output | |||
| | | * | | | Generate more pleasing build.json output | Craig Tiller | 2015-02-11 | |
| | |/ / / | | | | | | | | | | | | | | | | run: was getting a little lost | |||
| | * | | | Ran build-cleaner, and re-generated project files. | Nicolas Noble | 2015-02-11 | |
| | | | | | ||||
| * | | | | Destroy the wakeup fd in the right function | David Klempner | 2015-02-11 | |
| | | | | | ||||
* | | | | | Merge pull request #480 from dklempner/runs_per_test | Craig Tiller | 2015-02-11 | |
|\ \ \ \ \ | | | | | | | | | | | | | Disable test caching when runs_per_test > 1 | |||
* \ \ \ \ \ | Merge pull request #492 from jtattermusch/csharp_mono | Michael Lumish | 2015-02-11 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Preparations to make gRPC C# work on windows. | |||
| * | | | | | | reference windows-style library names in DllImport, mono still finds the ↵ | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | right library | |||
* | | | | | | | Merge pull request #491 from nicolasnoble/win32-tmpfile-fix | Jan Tattermusch | 2015-02-11 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Freeing the proper string in gpr_tmpfile. | |||
| | * | | | | | Update completion type enum to reflect changes in grpc.h | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | ||||
| * | | | | | | Freeing the proper string in gpr_tmpfile. | Nicolas Noble | 2015-02-11 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #478. (oops) | |||
| | * | | | | Change TestCache to parameterize whether to skip running tests. | David Klempner | 2015-02-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows caching results with --runs_per_test. | |||
* | | | | | | Merge pull request #490 from nicolasnoble/win32-debug | Jan Tattermusch | 2015-02-11 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Enabling debug symbols while running batched tests under Windows. | |||
| * | | | | | Enabling debug symbols while running batched tests under Windows. | Nicolas Noble | 2015-02-11 | |
|/ / / / / | ||||
* | | | | | Merge pull request #489 from jtattermusch/cpu_windows | Nicolas Noble | 2015-02-11 | |
|\ \ \ \ \ | | | | | | | | | | | | | Added placeholder for cpu_windows.c implementation | |||
* \ \ \ \ \ | Merge pull request #481 from jtattermusch/csharp_win_dll | Nicolas Noble | 2015-02-11 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add visual studio project to build dll libraries. | |||
| | * | | | | | added log messages for cpu_windows.c | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | ||||
| | * | | | | | added cpu_windows.c | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | ||||
* | | | | | | | Merge pull request #482 from nicolasnoble/typos | Craig Tiller | 2015-02-11 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixing valgrind's codepath in run_tests.py. | |||
* \ \ \ \ \ \ \ | Merge pull request #470 from ejona86/docker-java | Tim Emiola | 2015-02-11 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update grpc_java_base Dockerfile to proto3 | |||
| | | * | | | | | | set RuntimeLibrary for zlib project to default | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #468 from nathanielmanistaatgoogle/server_server_credentials | Tim Emiola | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Server server credentials | |||
| | | * | | | | | | | Fixing valgrind's codepath in run_tests.py. | Nicolas Noble | 2015-02-11 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #471 from jboeuf/call_host_name_check | Nicolas Noble | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adding call host (:authority header) check in the secure channel. | |||
| | | | * | | | | | | remove _shared suffix from target dll names | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | | | | ||||
| | | | | | * | | | | Disable test caching when runs_per_test > 1 | David Klempner | 2015-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 project | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | | | ||||
| | | | * | | | | | fixes to make shared libraries build | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | | | ||||
| | | | * | | | | | fixed filename of grpc VS project templates | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | | | ||||
| | | | * | | | | | added projects for shared libraries | Jan Tattermusch | 2015-02-11 | |
| | | | |/ / / / | ||||
* | | | | | | | | Merge pull request #479 from murgatroid99/node_perf_test | Vijay Pai | 2015-02-11 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Added a performance test | |||
| | | | | * | | | Clean up the epoll wakeup fd too. | David Klempner | 2015-02-11 | |
| | | | | | | | | ||||
| | | | | * | | | Actually include the port_platform.h epoll change too | David Klempner | 2015-02-11 | |
| | | | | | | | | ||||
| | | | | * | | | Address pull request thread comments | David Klempner | 2015-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 orphaned | David Klempner | 2015-02-11 | |
| | | | | | | | | ||||
| | | | | * | | | Merge branch 'master' into epoll | David Klempner | 2015-02-11 | |
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||
* | | | | | | | | Merge pull request #477 from jtattermusch/vsproject_templates | Nicolas Noble | 2015-02-11 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Improving Visual Studio templates | |||
| * | | | | | | | | removed filters for grpc_csharp_ext | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | | | ||||
| * | | | | | | | | Merge branch 'vsproject_templates' of github.com:jtattermusch/grpc into ↵ | Jan Tattermusch | 2015-02-11 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vsproject_templates | |||
| * | | | | | | | | | removed empty filters file for grpc_csharp_ext | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | | | | ||||
| | | * | | | | | | | Added standard performance metrics | murgatroid99 | 2015-02-11 | |
| | | | | | | | | | | ||||
| | | * | | | | | | | Updated copyright date | murgatroid99 | 2015-02-11 | |
| | | | | | | | | | | ||||
| | | * | | | | | | | Added a performance test | murgatroid99 | 2015-02-11 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||
| | | | | | | | * | Updated rest of client to new API | Abhishek Kumar | 2015-02-11 | |
| | | | | | | | | | ||||
| * | | | | | | | | added user settings and generated files to gitignore | Jan Tattermusch | 2015-02-11 | |
| | | | | | | | | |