aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | * | | | | | | Ensure application and Node library user agent strings are together at the ↵Gravatar murgatroid992015-11-06
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | beginning
* | | | | | | | Merge pull request #4073 from adelez/dockerGravatar Craig Tiller2015-11-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Docker
| * | | | | | | | Port #4061 to interop tests.Gravatar Adele Zhou2015-11-05
|/ / / / / / / /
| * | | | | | | put cwd of port server elsewhereGravatar Jan Tattermusch2015-11-05
| | | | | | | |
* | | | | | | | Merge pull request #4061 from ctiller/really-dockerGravatar Jan Tattermusch2015-11-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix for TSAN build failing repeatedly
| * | | | | | | | Make code self-documentingGravatar Craig Tiller2015-11-05
| | | | | | | | |
| * | | | | | | | Fix for TSAN build failing repeatedlyGravatar Craig Tiller2015-11-05
| | | | | | | | |
* | | | | | | | | Merge pull request #4046 from ctiller/runtestsGravatar adelez2015-11-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix for failing to start binaries on mac
| | | | | * | | | | Specify header value restrictionsGravatar Eric Anderson2015-11-05
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes grpc/grpc-common#266
* | | | | | | | | Merge pull request #4047 from ejona86/spec-improvementsGravatar Louis Ryan2015-11-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Spec improvements
| | | | | | | * | | Generate all file lists and build target lists in binding.gyp from build.yamlGravatar murgatroid992015-11-05
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #3905 from vjpai/protosplitGravatar Jan Tattermusch2015-11-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Overhaul benchmark control protos and tests themselves
* \ \ \ \ \ \ \ \ \ Merge pull request #4053 from dgquintas/bb_readallGravatar Craig Tiller2015-11-05
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | Removed consts to make MSVC happy
| * | | | | | | | | Removed consts to make MSVC happyGravatar David Garcia Quintas2015-11-04
|/ / / / / / / / /
| | * | | | | | | Add missing characters in BNF commentGravatar Eric Anderson2015-11-04
| | | | | | | | |
| | * | | | | | | Define limit on metadata sizeGravatar Eric Anderson2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes grpc/grpc-common#273
| | | * | | | | | Potential fix for failing to start binaries on macGravatar Craig Tiller2015-11-04
| |_|/ / / / / / |/| | | | | | |
| | * | | | | | Add "identity" as a content encodingGravatar Eric Anderson2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes grpc/grpc-common#257
| | * | | | | | Content-type is required for requestsGravatar Eric Anderson2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes grpc/grpc-common#185
| | * | | | | | Rename Delimited-Message to Length-Prefixed-MessageGravatar Eric Anderson2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes grpc/grpc-common#205
| | * | | | | | Replace curly quotes with plain ASCII quotesGravatar Eric Anderson2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pretty quotes were automatically converted from ASCII quotes when the documented was a Google Doc. Now they just make modifying the document harder.
| | * | | | | | Escape some special markdown charactersGravatar Eric Anderson2015-11-04
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | None of them were causing display problems online, but it would be easy for them to start causing trouble.
| * | | | | | Address some review comments about signal and restoring qps_test_with_pollGravatar vjpai2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make payloads respect the new defaults
| | | | | | * Add a useful __str__ method to face exceptionsGravatar Nathaniel Manista2015-11-04
| | | | | |/
| * | | | | Merge branch 'master' into protosplitGravatar vjpai2015-11-04
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add secure testing to sweepGravatar vjpai2015-11-04
| | | | | |
| * | | | | Secure performance testing for C++ is in the hizzouse!Gravatar vjpai2015-11-04
| | | | | |
* | | | | | Merge pull request #4042 from adelez/separate_reportingGravatar Craig Tiller2015-11-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Define resultset.
| * | | | | | Define resultset.Gravatar Adele Zhou2015-11-04
| | | | | | |
* | | | | | | Merge pull request #4013 from dgquintas/bb_readallGravatar Craig Tiller2015-11-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added grpc_byte_buffer_reader_readall
* \ \ \ \ \ \ \ Merge pull request #4039 from ctiller/covrepGravatar Nicolas Noble2015-11-04
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Coverage improvements
| | | | * | | | Better reasonable defaultGravatar vjpai2015-11-04
| | | | | | | |
| | | | * | | | Fix up single run testGravatar vjpai2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable reasonable default if resp size not specified
* | | | | | | | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinitionGravatar Craig Tiller2015-11-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Move static value grpc::string_ref::npos definition to cc file
| | * | | | | | | Coverage improvementsGravatar Craig Tiller2015-11-04
| |/ / / / / / / |/| | | | | | |
| | | | * | | | clang-formatGravatar Vijay Pai2015-11-04
| | | | | | | |
| | | | * | | | Add in security support, make payload protos configurableGravatar vjpai2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Have not yet added tests with security support, coming soon
* | | | | | | | Merge pull request #4030 from nicolasnoble/targets-can-have-protos-tooGravatar Sree Kuchibhotla2015-11-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing proto dependencies for targets that aren't libraries.
* \ \ \ \ \ \ \ \ Merge pull request #4021 from vjpai/mockGravatar Yang Gao2015-11-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Mark a method with GRPC_OVERRIDE to avoid compiler warning
| | | | | | | * | | use QueryPerformanceCounter as precise clock for windowsGravatar Jan Tattermusch2015-11-03
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4008 from adelez/separate_reportingGravatar adelez2015-11-03
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | Create a separate utility for reporting.
| * | | | | | | | Move string filter to report_utilsGravatar Adele Zhou2015-11-03
| | | | | | | | |
| | | * | | | | | Fixing proto dependencies for targets that aren't libraries.Gravatar Nicolas "Pixel" Noble2015-11-03
| | | | | | | | |
| * | | | | | | | Renamed report_utils.py.Gravatar Adele Zhou2015-11-03
| | | | | | | | |
| * | | | | | | | Create a separate utility for reporting.Gravatar Adele Zhou2015-11-03
|/ / / / / / / /
* | | | | | | | Merge pull request #4025 from jtattermusch/csharp_perf_instrumentationGravatar Michael Lumish2015-11-03
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Add simple profiling instrumentation for C#
| | | | | * | | Cleanup some namesGravatar vjpai2015-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
| * | | | | | | add profiling supportGravatar Jan Tattermusch2015-11-02
| | | | | | | |
| | | | | * | | Merge commit '6bf1de9' into protosplitGravatar vjpai2015-11-02
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Mark a method with GRPC_OVERRIDE to avoid compiler warningGravatar vjpai2015-11-02
| |/ / / / / / |/| | | | | |