aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* make C# docker image in sync with GCE performance workersGravatar Jan Tattermusch2017-04-07
|
* Add newest dotnet SDK to C# dockerfileGravatar Jan Tattermusch2017-04-07
|
* backport #10100 and #10377Gravatar Eric Gribkoff2017-04-05
|
* update go version in Dockerfile to 1.8Gravatar Menghan Li2017-03-31
|
* Merge pull request #10019 from twk3/fix-gem-buildGravatar apolcyn2017-03-27
|\ | | | | Fix for using gem build/install
* \ Merge pull request #10157 from muxi/advance-protoc-versionGravatar Muxi Yan2017-03-17
|\ \ | | | | | | Advance ProtoCompiler version and fix podspecs
| * | Changes to podspecsGravatar Muxi Yan2017-03-16
| | |
| * | Relieve ios deployment version to 7.0Gravatar Muxi Yan2017-03-16
| | |
* | | Drop support for io.js, fix minor issue with node extensionGravatar murgatroid992017-03-14
|/ /
| * Fix for using gem build/installGravatar DJ Mountney2017-03-10
| | | | | | | | | | | | When pre-compiled assets are missing for the current platform, and you run gem install, the compiled native extensions are placed in the first require paths folder. This differs from rake-compiler task, where they are always placed in lib. Setting the lib path as the first require path will ensure the compiled library is placed in the correct folder.
* | Merge remote-tracking branch 'upstream/v1.2.x' into node_uv_defaultGravatar murgatroid992017-03-10
|\|
* | Switch Node back to using libuv iomgr by defaultGravatar murgatroid992017-03-09
| |
| * Merge pull request #10033 from matt-kwong/fix-dockerfilesGravatar matt-kwong2017-03-08
|/| | | | | Fix pyenv Dockerfile
| * Fix pyenv dockerfileGravatar Matt Kwong2017-03-08
| |
* | Merge pull request #10026 from mehrdada/bump-proto-depenedency-on-python-3.2Gravatar Mehrdad Afshari2017-03-07
|\ \ | |/ |/| Updated protobuf dependency for python to 3.2.0
* | Merge pull request #10004 from dgquintas/1.1.x_to_master_againGravatar David G. Quintas2017-03-07
|\ \ | | | | | | 1.1.x to master again
| | * Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
| |/ |/|
* | fix bazel_deps.shGravatar Jan Tattermusch2017-03-07
| |
* | update C# project.json dependenciesGravatar Jan Tattermusch2017-03-07
| |
* | updgrade C# project.json to protobuf 3.2.0Gravatar Jan Tattermusch2017-03-07
| |
| * Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_againGravatar David Garcia Quintas2017-03-06
|/|
| * Merge pull request #9962 from murgatroid99/node_no_alpn_compileGravatar Michael Lumish2017-03-06
| |\ | | | | | | Add option to recompile Node library without ALPN support
| * | fix Grpc.HealthCheck and Grpc.Reflection packagesGravatar Jan Tattermusch2017-03-03
| | |
| | * Add option to recompile Node library without ALPN supportGravatar murgatroid992017-03-02
| |/
* | Merge pull request #9769 from ctiller/always-use-port-serverGravatar Craig Tiller2017-03-01
|\ \ | | | | | | Always use port server
* | | PHP: prepare for 1.2 releaseGravatar Stanley Cheung2017-03-01
| | |
* | | Merge pull request #9888 from murgatroid99/electron_uv_fixGravatar Michael Lumish2017-03-01
|\ \ \ | | | | | | | | Fix missing wakeups when using the libuv iomgr under Electron
| | | * Relieve ios deployment version to 7.0Gravatar Muxi Yan2017-02-28
| | | |
| | * | Update templateGravatar Craig Tiller2017-02-28
| |/ / |/| |
| * | Fix missing wakeups when using the libuv iomgr under ElectronGravatar murgatroid992017-02-27
| |/
* | Merge pull request #9857 from murgatroid99/merge_1.1.x_masterGravatar Michael Lumish2017-02-27
|\ \ | | | | | | Upmerge 1.1.x into master
* \ \ Merge pull request #9747 from ctiller/splitsiesGravatar Craig Tiller2017-02-24
|\ \ \ | | | | | | | | Increase timeout for bm_fullstack
| | * | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
| |/| | |/| |/
* | | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_xGravatar Michael Lumish2017-02-23
|\ \ \ | | | | | | | | Upmerge from 1.1.x
| | | * Merge pull request #9766 from murgatroid99/node_uv_testingGravatar Michael Lumish2017-02-22
| | | |\ | | | | | | | | | | Improve Node and libuv testing and test coverage
| | * | | Exclude poll, poll-cv for bm_fullstack (its not interesting)Gravatar Craig Tiller2017-02-22
| | | | |
| | | | * Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | | | | | | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
| | * | | Increase timeout for bm_fullstackGravatar Craig Tiller2017-02-16
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'upstream/master' into packet-coalescing-coreGravatar Muxi Yan2017-02-14
|\ \ \ \
| | * | | Merge remote-tracking branch 'google/v1.1.x'Gravatar Nicolas "Pixel" Noble2017-02-13
| |/| | | | | |/ /
| * | | Merge pull request #9665 from jtattermusch/cmake_csharp_extensionGravatar Jan Tattermusch2017-02-10
| |\ \ \ | | | | | | | | | | Use grpc_csharp_ext built by cmake
| * \ \ \ Merge pull request #9599 from ppietrasa/feature-PDBsGravatar Jan Tattermusch2017-02-10
| |\ \ \ \ | | | | | | | | | | | | Fix issue #9597
| | | * | | use grpc_csharp_ext built by cmakeGravatar Jan Tattermusch2017-02-09
| | |/ / / | |/| | |
| * | | | Advance protoc podspec template version to 3.1.0 as wellGravatar Muxi Yan2017-02-09
| | | | |
| | | * | build fixes for ruby on macGravatar Alexander Polcyn2017-02-09
| | | |/
| | * | Cosmetics (removed one newline)Gravatar Piotr Pietraszkiewicz2017-02-09
| | | |
| | | * Merge remote-tracking branch 'upstream/v1.1.x' into node_disable_libuv_coreGravatar murgatroid992017-02-07
| | | |\
| * | | \ Merge pull request #9596 from muxi/cronet-tests-in-jenkinsGravatar Muxi Yan2017-02-07
| |\ \ \ \ | | | | | | | | | | | | Add Cronet core tests to Jenkins
| | | | * | Disable libuv core changes in Node libraryGravatar murgatroid992017-02-06
| | | | | |
| | * | | | Add Cronet core tests to JenkinsGravatar Muxi Yan2017-02-06
| | | | | |