aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/init.c
Commit message (Collapse)AuthorAge
* 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