aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #5331 from murgatroid99/node_message_reflection_infoGravatar Jan Tattermusch2016-02-22
|\ | | | | Add more reflection information to Node client classes
* \ Merge pull request #5302 from nicolasnoble/python-windowsGravatar Masood Malekghassemi2016-02-22
|\ \ | | | | | | Enabling python artifact building for Windows.
* \ \ Merge pull request #5328 from murgatroid99/node_jwt_interop_fixGravatar Craig Tiller2016-02-21
|\ \ \ | | | | | | | | Node: fix metadata validation bug, improve error reporting
* \ \ \ Merge pull request #5258 from vjpai/poll_override2Gravatar Craig Tiller2016-02-21
|\ \ \ \ | | | | | | | | | | Avoid a race when overriding default poll function
| | * | | Fix copyrightsGravatar murgatroid992016-02-19
| | | | |
| | | | * Add more reflection information to Node client classesGravatar murgatroid992016-02-19
| |_|_|/ |/| | |
| | * | Node: fix metadata validation bug, improve error reportingGravatar murgatroid992016-02-19
| |/ / |/| |
| | * Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19
| | |
* | | Merge pull request #5309 from jtattermusch/csharp_rename_preconditionsGravatar Michael Lumish2016-02-18
|\ \ \ | | | | | | | | Rename C# Preconditions to GrpcPreconditions
* \ \ \ Merge pull request #5288 from murgatroid99/node_proto_optionsGravatar Jan Tattermusch2016-02-18
|\ \ \ \ | | | | | | | | | | Add options to Node library to modify ProtoBuf behavior
| | * | | update copyrightsGravatar Jan Tattermusch2016-02-18
| | | | |
| | * | | rename Preconditions to GrpcPreconditionsGravatar Jan Tattermusch2016-02-18
| |/ / / |/| | |
* | | | Fixed refactoring of grpc_arg pointer vtableGravatar David Garcia Quintas2016-02-17
| | | |
* | | | Merge pull request #4859 from ctiller/sceqGravatar Sree Kuchibhotla2016-02-17
|\ \ \ \ | | | | | | | | | | Subchannel Sharing [The interop tests failures and Basic test failures are unrelated to this change. Merging]
* \ \ \ \ Merge pull request #5186 from yang-g/inherit_from_grpc_libraryGravatar Sree Kuchibhotla2016-02-17
|\ \ \ \ \ | |_|_|_|/ |/| | | | Provide explicit API for user to set user agent string prefix
| | | * | Sanitize filesGravatar murgatroid992016-02-17
| | | | |
| | | * | Add tests and documentation for new optionsGravatar murgatroid992016-02-17
| | | | |
* | | | | Flagging the missing API entries.Gravatar Nicolas "Pixel" Noble2016-02-17
| | | | |
| | | | * Merge branch 'master' into poll_override2Gravatar vjpai2016-02-17
| | | | |\ | |_|_|_|/ |/| | | |
| * | | | add commentsGravatar yang-g2016-02-17
| | | | |
| | * | | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
| | |\ \ \ | |_|/ / / |/| | | |
| | | * | Node: add options to modify ProtoBuf behaviorGravatar murgatroid992016-02-17
| | | | |
* | | | | Merge pull request #5281 from jskeet/masterGravatar Jan Tattermusch2016-02-17
|\ \ \ \ \ | | | | | | | | | | | | Add a NullLogger in the C# implementation
* \ \ \ \ \ Merge pull request #5277 from soltanmm/abimerpGravatar Bogdan Drutu2016-02-17
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Extern "C" Python DLL support
| * | | | | Extern "C" Python DLL supportGravatar Masood Malekghassemi2016-02-17
| | | | | |
| | * | | | Add a NullLogger in the C# implementationGravatar Jon Skeet2016-02-17
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'd argue that at this stage, this should probably be the default. Further options to consider: - Make it a singleton, or at least expose a static property with a single instance? - Allow SetLogger(null) to use the NullLogger?
* | | | | Fix pygrpc_load_core in pxi to match with the C definitionGravatar Bogdan Drutu2016-02-16
| | | | |
* | | | | Merge pull request #5267 from bogdandrutu/bugGravatar Craig Tiller2016-02-16
|\ \ \ \ \ | | | | | | | | | | | | Fix the arguments type for on_read and destroy callbacks in iomgr
* | | | | | fix php copyrightGravatar Stanley Cheung2016-02-16
| | | | | |
| * | | | | Fix call to grpc_exec_ctx_enqueueGravatar Bogdan Drutu2016-02-16
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into bugGravatar Bogdan Drutu2016-02-16
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix the arguments type for on_read and destroy callbacks to match with ↵Gravatar Bogdan Drutu2016-02-16
| | | | | | | | | | | | | | | | | | | | | | | | grpc_iomgr_cb_func
* | | | | | Merge pull request #5209 from vjpai/why_leverGravatar Yang Gao2016-02-16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Delete fixed_size_thread_pool
* | | | | | Merge pull request #5225 from stanley-cheung/php-ext-code-coverageGravatar Michael Lumish2016-02-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | PHP: add unit test to increase PHP C extension code coverage
* \ \ \ \ \ \ Merge pull request #5201 from vjpai/alarm_openloopGravatar David G. Quintas2016-02-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revive and reform open-loop QPS testing
* \ \ \ \ \ \ \ Merge pull request #5098 from a-veitch/base_logGravatar Bogdan Drutu2016-02-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Census base log
| | | * | | | | | channel constructor the array is requiredGravatar Stanley Cheung2016-02-16
| | | | | | | | |
| | | * | | | | | revert unnecessary changeGravatar Stanley Cheung2016-02-16
| | | | | | | | |
* | | | | | | | | Merge pull request #5224 from stanley-cheung/php-code-coverageGravatar Michael Lumish2016-02-16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | PHP: add unit test to bring coverage back up above 95% (PHP portion)
| | | | | | | | * Comment the requirements for changing grpc_poll_function and doGravatar vjpai2016-02-15
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | poll overrides in such a way as to avoid polling races
| | | | | * | | Merge branch 'master' into why_leverGravatar vjpai2016-02-13
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| | | * | | | | Merge remote-tracking branch 'upstream/master' into alarm_openloopGravatar Vijay Pai2016-02-13
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'google/release-0_13' into upmerge-from-0.13Gravatar Nicolas "Pixel" Noble2016-02-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml package.json setup.py src/core/surface/version.c src/csharp/Grpc.Core/VersionInfo.cs src/csharp/build_packages.bat src/python/grpcio/grpc_version.py src/ruby/lib/grpc/version.rb tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal
| * \ \ \ \ \ \ \ Merge pull request #5237 from nicolasnoble/flagging-release-as-0_13_1-pre1Gravatar Masood Malekghassemi2016-02-12
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Flagging 0.13.1-pre1.
| | | | | * \ \ \ \ Merge branch 'master' into alarm_openloopGravatar Vijay Pai2016-02-12
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Merge pull request #5230 from soltanmm/docGravatar Masood Malekghassemi2016-02-12
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update Python doc
| | | | | | | * | | | php: add more unit tests to improve code coverageGravatar Stanley Cheung2016-02-12
| | | | | | | | | | |
| | | * | | | | | | | Flagging 0.13.1-pre1.Gravatar Nicolas "Pixel" Noble2016-02-13
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Flagging the release.Gravatar Nicolas "Pixel" Noble2016-02-13
| | | | | | | | | |
| | | | | | | * | | Merge branch 'master' into why_leverGravatar vjpai2016-02-12
| | | | | | | |\ \ \