Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | !@#!%$@# | Nicolas "Pixel" Noble | 2018-06-27 |
| | |||
* | c++14-compat is c++ only. | Nicolas "Pixel" Noble | 2018-06-24 |
| | |||
* | Missing test files. | Nicolas "Pixel" Noble | 2018-06-22 |
| | |||
* | No longer automatically fallbacking on system's OpenSSL if it only has NPN. | Nicolas "Pixel" Noble | 2018-05-15 |
| | |||
* | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | |||
* | Add test tree owners for C/C++ | Craig Tiller | 2017-07-13 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Check the version of system c-ares | Yuchen Zeng | 2017-06-02 |
| | |||
* | Merge pull request #11010 from ctiller/uberpoll | Craig Tiller | 2017-05-11 |
|\ | | | | | Roll up of all new polling engines | ||
* | | Stop checking for pre-c++11 compilers since these are no longer | Vijay Pai | 2017-05-10 |
| | | | | | | | | supported | ||
| * | Allow EPOLLEXCLUSIVE tests to be omitted outside of CI | Craig Tiller | 2017-04-25 |
|/ | |||
* | Add c-ares in Makefile.template | Yuchen Zeng | 2016-07-28 |
| | |||
* | Expunge all references to zookeeper | Craig Tiller | 2016-07-01 |
| | |||
* | Enable -Wextra-semi on compilers that support it | Craig Tiller | 2016-05-10 |
| | | | | Use some template magic to make warning detection much easier in the future. | ||
* | Test for a working -Wshadow | Craig Tiller | 2016-02-23 |
| | |||
* | Ensure we can compile boringssl before trying: old compiler compatibility | Craig Tiller | 2016-02-23 |
| | | | | Allow compiling with openssl | ||
* | First round of fixing up implicit 64->32 bit conversions | Craig Tiller | 2015-09-10 |
| | |||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Making sure the zookeeper detection test works with all compilers. | Hongwei Wang | 2015-08-06 |
| | |||
* | Formatting | Hongwei Wang | 2015-07-22 |
| | |||
* | Merge branch 'master' into zookeeper | Hongwei Wang | 2015-07-17 |
|\ | |||
* | | Add zookeeper library in Makefile template | Hongwei Wang | 2015-07-16 |
| | | |||
| * | Adding a check to find NPN-capable OpenSSL. | Nicolas "Pixel" Noble | 2015-06-24 |
|/ | |||
* | clang-format | Yang Gao | 2015-05-04 |
| | |||
* | STAP annotation working. | David Garcia Quintas | 2015-04-27 |
| | | | | | Test annotations made to client_channel.c (start_rpc) and channel_create.c (grpc_channel_create). | ||
* | Fix comment | Craig Tiller | 2015-02-27 |
| | |||
* | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | |||
* | Copyright checker | Craig Tiller | 2015-02-16 |
| | | | | | | Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it. | ||
* | Forgot to add the test file. | Nicolas Noble | 2015-02-12 |
| | |||
* | Opportunistically use perftools if installed. | Craig Tiller | 2015-01-15 |
| | | | | Allows us to collect profiles of the open source build using gprof. | ||
* | Removing a few more traces of libevent. | Nicolas "Pixel" Noble | 2015-01-14 |
| | |||
* | Makefile will now build zlib and/or OpenSSL if needed. | nnoble | 2014-12-12 |
-) Detecting system and embedded presence of zlib and OpenSSL with ALPN. -) Automatically disabling secure targets if no OpenSSL present --> make all won't work if no OpenSSL is present, forcing the users to select the nonsecure Makefile targets explicitely. -) Removing build instructions for OpenSSL - this isn't really necessary anymore. -) Adding more blurb about OpenSSL and the new Makefile features. Change on 2014/12/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82020890 |