aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-17
|\
| * Merge pull request #2403 from ctiller/no-worries-i-can-waitGravatar Nicolas Noble2015-07-17
| |\
| * \ Merge pull request #2482 from vjpai/rename_schedule_callbackGravatar Craig Tiller2015-07-17
| |\ \
| | | * Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worri...Gravatar Craig Tiller2015-07-17
| | | |\
| | | * \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| | | |\ \ | | |_|/ / | |/| | |
| | | | * Reflect new gpr_timespec type in C#Gravatar Craig Tiller2015-07-17
| * | | | Merge pull request #2485 from ctiller/thread-stress=craig-stressGravatar David G. Quintas2015-07-17
| |\ \ \ \
| * \ \ \ \ Merge pull request #2486 from murgatroid99/node_error_status_testGravatar Jan Tattermusch2015-07-17
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #2488 from jcanizales/subclass-grxwriterGravatar Michael Lumish2015-07-17
| |\ \ \ \ \ \
| | | * | | | | Added tests for UNKNOWN status when the handler does not specifyGravatar murgatroid992015-07-17
| * | | | | | | Merge pull request #2479 from grpc/pick_first_h_docstringGravatar Craig Tiller2015-07-17
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #2478 from grpc/pollset_set_comment_fixGravatar Craig Tiller2015-07-17
| |\ \ \ \ \ \ \ \
| | | | * | | | | | Remove GRXWriter wrappers that are now unnecessaryGravatar Jorge Canizales2015-07-17
| | | | * | | | | | Subclass GRXWriter instead of conforming to protocolGravatar Jorge Canizales2015-07-17
| | | | * | | | | | Codegen GRXWriter* instead of id<GRXWriter>Gravatar Jorge Canizales2015-07-17
| | | | * | | | | | id<GRXWriter> -> GRXWriter * in the testsGravatar Jorge Canizales2015-07-17
| | | | * | | | | | id<GRXWriter> -> GRXWriter * in the runtimeGravatar Jorge Canizales2015-07-17
| | | | * | | | | | Separate GRXForwardingWriter, delete the protocolGravatar Jorge Canizales2015-07-17
| * | | | | | | | | Merge pull request #2413 from dgquintas/interop_snifferGravatar Craig Tiller2015-07-17
| |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | Add tests for translating server handler errors to status objectsGravatar murgatroid992015-07-17
| | |_|_|_|/ / / / / | |/| | | | | | | |
| | | | | | * | | | Fix leaked completions (leading to leaked calls in thread_stress_test)Gravatar Craig Tiller2015-07-17
| | | | | | | * | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::AddGravatar vjpai2015-07-16
| * | | | | | | | | Merge with headGravatar yang-g2015-07-16
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | split iterator into its own fileGravatar yang-g2015-07-16
| | * | | | | | | | Merge pull request #1888 from ctiller/flow-like-lava-to-a-barnyardGravatar Abhishek Kumar2015-07-16
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | | | | * | | | Docstring for grpc_create_pick_first_lb_policyGravatar David G. Quintas2015-07-16
| | | |_|_|/ / / / | | |/| | | | | |
| | | | | * | | | Tiny comment grammar fixGravatar David G. Quintas2015-07-16
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge pull request #2473 from hongweiwang/uri_parserGravatar Craig Tiller2015-07-16
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Merge pull request #2454 from stanley-cheung/php_minor_fixGravatar Jan Tattermusch2015-07-16
| | |\ \ \ \ \ \ \
| | | | | * | | | | Small fixGravatar Hongwei Wang2015-07-16
| | * | | | | | | | Merge pull request #2459 from jtattermusch/csharp_metadata_refactoringGravatar Stanley Cheung2015-07-16
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | remove trailing whitespaceGravatar Jan Tattermusch2015-07-16
| | | | | | * | | | | Fix authority in uri_parserGravatar Hongwei Wang2015-07-16
| | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #2469 from jcanizales/remove-flakesGravatar Michael Lumish2015-07-16
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge pull request #2468 from yang-g/cleanup_handshaking_channels_when_server...Gravatar Craig Tiller2015-07-16
| | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | Increase timeout of tests to remove flakes.Gravatar Jorge Canizales2015-07-15
| | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | Clean up handshaking server channels properlyGravatar yang-g2015-07-15
| | | | | | | * | | | Update commentGravatar Craig Tiller2015-07-15
| | | | | | * | | | | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | * | | Added some methods to context inspector. Also minor tweak to server context I...Gravatar David Garcia Quintas2015-07-15
* | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-15
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #2371 from yang-g/security_context2Gravatar Craig Tiller2015-07-15
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #2383 from vjpai/lockfree-stackGravatar Craig Tiller2015-07-15
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2442 from yang-g/authcontext_lazy_create_at_serverGravatar Craig Tiller2015-07-15
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | Fix integration bugsGravatar Craig Tiller2015-07-15
| | | | | * | | | | | | | | Remove const_iterator typedef and add a range based loop testGravatar yang-g2015-07-15
| | | | | | | | | | * | | | Merge branch 'flow-like-lava-to-a-barnyard' of github.com:ctiller/grpc into f...Gravatar Craig Tiller2015-07-15
| | | | | | | | | | |\ \ \ \
| | | | | | | | | | * \ \ \ \ Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyardGravatar Craig Tiller2015-07-15
| | | | | | | | | | |\ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
| | | | | | | | | * | | | | | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15