aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #4693 from murgatroid99/transitive_deps_plugin_fixGravatar Sree Kuchibhotla2016-01-12
|\ \ \ \ | |/ / / |/| | | Allow transitive dependencies plugin to process non-existent libs wit…
| * | | Allow transitive dependencies plugin to process non-existent libs without ↵Gravatar murgatroid992016-01-12
|/ / / | | | | | | | | | crashing
* | | Merge pull request #4686 from murgatroid99/sanity_update_copyrightsGravatar Craig Tiller2016-01-12
|\ \ \ | | | | | | | | Updated copyrights
| * | | Updated copyrightsGravatar murgatroid992016-01-12
| | | |
* | | | Merge pull request #4685 from ctiller/copywrongGravatar Michael Lumish2016-01-12
|\ \ \ \ | |/ / / |/| | | Fix check_copyright.py
| * | | Fix check_copyright.pyGravatar Craig Tiller2016-01-12
| | | |
* | | | Merge pull request #4678 from ctiller/clangfixGravatar Michael Lumish2016-01-12
|\ \ \ \ | | | | | | | | | | Fix formatting
* \ \ \ \ Merge pull request #4457 from soltanmm/plate-tectonicsGravatar Nathaniel Manista2016-01-12
|\ \ \ \ \ | | | | | | | | | | | | Include core in Python distribution.
* \ \ \ \ \ Merge pull request #4673 from iancoolidge/port-fixesGravatar Craig Tiller2016-01-12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Port fixes
| | | | | * Merge remote-tracking branch 'upstream/release-0_12' into ↵Gravatar murgatroid992016-01-11
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | release-0_12_master_merge
| | | | | | * Merge pull request #4674 from jboeuf/rollback_new_roots.pemGravatar Michael Lumish2016-01-11
| | | | | | |\ | | | | | | | | | | | | | | | | Revert "Refreshing the etc/roots.pem file."
| | | * | | | | Fix formattingGravatar Craig Tiller2016-01-11
| |_|/ / / / / |/| | | | | |
| | | | | | * Revert "Refreshing the etc/roots.pem file."Gravatar Julien Boeuf2016-01-11
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 64279c7c314c9a4602848105ee30e348cd963489. The new roots.pem is not compatible with default boringssl.
| * | | | | base64: clarify signedness in negative initializationGravatar Ian Coolidge2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | Some platforms do not use signed char (arm)
| * | | | | Fix R/W template argument order in prototypesGravatar Ian Coolidge2016-01-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases, the prototype argument order was different than the declaration order. Based on a patch from Sam Leffler.
* | | | | Merge pull request #4642 from yang-g/epollsetGravatar Craig Tiller2016-01-11
|\ \ \ \ \ | | | | | | | | | | | | Remove from all epoll sets when releasing an fd
| | * | | | Use BoringSSL for Python gRPCGravatar Masood Malekghassemi2016-01-11
| | | | | |
| | * | | | Use default gRPC roots.pem if none providedGravatar Masood Malekghassemi2016-01-11
| | | | | |
* | | | | | Merge pull request #4238 from ctiller/poffyGravatar Vijay Pai2016-01-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make pick_first fast path lock free
| | | | * \ \ Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #4525 from ctiller/proto_namesGravatar Vijay Pai2016-01-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Consolidate C++ proto files under src/proto
| | | | | * | | Remove dead code and a thus unneeded change to C++ bbufGravatar Vijay Pai2016-01-11
| | | | | | | |
| | | | | * | | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| | | | | * | | clang-formatGravatar Vijay Pai2016-01-11
| | | | | | | |
| | | | | * | | Fix bugs and include build filesGravatar Vijay Pai2016-01-11
| | | | | | | |
| | | | | * | | Generic testGravatar vjpai2016-01-11
| | | | | | | |
* | | | | | | | Merge pull request #4645 from ctiller/coverallsGravatar Michael Lumish2016-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Refine coverage language list
| | | | | | | * | Fixed a couple of remaining merge issuesGravatar murgatroid992016-01-08
| | | | | | | | |
| | | | * | | | | merge with headGravatar yang-g2016-01-08
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4647 from ctiller/run_errorsGravatar Michael Lumish2016-01-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Handle errors in run_tests.py a little better
* \ \ \ \ \ \ \ \ \ Merge pull request #4652 from ctiller/no-cacheGravatar Michael Lumish2016-01-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Disable ccache for the moment
| | | | | | | | | * | Finished mergeGravatar murgatroid992016-01-08
| | | | | | | | | | |
| | | | | | | | | * | Update after cloning boringsslGravatar murgatroid992016-01-08
| | | | | | | | | | |
| | | | | | | | | * | Merge another fileGravatar murgatroid992016-01-08
| | | | | | | | | | |
| | | | | | | | | * | Merged from master and resolved merge conflictsGravatar murgatroid992016-01-08
| | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | / | | | | | | | | | |/
| | | | | | | | | * Merge pull request #4625 from murgatroid99/ruby_client_stub_fix_typoGravatar Craig Tiller2016-01-08
| | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | Fix a bug recently reported in the mailing list
| | | | | | | | | * \ Merge pull request #4620 from murgatroid99/ruby_auth_plugin_event_loopGravatar Craig Tiller2016-01-08
| | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Use specific ruby thread to handle auth metadata plugin callbacks
| * | | | | | | | | | | Disable ccache for the momentGravatar Craig Tiller2016-01-08
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4644 from yoloseem/typo-1Gravatar Nathaniel Manista2016-01-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix docstring typos in python grpc interfaces.
| | * | | | | | | | | | Flag errors betterGravatar Craig Tiller2016-01-08
| | | | | | | | | | | |
| | * | | | | | | | | | Tweak run_tests exit status handlingGravatar Craig Tiller2016-01-08
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4627 from daniel-j-born/tcp_fdGravatar Craig Tiller2016-01-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Expose the fd in grpc_fd and grpc_tcp.
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4643 from murgatroid99/node_compiler_standard_c99Gravatar Craig Tiller2016-01-08
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Compile Node extension with c99 and c++11
| | | | * | | | | | | | | Refine coverage language listGravatar Craig Tiller2016-01-07
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| | | * | | | | | | | | Fix docstring typos in python grpc interfacesGravatar Hyunjun Kim2016-01-08
| |_|/ / / / / / / / / |/| | | | | | | | | |
| | | | | | | | | | * Resolved merge conflicts with upstream/release-0_12Gravatar murgatroid992016-01-07
| | | | | | | | | | |\ | | | | | | | | | |_|/ | | | | | | | | |/| |
| | | | | | | | | * | Fixed mutex and cond var usageGravatar murgatroid992016-01-07
| | | | | | | | | | |
| * | | | | | | | | | Removed redundant std= cflagGravatar murgatroid992016-01-07
| | | | | | | | | | |
| * | | | | | | | | | Compile Node extension with c99 and c++11Gravatar murgatroid992016-01-07
|/ / / / / / / / / /
| | * | | | | | | | Update some wrapped stuffGravatar Craig Tiller2016-01-07
| | | | | | | | | |