aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-Core.podspec
Commit message (Expand)AuthorAge
...
| * | | Convert LB policy API to C++.Gravatar Mark D. Roth2018-02-20
| |/ /
* | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
* | | Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|/ /
| * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-02-13
| |\
* | | Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
| |/ |/|
* | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \
| * \ Merge pull request #14196 from vjpai/gpr_review_tlsGravatar Vijay Pai2018-02-08
| |\ \
| * \ \ Merge pull request #13684 from markdroth/c++_resolverGravatar Mark D. Roth2018-02-08
| |\ \ \
* | | | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\| | | |
* | | | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \ \ \ \
| | | * | | Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
| | |/ / / | |/| | |
| | | * | Merge branch 'master' into gpr_review_tlsGravatar Vijay Pai2018-02-08
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
| | |\ \ \
* | | | | | Move avl to its own directory and rename it to grpc_avlGravatar Vijay Pai2018-02-08
| * | | | | Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-07
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | build projectsGravatar Muxi Yan2018-02-06
| * | | | | Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-02
| |\| | | |
* | | | | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |/ / / / |/| | | |
| | * | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-02
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #14015 from vjpai/alarmGravatar Vijay Pai2018-02-02
|\ \ \ \ \
* | | | | | Update Podspec version for ObjCGravatar Matt Kwong2018-01-30
| | | | | * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-01-29
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #13820 from yihuazhang/rename-gtsGravatar Mark D. Roth2018-01-26
|\ \ \ \ \ \
| | | * | | | Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
| |_|/ / / / |/| | | | |
| | | | * | Privatize thread-local storage headersGravatar Vijay Pai2018-01-25
| |_|_|/ / |/| | | |
| | | * | Separate out cmdline so that it can be used in tool and test buildsGravatar Vijay Pai2018-01-25
| | | * | Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
| |_|/ / |/| | |
* | | | Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2018-01-24
|\ \ \ \
| | | | * Fix header dependancyGravatar ncteisen2018-01-23
| | * | | rename gts to altsGravatar Yihua Zhang2018-01-23
| |/ / /
| | | * Move object registry out of gprGravatar ncteisen2018-01-23
| | | * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-01-23
| | | |\ | | |_|/ | |/| |
| | * | Remove alarm from core, implement in C++ layer onlyGravatar Vijay Pai2018-01-21
| |/ /
| * | Merge pull request #14092 from mehrdada/bump1-10Gravatar Mehrdad Afshari2018-01-19
| |\ \
| | * | Regenerate projectsGravatar Mehrdad Afshari2018-01-19
| * | | Rename 'gpr++' directories to 'gprpp'.Gravatar Mark D. Roth2018-01-19
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2018-01-19
|\| |
| * | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| * | Merge pull request #14031 from muxi/fix-boringssl-sedGravatar Muxi Yan2018-01-17
| |\ \
| | * | Fix sed error in podspecs on sed 4.4Gravatar Muxi Yan2018-01-16
| | * | Revert "Revert "Set error status correctly on server side""Gravatar Ken Payson2018-01-11
| | * | Revert "Set error status correctly on server side"Gravatar David G. Quintas2018-01-11
| * | | Fix existing ref counting classes and add new ones.Gravatar Mark D. Roth2018-01-11
| |/ /
| * | Merge pull request #13676 from markdroth/inlined_vectorGravatar Mark D. Roth2018-01-11
| |\ \
| * | | exec_ctx_fwd.h should never have been in public headersGravatar Vijay Pai2018-01-10
| | * | Implement InlinedVector independently of absl.Gravatar Mark D. Roth2018-01-10
| |/ /
| | * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-01-09
| | |\ | | |/ | |/|
| * | Set error status correctly on server sideGravatar Ken Payson2018-01-04
| | * Initial commitGravatar ncteisen2017-12-28
| |/