aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* Provide a port of cpu related code to posix, and linux.Gravatar ctiller2014-12-29
* Solving chicken-and-egg issue while detecting OpenSSL capabilities.Gravatar nnoble2014-12-29
* Improving Makefile support for shared libraries.Gravatar nnoble2014-12-29
* Update build.json, fix opensource build.Gravatar ctiller2014-12-29
* Build debug/optimized builds into different target directories.Gravatar ctiller2014-12-29
* Add SSL root for production GFE.Gravatar chenw2014-12-29
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* Adding support for service account credentials.Gravatar jboeuf2014-12-29
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
* gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.Gravatar pmarks2014-12-19
* Sync up open source build with []Gravatar yangg2014-12-19
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
* Changing compilation ordering to fix dependency issue between generated files...Gravatar nnoble2014-12-17
* Prepare QPS tests for running in GCEGravatar vpai2014-12-17
* Fixing chicken-and-egg dependency by putting the openssl dependency first, in...Gravatar nnoble2014-12-17
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
* The built-in ssl target now properly merges the archives instead of nesting t...Gravatar nnoble2014-12-16
* Remove a (very) deprecated file.Gravatar ctiller2014-12-16
* Trailing metadata support.Gravatar ctiller2014-12-16
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* Avoiding bashisms that'll prevent other shells to run our Makefile.Gravatar nnoble2014-12-15
* Fixing typo that was preventing some targets to build.Gravatar nnoble2014-12-15
* Add time averaged stats for future alarm list work.Gravatar ctiller2014-12-15
* Fix Makefile help text.Gravatar ctiller2014-12-15
* Fix a bug in base-log, and add test.Gravatar aveitch2014-12-15
* Add a test for useful.h.Gravatar ctiller2014-12-15
* Binary header encoding.Gravatar ctiller2014-12-15
* Makefile will now build zlib and/or OpenSSL if needed.Gravatar nnoble2014-12-12
* Adding base utils for JWT service account workflow. OpenSSL base64 decoding isGravatar jboeuf2014-12-12
* Getting the generated Makefile to support .proto files.Gravatar nnoble2014-12-12
* Tweaking log calls a bit.Gravatar nnoble2014-12-12
* Split client_channel into client_channel & child_channel.Gravatar ctiller2014-12-12
* Fixing C++ and ruby code generators for the opensource build.Gravatar nnoble2014-12-12
* Fix ipv6.c build breakage on Windows.Gravatar jtattermusch2014-12-11
* Add batch file that builds and executes all GPR tests.Gravatar jtattermusch2014-12-11
* Add a grpc_ipv6_loopback_available() test utility, and only run IPv6-specificGravatar pmarks2014-12-11
* First pass at making the compilers open-sourcable.Gravatar nnoble2014-12-11
* Build CPP interop client in Git-on-[] as well as in [].Gravatar chenw2014-12-11
* Reinstate build file validity checks.Gravatar ctiller2014-12-10
* Fixing opensource build - surface_em.* got removed.Gravatar nnoble2014-12-09
* Introducing iomgr.Gravatar ctiller2014-12-09
* Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ comp...Gravatar jtattermusch2014-12-09
* Strip "_test" from the name of thread_stress_test.c.Gravatar nathaniel2014-12-09
* C/C++ separation of the install target.Gravatar nnoble2014-12-08
* Add mako templates to generate MS Visual Studio projects.Gravatar jtattermusch2014-12-08
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Better C/C++ split in the Makefile targets, to better prepare slicing it into...Gravatar nnoble2014-12-01
* Initial import.Gravatar Nicolas Noble2014-11-26