aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | | | | * | | Fixup codegen now that GRXWriter is a classGravatar Jorge Canizales2015-07-18
| |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | | | * | Fix C library gpr_inf_future breakageGravatar Jorge Canizales2015-07-18
| |_|_|_|_|_|/ / |/| | | | | | |
| | | | | | * | Remove Cocoapods warning of OTHER_LDFLAGSGravatar Jorge Canizales2015-07-18
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | We don’t use the Tests library target anyway.
| | | | | * | Make the call retain cycle explicit and encapsulated within GRPCCall.mGravatar Jorge Canizales2015-07-18
| | | | | | |
| | | | | * | ConcurrentWriteable: NSData *message -> id valueGravatar Jorge Canizales2015-07-18
| | | | | | |
| | | | | * | Rename GRPCDelegateWrapper -> GRXConcurrentWriteableGravatar Jorge Canizales2015-07-18
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | And move it to the RxLibrary.
| | | | * | client config README small fixesGravatar David G. Quintas2015-07-17
| |_|_|/ / |/| | | | | | | | | Tiny typo plus addition of URI RFC reference and formatting.
* | | | | Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ \ \ \ \ | | | | | | | | | | | | Lock free requested call fulfillment path
| | | * \ \ 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a clock_type field to gpr_timespec
| | | | | * | Moved docs from .c to .h for compress_filterGravatar David Garcia Quintas2015-07-17
| | | | | | |
| | | | | * | Removed compression levels from clients and _experimental_'d signature of ↵Gravatar David Garcia Quintas2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | methods manipulating compression algorithms
* | | | | | | Merge pull request #2482 from vjpai/rename_schedule_callbackGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
| | * \ \ \ \ \ Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-07-17
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | no-worries-i-can-wait
| | * \ \ \ \ \ \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | * | | | | Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-17
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | | | * | | | | Spelling correctionGravatar Craig Tiller2015-07-17
| | | | | | | | |
| | | * | | | | | Reflect new gpr_timespec type in C#Gravatar Craig Tiller2015-07-17
| | | | | | | | |
| | | | | | | * | Added commentsGravatar David Garcia Quintas2015-07-17
| | | | | | | | |
* | | | | | | | | Merge pull request #2485 from ctiller/thread-stress=craig-stressGravatar David G. Quintas2015-07-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix leaked completions (leading to leaked calls in thread_stress_test)
* \ \ \ \ \ \ \ \ \ Merge pull request #2486 from murgatroid99/node_error_status_testGravatar Jan Tattermusch2015-07-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add tests for translating server handler errors to status objects
* \ \ \ \ \ \ \ \ \ \ Merge pull request #2488 from jcanizales/subclass-grxwriterGravatar Michael Lumish2015-07-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Subclass GRXWriter instead of conforming to its protocol
| | * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Docstring for grpc_create_pick_first_lb_policy
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2478 from grpc/pollset_set_comment_fixGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tiny comment grammar fix
| | | * | | | | | | | | | | Remove GRXWriter wrappers that are now unnecessaryGravatar Jorge Canizales2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With GRXWriter a subclass of all writers, we can map the requestsWriter directly without a dumb wrapper, and return GRXImmediateWriter objects where GRXWriter is expected.
| | | * | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced InteropContextInspector
| | | | | * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | Transport/call flow control interface
| | | | | * | | | | | | | | Docstring for grpc_create_pick_first_lb_policyGravatar David G. Quintas2015-07-16
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| | | | * | | | | | | | | Tiny comment grammar fixGravatar David G. Quintas2015-07-16
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | s/adds...with/adds...to
| | | | | | | * | | | | Expand commentGravatar Craig Tiller2015-07-16
| | | | | | | | | | | |
| | | | | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #2473 from hongweiwang/uri_parserGravatar Craig Tiller2015-07-16
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix authority in uri_parser
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | Make thread_pool.h a public header
| | | | | | | | | * | | | Clean up some warnings in the ruby wrapping codeGravatar murgatroid992015-07-16
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #2454 from stanley-cheung/php_minor_fixGravatar Jan Tattermusch2015-07-16
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | php script minor fix
| | | | * | | | | | | | | Small fixGravatar Hongwei Wang2015-07-16
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2459 from jtattermusch/csharp_metadata_refactoringGravatar Stanley Cheung2015-07-16
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | C# client-side metadata refactoring
| | * | | | | | | | | | | | remove trailing whitespaceGravatar Jan Tattermusch2015-07-16
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Fix authority in uri_parserGravatar Hongwei Wang2015-07-16
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |