aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/init.c
Commit message (Collapse)AuthorAge
* Refactor default host name resolutionGravatar Craig Tiller2015-08-24
| | | | | | | | Rephrase API's such that resolvers are constrained to be able to provide a default host given just the text of the URI channel target. This avoids needing to rewrite such details in the core library during retries, and generally makes things much saner to debug.
* Address comments and update grpc pluginsGravatar Hongwei Wang2015-08-13
|
* Fix zookeeper resolver plugin bugsGravatar Hongwei Wang2015-08-12
|
* Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-07-31
|\
* | Add zookeeper end-to-end testGravatar Hongwei Wang2015-07-31
| |
| * Merge pull request #2669 from a-veitch/init_api_fixGravatar Hongyu Chen2015-07-29
| |\ | | | | | | Enrich census initialization and feature code
* | | Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-07-28
|\| |
* | | Merge branch 'iomgr-refcounting' of https://github.com/nicolasnoble/grpc ↵Gravatar Hongwei Wang2015-07-27
|\ \ \ | | | | | | | | | | | | into zookeeper
| | | * Enrich census initialization and feature codeGravatar Alistair Veitch2015-07-26
| | |/ | |/|
* | | FormattingGravatar Hongwei Wang2015-07-24
| | |
| | * Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
| | |\ | | |/ | |/| | | | sometimes-its-good-just-to-check-in-with-each-other
| * | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| | |
* | | Merge branch 'master' into zookeeperGravatar Hongwei Wang2015-07-17
|\| |
* | | Register zookeeper plugin in grpcGravatar Hongwei Wang2015-07-17
| | |
* | | Add zookeeper public headerGravatar Hongwei Wang2015-07-17
| | |
| | * Added connectivity tests, fixed bugsGravatar Craig Tiller2015-07-16
| |/
* | Zookeeper resolver worksGravatar Hongwei Wang2015-07-09
| |
| * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
| |\ | |/ |/| | | | | | | Conflicts: src/core/channel/client_setup.c src/core/surface/init.c
| * Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| |
* | Ensure registry is shutdownGravatar Craig Tiller2015-07-01
| |
* | Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
| |
* | Further client config workGravatar Craig Tiller2015-06-26
|/
* Proper init/shutdownGravatar Craig Tiller2015-06-04
|
* add init checksGravatar Alistair Veitch2015-06-01
|
* Initial refactoring and context API changesGravatar Alistair Veitch2015-05-26
|
* Merge github.com:grpc/grpc into one-readGravatar Craig Tiller2015-05-01
|\ | | | | | | | | | | Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c
| * Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit.
* | Add flow control tracingGravatar Craig Tiller2015-04-28
|/ | | | Allow some insight into what the flow controller is doing
* Get GRPC_TRACE tcp working againGravatar Craig Tiller2015-04-15
|
* Move files to a new "profiling" directory to better distinguish from censusGravatar Vijay Pai2015-04-13
| | | | statistics
* Infrastructure for timer insertion, logging, and testing.Gravatar Vijay Pai2015-04-13
|
* Added batch GRPC_TRACE option to trace calls to grpc_call_start_batchGravatar murgatroid992015-03-09
|
* Rename to save confusionGravatar Craig Tiller2015-03-05
|
* Crash in channel/server creation if grpc_init not calledGravatar Craig Tiller2015-03-05
|
* Tracer registration.Gravatar Craig Tiller2015-03-01
| | | | | | | | First: ugh. Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable. Expose TSI trace config variable directly to ease this a little.
* Fixing Windows port.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
| | | | This will help greatly when it comes to diagnosing customer issues.
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Allow grpc_init to be called multiple timesGravatar Craig Tiller2015-02-17
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Introducing iomgr.Gravatar ctiller2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | Move eventmanager and platform dependent endpoint functionality into a single library called 'iomgr'. This is primarily to prepare for a Windows port - where posix socket semantics lead to poor quality code. Mostly this is a code movement CL, with some small changes to help prepare the way for porting: - em style fd objects can only be held internally in iomgr, and own their memory - added grpc_iomgr_create_endpoint_pair() to accomodate the common pattern of creating a tcp endpoint from the output of socketpair - this will help keep our tests portable - separated em alarm interface into a separate file, as this part of event manager is needed higher up the stack - made the eventmanager bits a true singleton, simplifying API's across the stack as there's no longer a reason to carry a pointer there. Initial design document is here: https://docs.google.com/document/d/1VmafcHvvrP5kwtQkz84R5yXF7u7fW-9Pn0bkSUQHDt8/edit?disco=AAAAARNByxg Change on 2014/12/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81716456
* Initial import.Gravatar Nicolas Noble2014-11-26