aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* More formatting fixesGravatar murgatroid992016-06-16
|
* Clang formatGravatar murgatroid992016-06-16
|
* Allow disabling traces, add trace variables for pluck and timeout eventsGravatar murgatroid992016-06-15
|
* Merge pull request #6909 from jtattermusch/csharp_client_streamingGravatar Jan Tattermusch2016-06-15
|\ | | | | Improve docs for IAsyncStreamReader
* \ Merge pull request #6908 from jtattermusch/csharp_send_completion_dedupGravatar Jan Tattermusch2016-06-15
|\ \ | | | | | | C#: dedup code for send finished handler
* \ \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar Jan Tattermusch2016-06-15
|\ \ \ | | | | | | | | | | | | manual_upmerge_0_14_to_master
| * \ \ Merge pull request #6875 from y-zeng/log_checkGravatar Jan Tattermusch2016-06-14
| |\ \ \ | | | | | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad
| * \ \ \ Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-divisionGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ | | | | | | | | | | | | Drop unnecessary future division import
| * \ \ \ \ Merge pull request #6904 from ↵Gravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/unimplemented-for-cardinality-violation UNIMPLEMENTED status for cardinality violation
| * \ \ \ \ \ Merge pull request #6632 from stanley-cheung/php-add-trailing-metadata-apiGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: add call getTrailingMetadata API
| | | | | | | * improve docs for IAsyncStreamReaderGravatar Jan Tattermusch2016-06-14
| | |_|_|_|_|/ | |/| | | | |
| | | | | | * deduplicate send finished handlerGravatar Jan Tattermusch2016-06-14
| | |_|_|_|/ | |/| | | |
* | | | | | fix terminal encoding for cocoapodsGravatar Jan Tattermusch2016-06-14
| | | | | |
| * | | | | Merge pull request #6572 from y-zeng/base64_decodeGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Add base64 decoder
| * \ \ \ \ \ Merge pull request #6857 from kpayson64/python_cleanupGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Added cleanup to server thread join method
| * \ \ \ \ \ \ Merge pull request #6873 from kpayson64/python_signal_handlingGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added check for signals in poll()
| * \ \ \ \ \ \ \ Merge pull request #6874 from nathanielmanistaatgoogle/gaGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Python GA code generation
| * \ \ \ \ \ \ \ \ Merge pull request #6881 from kpayson64/python_create_channel_bugGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix create_[secure/insecure]_channel argument order
| | | | | | | | * | | UNIMPLEMENTED status for cardinality violationGravatar Nathaniel Manista2016-06-14
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | | | | | | | * | Drop unnecessary future division importGravatar Nathaniel Manista2016-06-14
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | We only ever use floor division (//) in the module.
| | | | | | | * | php: add call getTrailingMetadata APIGravatar Stanley Cheung2016-06-14
| | | | | | | | |
| * | | | | | | | Merge pull request #6890 from jtattermusch/csharp_less_verbose_logsGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | C# less verbose logs
| | | | | | | | * Rename gpr_strpad as gpr_leftpadGravatar Yuchen Zeng2016-06-13
| | | | | | | | |
| | | | | | * | | Added cleanup to the server thread's join method.Gravatar Ken Payson2016-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the Python Interpreter exits, it first attempts to join any outstanding threads. This is problematic if a server is created as a top-level variable or referenced by a reference cycle, as join() will hang. This adds cleanup behavior to the server thread's join().
| | | * | | | | | Fix create_[secure/insecure]_channel argument orderGravatar Ken Payson2016-06-13
| | | | |_|/ / / | | | |/| | | |
| * | | | | | | Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Proto server reflection
| * \ \ \ \ \ \ \ Merge pull request #6879 from kpayson64/server_metadata_fixGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed bug with server initial metadata type translation
| | | | | | * | | | Python GA code generationGravatar Nathaniel Manista2016-06-13
| | | | | | | | | |
| | | | * | | | | | set default gRPC C# logging level to InfoGravatar Jan Tattermusch2016-06-13
| | | | | | | | | |
| | | | * | | | | | add LogLevel enumGravatar Jan Tattermusch2016-06-13
| | | | | |/ / / / | | | | |/| | | |
| | | | | | * | | Added check for signals in poll()Gravatar Ken Payson2016-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed the unused pluck() function
* | | | | | | | | C# merge fixupsGravatar Jan Tattermusch2016-06-13
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'upstream/release-0_14' into HEADGravatar Jan Tattermusch2016-06-13
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | * | | | | | | php: add channel argument to BaseStub constructorGravatar Stanley Cheung2016-06-13
| |/ / / / / / / |/| | | | | | |
| | * | | | | | Fixed bug with server initial metadata type translationGravatar Ken Payson2016-06-13
| | | |/ / / / | | |/| | | |
* | | | | | | Merge pull request #6547 from kpayson64/py_generic_stream_testGravatar Jan Tattermusch2016-06-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added unit test for generic empty stream
* \ \ \ \ \ \ \ Merge pull request #6864 from ctiller/fuzzing-hellGravatar Jan Tattermusch2016-06-13
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Fix fuzzing detected bug
| | * | | | | | Added unit test for empty request/responsesGravatar Ken Payson2016-06-11
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge pull request #6503 from kpayson64/python_3_supportGravatar Jan Tattermusch2016-06-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Initial Python3 support
| | | | | | | * Regenerate build filesGravatar Yuchen Zeng2016-06-10
| | | | | | | |
| | | | | | | * Merge remote-tracking branch 'upstream/master' into log_format_checkGravatar Yuchen Zeng2016-06-10
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | | * Fix type mismatch for type_sizeGravatar Yuchen Zeng2016-06-10
| | | | | | | |
| | | | | | | * Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
| | | | | | | |
| | | | | | | * Restricted the check to GUNCGravatar Yuchen Zeng2016-06-10
| | | | | | | |
* | | | | | | | Merge pull request #6659 from stanley-cheung/php-fix-styleGravatar Jan Tattermusch2016-06-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: ran php-cs-fixer again
* \ \ \ \ \ \ \ \ Merge pull request #6853 from ↵Gravatar Jan Tattermusch2016-06-10
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/operationtyple-equals-equals Use == instead of is for cygrpc.OperationType values
| | | * | | | | | Initial Python3 supportGravatar Ken Payson2016-06-10
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable Changes: -Convert all str types to byte types at cython layer (ascii encoding) -Use six for packages that have different names in Python2/Python3 -By default, unit tests are compiled/run in Python2.7 and Python3.4 -Ensure MACOSX_BUILD_TARGET is at least 10.7
| | | | | | | * Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| | | | | | | |
| | | * | | | | Fix fuzzing detected bugGravatar Craig Tiller2016-06-10
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #6804 from ctiller/plugin_advertisementGravatar Jan Tattermusch2016-06-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Advertise transport selected in user-agent string