Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2319 from dgquintas/str_join_with_sep | Nicolas Noble | 2015-07-19 |
|\ | | | | | Added convenience functions gpr_strjoin_sep and grp_strsplit | ||
* \ | Merge pull request #2476 from murgatroid99/ruby_fix_warnings | Nicolas Noble | 2015-07-19 |
|\ \ | | | | | | | Clean up some warnings in the ruby wrapping code | ||
* \ \ | Merge pull request #2470 from ctiller/i-want-to-wait-free | Vijay Pai | 2015-07-17 |
|\ \ \ | | | | | | | | | Lock free requested call fulfillment path | ||
| | | * | Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep | David Garcia Quintas | 2015-07-17 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Merge pull request #2403 from ctiller/no-worries-i-can-wait | Nicolas Noble | 2015-07-17 |
|\ \ \ \ | | | | | | | | | | | Add a clock_type field to gpr_timespec | ||
* \ \ \ \ | Merge pull request #2482 from vjpai/rename_schedule_callback | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ | | | | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | ||
| | * \ \ \ | Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2015-07-17 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | no-worries-i-can-wait | ||
| | * \ \ \ \ | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | | | * | | | Merge github.com:grpc/grpc into i-want-to-wait-free | Craig Tiller | 2015-07-17 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| | | | * | | | Spelling correction | Craig Tiller | 2015-07-17 |
| | | | | | | | |||
| | | * | | | | Reflect new gpr_timespec type in C# | Craig Tiller | 2015-07-17 |
| | | | | | | | |||
* | | | | | | | Merge pull request #2485 from ctiller/thread-stress=craig-stress | David G. Quintas | 2015-07-17 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix leaked completions (leading to leaked calls in thread_stress_test) | ||
* \ \ \ \ \ \ \ | Merge pull request #2486 from murgatroid99/node_error_status_test | Jan Tattermusch | 2015-07-17 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add tests for translating server handler errors to status objects | ||
* \ \ \ \ \ \ \ \ | Merge pull request #2488 from jcanizales/subclass-grxwriter | Michael Lumish | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Subclass GRXWriter instead of conforming to its protocol | ||
| | * | | | | | | | | Added tests for UNKNOWN status when the handler does not specify | murgatroid99 | 2015-07-17 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #2479 from grpc/pick_first_h_docstring | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Docstring for grpc_create_pick_first_lb_policy | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #2478 from grpc/pollset_set_comment_fix | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Tiny comment grammar fix | ||
| | | * | | | | | | | | | Remove GRXWriter wrappers that are now unnecessary | Jorge Canizales | 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 | Jorge Canizales | 2015-07-17 |
| | | | | | | | | | | | | |||
| | | * | | | | | | | | | Codegen GRXWriter* instead of id<GRXWriter> | Jorge Canizales | 2015-07-17 |
| | | | | | | | | | | | | |||
| | | * | | | | | | | | | id<GRXWriter> -> GRXWriter * in the tests | Jorge Canizales | 2015-07-17 |
| | | | | | | | | | | | | |||
| | | * | | | | | | | | | id<GRXWriter> -> GRXWriter * in the runtime | Jorge Canizales | 2015-07-17 |
| | | | | | | | | | | | | |||
| | | * | | | | | | | | | Separate GRXForwardingWriter, delete the protocol | Jorge Canizales | 2015-07-17 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #2413 from dgquintas/interop_sniffer | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced InteropContextInspector | ||
| | | | | * | | | | | | | | Add tests for translating server handler errors to status objects | murgatroid99 | 2015-07-17 |
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |||
| | | | | * | | | | | | | Fix leaked completions (leading to leaked calls in thread_stress_test) | Craig Tiller | 2015-07-17 |
| | | | | | | | | | | | | |||
| | | | | | * | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | vjpai | 2015-07-16 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge with head | yang-g | 2015-07-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||
* | | | | | | | | | | | | split iterator into its own file | yang-g | 2015-07-16 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | Merge pull request #1888 from ctiller/flow-like-lava-to-a-barnyard | Abhishek Kumar | 2015-07-16 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | Transport/call flow control interface | ||
| | | | | * | | | | | | | Docstring for grpc_create_pick_first_lb_policy | David G. Quintas | 2015-07-16 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||
| | | | * | | | | | | | Tiny comment grammar fix | David G. Quintas | 2015-07-16 |
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | s/adds...with/adds...to | ||
| | | | | | | * | | | Expand comment | Craig Tiller | 2015-07-16 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge pull request #2473 from hongweiwang/uri_parser | Craig Tiller | 2015-07-16 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix authority in uri_parser | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #2460 from vjpai/exposed_pool | Craig Tiller | 2015-07-16 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | Make thread_pool.h a public header | ||
| | | | | | | | | * | | Clean up some warnings in the ruby wrapping code | murgatroid99 | 2015-07-16 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||
| * | | | | | | | | | Merge pull request #2454 from stanley-cheung/php_minor_fix | Jan Tattermusch | 2015-07-16 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | php script minor fix | ||
| | | | * | | | | | | | Small fix | Hongwei Wang | 2015-07-16 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #2459 from jtattermusch/csharp_metadata_refactoring | Stanley Cheung | 2015-07-16 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | C# client-side metadata refactoring | ||
| | * | | | | | | | | | | remove trailing whitespace | Jan Tattermusch | 2015-07-16 |
| | | | | | | | | | | | | |||
| | | | | * | | | | | | | Fix authority in uri_parser | Hongwei Wang | 2015-07-16 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #2469 from jcanizales/remove-flakes | Michael Lumish | 2015-07-16 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Increase timeout of tests to remove flakes. | ||
| | | | | | | | | | * \ | Merge github.com:grpc/grpc into i-want-to-wait-free | Craig Tiller | 2015-07-16 |
| | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||
| | | | | | | | | | * | | Fix a leaked lock, and make a debug-only detection for this class of bug | Craig Tiller | 2015-07-16 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | Merge pull request #2468 from ↵ | Craig Tiller | 2015-07-16 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yang-g/cleanup_handshaking_channels_when_server_shutdown Clean up handshaking server channels properly | ||
| | | * | | | | | | | | | | Increase timeout of tests to remove flakes. | Jorge Canizales | 2015-07-15 |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | |||
| | * | | | | | | | | | | Clean up handshaking server channels properly | yang-g | 2015-07-15 |
| | | | | | | | | | | | | |||
| | | | | | * | | | | | | Update comment | Craig Tiller | 2015-07-15 |
| | | | | | | | | | | | | |||
| | | | | * | | | | | | | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate | ||
| | | | | | | * | | | | | Added some methods to context inspector. Also minor tweak to server context ↵ | David Garcia Quintas | 2015-07-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IsCancelled() method |