aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fix asan compile errorGravatar Craig Tiller2015-10-09
|
* Move profiling system to gprGravatar Craig Tiller2015-10-09
|
* More markupGravatar Craig Tiller2015-10-09
|
* More markupGravatar Craig Tiller2015-10-09
|
* Simplify adding annotations, annotate more thingsGravatar Craig Tiller2015-10-09
|
* more markersGravatar Craig Tiller2015-10-08
|
* Remove unnecessary includeGravatar Craig Tiller2015-10-08
|
* Merge github.com:grpc/grpc into latent-seeGravatar Craig Tiller2015-10-08
|\
* | Latency tracesGravatar Craig Tiller2015-10-08
| |
| * php: update package.xml to prepare for 0.6.1 releaseGravatar Stanley Cheung2015-10-08
| |
| * Merge pull request #3749 from jtattermusch/rename_csharp_ext_nugetGravatar Stanley Cheung2015-10-08
| |\ | | | | | | Rename grpc.native.csharp_ext nuget to grpc.native.csharp
| * \ Merge pull request #3747 from stanley-cheung/remove_linuxbrew_referenceGravatar Stanley Cheung2015-10-08
| |\ \ | | | | | | | | Removed a few more linuxbrew references
| | * | removed a few more linuxbrew referencesGravatar Stanley Cheung2015-10-08
| | | |
| | | * rename grpc.native.csharp_ext nuget to grpc.native.csharpGravatar Jan Tattermusch2015-10-08
| | |/ | |/|
| * | Merge pull request #3745 from jtattermusch/fix_vs2010_compilationGravatar Jan Tattermusch2015-10-08
| |\ \ | | |/ | |/| Fix compilation with VS2010
| * | Merge pull request #3739 from jtattermusch/csharp_interop_authGravatar Stanley Cheung2015-10-08
| |\ \ | | | | | | | | Make C# auth interop tests spec compliant
| | | * fix compilation with VS2010Gravatar Jan Tattermusch2015-10-08
| | | |
| * | | Merge pull request #3731 from jtattermusch/csharp_use_common_protosGravatar Yang Gao2015-10-08
| |\ \ \ | | |_|/ | |/| | Use proto files under test/proto for C# interop tests
| * | | Merge branch 'grpc/master'Gravatar Nate Kibler2015-10-08
| |\ \ \
| * | | | Fixed a typo in the READMEGravatar Nate Kibler2015-10-08
| | | | |
| | * | | Merge pull request #3740 from tbetbetbe/grpc_ruby_tmp_fix_auth_interopGravatar Michael Lumish2015-10-08
| | |\ \ \ | | | | | | | | | | | | Fixes the broken ruby auth interop tests
| | | * | | Fixes the broken ruby interop testsGravatar Tim Emiola2015-10-08
| | | | | |
| | | | | * use JWT credentials for per_rpc_credsGravatar Jan Tattermusch2015-10-08
| | | | | |
| | | | | * prevent ArgumentNullException in credentials pluginGravatar Jan Tattermusch2015-10-08
| | | | | |
| | | | | * make C# auth interop tests up to specGravatar Jan Tattermusch2015-10-08
| | | |_|/ | | |/| |
* | | | | Fixup mac buildGravatar Craig Tiller2015-10-08
| | | | |
* | | | | Get basic profiler working againGravatar Craig Tiller2015-10-08
| | | | |
| | * | | Merge pull request #3601 from Scott84/Scott84-ObjC-Compiler-Warning-FixGravatar Jorge Canizales2015-10-07
| | |\ \ \ | | | | | | | | | | | | Prevent warnings for pure virtual methods of GRXWriter.m
| | * \ \ \ Merge pull request #3729 from jtattermusch/csharp_args_specGravatar Michael Lumish2015-10-07
| | |\ \ \ \ | | | | | | | | | | | | | | Make C# interop tests args parsing compliant with spec.
| | * \ \ \ \ Merge pull request #3468 from jtattermusch/csharp_metadata_pluginGravatar Michael Lumish2015-10-07
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | New C# auth API
| | | | | | * regenerate generated interop testing filesGravatar Jan Tattermusch2015-10-07
| | | | | | |
| | | | | | * remove extra copy of test.protoGravatar Jan Tattermusch2015-10-07
| | | | | | |
| | | | | | * update C# regenerate proto scriptGravatar Jan Tattermusch2015-10-07
| | | |_|_|/ | | |/| | |
| | | | * | make C# interop test args parsing compliant with specGravatar Jan Tattermusch2015-10-07
| | | |/ /
| | * | | Resolved merge conflictsGravatar murgatroid992015-10-07
| | |\ \ \
| | * | | | Added more documentation to credentials.jsGravatar murgatroid992015-10-07
| | | | | |
| | | * | | Merge pull request #3685 from bjori/masterGravatar Stanley Cheung2015-10-07
| | | |\ \ \ | | | | | | | | | | | | | | Fix #2275 (Make sure PHP example can be run with Apache)
| | | * \ \ \ Resolved merge conflictsGravatar murgatroid992015-10-07
| | | |\ \ \ \
| | * | \ \ \ \ Resolved merge conflictsGravatar murgatroid992015-10-07
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Merge pull request #3625 from murgatroid99/node_single_install_stepGravatar Tim Emiola2015-10-07
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Node single install step
| | * | | | | | | Removed now-extaneous functionGravatar murgatroid992015-10-07
| | | | | | | | |
| | | * | | | | | Merge pull request #3647 from ctiller/smash-itGravatar Nicolas Noble2015-10-07
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix connectivity tests under Windows
| | * | | | | | | | Resolved merge conflictsGravatar murgatroid992015-10-07
| | |\| | | | | | |
| | | | | | | | * | stop gcc complaints about func ptr conversionsGravatar Jan Tattermusch2015-10-07
| | | | | | | | | |
| | | * | | | | | | Fix broken udp_server_test, by adding exec_ctx to read_cbGravatar Robbie Shade2015-10-07
| | | | | | | | | |
| | | * | | | | | | Merge pull request #3099 from murgatroid99/node_interop_echo_metadataGravatar Jan Tattermusch2015-10-06
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Node interop custom_metadata
| | | | | | | | | * | introduce the new split-type credentials apiGravatar Jan Tattermusch2015-10-06
| | | | | | | | | | |
| | | | * | | | | | | Fixed issues with binary metadata type checkingGravatar murgatroid992015-10-06
| | | | | | | | | | |
| | | | | | | | * | | Fix #2275 (Make sure PHP example can be run with Apache)Gravatar Hannes Magnusson2015-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normal constants, like most other things, are cleaned up during RSHUTDOWN. We need to explicitly mark them as persistent using CONST_PERSISTENT
| | | * | | | | | | | Merge pull request #3679 from yang-g/flake3Gravatar Vijay Pai2015-10-06
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | unref slice before cancel