aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-26
|\
| * Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
| |\
| * \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
| |\ \
| | | * Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | | |\ | | |_|/ | |/| |
| | | * Add dynamic thread pool and initial port of testGravatar vjpai2015-07-23
* | | | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-23
|\| | |
| * | | Merge pull request #2493 from a-veitch/record_statGravatar Craig Tiller2015-07-23
| |\ \ \
| * \ \ \ Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| | |_|/ | |/| |
* | | | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-20
|\| | |
| * | | Merge pull request #2474 from nicolasnoble/lets-actually-build-32-bitsGravatar Jan Tattermusch2015-07-20
| |\ \ \
| | * | | Making sure that 32 bits is being built and run on Jenkins.Gravatar Nicolas "Pixel" Noble2015-07-21
| | | * | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-20
|\| | |
| * | | Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquin...Gravatar Craig Tiller2015-07-19
| |\ \ \
* | \ \ \ Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-17
|\ \ \ \ \
| | * \ \ \ Merge with head and resolve conflictGravatar yang-g2015-07-17
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | | | | * rebuild makefileGravatar Alistair Veitch2015-07-17
| * | | | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-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 github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-16
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ \ \ \ \
* | | | | | | Added connectivity tests, fixed bugsGravatar Craig Tiller2015-07-16
| | * | | | | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
* | | | | | | Client connectivity APIGravatar Craig Tiller2015-07-15
| * | | | | | Merge pull request #2462 from nicolasnoble/bash-is-not-for-everyoneGravatar Michael Lumish2015-07-15
|/| | | | | |
| | | | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Replacing echo -e with a more generic system.Gravatar Nicolas "Pixel" Noble2015-07-15
| | |_|/ / / | |/| | | |
| | * | | | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| |/ / / /
| | | * | 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
| | |/ /
* | | | Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
|\| | |
* | | | Debug and add in generated build filesGravatar Vijay Pai2015-07-10
| * | | Merge pull request #2380 from ctiller/slartiwhatfastGravatar Vijay Pai2015-07-10
| |\ \ \
| * \ \ \ Merge pull request #2382 from murgatroid99/makefile_cache_detectionGravatar Nicolas Noble2015-07-10
| |\ \ \ \
* | | | | | Initial checkin commit for lockfree stack.Gravatar Vijay Pai2015-07-10
| | * | | | Added caching for HAS_SYSTEMTAP in MakefileGravatar murgatroid992015-07-10
| | * | | | Add caching for Makefile dependency detectionGravatar murgatroid992015-07-10
| |/ / / / |/| | | |
| | * | | Make naming a little more consistentGravatar Craig Tiller2015-07-10
| | |/ /
| * / / Add a version string and a function to retrieve itGravatar Craig Tiller2015-07-10
| |/ /
| | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
| | |\ | |_|/ |/| |
| * | Makefile regeneration to pass sanity testGravatar yang-g2015-07-09
| * | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
| |\ \ | |/ / |/| |
* | | Merge pull request #2252 from jboeuf/jwt_verifierGravatar Craig Tiller2015-07-08
|\ \ \
* \ \ \ Merged changes from masterGravatar murgatroid992015-07-08
|\ \ \ \
| | * \ \ Merge branch 'master' of github.com:grpc/grpc into jwt_verifierGravatar Julien Boeuf2015-07-08
| | |\ \ \ | | |/ / / | |/| | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
| | | | |\