aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Use unique namespace for each python protoc testGravatar Ken Payson2017-02-10
| | | | | Using the same namespace results in errors when using the c-extension version of protobuf due to name collisions
* Merge pull request #9533 from murgatroid99/version_1.1.1_bumpGravatar Michael Lumish2017-02-01
|\ | | | | Bump version to 1.1.1
* \ Merge pull request #9506 from murgatroid99/uv_tcp_header_fix_backportGravatar Michael Lumish2017-01-31
|\ \ | | | | | | Backport "Add missing header include in tcp_uv.c"
* \ \ Merge pull request #9525 from murgatroid99/uv_tcp_connection_fixGravatar Michael Lumish2017-01-31
|\ \ \ | | | | | | | | Fix bugs in UV DNS resolver implementation
* \ \ \ Merge pull request #9527 from murgatroid99/yapf_codeGravatar Michael Lumish2017-01-31
|\ \ \ \ | | | | | | | | | | Run yapf_code on v1.1.x
| | | | * Bump version to 1.1.1Gravatar murgatroid992017-01-31
| |_|_|/ |/| | |
| * | | Run yapf_code on v1.1.xGravatar murgatroid992017-01-31
| | | |
| | * | Fix bugs in UV DNS resolver implementationGravatar murgatroid992017-01-31
| | | |
| | * | Add tcp_client_uv tracingGravatar murgatroid992017-01-31
| |/ /
* / / Node: Validate arguments to addService, fix a couple of minor issuesGravatar murgatroid992017-01-30
|/ /
* | Merge pull request #9514 from muxi/advance-objc-version-1.1.0Gravatar Nicolas Noble2017-01-30
|\ \ | | | | | | Advance objc version to v1.1.0
* | | Flagging version 1.1.0.Gravatar Nicolas "Pixel" Noble2017-01-30
| | |
* | | Merge pull request #9505 from muxi/fix-grpc-v1.1.0-pre1-releaseGravatar Muxi Yan2017-01-30
|\ \ \ | | | | | | | | Fixes for gRPC ObjC v1.1.0 release
| | * | Advance objc version to v1.1.0Gravatar Muxi Yan2017-01-30
| |/ / |/| |
* | | Merge pull request #9489 from nicolasnoble/mark_backportGravatar Nicolas Noble2017-01-30
|\ \ \ | | | | | | | | Mark backport of PR #9465
| | | * Add missing header include in tcp_uv.cGravatar murgatroid992017-01-30
| |_|/ |/| |
| | * Disable wireless check on OS XGravatar Muxi Yan2017-01-30
| | |
* | | Advance protoc dependency version as wellGravatar Muxi Yan2017-01-28
| | |
| * | Really fix python.Gravatar Mark D. Roth2017-01-28
| | |
| * | clang-formatGravatar Mark D. Roth2017-01-28
| | |
| * | Fix cython bug.Gravatar Mark D. Roth2017-01-28
| | |
| * | Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-28
| | |
* | | Advance protoc version to 3.1.0Gravatar Muxi Yan2017-01-27
| |/ |/|
* | Fix BoringSSL.podspec double slashesGravatar Muxi Yan2017-01-25
| |
* | Advance gRPC version to 1.1.0-pre1Gravatar Muxi Yan2017-01-25
| |
* | Add back commentGravatar Ken Payson2017-01-24
| |
* | Special case Python build for inet_ntopGravatar Ken Payson2017-01-24
|/
* Changing versions from -dev to -pre1 on the release branch.Gravatar Nicolas "Pixel" Noble2017-01-23
|
* Merge pull request #9074 from dgquintas/poll_fd_shutdownGravatar Sree Kuchibhotla2017-01-23
|\ | | | | poll_posix double shutdown fix
* \ Merge pull request #8810 from htuch/pollset-fixGravatar Sree Kuchibhotla2017-01-23
|\ \ | | | | | | Fix workqueue_move_items_to_parent invocation bug in polling_island_merge
* \ \ Merge pull request #9127 from ↵Gravatar Masood Malekghassemi2017-01-23
|\ \ \ | | | | | | | | | | | | | | | | soltanmm-google/if-you-rely-only-on-yourself-fewer-things-might-go-wrong-but-fewer-things-might-go-right Don't leak Py exceptions without calling gRPC core
| * | | Run yapf over Python codeGravatar Masood Malekghassemi2017-01-23
| | | |
| * | | Don't leak Py exceptions without calling gRPC coreGravatar Masood Malekghassemi2017-01-23
| | | |
* | | | Merge pull request #9428 from grpc/revert-8842-metadata_filterGravatar David G. Quintas2017-01-23
|\ \ \ \ | | | | | | | | | | Revert "Metadata handling rewrite"
* \ \ \ \ Merge pull request #9446 from grpc/revert-9430-fix-8842Gravatar David G. Quintas2017-01-23
|\ \ \ \ \ | | | | | | | | | | | | Revert "Fix cronet header memory free"
* \ \ \ \ \ Merge pull request #9448 from nathanielmanistaatgoogle/v1.0.x-upmergeGravatar Nicolas Noble2017-01-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | v1.0.x upmerge
* \ \ \ \ \ \ Merge pull request #9422 from ↵Gravatar Masood Malekghassemi2017-01-23
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | soltanmm-google/as-filthy-rich-as-our-cabinet-secretaries Add __richcmp__ to cygrpc.Timespec
| | * | | | | v1.0.x → master upmergeGravatar Nathaniel Manista2017-01-23
| |/| | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual resolution: - Force use of local distributions in Python-building in tools/run_tests/helper_scripts/build_python.sh.
| | | * | | | Revert "Fix cronet header memory free"Gravatar David G. Quintas2017-01-23
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #9308 from muxi/fix-loupe-exceptionGravatar Muxi Yan2017-01-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix cronet_transport.c failure handling bug
* | | | | | | fix the test errorGravatar Muxi Yan2017-01-20
| | | | | | |
* | | | | | | clang-formatGravatar Muxi Yan2017-01-20
| | | | | | |
* | | | | | | Fix cronet header memory freeGravatar Muxi Yan2017-01-20
| | | | | | |
| | | | * | | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #9420 from nathanielmanistaatgoogle/time_remainingGravatar Nathaniel Manista2017-01-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix grpc._server._Context.time_remaining.
* \ \ \ \ \ \ Merge pull request #9340 from stanley-cheung/update-boringsslGravatar Nicolas Noble2017-01-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update boringssl
| | | | * | | | Add __richcmp__ to cygrpc.TimespecGravatar Masood Malekghassemi2017-01-20
| |_|_|/ / / / |/| | | | | |
| | * | | | | Fix grpc._server._Context.time_remainingGravatar Nathaniel Manista2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A weak test is included; proper test coverage will come later.
| | | | | * | Fix workqueue_move_items_to_parent() invocation bug in ↵Gravatar Harvey Tuch2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | polling_island_merge()[ev_epoll_linux.c]. This bug resulted in workqueue items failing to merge correctly and consequently queued closures would fail to execute.
* | | | | | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-20
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |