aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | * | remove stream from stalled_by_transport list before destroy itGravatar yang-g2015-12-21
| | | | | |_|_|/ / | | | | |/| | | |
| | | | | * | | | Fix Python test timeoutsGravatar Masood Malekghassemi2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've been assuming that the server upon invoking start was started. This has been false; invoking start means that the server will eventually be started, and to make this reliably observable requires passing control to core.
| * | | | | | | | Fix a couple of minor issues in the Node libraryGravatar murgatroid992015-12-18
|/ / / / / / / /
* | | | | | | | Merge pull request #4539 from jboeuf/roots_refreshGravatar Craig Tiller2015-12-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Refreshing the etc/roots.pem file.
* \ \ \ \ \ \ \ \ Merge pull request #4538 from murgatroid99/ruby_bundle_core_releaseGravatar Michael Lumish2015-12-18
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Bundled C core with Ruby library
| * | | | | | | | Generate gemspec with a templateGravatar murgatroid992015-12-18
| | | | | | | | |
| * | | | | | | | Include roots.pem with Ruby packageGravatar murgatroid992015-12-18
| | | | | | | | |
| | * | | | | | | Refreshing the etc/roots.pem file.Gravatar Julien Boeuf2015-12-18
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Also added some documentation on how this file is generated.
| | | * | | | | Merge pull request #4536 from jtattermusch/buildtests_c_is_no_cppGravatar Craig Tiller2015-12-18
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Don't include grpc++ in buildtests_c
| | | * \ \ \ \ \ Merge pull request #4384 from ctiller/big_dataGravatar Yang Gao2015-12-18
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add a test that overflows incoming flow control windows
| * | | | | | | | | Bundled C core with Ruby libraryGravatar murgatroid992015-12-18
|/ / / / / / / / /
| | | | * / / / / dont include grpc++ in buildtests_cGravatar Jan Tattermusch2015-12-18
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge pull request #4533 from jboeuf/remove_peer_from_ssl_auth_contextGravatar Craig Tiller2015-12-18
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove peer from ssl auth context
| | * \ \ \ \ \ \ Merge pull request #4532 from jtattermusch/remove_unused_vsprojectsGravatar Craig Tiller2015-12-18
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove unused vsprojects
* | | \ \ \ \ \ \ \ Merge pull request #4534 from stanley-cheung/php_insecure_channel_creds_0_12Gravatar Stanley Cheung2015-12-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PHP: make ChannelCredentials::createInsecure explicit
| | | * \ \ \ \ \ \ \ Merge pull request #4531 from jtattermusch/shorter_win_pathGravatar Craig Tiller2015-12-18
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make intermediate directory path shorter than 260characters
| * | | | | | | | | | | php: make channelGravatar Stanley Cheung2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | credentials createInsecure explicit
| * | | | | | | | | | | php: bump version for releaseGravatar Stanley Cheung2015-12-18
|/ / / / / / / / / / /
| | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-12-18
| | | | | |\ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | remove_peer_from_ssl_auth_context
| | | | | * | | | | | Unit testing the peer from auth context functionality.Gravatar Julien Boeuf2015-12-18
| | | | | | | | | | |
| | | | * | | | | | | remove unused vsprojectsGravatar Jan Tattermusch2015-12-18
| | | |/ / / / / / /
| | | * | | | | | | regenerate project filesGravatar Jan Tattermusch2015-12-18
| | | | | | | | | |
| | | * | | | | | | make intermediate dir path shorterGravatar Jan Tattermusch2015-12-18
| | |/ / / / / / /
| | * | | | | | | Merge pull request #4523 from jboeuf/no_auth_context_in_security_connectorGravatar Craig Tiller2015-12-18
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Removing the auth_context from the security connector
| | * \ \ \ \ \ \ \ Merge pull request #4512 from jtattermusch/win64_more_fixesGravatar Craig Tiller2015-12-18
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixing win x64 build with vs2015
| | * \ \ \ \ \ \ \ \ Merge pull request #4524 from jtattermusch/polish_vcxproj_filesGravatar Craig Tiller2015-12-18
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Polish vcxproj files
| | * \ \ \ \ \ \ \ \ \ Merge pull request #4527 from jtattermusch/silence_lnk4217Gravatar Craig Tiller2015-12-18
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore warning LNK4217
| | | * | | | | | | | | | ignore warning LNK4217Gravatar Jan Tattermusch2015-12-18
| | |/ / / / / / / / / /
| | | | | | * / / / / / Removing the peer from the SSL security connector.Gravatar Julien Boeuf2015-12-17
| | | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Missing unit tests.
| | | | * / / / / / / fixing x64 build with vs2015Gravatar Jan Tattermusch2015-12-17
| | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #4507 from jtattermusch/run_portabilityGravatar Nicolas Noble2015-12-17
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | Add run_portability.sh script
| | | | * | | | | | regenerate project filesGravatar Jan Tattermusch2015-12-17
| | | | | | | | | |
| | | | * | | | | | make Release depend on Release from nuget depsGravatar Jan Tattermusch2015-12-17
| | | | | | | | | |
| | | | * | | | | | silence warningsGravatar Jan Tattermusch2015-12-17
| | | | | | | | | |
| | | | * | | | | | Get rid of tabs from .include fileGravatar Jan Tattermusch2015-12-17
| | | | | |_|/ / / | | | | |/| | | |
| | | | | * | | | Making the stack work with outgoing channel args.Gravatar Julien Boeuf2015-12-17
| | | | | | | | |
| | * | | | | | | Merge pull request #4514 from yang-g/masterGravatar David G. Quintas2015-12-17
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | hide a debug log under trace and fix two log levels
| | | * | | | | | | hide a debug log under trace and fix two log levelsGravatar yang-g2015-12-17
| | |/ / / / / / /
* | | | | | | | | Merge pull request #4511 from grpc/fix-dictionary-warningGravatar Michael Lumish2015-12-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Prevent warnings on dictionaries w/o string keys
| | | * \ \ \ \ \ \ Merge pull request #4501 from jtattermusch/refcounting_completion_queue_shutdownGravatar Jan Tattermusch2015-12-17
| | | |\ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | | Fix completion queue shutdown race in C#
| * | / | | | | | | Prevent warnings on dictionaries w/o string keysGravatar Jorge Canizales2015-12-17
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | Because the category makes the protocol apply to all `NSMutableDictionaries`, it can't assume keys are `NSString`. Because these types are covariant, the change is not breaking.
* | | | | | | | | Merge pull request #4510 from soltanmm/typo-fix-0_12Gravatar Nathaniel Manista2015-12-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix "+ +" typo in Python test harness.
| * | | | | | | | | Fix typo in Python test harnessGravatar Masood Malekghassemi2015-12-17
| | | | | | | | | |
| | | | | * | | | | add run_portability.sh scriptGravatar Jan Tattermusch2015-12-17
| | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Merge pull request #4504 from soltanmm/typo-fixGravatar Nathaniel Manista2015-12-17
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix "+ +" typo in Python test harness.
| | | | * | | | | | Fix typo in Python test harnessGravatar Masood Malekghassemi2015-12-16
| | | |/ / / / / /
| | | | | * / / / Removing the auth context from the security connector.Gravatar Julien Boeuf2015-12-16
| | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The security connector is a channel/server port wide construct. On the other hand, the auth_context is a per-connection construct.
| | | | | * | | clang-formatGravatar Craig Tiller2015-12-16
| | | | | | | |
| | | | | * | | Fix flow control for unstarted streamsGravatar Craig Tiller2015-12-16
| | | | | | | |
| | | | | * | | Merge branch 'big_data' of github.com:ctiller/grpc into big_dataGravatar Craig Tiller2015-12-16
| | | | | |\ \ \