Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | | * | | | Fixup codegen now that GRXWriter is a class | 2015-07-18 | ||
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||
| | | | | | | * | | Fix C library gpr_inf_future breakage | 2015-07-18 | ||
| |_|_|_|_|_|/ / |/| | | | | | | | ||||
| | | | | | * | | Remove Cocoapods warning of OTHER_LDFLAGS | 2015-07-18 | ||
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | We don’t use the Tests library target anyway. | |||
| | | | | * | | Make the call retain cycle explicit and encapsulated within GRPCCall.m | 2015-07-18 | ||
| | | | | | | | ||||
| | | | | * | | ConcurrentWriteable: NSData *message -> id value | 2015-07-18 | ||
| | | | | | | | ||||
| | | | | * | | Rename GRPCDelegateWrapper -> GRXConcurrentWriteable | 2015-07-18 | ||
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | And move it to the RxLibrary. | |||
| | | | * | | client config README small fixes | 2015-07-17 | ||
| |_|_|/ / |/| | | | | | | | | | Tiny typo plus addition of URI RFC reference and formatting. | |||
* | | | | | Merge pull request #2470 from ctiller/i-want-to-wait-free | 2015-07-17 | ||
|\ \ \ \ \ | | | | | | | | | | | | | Lock free requested call fulfillment path | |||
| | | * \ \ | Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep | 2015-07-17 | ||
| | | |\ \ \ | |_|_|/ / / |/| | | | | | ||||
* | | | | | | Merge pull request #2403 from ctiller/no-worries-i-can-wait | 2015-07-17 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add a clock_type field to gpr_timespec | |||
| | | | | * | | Moved docs from .c to .h for compress_filter | 2015-07-17 | ||
| | | | | | | | ||||
| | | | | * | | Removed compression levels from clients and _experimental_'d signature of ↵ | 2015-07-17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods manipulating compression algorithms | |||
* | | | | | | | Merge pull request #2482 from vjpai/rename_schedule_callback | 2015-07-17 | ||
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | |||
| | * \ \ \ \ \ | Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into ↵ | 2015-07-17 | ||
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | no-worries-i-can-wait | |||
| | * \ \ \ \ \ \ | Merge github.com:grpc/grpc into no-worries-i-can-wait | 2015-07-17 | ||
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||
| | | | * | | | | | Merge github.com:grpc/grpc into i-want-to-wait-free | 2015-07-17 | ||
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||
| | | | * | | | | | Spelling correction | 2015-07-17 | ||
| | | | | | | | | | ||||
| | | * | | | | | | Reflect new gpr_timespec type in C# | 2015-07-17 | ||
| | | | | | | | | | ||||
| | | | | | | * | | Added comments | 2015-07-17 | ||
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #2485 from ctiller/thread-stress=craig-stress | 2015-07-17 | ||
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix leaked completions (leading to leaked calls in thread_stress_test) | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2486 from murgatroid99/node_error_status_test | 2015-07-17 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add tests for translating server handler errors to status objects | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #2488 from jcanizales/subclass-grxwriter | 2015-07-17 | ||
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Subclass GRXWriter instead of conforming to its protocol | |||
| | * | | | | | | | | | | Added tests for UNKNOWN status when the handler does not specify | 2015-07-17 | ||
| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #2479 from grpc/pick_first_h_docstring | 2015-07-17 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Docstring for grpc_create_pick_first_lb_policy | |||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #2478 from grpc/pollset_set_comment_fix | 2015-07-17 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tiny comment grammar fix | |||
| | | * | | | | | | | | | | | Remove GRXWriter wrappers that are now unnecessary | 2015-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 protocol | 2015-07-17 | ||
| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | Codegen GRXWriter* instead of id<GRXWriter> | 2015-07-17 | ||
| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | id<GRXWriter> -> GRXWriter * in the tests | 2015-07-17 | ||
| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | id<GRXWriter> -> GRXWriter * in the runtime | 2015-07-17 | ||
| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | Separate GRXForwardingWriter, delete the protocol | 2015-07-17 | ||
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge pull request #2413 from dgquintas/interop_sniffer | 2015-07-17 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced InteropContextInspector | |||
| | | | | * | | | | | | | | | | Add tests for translating server handler errors to status objects | 2015-07-17 | ||
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | Fix leaked completions (leading to leaked calls in thread_stress_test) | 2015-07-17 | ||
| | | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | 2015-07-16 | ||
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge with head | 2015-07-16 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | split iterator into its own file | 2015-07-16 | ||
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge pull request #1888 from ctiller/flow-like-lava-to-a-barnyard | 2015-07-16 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | Transport/call flow control interface | |||
| | | | | * | | | | | | | | | Docstring for grpc_create_pick_first_lb_policy | 2015-07-16 | ||
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||
| | | | * | | | | | | | | | Tiny comment grammar fix | 2015-07-16 | ||
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | s/adds...with/adds...to | |||
| | | | | | | * | | | | | Expand comment | 2015-07-16 | ||
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into decompression | 2015-07-16 | ||
| | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge pull request #2473 from hongweiwang/uri_parser | 2015-07-16 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix authority in uri_parser | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #2460 from vjpai/exposed_pool | 2015-07-16 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | Make thread_pool.h a public header | |||
| | | | | | | | | * | | | | Clean up some warnings in the ruby wrapping code | 2015-07-16 | ||
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge pull request #2454 from stanley-cheung/php_minor_fix | 2015-07-16 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | php script minor fix | |||
| | | | * | | | | | | | | | Small fix | 2015-07-16 | ||
| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge pull request #2459 from jtattermusch/csharp_metadata_refactoring | 2015-07-16 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C# client-side metadata refactoring | |||
| | * | | | | | | | | | | | | remove trailing whitespace | 2015-07-16 | ||
| | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | Fix authority in uri_parser | 2015-07-16 | ||
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | |