aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | * Attempt to get docker clang-format workingGravatar Craig Tiller2016-01-04
| | | | | | | | |
| | | | | | | | * Merge branch 'clang-format-fix' of github.com:nicolasnoble/grpc into clangfmtGravatar Craig Tiller2016-01-04
| | | | | | | | |\
| * | | | | | | | | Add copyright checks to sanity; make them verify copyright year is validGravatar Craig Tiller2016-01-04
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4593 from ctiller/copyzomgGravatar Michael Lumish2016-01-04
|\| | | | | | | | | | |_|_|_|_|_|_|/ / |/| | | | | | | | Happy new year
| * | | | | | | | Happy new yearGravatar Craig Tiller2016-01-04
|/ / / / / / / /
| | | | | | * | Fix makefile, codegen bugsGravatar Craig Tiller2016-01-04
| | | | | | | |
* | | | | | | | Merge pull request #4561 from ctiller/StyleGuideGravatar jboeuf2016-01-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Initial style guide notes for C
| | | | | * | | | Remove ceiling on required protobuf versionGravatar Nathaniel Manista2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is possible now that https://github.com/google/protobuf/issues/855 is fixed (or at least appears to be fixed).
* | | | | | | | | Merge pull request #4468 from jtattermusch/csharp_server_kill_testGravatar Michael Lumish2016-01-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add simple StartAndKillServer test
* \ \ \ \ \ \ \ \ \ Merge pull request #4563 from ctiller/copyingGravatar Michael Lumish2016-01-04
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | Update copyrights
| | | | * | | | | | Add a error log to indicate error, then abort.Gravatar yang-g2016-01-04
| | | | | | | | | |
| | | | * | | | | | remove unreachable macroGravatar yang-g2016-01-04
| |_|_|/ / / / / / |/| | | | | | | |
| | | | * | | | | Merge remote-tracking branch 'upstream/master' into stalled_and_destroyGravatar yang-g2016-01-04
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4564 from ctiller/less_projectsGravatar Michael Lumish2016-01-04
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Eliminate a layer of libraries in the end2end tests
| | | | | | | * | zookeeper is platform specificGravatar Craig Tiller2016-01-04
| | | | | | | | |
| | | | | | | * | Add a test that public headers compile as C99Gravatar Craig Tiller2016-01-04
| | | | | | |/ /
* | | | | | | | Merge pull request #4588 from sammcveety/patch-1Gravatar Craig Tiller2016-01-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update link in credentials.h to point to grpc.io
| * | | | | | | | Update link in credentials.h to point to grpc.ioGravatar sammcveety2016-01-03
|/ / / / / / / /
* | | | | | | | Merge pull request #4584 from pszemus/masterGravatar Yang Gao2015-12-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change CallData status before notifying CompletionQueue
| * | | | | | | | Change CallData status before notifying CompletionQueueGravatar Przemysław Sobala2015-12-30
|/ / / / / / / /
| | | | | | * | Merge github.com:grpc/grpc into intsGravatar Craig Tiller2015-12-22
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | | | | * | Fix templates + clang-formatGravatar Craig Tiller2015-12-22
| | | | | | | |
| * | | | | | | Eliminate a layer of libraries in the end2end testsGravatar Craig Tiller2015-12-22
|/ / / / / / /
| * | | | | | Fix newline at end of fileGravatar Craig Tiller2015-12-22
| | | | | | |
| * | | | | | Update copyrightsGravatar Craig Tiller2015-12-22
| | | | | | |
* | | | | | | Merge pull request #4502 from ctiller/yawnGravatar Michael Lumish2015-12-22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | BoringSSL integration
| | | | | * | Fix time_test.cGravatar Craig Tiller2015-12-22
| | | | | | |
| * | | | | | Updating 32 bit dockerfileGravatar Craig Tiller2015-12-22
| | | | | | |
| | | * | | | First round of feedbackGravatar Craig Tiller2015-12-22
| | | | | | |
| | | | | * | Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
| | |_|_|/ / | |/| | | |
| | | * | | Initial style guideGravatar Craig Tiller2015-12-22
| | | | | |
| * | | | | Actually remove OpenSSLGravatar Craig Tiller2015-12-22
| | | | | |
| * | | | | BoringSSL: vsproject changesGravatar Craig Tiller2015-12-22
| | | | | |
| * | | | | BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|/ / / / /
* | | | | Merge pull request #4526 from soltanmm/schrodingers-fixGravatar Nathaniel Manista2015-12-21
|\ \ \ \ \ | | | | | | | | | | | | Fix Python test timeouts.
| | | | * | regenerate projectsGravatar yang-g2015-12-21
| | | | | |
| | | | * | 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.
* | | | | 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
| | * | | | | 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 #4531 from jtattermusch/shorter_win_pathGravatar Craig Tiller2015-12-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make intermediate directory path shorter than 260characters
| | | * \ \ \ \ \ 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