aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-14
|
* Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-14
|
* Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-13
|
* Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-13
|
* Merge pull request #7291 from ctiller/better_statusGravatar Nicolas Noble2016-07-11
|\ | | | | Make it more likely to correctly report deadline exceeded
* \ Merge pull request #7292 from y-zeng/fix_mac_buildGravatar kpayson642016-07-11
|\ \ | | | | | | Fix make errors on mac
* \ \ Merge pull request #7310 from kpayson64/hold_gil_during_cleanupGravatar kpayson642016-07-11
|\ \ \ | | | | | | | | Hold onto the GIL in __dealloc__ functions
| | | * clang-formatGravatar Craig Tiller2016-07-11
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into fix_mac_buildGravatar Yuchen Zeng2016-07-11
| | |\ \
* | | \ \ Merge pull request #7297 from dgquintas/compression_cookbookGravatar Nicolas Noble2016-07-11
|\ \ \ \ \ | |_|_|/ / |/| | | | Compression Cookbook
* | | | | Merge pull request #7312 from kpayson64/fix_sanityGravatar kpayson642016-07-11
|\ \ \ \ \ | | | | | | | | | | | | Updated composer.json template
| * | | | | Updated composer.json.templateGravatar Ken Payson2016-07-11
|/ / / / /
* | | | | Merge pull request #7235 from tberghammer/cmake-protobufGravatar Nicolas Noble2016-07-11
|\ \ \ \ \ | | | | | | | | | | | | Remove gmock protobuf dependency from cmake build
| | | * | | Hold onto the GIL in __dealloc__ functionsGravatar Ken Payson2016-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a child thread triggers __dealloc__ as part of a thread being joined, the thread is already considered to be "joined", and so releasing the GIL can allow the main thread to proceed to exit, which introduces shutdown race conditions/memory leaks.
* | | | | | Merge pull request #7242 from yang-g/importGravatar kpayson642016-07-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove unused file
* \ \ \ \ \ \ Merge pull request #7286 from stanley-cheung/php-update-authGravatar kpayson642016-07-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: update composer.json
* \ \ \ \ \ \ \ Merge pull request #7289 from stanley-cheung/php-remove-debugGravatar kpayson642016-07-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: remove gpr_log debug
* \ \ \ \ \ \ \ \ Merge pull request #7288 from makdharma/protobuf_import_issue7219Gravatar makdharma2016-07-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fixes #7259
* \ \ \ \ \ \ \ \ \ Merge pull request #7307 from kpayson64/port_server_timeoutGravatar kpayson642016-07-11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | Added timeout to port server
| * | | | | | | | | Added timeout to port serverGravatar Ken Payson2016-07-09
|/ / / / / / / / /
| | | | | | * / / Compression CookbookGravatar David Garcia Quintas2016-07-08
| |_|_|_|_|/ / / |/| | | | | | |
| | | | * | | | another oneGravatar yang-g2016-07-08
| | | | | | | |
| | | | * | | | Merge remote-tracking branch 'upstream/master' into importGravatar yang-g2016-07-08
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #7274 from murgatroid99/ruby_api_review_changesGravatar kpayson642016-07-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Split incoming initial and trailing metadata in Ruby calls
* \ \ \ \ \ \ \ \ Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optionalGravatar kpayson642016-07-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make handlers optional at server construction
| | | * | | | | | | removed unneeded import. fixes travis buildGravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | |
* | | | | | | | | | Merge pull request #7195 from soltanmm/winfixGravatar kpayson642016-07-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix Python interop unit-tests on Windows
| | | | | | | | | | * Convert time to monotonic internallyGravatar Craig Tiller2016-07-08
| | | | | | | | | | |
| | | | * | | | | | | added a comment just to retrigger testsGravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exceptionGravatar kpayson642016-07-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix _Rendezvous.exception for successful calls
| | | | | | * | | | | | php: remove gpr_log debugGravatar Stanley Cheung2016-07-08
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #7163 from nathanielmanistaatgoogle/call-credentialsGravatar kpayson642016-07-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Support composition of arbitrarily many CallCredentials objects
| | | | | | | | | | * | Fix mac buildGravatar Yuchen Zeng2016-07-08
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #7203 from murgatroid99/node_separate_health_checkGravatar Nicolas Noble2016-07-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Split Node health check code into a separate package and make it use static codegen
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7268 from ctiller/smaller_max_message_sizeGravatar Nicolas Noble2016-07-08
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce default max message size
| | | | | | | | | | | | * Make it more likely to correctly report deadline exceededGravatar Craig Tiller2016-07-08
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #7177 from kpayson64/python_codegenGravatar kpayson642016-07-08
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Updated example codegen to use grpcio-tools
| | | | | | | | | * | | | fixed minor indent and resubmitGravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | | | | |
| | | | | | * | | | | | | Fix interop tests on WindowsGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | |
| | | | | | * | | | | | | Make build_python.sh script smarterGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now reasonable defaults are auto-detected by platform (and by specific Python implementation).
| | | | | | * | | | | | | Sanitize environment variables in run_tests `jobset`Gravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | |
| | | | | | * | | | | | | Make Python tests run on WindowsGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | |
| | | | | | * | | | | | | Build Python distributions standalone for WindowsGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | |
| | | | | | * | | | | | | Patch monkeypatch link function to work in Python3Gravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The modified link command was originally taken from a Python 2.x distutils.
| | | | | | * | | | | | | Make Python build standalone on WindowsGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #7260 from kpayson64/ga_performance_testsGravatar kpayson642016-07-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrated python performance tests to use GA API
| | | | | | | | | | * | | | addressed feedbackGravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using 'using'. Removed unnecessary grpc::string. fixed indentation.
| | | | | | | * | | | | | | Remove unnecessary fcntl module importGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | Remove misleading diagnostics messageGravatar Masood Malekghassemi2016-07-08
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| | | | | | | | | * | | | fixes #7219Gravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto.