aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
...
| * | | | | Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
| | | | | |
* | | | | | Merge pull request #9619 from ctiller/bm_countersGravatar Craig Tiller2017-02-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add counters for important metrics to bm_fullstack
* \ \ \ \ \ \ Merge pull request #9054 from sreecha/pollset_set_testGravatar Sree Kuchibhotla2017-02-07
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Tests for pollset_set.
| | | | | * | merge with headGravatar yang-g2017-02-07
| | | | | |\ \ | | | | |_|/ / | | | |/| | |
* | | / | | | Fix read from uninitialized memory bug in GrpcBufferWriter.Gravatar Harvey Tuch2017-02-07
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an issue in which the following sequence of operations leads to use of uninitialized memory: 1. Caller invokes GrpcBufferWriter::Next(), and then makes use of 8191 bytes in the returned buffer (which is 8192 bytes in size). 2. Caller then returns the unused single byte via GrpcBufferWriter::BackUp(). This method invokes g_core_codegen_interface->grpc_slice_split_tail(), which causes backup_slice_ to be a grpc_slice with one byte. 3. At the next invocation of GrpcBufferWriter::Next(), a reference to the single byte grpc_slice is returned to the caller. The problem here is that the returned reference is to the inlined buffer in the grpc_slice, which is resident in slice_, not the location of the buffer inside slice_buffer_ after g_core_codegen_interface->grpc_slice_buffer_add() in GrpcBufferWriter::Next(). As a result, any data the caller writes to the returned void* data is lost. The solution is to avoid inlined backup slices.
| | * | | | Add counters for mutex acquisitions, expose in bm_fullstackGravatar Craig Tiller2017-02-07
| |/ / / / |/| | | |
| | | | * Update version to 1.1.2Gravatar murgatroid992017-02-06
| | | | |
* | | | | Merge pull request #9511 from ctiller/assert_writesGravatar Craig Tiller2017-02-04
|\ \ \ \ \ | | | | | | | | | | | | Add a test verifying number of writes per RPC is reasonable
* | | | | | Put files in a better placeGravatar Craig Tiller2017-02-03
| | | | | |
| * | | | | Merge branch 'bwest' into assert_writesGravatar Craig Tiller2017-02-03
| |\ \ \ \ \
* | | | | | | Add some debug utilitiesGravatar Craig Tiller2017-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing. I expect to grow this library significantly over time to aid debugging tricky problems.
| | * | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-01
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | | | | * Merge pull request #9537 from nicolasnoble/ruby-fix-ldlibsGravatar Nicolas Noble2017-02-01
| | | | | | |\ | | | | | | | | | | | | | | | | Ruby windows build fix.
| | | * | | | \ Merge branch 'master' into pollset_set_testGravatar Sree Kuchibhotla2017-02-01
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #9513 from ctiller/version3Gravatar Craig Tiller2017-02-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump master version numbers
| | | * \ \ \ \ \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-01
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #9530 from ctiller/hybridGravatar Craig Tiller2017-02-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Mark hybrid tests as flaky
* \ \ \ \ \ \ \ \ \ Merge pull request #9364 from rjshade/sanitizer_slowdownGravatar Yang Gao2017-01-31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Replaces macros with methods for test timeout scaling
| | | | | | | | | | * Ruby windows fix - LDLIBS always belongs last, for link order reasons.Gravatar Nicolas "Pixel" Noble2017-02-01
| | | | | | | | | | |
| | | | | | | | | * | Bump version to 1.1.1Gravatar murgatroid992017-01-31
| | | | | | | | | |/
| | | | | * | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-31
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| | | * | | | | | | Merge github.com:grpc/grpc into version3Gravatar Craig Tiller2017-01-31
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| | | | | | * | | | Merge branch 'master' into pollset_set_testGravatar Sree Kuchibhotla2017-01-31
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | * | | | | | | | Mark hybrid tests as flakyGravatar Craig Tiller2017-01-31
| | | | | | | | | |
* | | | | | | | | | Add metadata_map.h to build.yamlGravatar yang-g2017-01-31
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add missing files to BUILD
| * | | | | | | | Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|/ / / / / / / /
| * / / / / / / Bump master version numbersGravatar Craig Tiller2017-01-30
|/ / / / / / /
| | | | | | * Flagging version 1.1.0.Gravatar Nicolas "Pixel" Noble2017-01-30
| | | | | | |
| * | | | | | Add a test verifying number of writes per RPC is reasonableGravatar Craig Tiller2017-01-30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Mostly this is code copied from bm_fullstack and rephrased as a test. I'm resisting the urge to unify it however, as I expect this code will evolve differently over time.
| | * | | | Merge branch 'master' into pollset_set_testGravatar Sree Kuchibhotla2017-01-30
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into healthGravatar yang-g2017-01-30
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-30
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #8464 from y-zeng/str_lengthGravatar Craig Tiller2017-01-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Check the length of unix socket path name
| | | * \ \ \ Merge branch 'master' into pollset_set_testGravatar Sree Kuchibhotla2017-01-27
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | * | | | | Merge branch 'bm_countwrites' into bwestGravatar Craig Tiller2017-01-27
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | | | * | update submodulesGravatar yang-g2017-01-26
| | | | | | |
| | * | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-26
| | |\ \ \ \ \
| | | | | | * \ merge with headGravatar yang-g2017-01-26
| | | | | | |\ \ | | | | |_|_|/ / | | | |/| | | |
* | | | | | | | Merge branch 'cp' into rollfwdGravatar Craig Tiller2017-01-26
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | * | | | Merge branch 'master' into pollset_set_testGravatar Sree Kuchibhotla2017-01-25
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #9372 from markdroth/proxy_mapperGravatar Mark D. Roth2017-01-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add proxy mapper hook.
| * \ \ \ \ \ \ \ Merge pull request #9383 from markdroth/http_connect_channel_argGravatar Mark D. Roth2017-01-25
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Trigger HTTP CONNECT handshaker via channel args.
| * \ \ \ \ \ \ \ \ Merge pull request #9343 from jtattermusch/fix_grpclb_test_depsGravatar Jan Tattermusch2017-01-25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix ordering of deps in grpclb_test
| | | | | | | | | | * Changing versions from -dev to -pre1 on the release branch.Gravatar Nicolas "Pixel" Noble2017-01-23
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | | | | * | | Merge branch 'master' into pollset_set_testGravatar Sree Kuchibhotla2017-01-23
| | | | | | | |\ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
* / | | | | | | | | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* | | | | | | | | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| | | | | | | | |
* | | | | | | | | Merge pull request #9340 from stanley-cheung/update-boringsslGravatar Nicolas Noble2017-01-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update boringssl
| | | | | | * \ \ \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-20
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-20
|\ \ \ \ \ \ \ \ \ \