Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Fix test errors on string copy | Muxi Yan | 2017-01-16 | |
| | | | ||||
| * | | Use grpc_slice at core boudary | Muxi Yan | 2017-01-13 | |
| | | | ||||
| | * | Merge remote-tracking branch 'upstream/master' into change_cronet_interface | Muxi Yan | 2017-01-10 | |
| | |\ | | |/ | |/| | ||||
* / | | Packet coalescing Objc layer and interop tests | Muxi Yan | 2017-01-04 | |
|/ / | ||||
* | | v1.0.x → master upmerge | Nathaniel Manista | 2016-12-16 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh | |||
| | * | Merge branch 'master' into change_cronet_interface | Muxi Yan | 2016-12-14 | |
| | |\ | |_|/ |/| | | ||||
* | | | GPR Buffers need to be destroyed, not directly freed, otherwise it leaks ↵ | Paul Querna | 2016-12-05 | |
| | | | | | | | | | | | | reference counted backing slices. | |||
| * | | Advance objective c version to v1.0.2 | Muxi Yan | 2016-11-28 | |
| | | | ||||
| | * | Change interface | Garrett Casto | 2016-11-28 | |
| |/ |/| | ||||
* | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-04 | |
|\ \ | ||||
| * \ | Merge pull request #8561 from muxi/update-objc-connectivity | Muxi Yan | 2016-10-31 | |
| |\ \ | | | | | | | | | Revert format changes in #8441 | |||
* | | | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-10-31 | |
|\| | | | ||||
| | * | | Mark connectivity closures as nullable and check null when invoking them | Muxi Yan | 2016-10-30 | |
| | | | | ||||
| | * | | Use nil function instead of empty function | Muxi Yan | 2016-10-28 | |
| | | | | ||||
| | * | | Revert format changes in related files | Muxi Yan | 2016-10-28 | |
| | | | | ||||
| * | | | Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge | murgatroid99 | 2016-10-28 | |
| |\ \ \ | | | |/ | | |/| | ||||
| | | * | Revert format changes of unrelated files | Muxi Yan | 2016-10-28 | |
| | |/ | |/| | ||||
* | | | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 | |
| | | | ||||
* | | | Merge branch 'buffer_pools_for_realsies' into grpc_slice | Craig Tiller | 2016-10-26 | |
|\| | | ||||
* | | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 | |
| | | | ||||
| * | | Update GRPCHost comments | Muxi Yan | 2016-10-25 | |
| | | | ||||
| * | | Add comments for GRPCHost | Muxi Yan | 2016-10-25 | |
| | | | ||||
| * | | Create connectivityMonitor after call is set up | Muxi Yan | 2016-10-25 | |
| | | | ||||
| | * | advance OBJC_VERSION_STRING in GRPCHost.m | Muxi Yan | 2016-10-25 | |
| | | | ||||
| * | | Override clang-format indent | Muxi Yan | 2016-10-25 | |
| | | | ||||
| * | | clang-format format clean | Muxi Yan | 2016-10-25 | |
| | | | ||||
| * | | Keep a singleton of connectivity monitor in GRPCHost | Muxi Yan | 2016-10-22 | |
| | | | ||||
| * | | Fix stupid compiler error | Muxi Yan | 2016-10-21 | |
| | | | ||||
| * | | Do not finish call with error when switching between wifi and cellular | Muxi Yan | 2016-10-21 | |
| | | | ||||
| * | | clean with clang-format | Muxi Yan | 2016-10-21 | |
| | | | ||||
| * | | Clean cache thoroughly | Muxi Yan | 2016-10-21 | |
| | | | ||||
| * | | Break retain cycle and fix bug | Muxi Yan | 2016-10-21 | |
| | | | ||||
| * | | bug fix | Muxi Yan | 2016-10-20 | |
| | | | ||||
| * | | Address the comments | Muxi Yan | 2016-10-20 | |
| | | | ||||
| * | | Fix nonnull problem | Muxi Yan | 2016-10-20 | |
| | | | ||||
| * | | Flush host when network connectivity changes | Muxi Yan | 2016-10-20 | |
|/ / | ||||
| * | Clean up code | Muxi Yan | 2016-10-17 | |
| | | ||||
| * | Set initial backoff to 10000ms when creating channel | Muxi Yan | 2016-10-17 | |
| | | ||||
* | | Merge pull request #8223 from muxi/add-quic-support | makdharma | 2016-10-05 | |
|\ \ | | | | | | | Add QUIC support to Objective C | |||
| * | | Name revision | Muxi Yan | 2016-10-02 | |
| | | | ||||
| * | | ObjC API update | Muxi Yan | 2016-09-30 | |
| | | | ||||
* | | | Clean up code | Muxi Yan | 2016-09-29 | |
| | | | ||||
* | | | Set initial backoff to 10000ms when creating channel | Muxi Yan | 2016-09-28 | |
| | | | ||||
| * | | Use NS_OPTIONS flags for ObjC API | Muxi Yan | 2016-09-28 | |
| | | | ||||
| * | | Allow more general flags to be passed to ObjC API | Muxi Yan | 2016-09-28 | |
| | | | ||||
| * | | Update grpc objc API for support of PUT method | Muxi Yan | 2016-09-27 | |
|/ / | ||||
* | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-08 | |
|\ \ | ||||
| * | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-09-08 | |
| |\| | ||||
* | | | Change wrapped languages to use the new channel arg macro name. | Mark D. Roth | 2016-08-31 | |
|/ / | ||||
| * | Let tracing be enabled before starting an RPC | Jorge Canizales | 2016-08-24 | |
| | | | | | | by calling grpc_init on [GRPCCall load], instead of lazily. |