aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fix duplicated symbolsGravatar Xiaoguang Sun2015-03-13
| | | | | Fix duplicated symbols caused by having definition instead of declaration in header file.
* Merge pull request #982 from sahlberg/python-readmeGravatar Tim Emiola2015-03-09
|\ | | | | README: fix the path to the python requirements.txt file
* \ Merge pull request #979 from nathanielmanistaatgoogle/framework-cleanupGravatar Masood Malekghassemi2015-03-09
|\ \ | | | | | | Refactoring within Python RPC Framework
| | * README: fix the path to the python requirements.txt fileGravatar Ronnie Sahlberg2015-03-07
| | | | | | | | | | | | Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
* | | strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
| |/ |/| | | | | | | | | | | | | Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
| * Refactoring within Python RPC FrameworkGravatar Nathaniel Manista2015-03-07
|/ | | | | | The assembly and face layers were mostly redundant except that the assembly layer had far-better interfaces and the face layer had more of a reason to exist. Now they are merged.
* Merge pull request #835 from ctiller/creditGravatar Nicolas Noble2015-03-06
|\ | | | | C++ Credentials Rework
* | Use server_host_override in interop clientGravatar Nathaniel Manista2015-03-07
| | | | | | | | | | Also refactor the interop package to perform client-server interop testing in a unit test.
* | Add a server_host_override to stub creationGravatar Nathaniel Manista2015-03-07
| | | | | | | | This optional value should only be passed in tests.
* | Reintroduce sleep on backup threadGravatar Craig Tiller2015-03-06
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-06
| |\ | |/ |/|
* | Merge pull request #973 from tbetbetbe/grpc_ruby_trim_dependenciesGravatar Michael Lumish2015-03-06
|\ \ | | | | | | Removes unused dependencies
* \ \ Merge pull request #971 from ↵Gravatar Michael Lumish2015-03-06
|\ \ \ | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_cleanup_client_stub_initialize_fix_hostname_bug Grpc ruby cleanup client stub initialize fix hostname bug
| | * | Removes unused dependenciesGravatar Tim Emiola2015-03-06
| | | |
| * | | Corrects the host used in the client_server spec testsGravatar Tim Emiola2015-03-06
| |/ /
| * | Fix for #804Gravatar Tim Emiola2015-03-06
| | |
| * | Decompose the ClientStub initialize methodGravatar Tim Emiola2015-03-06
| | |
* | | Used StyleCop to get rid of tabs in the source codeGravatar Jan Tattermusch2015-03-06
| | |
* | | removed some compiler warningsGravatar Jan Tattermusch2015-03-06
| | |
* | | Split async call into server and client classes sharing the same base.Gravatar Jan Tattermusch2015-03-06
|/ /
* | Merge pull request #964 from ctiller/i-am-so-very-lazyGravatar Nicolas Noble2015-03-06
|\ \ | | | | | | Crash in channel/server creation if grpc_init not called
| | * Merge branch 'secure-server-api-changes' of ↵Gravatar Craig Tiller2015-03-05
| | |\ | | | | | | | | | | | | github.com:nathanielmanistaatgoogle/grpc into credit
| * | | Rename to save confusionGravatar Craig Tiller2015-03-05
| | | |
| | * | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
| | |\ \ | |_|/ / |/| | |
| * | | Crash in channel/server creation if grpc_init not calledGravatar Craig Tiller2015-03-05
| | | |
| | * | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
| | |\ \
| | * | | Updates ruby code affected by the secure server API changeGravatar Tim Emiola2015-03-05
| | | | |
* | | | | Don't call grpc_create_chttp2_transport after destroying the serverGravatar David Klempner2015-03-05
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Add synchronization in server_secure_chttp2.c to avoid propagating a completed handshake past that layer to a potentially already destroyed server.
| | * | Updates the ruby C extension to match the new secure C server APIGravatar Tim Emiola2015-03-05
| | | |
* | | | Merge pull request #952 from murgatroid99/node_0_12_compatibilityGravatar Tim Emiola2015-03-05
|\ \ \ \ | | | | | | | | | | Node 0.11+ compatibility
* \ \ \ \ Merge pull request #954 from murgatroid99/node_binding_cleanupGravatar Craig Tiller2015-03-05
|\ \ \ \ \ | |_|/ / / |/| | | | Cleaned up some unnecessary verbosity in Node's binding.gyp
* | | | | Merge pull request #894 from mattn/ruby-2.2.0Gravatar Tim Emiola2015-03-05
|\ \ \ \ \ | | | | | | | | | | | | Support ruby 2.2.0
* \ \ \ \ \ Merge pull request #837 from ctiller/qps_driverGravatar Vijay Pai2015-03-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | QPS driver
* \ \ \ \ \ \ Merge pull request #951 from rauls5382/service_namesGravatar Abhishek Kumar2015-03-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Manually resolve well-known service names
* | | | | | | | Fix ref countingGravatar Craig Tiller2015-03-05
| | | | | | | |
* | | | | | | | Merge pull request #829 from nicolasnoble/win32-fixGravatar Craig Tiller2015-03-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing Windows build of the python protoc plugin.
| | | | | * | | | Removed extra variablesGravatar murgatroid992015-03-04
| | | | | | | | |
| | | | | * | | | Cleaned out some cruft from binding.gypGravatar murgatroid992015-03-04
| |_|_|_|/ / / / |/| | | | | | |
| | | | | * | | Removes engine restriction from package.json, bumps versionGravatar murgatroid992015-03-04
| | | | | | | |
| | | | | * | | The library now compiles with Node 0.11+ and all versions of io.jsGravatar murgatroid992015-03-04
| | | | | | | |
| | | | | | * | Merge branch 'credit' of github.com:ctiller/grpc into creditGravatar Craig Tiller2015-03-04
| | | | | | |\ \
| | | | | | * \ \ Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | | * | | | | | Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-04
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | | | | | | * | Switched to new secure server APIGravatar murgatroid992015-03-04
| | | | | | |/ /
| | * | | | | | Manually resolve well-known service namesGravatar Raul Silvera2015-03-04
| | | | | | | |
* | | | | | | | Merge pull request #950 from jtattermusch/csharp_cloud_to_prodGravatar Michael Lumish2015-03-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | C# interop client support for external CA file
| * | | | | | | | C# interop client support for external CA fileGravatar Jan Tattermusch2015-03-04
| | | | | | | | |
| | | | | | * | | Updated some c++ files for 0.11/0.12 compatibilityGravatar murgatroid992015-03-04
| | | | | | | | |
| | | | | | * | | Loosened some dependencies, specified compatible enginesGravatar murgatroid992015-03-04
| | |_|_|_|/ / / | |/| | | | | |
* / | | | | | | Remove include google/protobuf/message.h as it should be covered in config.hGravatar Yang Gao2015-03-04
|/ / / / / / /