aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
|\ | | | | Dynamic-sized thread pool
* \ Merge pull request #2655 from vjpai/expecteqGravatar Yang Gao2015-07-24
|\ \ | | | | | | Switch an int to size_t or else it fails on Mac
* \ \ Merge pull request #2662 from vjpai/the_isolation_of_nullptrGravatar Yang Gao2015-07-24
|\ \ \ | | | | | | | | Isolate nullptr to grpc namespace when we must define it ourselves
* \ \ \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
|\ \ \ \ | | | | | | | | | | Fake transport security to private
| | * | | Isolate nullptr to grpc namespace when we must define it ourselvesGravatar Vijay Pai2015-07-25
| |/ / / |/| | | | | | | | | | | | | | | Change the one non-namespace use of nullptr to NULL (used as an argument to a C function anyway)
| | * | Switch an int to size_t or else it fails on MacGravatar vjpai2015-07-24
| |/ / |/| |
| | * Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | |\ | |_|/ |/| |
| | * Start off with zero reserve threads to make sure that that case worksGravatar Vijay Pai2015-07-23
| | |
| | * Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
| | |
* | | Merge github.com:grpc/grpc into virtuous-velvit-velociraptorGravatar Craig Tiller2015-07-23
|\ \ \
| | | * Add dynamic thread pool and initial port of testGravatar vjpai2015-07-23
| | | |
| * | | Merge pull request #2617 from jboeuf/jwt_creds_renamingGravatar Yang Gao2015-07-23
| |\ \ \ | | | | | | | | | | Renaming jwt_credentials to service_account_jwt_access_credentials.
* | \ \ \ Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into ↵Gravatar Craig Tiller2015-07-23
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | virtuous-velvit-velociraptor
* | | | | Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
|\ \ \ \ \ | | | | | | | | | | | | Expose call peer uri from C core
| | * | | | Flow control fixGravatar yang-g2015-07-22
| |/ / / / |/| | | |
* | | | | Merge pull request #2571 from vjpai/cent6-issuesGravatar Yang Gao2015-07-22
|\ \ \ \ \ | |_|_|_|/ |/| | | | Remove one range-based for and do appropriate static casts on nullptr
| | | * | Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
| |_|/ / |/| | |
| | | * merge head and resolve conflictGravatar yang-g2015-07-22
| | | |\ | |_|_|/ |/| | |
| | | * move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| | | |
* | | | Merge pull request #2427 from yang-g/per_call_oauth_creds_implGravatar Abhishek Kumar2015-07-21
|\ \ \ \ | | | | | | | | | | Per call oauth creds impl
* \ \ \ \ Merge pull request #2529 from ctiller/prefer-gin-n-tonicGravatar Vijay Pai2015-07-21
|\ \ \ \ \ | | | | | | | | | | | | Move alarm subsystem to monotonic time
| | | * | | Remove iterator-based test altogetherGravatar Vijay Pai2015-07-21
| | | | | |
| | | * | | Remove one range-based for and do appropriate static casts on nullptrGravatar Vijay Pai2015-07-21
| | | | |/ | | | |/|
* | | | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-20
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| | | | * Merge github.com:grpc/grpc into tell-me-who-you-might-beGravatar Craig Tiller2015-07-20
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
| | | | |
| | | | * Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| | | | |
| | | * | Merge remote-tracking branch 'upstream/master' into per_call_oauth_creds_implGravatar yang-g2015-07-20
| | | |\|
| * | | | Remove experimental prefixGravatar Craig Tiller2015-07-19
| | |_|/ | |/| |
* | | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-19
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| | * | Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
| |/ /
| * | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
| * \ \ Merge pull request #2319 from dgquintas/str_join_with_sepGravatar Nicolas Noble2015-07-19
| |\ \ \ | | | | | | | | | | Added convenience functions gpr_strjoin_sep and grp_strsplit
* | | | | User agent string supportGravatar Craig Tiller2015-07-18
| | | | |
* | | | | Make tests a little more robustGravatar Craig Tiller2015-07-18
| | | | |
| * | | | Merge with head and resolve conflictGravatar yang-g2015-07-17
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ \ \ \ \ | | | | | | | | | | | | Lock free requested call fulfillment path
| | | * \ \ Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-17
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #2403 from ctiller/no-worries-i-can-waitGravatar Nicolas Noble2015-07-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a clock_type field to gpr_timespec
| | | | | * | Removed compression levels from clients and _experimental_'d signature of ↵Gravatar David Garcia Quintas2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | methods manipulating compression algorithms
* | | | | | | Merge pull request #2482 from vjpai/rename_schedule_callbackGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
| | | | * | | | update according to spec changeGravatar yang-g2015-07-17
| | | | | | | |
* | | | | | | | Merge pull request #2472 from nicolasnoble/4000-is-infinite-rightGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Changing a very long (4000s) deadline to 10s.
| | | * \ \ \ \ \ Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-07-17
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no-worries-i-can-wait
| | | * \ \ \ \ \ \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| | | | | * | | | | Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-17
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #2463 from dgquintas/bitsetmacrosGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added bitset macro ops
| | * | | | | | | | | Changing a very long (4000s) deadline to 10s.Gravatar Nicolas "Pixel" Noble2015-07-17
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2413 from dgquintas/interop_snifferGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Introduced InteropContextInspector
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2385 from yang-g/timeout_interopGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add timeout interop test case