Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix TSAN reported failure | Craig Tiller | 2015-07-20 |
* | Fix TSAN reported failure | Craig Tiller | 2015-07-20 |
* | fixed dependencies in C# project | Jan Tattermusch | 2015-07-20 |
* | implement per_rpc_creds and oauth2_auth_token interop tests | Jan Tattermusch | 2015-07-20 |
* | Use more meaningful names for metadata keys in tests | murgatroid99 | 2015-07-20 |
* | Merge pull request #2464 from murgatroid99/node_server_construction_change | Abhishek Kumar | 2015-07-20 |
|\ | |||
* \ | Merge pull request #2530 from ctiller/no-reserve | David G. Quintas | 2015-07-20 |
|\ \ | |||
* | | | Refer simplifying script with xctool. | Jorge Canizales | 2015-07-20 |
* | | | Remove unneeded error trap. | Jorge Canizales | 2015-07-20 |
* | | | Simplify xcodebuild’s output filter regex | Jorge Canizales | 2015-07-20 |
* | | | Test on iPhone instead of iPad | Jorge Canizales | 2015-07-20 |
* | | | Filter xcodebuild output, fix return code, and leave make to the podspec | Jorge Canizales | 2015-07-20 |
* | | | Always use the locally-built plugin for tests | Jorge Canizales | 2015-07-20 |
* | | | Script to build the ObjC plugin, generate code, and run tests | Jorge Canizales | 2015-07-20 |
* | | | Share AllTests scheme, without the local RouteGuide tests | Jorge Canizales | 2015-07-20 |
* | | | Merge pull request #2526 from jcanizales/accept-nil-container | Michael Lumish | 2015-07-20 |
|\ \ \ | |||
* \ \ \ | Merge pull request #2525 from jcanizales/fix-emptywriter | Michael Lumish | 2015-07-20 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #2501 from jcanizales/gpr-inf-future | Michael Lumish | 2015-07-20 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #2503 from jcanizales/fixup-codegen | Michael Lumish | 2015-07-20 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #2500 from jcanizales/remove-cocoapods-warning | Michael Lumish | 2015-07-20 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge pull request #2499 from jcanizales/move-delegate-wrapper-to-grx | Michael Lumish | 2015-07-20 |
|\ \ \ \ \ \ \ \ | |||
| | | | | | | * | | Remove experimental prefix | Craig Tiller | 2015-07-19 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #2494 from grpc/cconfig-readme | Craig Tiller | 2015-07-19 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquin... | Craig Tiller | 2015-07-19 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | | | | | * | | Accept [GRXWriter writerWithContainer:nil] for consistency with the rest | Jorge Canizales | 2015-07-19 |
| | | | | | | * | | | Fix [GRXWriter emptyWriter] not being reusable. | Jorge Canizales | 2015-07-19 |
| | | | | | | |/ / | |||
* | | | | | | | | | Merge pull request #2319 from dgquintas/str_join_with_sep | Nicolas Noble | 2015-07-19 |
|\ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2476 from murgatroid99/ruby_fix_warnings | Nicolas Noble | 2015-07-19 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |||
| | | | * | | | | | | Rephrasing of lb policies sentence | David G. Quintas | 2015-07-18 |
| | | | | | | * | | | Fixup codegen now that GRXWriter is a class | Jorge Canizales | 2015-07-18 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
| | | | | | | * | | Fix C library gpr_inf_future breakage | Jorge Canizales | 2015-07-18 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||
| | | | | | * | | Remove Cocoapods warning of OTHER_LDFLAGS | Jorge Canizales | 2015-07-18 |
| |_|_|_|_|/ / |/| | | | | | | |||
| | | | | * | | Make the call retain cycle explicit and encapsulated within GRPCCall.m | Jorge Canizales | 2015-07-18 |
| | | | | * | | ConcurrentWriteable: NSData *message -> id value | Jorge Canizales | 2015-07-18 |
| | | | | * | | Rename GRPCDelegateWrapper -> GRXConcurrentWriteable | Jorge Canizales | 2015-07-18 |
| |_|_|_|/ / |/| | | | | | |||
| | | | * | | client config README small fixes | David G. Quintas | 2015-07-17 |
| |_|_|/ / |/| | | | | |||
* | | | | | Merge pull request #2470 from ctiller/i-want-to-wait-free | Vijay Pai | 2015-07-17 |
|\ \ \ \ \ | |||
| | | * \ \ | 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 |
|\ \ \ \ \ \ | |||
| | | | | * | | Moved docs from .c to .h for compress_filter | David Garcia Quintas | 2015-07-17 |
| | | | | * | | Removed compression levels from clients and _experimental_'d signature of met... | David Garcia Quintas | 2015-07-17 |
* | | | | | | | Merge pull request #2482 from vjpai/rename_schedule_callback | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ | Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worri... | Craig Tiller | 2015-07-17 |
| | |\ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ | 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 |
| | | | | | | * | | Added comments | David Garcia Quintas | 2015-07-17 |
* | | | | | | | | | Merge pull request #2485 from ctiller/thread-stress=craig-stress | David G. Quintas | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2486 from murgatroid99/node_error_status_test | Jan Tattermusch | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ |