aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #10174 from nathanielmanistaatgoogle/healthGravatar Nathaniel Manista2017-03-15
|\ | | | | Update health to current gRPC code elements.
* \ Merge pull request #10122 from ctiller/arenaGravatar Craig Tiller2017-03-15
|\ \ | | | | | | Arena allocator for grpc
| | * Update health to current gRPC code elementsGravatar Nathaniel Manista2017-03-15
| | |
* | | Merge pull request #10021 from mpwarres/udp_server_user_dataGravatar Michael Warres2017-03-14
|\ \ \ | | | | | | | | Remove grpc_udp_server dependency on grpc_server.
* \ \ \ Merge pull request #9906 from ctiller/trim-the-locksGravatar Craig Tiller2017-03-14
|\ \ \ \ | | | | | | | | | | Trim deadline setting out of call creation path
| | * | | Remove grpc_udp_server dependency on grpc_server.Gravatar Michael Warres2017-03-14
| |/ / / |/| | |
| | * | Get growth rightGravatar Craig Tiller2017-03-14
| | | |
* | | | Merge pull request #10141 from nathanielmanistaatgoogle/import-prefixGravatar Nathaniel Manista2017-03-14
|\ \ \ \ | | |_|/ | |/| | Add import prefix to Python code generator.
* | | | Merge pull request #10131 from ncteisen/copy-and-unref-fixGravatar Noah Eisen2017-03-14
|\ \ \ \ | | | | | | | | | | Fix Copy and Unref Bug
| | | * | Move config application to *just* prior to subchannel pickGravatar Craig Tiller2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | - this is both the point where we *know* we have a config (or not), and the last moment before wait_until_ready-ness is not an issue
| | * | | Add import prefix to Python generatorGravatar Nathaniel Manista2017-03-14
| |/ / / |/| | | | | | | | | | | This is needed by a customer with a nontraditional codebase.
| * | | clang fmtGravatar ncteisen2017-03-13
| | | |
| * | | Atomically load ref debugging output numbersGravatar ncteisen2017-03-13
| | | |
| * | | Code health and commentsGravatar ncteisen2017-03-13
| | | |
| | * | Fix formattingGravatar Craig Tiller2017-03-13
| | | |
| | * | Move functions around to avoid forward declarationsGravatar Craig Tiller2017-03-13
| | | |
| | * | Merge github.com:grpc/grpc into trim-the-locksGravatar Craig Tiller2017-03-13
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #10009 from muxi/fix-flush-readGravatar Muxi Yan2017-03-13
|\ \ \ \ | | | | | | | | | | Fix flush read
* \ \ \ \ Merge pull request #10105 from murgatroid99/upmerge_v1.2.xGravatar Michael Lumish2017-03-13
|\ \ \ \ \ | | | | | | | | | | | | Upmerge v1.2.x
| | | * | | Fix copy and unref race cond bugGravatar ncteisen2017-03-13
| |_|/ / / |/| | | |
* | | | | Merge pull request #10042 from muxi/objc-test-fixGravatar Muxi Yan2017-03-13
|\ \ \ \ \ | | | | | | | | | | | | Use the right encoding overhead number in remote interop test with Cronet
| | | * | | Add commentsGravatar Muxi Yan2017-03-13
| | | | | |
* | | | | | Merge pull request #10114 from thunderboltsid/skip-test-if-pypyGravatar Nathaniel Manista2017-03-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Skip split_definitions_test if PyPy is used as an interpreter.
| | | | | | * clang-formatGravatar Craig Tiller2017-03-13
| | | | | | |
| | | | | | * Fix race conditionGravatar Craig Tiller2017-03-13
| | | | | | |
| | | | | | * Concurrent testGravatar Craig Tiller2017-03-13
| | | | | | |
* | | | | | | Merge pull request #10012 from vjpai/phpqpsGravatar Vijay Pai2017-03-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP benchmarking performance client, proxied through Ruby
| | | | | | | * Arena allocator for grpcGravatar Craig Tiller2017-03-12
| |_|_|_|_|_|/ |/| | | | | |
| | | | | * | Merge remote-tracking branch 'upstream/master' into fix-flush-readGravatar Muxi Yan2017-03-12
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into objc-test-fixGravatar Muxi Yan2017-03-12
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | * | | | | Skip split_definitions_test if PyPyGravatar Siddharth Shukla2017-03-12
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Skip SameSeparateTest, SameCommonTest, SplitCommonTest, and SplitSeparateTest if the interpreter is PyPy.
| | | * | | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.xGravatar murgatroid992017-03-10
| |_|/| | | |/| | | | |
* | | | | | Merge pull request #10078 from dgquintas/master_to_1.3.0Gravatar David G. Quintas2017-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bumped version to 1.3.0-dev
| | | * | | | Use k-contant and add comment for encoding overheadGravatar Muxi Yan2017-03-10
| | | | | | |
| | | | * | | Merge pull request #10087 from y-zeng/fix_ping_1_2_xGravatar Yuchen Zeng2017-03-10
| | | | |\ \ \ | | | | | | | | | | | | | | | | Fix chttp2 ping parser
| | * | | | | | PHP benchmarking performance client, proxied through RubyGravatar Vijay Pai2017-03-10
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Requires synchronous and single-threaded, so only 1 channel and 1 outstanding RPC per channel for now. No open-loop for now
* | | | | | | Merge pull request #10074 from vjpai/commentGravatar Vijay Pai2017-03-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix a comment re wakeup_fd
* \ \ \ \ \ \ \ Merge pull request #9963 from ncteisen/error-arena-optimizationGravatar Noah Eisen2017-03-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Error arena optimization
| | | | | * \ \ \ Merge pull request #10083 from murgatroid99/node_lodash_3_compat_againGravatar Michael Lumish2017-03-10
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | Change argument validation in Server#addService
| | | | | * \ \ \ \ Merge pull request #10054 from murgatroid99/uv_resolver_fallbackGravatar Michael Lumish2017-03-10
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add uv resolver fallback for named ports, fix portability tests
* | | | | | | | | | | Ensure GRPC_TIMER_END gets calledGravatar Craig Tiller2017-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not calling this breaks our latency tracing/analysis code
| | | | | | | | * | | Fix chttp2 ping parserGravatar Yuchen Zeng2017-03-10
| | | | | | |_|/ / / | | | | | |/| | | |
| | | | | * | | | | Merge pull request #10076 from apolcyn/fix_in6_scope_id_windows_issueGravatar apolcyn2017-03-10
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix in6_scope_id incompatibiliity issue on windows/mingw
* | | | | | \ \ \ \ \ Merge pull request #10071 from jtattermusch/csharp_fix_restoreGravatar Jan Tattermusch2017-03-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add global.json file to pick dotnet core SDK version
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10039 from ctiller/server_channel_argsGravatar Craig Tiller2017-03-09
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Server channel args
| | | * | | | | | | | | | Address github commentsGravatar ncteisen2017-03-09
| | | | | | | | | | | | |
| | | * | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-09
| | | |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | error-arena-optimization
* | | | | | | | | | | | | Merge pull request #9756 from ncteisen/to-grpc-err-is-humanGravatar Noah Eisen2017-03-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimizing grpc_error Part 1
| | | | | | | | | | | * | | Change argument validation in Server#addServiceGravatar murgatroid992017-03-09
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Write an essayGravatar Craig Tiller2017-03-09
| | | | | | | | | |_|/ / / | | | | | | | | |/| | | |