aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | * | | Better use of strong/weak ref to self in GRPCCallGravatar Muxi Yan2018-02-26
| | | | | |
| | * | | | Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
| |/ / / /
| * | | | Merge pull request #14525 from grpc/v1.10.xGravatar Mehrdad Afshari2018-02-26
| |\ \ \ \ | | | | | | | | | | | | Upmerge 1.10.x into master
* | | | | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-26
|\| | | | |
| | * | | | Cancel max idle timer when shutting down the server channelGravatar Yuchen Zeng2018-02-26
| | | | | |
| * | | | | Merge pull request #14493 from nnorwitz/patch-1Gravatar Noah Eisen2018-02-26
| |\ \ \ \ \ | | | | | | | | | | | | | | Use the total # of processors instead of # online.
* | | | | | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\| | | | | |
| * | | | | | Merge pull request #14518 from grpc/v1.10.xGravatar Matt Kwong2018-02-23
| |\ \ \ \ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | | Include Boringssl fips_fragments files in headers for building (upmerge from v1.10.x)
| | * | | | Include Boringssl fips_fragments files in headers for buildingGravatar Matt Kwong2018-02-23
| | | | | |
| * | | | | Merge pull request #14487 from apolcyn/port_platform_sanityGravatar apolcyn2018-02-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Sanity check for inclusion of port_platform.h
| * \ \ \ \ \ Merge pull request #14318 from muxi/add-logging-interfaceGravatar Muxi Yan2018-02-23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add mobile log interface to ObjC
| | | * | | | | Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #14455 from markdroth/grpclb_channel_argsGravatar Mark D. Roth2018-02-23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Refactor code for generating balancer channel args.
| | | | | | * | Updates #if generation to allow for explicit define() checkingGravatar Tyson Roberts2018-02-23
| | | | | | | |
| * | | | | | | Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| | | | | | | |
| | | * | | | | Add comments to the interfaceGravatar Muxi Yan2018-02-22
| | | | | | | |
* | | | | | | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-22
|\| | | | | | |
| | | | * | | | Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #12613 from mehrdada/csharp_interceptors_take_twoGravatar Mehrdad Afshari2018-02-22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | C# Interceptor Support
| | | | | * | | Use the total # of processors instead of # online.Gravatar nnorwitz2018-02-22
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the total number of processors in the system since the number online can change from time to time. When running this on a Jetson TX-2 which can bring processors online and offline and running a program under valgrind, these errors are reported: ==4895== Invalid read of size 8 ==4895== at 0x13BA8BC: grpc_completion_queue_create_internal(grpc_cq_completion_type, grpc_cq_polling_type) (completion_queue.cc:440) ==4895== by 0x13B9B53: grpc_completion_queue_create (completion_queue_factory.cc:76) ==4895== by 0x1203993: CompletionQueue (completion_queue.h:240) ==4895== by 0x1203993: ServerCompletionQueue (completion_queue.h:378) ==4895== by 0x1203993: grpc::ServerBuilder::BuildAndStart() (server_builder.cc:258) ==4895== Address 0x269c9490 is 16 bytes after a block of size 29,952 alloc'd ==4895== at 0x7900C3C: calloc (vg_replace_malloc.c:711) ==4895== by 0x13E50DB: gpr_zalloc (alloc.cc:67) ==4895== by 0x13CB1D3: grpc_stats_init() (stats.cc:36) ==4895== by 0x1374C07: grpc_init (init.cc:127) ==4895== by 0x1203947: GrpcLibraryCodegen (grpc_library.h:45) ==4895== by 0x1203947: CompletionQueue (completion_queue.h:236) ==4895== by 0x1203947: ServerCompletionQueue (completion_queue.h:378) ==4895== by 0x1203947: grpc::ServerBuilder::BuildAndStart() (server_builder.cc:258) ==4895== ==4895== Invalid write of size 8 ==4895== at 0x13BA8C4: grpc_completion_queue_create_internal(grpc_cq_completion_type, grpc_cq_polling_type) (completion_queue.cc:440) ==4895== by 0x13B9B53: grpc_completion_queue_create (completion_queue_factory.cc:76) ==4895== by 0x1203993: CompletionQueue (completion_queue.h:240) ==4895== by 0x1203993: ServerCompletionQueue (completion_queue.h:378) ==4895== by 0x1203993: grpc::ServerBuilder::BuildAndStart() (server_builder.cc:258) ==4895== Address 0x269c9490 is 16 bytes after a block of size 29,952 alloc'd ==4895== at 0x7900C3C: calloc (vg_replace_malloc.c:711) ==4895== by 0x13E50DB: gpr_zalloc (alloc.cc:67) ==4895== by 0x13CB1D3: grpc_stats_init() (stats.cc:36) ==4895== by 0x1374C07: grpc_init (init.cc:127) ==4895== by 0x1203947: GrpcLibraryCodegen (grpc_library.h:45) ==4895== by 0x1203947: CompletionQueue (completion_queue.h:236) ==4895== by 0x1203947: ServerCompletionQueue (completion_queue.h:378) ==4895== by 0x1203947: grpc::ServerBuilder::BuildAndStart() (server_builder.cc:258) After this change, the errors are gone. We also had many crashes on startup that was likely caused by this problem. The Jetson has a user-level program that allows a user to changes CPUs to online or offline. So using the max # possible should reduce potentials for errors like these and at worse over-allocate just a few extra bytes.
| | * | | | | Eliminate GenericInterceptor to simplify this PRGravatar Mehrdad Afshari2018-02-22
| | | | | | |
| | * | | | | Polish and address review commentsGravatar Mehrdad Afshari2018-02-22
| | | | | | |
| | * | | | | Move InterceptingCallInvoker to its own fileGravatar Mehrdad Afshari2018-02-22
| | | | | | |
| * | | | | | Merge pull request #14433 from muxi/add-cronet-bin-base64Gravatar Muxi Yan2018-02-21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add binary metadata support for cronet transport
| | | * | | | | Add more documentation comments for continuationGravatar Mehrdad Afshari2018-02-21
| | | | | | | |
* | | | | | | | Call destructor if thread was ever constructedGravatar Vijay Pai2018-02-21
| | | | | | | |
| | | | | | * | Updates Objective-C Generation to allow for ommission of the generated ↵Gravatar Tyson Roberts2018-02-22
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | @interface and @implementation
| | | * | | | Add test for interceptor registration code pathsGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Make GenericInterceptor internal for nowGravatar Mehrdad Afshari2018-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change `*Arbitrator` to `*Hooks`.
| | | * | | | Turn ClientInterceptorContext into a structGravatar Mehrdad Afshari2018-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and move it into its own file.
| | | * | | | Simplify service-side interceptor codeGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add documentation remarks about order of interceptionGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add more tests for ServerInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Simplify ServerInterceptorTest to leverage GenericInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add server-side interceptor helper facility to GenericInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add more tests for client interceptorsGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add Intercept(metadata=>metadata) helper functionGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Simplify ClientHeaderInterceptor in ClientBase with GenericInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Simplify the AddHeaderClientInterceptor with GenericInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add GenericInterceptor to help writing client interceptorsGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add basic tests for C# interceptorsGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add C# server-side interceptor machineryGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add C# client-side interceptor machineryGravatar Mehrdad Afshari2018-02-21
| | | | | | |
| | | * | | | Add C# Interceptor base classGravatar Mehrdad Afshari2018-02-21
| | |/ / / / | |/| | | |
| | * | | | Build typo fixGravatar Muxi Yan2018-02-21
| | | | | |
| | * | | | Polish infer_length_after_decode and add test casesGravatar Muxi Yan2018-02-21
| | | | | |
* | | | | | Fix header includesGravatar Vijay Pai2018-02-21
| | | | | |
| | * | | | Put infer_length_after_decode in bin_decoderGravatar Muxi Yan2018-02-21
| | | | | |
| | * | | | convert cronet headers to metadata in one functionGravatar Muxi Yan2018-02-21
| | | | | |
* | | | | | Move destructor and Start to implementationGravatar Vijay Pai2018-02-21
| | | | | |