aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* missed a php depenedency in dockerfileGravatar Stanley Cheung2015-07-20
|
* temp directory doesnt work when tests run in parallelGravatar Stanley Cheung2015-07-19
|
* Merge pull request #2491 from stanley-cheung/add_homebrew_to_jenkinsGravatar Jan Tattermusch2015-07-19
|\ | | | | Support macos in jenkins run_distributions script
* \ Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
|\ \ | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
| | * support macos in jenkins run_distributions scriptGravatar Stanley Cheung2015-07-19
| |/ |/|
* | Merge with head and resolve conflictGravatar yang-g2015-07-17
|\ \
| * \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| |\ \
| | * | rename script to run_distributionGravatar Stanley Cheung2015-07-17
| | | |
| | * | Merge with headGravatar yang-g2015-07-16
| | |\ \
| | * | | split iterator into its own fileGravatar yang-g2015-07-16
| | | | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | | | |\ | | | | |/ | | | |/|
| | | * | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| | | |\ \ | | | | | | | | | | | | Make thread_pool.h a public header
| | | * \ \ Merge pull request #2389 from nicolasnoble/let-s-run-ruby-on-macosGravatar Jan Tattermusch2015-07-16
| | | |\ \ \ | | | | | | | | | | | | | | Setting up ruby environment for macos.
| | | * \ \ \ Merge pull request #2390 from nicolasnoble/we-have-both-kindsGravatar Jan Tattermusch2015-07-15
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Enabling 32 bits downgrade of our environment.
| | | | * | | | Enabling 32 bits downgrade of our environment.Gravatar Nicolas "Pixel" Noble2015-07-16
| | | | | | | |
| | | | | | * | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate
| | | | | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak
| | | * | | | | Merge pull request #2383 from vjpai/lockfree-stackGravatar Craig Tiller2015-07-15
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Lockfree stack
| | | * \ \ \ \ \ Merge pull request #2408 from nicolasnoble/generate_projects-should-mkdirGravatar Craig Tiller2015-07-15
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | generate_projects.py should make directories.
| | | | | | | | * | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | |_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
| | | | * | | | | generate_projects.py should make directories.Gravatar Nicolas "Pixel" Noble2015-07-14
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | That's necessary for generating Visual Studio project files that are in separate empty directories otherwise.
| | | * | | | | links interface and gRPC-on-wire implementationGravatar Nathaniel Manista2015-07-13
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code branches out of the alpha/early_adopter code and begins building toward the beta API.
* | | | | | | Add oauth2_auth_token test case in interop testGravatar yang-g2015-07-13
| | | | | | |
| * | | | | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-13
| |\ \ \ \ \ \
| * | | | | | | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
| | * / / / / Filtering stdout for JUnit report in case of timeouts.Gravatar Nicolas "Pixel" Noble2015-07-12
| |/ / / / / | | | | | | | | | | | | | | | | | | We're not properly filtering stdout in case we're timeouting. This generates invalid XML output.
| * | | | | Merge pull request #2395 from nicolasnoble/tabs-are-evilGravatar Craig Tiller2015-07-11
| |\ \ \ \ \ | | | | | | | | | | | | | | Swapping tabs for spaces in generate_projects.py
| | * | | | | Swapping tabs for spaces in generate_projects.pyGravatar Nicolas "Pixel" Noble2015-07-11
| | | |/ / / | | |/| | |
| * / | | | Disabling cython for now.Gravatar Nicolas "Pixel" Noble2015-07-11
| |/ / / /
| | * | | Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Setting up ruby environment for macos.Gravatar Nicolas "Pixel" Noble2015-07-11
| | |/ / | |/| |
| | * | Debug and add in generated build filesGravatar Vijay Pai2015-07-10
| | | |
| * | | Merge pull request #2387 from nicolasnoble/docker-is-a-freezerGravatar Jan Tattermusch2015-07-10
| |\ \ \ | | | | | | | | | | Let's workaround #2140 a bit.
| * | | | fix chmod of scriptGravatar Stanley Cheung2015-07-10
| | | | |
| * | | | Merge pull request #2367 from stanley-cheung/add_homebrew_to_jenkinsGravatar Jan Tattermusch2015-07-10
| |\ \ \ \ | | | | | | | | | | | | Add homebrew testing to jenkins
| * \ \ \ \ Merge pull request #2380 from ctiller/slartiwhatfastGravatar Vijay Pai2015-07-10
| |\ \ \ \ \ | | | | | | | | | | | | | | Make naming a little more consistent
| | | | * | | Let's workaround #2140 a bit.Gravatar Nicolas "Pixel" Noble2015-07-11
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Let's wait 4 seconds before removing the docker container, and let's make the removal a non-fatal condition of the jenkins script.
| * | | | | Merge pull request #2368 from ctiller/they-gave-me-a-badgeGravatar Nicolas Noble2015-07-10
|/| | | | | | | | | | | | | | | | | Add a version string and a function to retrieve it
| | | * | | jenkins linuxbrew: review changesGravatar Stanley Cheung2015-07-10
| | | | | |
| | | * | | Add homebrew testing to jenkinsGravatar Stanley Cheung2015-07-10
| |_|/ / / |/| | | |
| | | * | Initial checkin commit for lockfree stack.Gravatar Vijay Pai2015-07-10
| | | | | | | | | | | | | | | | | | | | Tests not yet included.
| | * | | Make naming a little more consistentGravatar Craig Tiller2015-07-10
| | | | |
* | | | | Increase timeouts for testsGravatar Craig Tiller2015-07-10
| |/ / / |/| | |
* | | | Merge branch 'master' into release-0_10Gravatar Craig Tiller2015-07-10
|\ \ \ \
| | * | | Add a version string and a function to retrieve itGravatar Craig Tiller2015-07-10
| |/ / /
| * | | prevent TestResults.xml collision of parallel test runs on windowsGravatar Jan Tattermusch2015-07-09
| | | |
* | | | Backport of pull request #2313 into release-0_10.Gravatar jboeuf2015-07-10
| | | |
| * | | Merge pull request #2243 from soltanmm/cycyGravatar Jorge Canizales2015-07-09
| |\ \ \ | | | | | | | | | | Cython refactor of Python C wrapping layer
| * \ \ \ Merge pull request #2300 from ctiller/cmakeGravatar Nicolas Noble2015-07-09
| |\ \ \ \ | | | | | | | | | | | | Add parallel execution for generate_projects
| | * | | | Remove dead codeGravatar Craig Tiller2015-07-09
| | | | | |