- Feb 06, 2015
-
-
Julien Boeuf authored
- Addresses #416.
-
- Feb 05, 2015
-
-
Julien Boeuf authored
-
- Feb 04, 2015
-
-
Julien Boeuf authored
The new gpr_tmpfile API is actually much nicer to use. Thanks Nico!
-
- Feb 03, 2015
-
-
Julien Boeuf authored
- Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test.
-
- Jan 22, 2015
-
-
Craig Tiller authored
They're not needed on Windows
-
- Dec 10, 2014
-
-
ctiller authored
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
-
- Nov 27, 2014
-
-
Nicolas Noble authored
-