aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* update nugets in csproj projectsGravatar Jan Tattermusch2017-03-07
|
* regenerate projectsGravatar Jan Tattermusch2017-03-07
|
* updgrade C# project.json to protobuf 3.2.0Gravatar Jan Tattermusch2017-03-07
|
* regenerate C# protosGravatar Jan Tattermusch2017-03-07
|
* Merge pull request #9632 from jtattermusch/csharp_server_side_authGravatar Jan Tattermusch2017-03-07
|\ | | | | Expose AuthContext in C#
* \ Merge pull request #9983 from dgquintas/1.1.x_to_masterGravatar David G. Quintas2017-03-06
|\ \ | | | | | | Upmerge of 1.1.x to master.
| * | Manual changes from upmerged modificationsGravatar David Garcia Quintas2017-03-06
| | |
* | | Merge pull request #8407 from jronak/fixtagGravatar Yang Gao2017-03-04
|\ \ \ | | | | | | | | replaced protobuf tag
| | * | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| |/| | |/| | |
* | | | Merge pull request #9939 from ctiller/stream_owned_sliceGravatar Craig Tiller2017-03-03
|\ \ \ \ | | | | | | | | | | Add a slice type that shares a refcount with a transport stream
* \ \ \ \ Merge pull request #9921 from ctiller/fastcreateGravatar Craig Tiller2017-03-03
|\ \ \ \ \ | | | | | | | | | | | | Eliminate cancellation if we never sent an op down
* \ \ \ \ \ Merge pull request #9967 from nathanielmanistaatgoogle/lintGravatar Nathaniel Manista2017-03-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Lint progress.
* \ \ \ \ \ \ Merge pull request #9953 from y-zeng/build_licenseGravatar Yuchen Zeng2017-03-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add licenses() in BUILD files
| | * | | | | | Fix and enable redefined-outer-name lintGravatar Nathaniel Manista2017-03-03
| | | | | | | |
* | | | | | | | Merge pull request #9866 from nathanielmanistaatgoogle/lint-fixesGravatar Nathaniel Manista2017-03-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Lint fixes.
| | | * | | | | | Work toward enabling cyclic-import lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | |
| | | * | | | | | Selectively suppress and enable broad-except lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | |
* | | | | | | | | Merge pull request #9961 from nathanielmanistaatgoogle/_connectivity_channelGravatar Nathaniel Manista2017-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove grpc.beta._connectivity_channel.
| | | | * | | | | | Fix and enable no-value-for-parameter lintGravatar Nathaniel Manista2017-03-02
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Fix and enable unused-variable lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In _server.py start_server_batch_result is removed because start_server_batch can only ever fail as a result of a programming defect in gRPC Python and not the application. This differs from some analogous-appearing points in _channel.py where the result of start_client_batch is checked because at those points it is possible for a failure to indicate a programming defect on the part of the application.
| | * | | | | | | Fix and enable unused-import lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | |
| | * | | | | | | Fix and enable no-self-use lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | |
* | | | | | | | | Merge pull request #9931 from ncteisen/to-time-dot-sleep-perchance-to-dreamGravatar Noah Eisen2017-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add sleep(1) to Python negative http2 client
| | * | | | | | | | Remove grpc.beta._connectivity_channelGravatar Nathaniel Manista2017-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been removed in, and has done anything but fail on import since, 4d425522bffc9c616872d672bb58c993c3ac4c6a.
| | | | | | | | | * expose AuthContext in C#Gravatar Jan Tattermusch2017-03-02
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | * | | | | Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
| |_|_|/ / / / / |/| | | | | | |
| | | | | | | * Boost grpc version to v1.1.4Gravatar Muxi Yan2017-03-01
| | | | | | | |
* | | | | | | | Merge pull request #9940 from yang-g/http_parserGravatar Yang Gao2017-03-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Return an error when the HTTP first line or header is longer than 4K
* \ \ \ \ \ \ \ \ Merge pull request #9908 from yang-g/on_timeoutGravatar Yang Gao2017-03-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Check and act on Dump failure
* | | | | | | | | | PHP: prepare for 1.2 releaseGravatar Stanley Cheung2017-03-01
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9938 from kpayson64/increase_epsilonGravatar kpayson642017-03-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Increase epsilon in thread cleanup test
| | | * | | | | | | | Return an error when the HTTP first line or header is longer than 4KGravatar yang-g2017-03-01
| | | | | | | | | | |
| | | | | | | | * | | Merge github.com:grpc/grpc into stream_owned_sliceGravatar Craig Tiller2017-03-01
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | | | | | | * | | Add a slice type that shares a refcount with a transport streamGravatar Craig Tiller2017-03-01
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #9869 from markdroth/client_channel_method_params_cleanupGravatar Mark D. Roth2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Clean up method parameters in client channel code.
| | * | | | | | | | | Increase epsilon in thread cleanup testGravatar kpayson642017-03-01
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #9917 from nathanielmanistaatgoogle/missing-mainGravatar Nathaniel Manista2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | Add missing unittest.main call.
* | | | | | | | | | | Merge pull request #9888 from murgatroid99/electron_uv_fixGravatar Michael Lumish2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix missing wakeups when using the libuv iomgr under Electron
| | | | | | * | | | | | Add sleep(1) to Python negative http2 clientGravatar Noah Eisen2017-03-01
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | client now conforms to spec. See https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md
| | | | | | | * | | | Eliminate cancellation if we never sent an op downGravatar Craig Tiller2017-02-28
| | | | | | | |/ / /
| | | | | | | | | * Relieve ios deployment version to 7.0Gravatar Muxi Yan2017-02-28
| | | | | | | | | |
| | * | | | | | | | Add missing unittest.main callGravatar Nathaniel Manista2017-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been included in 48226a2f1f14b555505e39c322141e74aed9.
* | | | | | | | | | Merge pull request #9833 from dgquintas/parse_address_clusterfuzzGravatar David G. Quintas2017-02-28
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Fixed Heap-buffer-overflow in parse_unix via clusterfuzz
* | | | | | | | | | Merge pull request #9773 from dgquintas/build_filesGravatar David G. Quintas2017-02-28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | Test BUILD file assortment
* | | | | | | | | | Merge pull request #9881 from ctiller/spinlockGravatar Craig Tiller2017-02-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add a spinlock type.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #9785 from stanley-cheung/php-update-docGravatar Stanley Cheung2017-02-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHP: added README notes for RHEL 6/7 users
| | | | | | | | * | | | Check and act on Dump failureGravatar yang-g2017-02-28
| | | | | | | | | | | |
| | * | | | | | | | | | Fix include guardsGravatar Craig Tiller2017-02-28
| | | | | | | | | | | |
| | | | | * | | | | | | Clang formatGravatar murgatroid992017-02-27
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add zalloc, convert a bunch of files to use it