Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | * | | | | More clang-format fixes. | Mark D. Roth | 2016-05-05 | |
| | | | | | | | | ||||
| | * | | | | | | Temporary fix for plugin initialization problem | Craig Tiller | 2016-05-05 | |
| |/ / / / / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #6383 from dgquintas/remove-outdated-census-charg | Jan Tattermusch | 2016-05-04 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Removed leftover function declaration from channel args | |||
| | | | * | | | | Apply clang-format diffs. | Mark D. Roth | 2016-05-04 | |
| | | | | | | | | ||||
| | | | * | | | | Use unlimited default for max header size until receiving new settings | Mark D. Roth | 2016-05-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the peer. This both complies with the RFC and ensures that if the user sets a higher limit than the 16K default, we won't incorrectly reject data sent before settings are exchanged. Also fix proxy tests. | |||
| | * | | | | | | Fixed a compiler warning that only shows up on linux | Makarand Dharmapurikar | 2016-05-03 | |
| | | | | | | | | ||||
| | * | | | | | | clang-format fixes | Makarand Dharmapurikar | 2016-05-03 | |
| | | | | | | | | ||||
| | * | | | | | | Added dummy cronet api implementation so we can build on Jenkins. | Makarand Dharmapurikar | 2016-05-03 | |
| | | | | | | | | ||||
| | | | * | | | | Merge branch 'master' into limit_metadata_size | Mark D. Roth | 2016-05-03 | |
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||
| | | | * | | | | Added bad_client test to check that the server rejects requests with too | Mark D. Roth | 2016-05-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | much metadata and refuses to send responses with too much metadata. | |||
| | | | | | | * | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-03 | |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||
* | | | | | | | | Merge pull request #6394 from y-zeng/fix-5557 | Yuchen Zeng | 2016-05-02 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Explicitly cast constant value to gpr_atm | |||
* \ \ \ \ \ \ \ \ | Merge pull request #6380 from ctiller/stress_fail | Nicolas Noble | 2016-05-02 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Stress test fixes | |||
| | | | | | * \ \ \ | Merge branch 'master' into limit_metadata_size | Mark D. Roth | 2016-05-02 | |
| | | | | | |\ \ \ \ | ||||
| | | | | | * | | | | | Changed writing code to honor the peer's header size limit setting. | Mark D. Roth | 2016-05-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed large_metadata test to only cover the case where both the client and server support large metadata; I will cover the other cases in separate tests in a subsequent commit. | |||
| | | | | | * | | | | | Add grpc_metadata_batch_size() function. | Mark D. Roth | 2016-05-02 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | Clang formatting fixes | Makarand Dharmapurikar | 2016-05-01 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@ | Makarand Dharmapurikar | 2016-05-01 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | fixed clang formating | Makarand Dharmapurikar | 2016-05-01 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | moved cronet_c_for_grpc.h in third_party | Makarand Dharmapurikar | 2016-05-01 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | cronet wrapper code | Makarand Dharmapurikar | 2016-05-01 | |
| | | | | |_|/ / / / | | | | |/| | | | | | ||||
* | | | / | | | | | | Fix bug where max_frame_size was ignored | Craig Tiller | 2016-04-30 | |
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Also add corpus entries that helped diagnose this bug | |||
| | | * | | | | | | Removed leftover function declaration from channel args | David Garcia Quintas | 2016-04-29 | |
| |_|/ / / / / / |/| | | | | | | | ||||
| | | * | | | | | format fixes | Yuchen Zeng | 2016-04-29 | |
| | | | | | | | | ||||
| | * | | | | | | explicitly cast constant value to gpr_atm | Yuchen Zeng | 2016-04-29 | |
| | | | | | | | | ||||
* | | | | | | | | Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241 | Nicolas Noble | 2016-04-29 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Fix a case whereby we leak a winsocket if we fail to connect | |||
| | * | | | | | | Stress test fixes | Craig Tiller | 2016-04-29 | |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - properly fail a Read() on a stream if we fail to parse a protobuf - fix an ordering problem with the chttp2 transport global lock, whereby a sequence of two operations could be swapped - this resulted in slices being returned to the upper layers in the wrong order, corrupting data | |||
| | * | | | | | debug logging fix | Yuchen Zeng | 2016-04-29 | |
| |/ / / / / |/| | | | | | ||||
| | * | | | | Use HTTP/2 MAX_HEADER_LIST_SIZE setting instead of adding a new member | Mark D. Roth | 2016-04-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | in the grpc_chttp2_transport_parsing struct. | |||
* | | | | | | Merge pull request #6305 from dgquintas/compression_tracer | Jan Tattermusch | 2016-04-29 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added compression tracer | |||
| | | | | | * | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-04-29 | |
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | ||||
| | | * | | | | Fix header-size computation to comply with the HTTP/2 RFC. | Mark D. Roth | 2016-04-29 | |
| | | | | | | | ||||
* | | | | | | | Remove duplicate instance of grpc_global_wakeup_fd | Paul Querna | 2016-04-29 | |
| | | | | | | | ||||
* | | | | | | | Merge pull request #2286 from ctiller/split-me-baby-one-more-time | Jan Tattermusch | 2016-04-28 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Further lock contention reduction for CHTTP2 | |||
* \ \ \ \ \ \ \ | Merge pull request #6285 from dgquintas/fix_plugin_tracers | Jan Tattermusch | 2016-04-28 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Init tracers after plugin registration | |||
| | | | | * | | | | Mark stream as cancelled if we exceed the metadata size limit. | Mark D. Roth | 2016-04-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also take this opportunity to convert the seen_error field to a bool. | |||
| | | | * | | | | | clang-format | Craig Tiller | 2016-04-28 | |
| | | | | | | | | | ||||
| | | | * | | | | | Fix a case whereby we leak a winsocket if we fail to connect | Craig Tiller | 2016-04-28 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #6196 from y-zeng/call-error-to-string | Craig Tiller | 2016-04-28 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Provide a function that converts grpc_call_error values into a string | |||
| | | | | | | | | * | Merge remote-tracking branch 'upstream/master' into server_channel_affinity | Sree Kuchibhotla | 2016-04-27 | |
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #6183 from nicolasnoble/msys-support | Jan Tattermusch | 2016-04-27 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Adding support for msys. | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6295 from markdroth/content_type_semicolon2 | Jan Tattermusch | 2016-04-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | Change C implementation to not log an "Unexpected content-type" message when the header includes a semicolon. | |||
| | | | | | | | | | * | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-04-27 | |
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||
| | | | | | | * | | | | Initial attempt at adding support for max metadata size. Currently, the | Mark D. Roth | 2016-04-27 | |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code does not seem to be properly causing the RPC to fail when the max size is exceeded. | |||
| * | | | | | | | | | Fixed clang formatting problems. | Mark D. Roth | 2016-04-27 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Use cpp macros for the "application/grpc" string and its length. | Mark D. Roth | 2016-04-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove unnecessary strlen() call. | |||
| | | | | * | | | | | Fix use-after-free | Craig Tiller | 2016-04-26 | |
| | | | | | | | | | | ||||
| | | | | | * | | | | Added compression tracer | David Garcia Quintas | 2016-04-26 | |
| | | | | | | | | | | ||||
| | | | | * | | | | | Fix use-after-free | Craig Tiller | 2016-04-26 | |
| | | | | | | | | | | ||||
| | | | | * | | | | | Merge branch 'fix_metadata_refs' into split-me-baby-one-more-time | Craig Tiller | 2016-04-26 | |
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | |