aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-26
|\ | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c
| * Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
| |\ | | | | | | Dynamic-sized thread pool
| * \ 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)
| | | * Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | | |\ | | |_|/ | |/| |
| * | | Fix gpr_inf_future callGravatar yang-g2015-07-23
| | | |
| | | * Bug fixesGravatar vjpai2015-07-23
| | | |
| | | * Fix bug on shutdown caseGravatar vjpai2015-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 github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-23
|\| | | |
| * | | | Merge pull request #2493 from a-veitch/record_statGravatar Craig Tiller2015-07-23
| |\ \ \ \ | | | | | | | | | | | | Census record stats API
| * \ \ \ \ Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Expose call peer uri from C core
| | | | * | 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
| | | | |
* | | | | Rename grpc_channel_create to grpc_insecure_channel_createGravatar Craig Tiller2015-07-21
|/ / / /
* | | | Merge pull request #2529 from ctiller/prefer-gin-n-tonicGravatar Vijay Pai2015-07-21
|\ \ \ \ | | | | | | | | | | Move alarm subsystem to monotonic time
* \ \ \ \ 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
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Mark up all existing comments in grpc.h for Doxygen, add main pageGravatar Craig Tiller2015-07-20
| | | | |
| | | * | Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
| | | | |
| | | * | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| | | | |
| | | | * address commentsGravatar Alistair Veitch2015-07-20
| | | | |
| * | | | Fix typoGravatar Craig Tiller2015-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
* | | | User agent string supportGravatar Craig Tiller2015-07-18
|/ / /
* | | 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 #2489 from yang-g/header_guardGravatar Craig Tiller2015-07-17
|\ \ \ \ | | | | | | | | | | set header guard
* \ \ \ \ Merge pull request #2482 from vjpai/rename_schedule_callbackGravatar Craig Tiller2015-07-17
|\ \ \ \ \ | | | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
| | | | | * add record_stat APIGravatar Alistair Veitch2015-07-17
| | | | | |
| | * | | | set header guardGravatar yang-g2015-07-17
| |/ / / / |/| | | |
| | * | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #2463 from dgquintas/bitsetmacrosGravatar Craig Tiller2015-07-17
|\ \ \ \ \ | | | | | | | | | | | | Added bitset macro ops
| * | | | | Moar parenthesis!Gravatar David Garcia Quintas2015-07-17
| | | | | |
* | | | | | Merge pull request #2413 from dgquintas/interop_snifferGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Introduced InteropContextInspector
| | | * | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::AddGravatar vjpai2015-07-16
| | | | | | |
* | | | | | | add missed 'class'Gravatar yang-g2015-07-16
| | | | | | |
* | | | | | | 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
| | | | * | | | Prefixed macro with GPR_ a small var renameGravatar David Garcia Quintas2015-07-16
| | | | | | | |
| | | | * | | | rewrote bitcount function as a macroGravatar David Garcia Quintas2015-07-15
| | | | | | | |
| | | | * | | | Added missing "static"Gravatar David Garcia Quintas2015-07-15
| | | | | | | |