aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
...
| | | | * | | | | rename gts to altsGravatar Yihua Zhang2018-01-23
| | | |/ / / / / | | |/| | | | |
| | | | | | | * Move object registry out of gprGravatar ncteisen2018-01-23
| | | | | | | |
| | | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-01-23
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | attempt fixing boringssl compilation with gcc7.2Gravatar Jan Tattermusch2018-01-23
| | | | | | | |
| | | * | | | | attempt fixing zlib compilation with gcc7.2Gravatar Jan Tattermusch2018-01-23
| | |/ / / / /
* | / / / / / remove core_stats.h from installed headersGravatar Tobias Jungel2018-01-22
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | core_stats.h is installed in a non standard directory and originates from the source directory. Hence this PR removes it from beeing installed.
| | | | * | regenerate projectsGravatar Jan Tattermusch2018-01-22
| | | | | |
| | * | | | Bad client changes to make large metadata test to work againGravatar Yash Tibrewal2018-01-22
| | | | | |
| | | * | | Removing grpc_alarm from core requires a major version bump for coreGravatar Vijay Pai2018-01-21
| | | | | |
| | | * | | Remove alarm from core, implement in C++ layer onlyGravatar Vijay Pai2018-01-21
| |_|/ / / |/| | | |
* | | | | Merge pull request #14092 from mehrdada/bump1-10Gravatar Mehrdad Afshari2018-01-19
|\ \ \ \ \ | | | | | | | | | | | | Bump version to 1.10
| * | | | | Regenerate projectsGravatar Mehrdad Afshari2018-01-19
| | | | | |
| | | | * | Regenerate projectsGravatar Mehrdad Afshari2018-01-19
| | |_|/ / | |/| | |
* / | | | Rename 'gpr++' directories to 'gprpp'.Gravatar Mark D. Roth2018-01-19
|/ / / /
| * | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
| |\ \ \ | |/ / / |/| | | | | | | fix-stream-compression-config-interface
* | | | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into ref_countingGravatar Mark D. Roth2018-01-16
|\ \ \ \
| * \ \ \ Merge pull request #13815 from vjpai/catcherGravatar Vijay Pai2018-01-15
| |\ \ \ \ | | | | | | | | | | | | C++: Catch exceptions from sync method handlers rather than crashing server
| * \ \ \ \ Merge pull request #14000 from kpayson64/filter_status_code_2Gravatar kpayson642018-01-12
| |\ \ \ \ \ | | | | | | | | | | | | | | Add back filter_status_code test
| * \ \ \ \ \ Merge pull request #13982 from vjpai/mkdirGravatar Vijay Pai2018-01-12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Avoid link warnings: remove extraneous directories from -L and change mkdir order
| | | * | | | | Revert "Revert "Set error status correctly on server side""Gravatar Ken Payson2018-01-11
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | This reverts commit 951f84aea00a1f8a65cf160d7d8f342c30593000.
| * | | | | | Revert "Set error status correctly on server side"Gravatar David G. Quintas2018-01-11
| | | | | | |
* | | | | | | Fix existing ref counting classes and add new ones.Gravatar Mark D. Roth2018-01-11
|/ / / / / /
* | | | | | Merge pull request #13676 from markdroth/inlined_vectorGravatar Mark D. Roth2018-01-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implement InlinedVector independently of absl.
| | * | | | | Avoid linker warnings by removing extraneous directories from -L and making ↵Gravatar Vijay Pai2018-01-11
| |/ / / / / |/| | | | | | | | | | | | | | | | | at right time
* | | | | | exec_ctx_fwd.h should never have been in public headersGravatar Vijay Pai2018-01-10
| |_|_|/ / |/| | | |
| * | | | Implement InlinedVector independently of absl.Gravatar Mark D. Roth2018-01-10
|/ / / /
| | | * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-01-09
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #13922 from y-zeng/openssl_1_1_0Gravatar Yuchen Zeng2018-01-08
|\ \ \ \ | | | | | | | | | | Silence openssl 1.1.0 warnings
| | * | | Add portability tests on Linux to make sure that build with -fno-exceptionsGravatar Vijay Pai2018-01-08
| | | | | | | | | | | | | | | | | | | | continues to work
| | * | | Catch exceptions from sync method handlers without crashing serverGravatar Vijay Pai2018-01-08
| |/ / / |/| | |
| * | | Silence openssl 1.1.0 warningsGravatar Yuchen Zeng2018-01-04
| | | |
* | | | Set error status correctly on server sideGravatar Ken Payson2018-01-04
|/ / /
| | * Initial commitGravatar ncteisen2017-12-28
| |/ |/| | | | | | | | | | | Picks up work from https://github.com/grpc/grpc/pull/10259. A merge was impossible due to the many sweeping changed that have occured since I last touched that PR (c++-ization, exec_ctx, reorganitation of filters, etc).
* | Install .pc files as mode 644Gravatar ncteisen2017-12-20
| |
* | Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-13
|\ \
| | * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-13
| | |\ | | |/ | |/| | | | fix-stream-compression-config-interface
| * | Fix windows compileGravatar ncteisen2017-12-13
| | |
| | * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
| | |\ | | |/ | |/| | | | fix-stream-compression-config-interface
| | * Merge commit 'b0bad8f^' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
| | |\
| | * \ Merge e759d2a^Gravatar Muxi Yan2017-12-06
| | |\ \
* | | | | Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-04
|\| | | |
* | | | | Backoff test is now a C++ fileGravatar David Garcia Quintas2017-12-04
| | | | |
| * | | | Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
| |\ \ \ \ | | | | | | | | | | | | On server, include receiving HTTP/2 settings in handshake timeout
| * \ \ \ \ Merge pull request #13442 from adelez/foundry_integrationGravatar adelez2017-12-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Create a pilot job to run bazel tests remotely
| | | * \ \ \ Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Rename port_hermetic to port_isolated_runtime_environmentGravatar Adele Zhou2017-11-30
| | | | | | |
| | * | | | | Enabling hermetic testing for running tests on Foundry.Gravatar Adele Zhou2017-11-30
| | | | | | |
| * | | | | | Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
| |/ / / / /
| * | | | | Merge pull request #13357 from markdroth/reference_countedGravatar Mark D. Roth2017-11-30
| |\ \ \ \ \ | | | | | | | | | | | | | | Add ReferenceCounted base class.