aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Started using immutable collections and other code cleanupGravatar Jan Tattermusch2015-03-12
|
* Merge pull request #1029 from jtattermusch/csharp_stylefixingGravatar Tim Emiola2015-03-12
|\ | | | | Setting up stylecop to ignore generated files and fixing style
| * Setting up stylecop to ignore generated files and fixing styleGravatar Jan Tattermusch2015-03-12
| |
* | Remove a const from a variable that should be mutable.Gravatar Nicolas "Pixel" Noble2015-03-12
|/ | | | | | deadline is passed by address to PyArg_ParseTuple to update its value. However, deadline is a const double, so attempting to change its value is undefined behavior. Remove the const to have well-defined behavior.
* Merge pull request #1017 from jtattermusch/csharp_codestyleGravatar Michael Lumish2015-03-12
|\ | | | | Fixing C# codestyle
* | Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-03-12
| |
| * code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
| |
| * added stylecop settings fileGravatar Jan Tattermusch2015-03-11
|/
* Merge pull request #990 from jtattermusch/csharp_tls_serverGravatar Tim Emiola2015-03-11
|\ | | | | C# server-side TLS support
* \ Merge pull request #998 from yang-g/nameoverrideGravatar Vijay Pai2015-03-11
|\ \ | | | | | | Use ssl name override if it's in the channel argument
* \ \ Merge pull request #978 from Chilledheart/masterGravatar Yang Gao2015-03-10
|\ \ \ | | | | | | | | Avoid unnecessary copies during protobuf serialization and deserialization
* \ \ \ Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanupGravatar Masood Malekghassemi2015-03-10
|\ \ \ \ | | | | | | | | | | Eliminate the Python "assembly" package
| | | * | Use ssl name override if it's in the channel argumentGravatar Yang Gao2015-03-10
| |_|/ / |/| | |
* | | | Updated Node package version to 0.5.3Gravatar murgatroid992015-03-10
| | | |
| * | | Eliminate the Python "assembly" packageGravatar Nathaniel Manista2015-03-10
| | | | | | | | | | | | | | | | | | | | This completes issue #726. All that cascading activation stuff just didn't work out as cleanly as I had hoped it would.
* | | | Merge branch 'master' into node_11_cleanup_segfaultGravatar murgatroid992015-03-09
|\| | |
* | | | Fixed segfault by fixing scope issueGravatar murgatroid992015-03-09
| | | |
| | | * C# server side TLS supportGravatar Jan Tattermusch2015-03-09
| | | |
| * | | 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
* | | | | Added more testsGravatar murgatroid992015-03-09
| | | | |
| | | | * Avoid unnecessary copies during protobuf serialization and deserializationGravatar Chilledheart2015-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - avoid string copy due to google::protobuf::message::SerializeToString - avoid string copy due to google::protobuf::message::ParseFromString - split large message into 8k slices during protobuf serialization - correct GrpcBufferReader::BackUp
| | | | * Add method grp_slice_buffer_pop to remove the last element for grp_slice_bufferGravatar Chilledheart2015-03-10
| | | | |
| | | * | 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