Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #704 from ctiller/interop3 | Yang Gao | 2015-02-21 |
|\ | | | | | Rename interop_test.c --> interop_test.cc | ||
* | | Re-generated project files. | Nicolas "Pixel" Noble | 2015-02-21 |
| | | |||
* | | Merge pull request #703 from nicolasnoble/win32 | Craig Tiller | 2015-02-21 |
|\ \ | | | | | | | Fixing Windows port. | ||
| | * | Rename interop_test.c --> interop_test.cc | Craig Tiller | 2015-02-21 |
| |/ |/| | | | | | We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++. | ||
* | | Merge pull request #641 from jboeuf/jwt_id_token | Yang Gao | 2015-02-21 |
|\ \ | | | | | | | Implementing JWT credentials (a.k.a JWT ID Tokens). | ||
| | * | Fixing Windows port. | Nicolas "Pixel" Noble | 2015-02-20 |
| |/ |/| | |||
* | | Merge branch 'master' of github.com:google/grpc into unsecure-fix | Nicolas "Pixel" Noble | 2015-02-21 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters | ||
* | | | Various MacOS build fixes. | Nicolas "Pixel" Noble | 2015-02-21 |
| | | | | | | | | | | | | | | | | | | -) Secure files shouldn't be in the base grpc. -) grpc++ depends on gpr. -) grpc++ depends on protobuf (!) | ||
| * | | Add a facility to control tracing without recompiling | Craig Tiller | 2015-02-20 |
|/ / | | | | | | | This will help greatly when it comes to diagnosing customer issues. | ||
* | | Removing the hardcoded SSL roots. | Julien Boeuf | 2015-02-20 |
| | | | | | | | | | | | | - Makes 2 tests fail: - httpcli_test - interop_test | ||
* | | Merge pull request #606 from yang-g/roots | Craig Tiller | 2015-02-20 |
|\ \ | | | | | | | remove prod_roots_certs.c | ||
* | | | Ensure interop tests are run as part of run_tests | Craig Tiller | 2015-02-20 |
| | | | | | | | | | | | | I'm honestly a little shocked this wasn't done previously. | ||
| | * | Adding tool for generating JWTs on the command line. | Julien Boeuf | 2015-02-19 |
| |/ |/| | |||
* | | Added protoc plugin for Python GRPC. | Masood Malekghassemi | 2015-02-19 |
| | | |||
| * | remove prod_roots_certs.c since it is not used anywhere | Yang Gao | 2015-02-18 |
|/ | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Allow grpc_init to be called multiple times | Craig Tiller | 2015-02-17 |
| | |||
* | added zlib and openssl dependencies | Jan Tattermusch | 2015-02-13 |
| | |||
* | polishing of Grpc.mak | Jan Tattermusch | 2015-02-12 |
| | |||
* | added some more non-test targets to Grpc.mak | Jan Tattermusch | 2015-02-12 |
| | |||
* | improving makefile for Windows | Jan Tattermusch | 2015-02-12 |
| | |||
* | added make.bat helper | Jan Tattermusch | 2015-02-12 |
| | |||
* | fixed GrpcTests.mak and removed build_and_run_tests.bat | Jan Tattermusch | 2015-02-12 |
| | |||
* | Added NMake file to ease building and running tests. | Jan Tattermusch | 2015-02-12 |
| | |||
* | add more tests into build_and_run_tests.bat | Jan Tattermusch | 2015-02-12 |
| | |||
* | added ssl.props as a dependency for grpc_csharp_ext, regenerated project files | Jan Tattermusch | 2015-02-12 |
| | |||
* | Merge pull request #497 from nicolasnoble/buildcheck | Craig Tiller | 2015-02-11 |
|\ | | | | | Ran build-cleaner, and re-generated project files. | ||
* \ | Merge pull request #475 from dklempner/epoll | Craig Tiller | 2015-02-11 |
|\ \ | | | | | | | Epoll based multipoller | ||
| | * | Ran build-cleaner, and re-generated project files. | Nicolas Noble | 2015-02-11 |
| |/ |/| | |||
* | | 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 | ||
| * | | added cpu_windows.c | Jan Tattermusch | 2015-02-11 |
| | | | |||
* | | | set RuntimeLibrary for zlib project to default | Jan Tattermusch | 2015-02-11 |
| | | | |||
* | | | remove _shared suffix from target dll names | Jan Tattermusch | 2015-02-11 |
| | | | |||
* | | | 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 branch 'master' into epoll | David Klempner | 2015-02-11 |
| |\ | |/ |/| | |||
* | | 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 user settings and generated files to gitignore | Jan Tattermusch | 2015-02-11 |
| | | | |||
* | | | some VS project template fixes and added templates for grpc_csharp_ext | Jan Tattermusch | 2015-02-11 |
| | | | |||
| * | | added user settings and generated files to gitignore | Jan Tattermusch | 2015-02-11 |
| | | | |||
| * | | some VS project template fixes and added templates for grpc_csharp_ext | Jan Tattermusch | 2015-02-11 |
| | | | |||
| | * | Epoll based multipoller | David Klempner | 2015-02-10 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a multipoller based on epoll rather than poll. Note that this implementation is aimed at correctness rather than performance, although it should immediately have better scalability to large numbers of FDs, both due to epoll's O(1) sized API and due to not needing to wake up polling threads to do interest set changes. One notable difference here is that we directly attach a wakeup fd rather than using the freelisting kick mechanism that the poll() based implementations use, because modifying the epoll set to use a different kick fd each time isn't free. | ||
* | | Merge branch 'master' of github.com:google/grpc into grpc-win32 | Nicolas "Pixel" Noble | 2015-02-10 |
|\| | |||
* | | Addressing comments. | Nicolas Noble | 2015-02-10 |
| | |