Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Do not use string_ref for output params. | Julien Boeuf | 2015-09-22 |
* | Fix compilation | Craig Tiller | 2015-09-02 |
* | Merge github.com:grpc/grpc into daisy-dukes | Craig Tiller | 2015-09-01 |
|\ | |||
| * | Hand-written changes | Craig Tiller | 2015-08-31 |
* | | Remove C++11isms | Craig Tiller | 2015-08-31 |
* | | Merge github.com:grpc/grpc into daisy-dukes | Craig Tiller | 2015-08-31 |
|\ \ | |||
| | * | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | * | Addressing comments. | Julien Boeuf | 2015-08-28 |
| | * | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | * | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
| | |\ | | |/ | |/| | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cle... | Julien Boeuf | 2015-08-28 |
| |\ \ | |||
| | | * | Fixing AuthContext tests. | Julien Boeuf | 2015-08-28 |
| | | * | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
| | | |\ | | | |/ | | |/| | |||
| | | * | Adding C++ metadata processor. | Julien Boeuf | 2015-08-28 |
| | * | | Merge pull request #3104 from yang-g/create_channel | Craig Tiller | 2015-08-27 |
| | |\ \ | |||
| * | | | | Addressing comments, round 2. | Julien Boeuf | 2015-08-27 |
| | | | * | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 |
| | | | |\ | | | |_|/ | | |/| | | |||
| * | | | | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ... | Julien Boeuf | 2015-08-27 |
| |\ \ \ \ | |||
| * | | | | | Addressing comments. | Julien Boeuf | 2015-08-27 |
| | |/ / / | |/| | | | |||
| | | * | | implementation fix | yang-g | 2015-08-27 |
* | | | | | IWYU | Craig Tiller | 2015-08-27 |
* | | | | | Friends dont let friends use volatile for synchronization | Craig Tiller | 2015-08-27 |
| * | | | | minor fixes | yang-g | 2015-08-26 |
| | |/ / | |/| | | |||
* / | | | Repro case for flow control bug. | Rakesh Iyer | 2015-08-26 |
|/ / / | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 |
| | |\ | |||
* | | \ | Merge remote-tracking branch 'upstream/master' into string_ref_auth | yang-g | 2015-08-26 |
|\ \ \ \ | |||
| * \ \ \ | Merge pull request #3065 from yang-g/string_ref | Craig Tiller | 2015-08-26 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #3035 from ctiller/naming-crisis | David G. Quintas | 2015-08-25 |
| |\ \ \ \ \ | |||
| | | | * | | | Credentials cleanup: | Julien Boeuf | 2015-08-25 |
| | |_|/ / / | |/| | | | | |||
* | | | | | | auth context api change for string_ref | yang-g | 2015-08-25 |
| |_|/ / / |/| | | | | |||
| * | | | | Added missing payloads to streaming compressed test | David Garcia Quintas | 2015-08-25 |
| | |_|/ | |/| | | |||
| | * | | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2015-08-25 |
| | |\ \ | | |/ / | |/| | | |||
* / | | | impl | yang-g | 2015-08-25 |
|/ / / | |||
* | | | Make certain constants unsigned to please compiler on Mac | vjpai | 2015-08-25 |
* | | | Fixing tests. | Julien Boeuf | 2015-08-25 |
| * | | Loosen test requirements to better fit spec | Craig Tiller | 2015-08-25 |
* | | | Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref | Julien Boeuf | 2015-08-24 |
|\| | | |||
* | | | Adding grpc::string_ref class. | Julien Boeuf | 2015-08-24 |
| * | | merge with head | yang-g | 2015-08-24 |
| |\ \ | |||
| | * \ | Merge branch 'master' into fray | Vijay Pai | 2015-08-24 |
| | |\ \ | |||
| | * | | | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 |
| | | * | | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-21 |
| | | |\ \ | | | |/ / | | |/| | | |||
| * | | | | headers reorg | yang-g | 2015-08-21 |
| * | | | | fix shutdown_test | yang-g | 2015-08-20 |
| * | | | | Merge remote-tracking branch 'upstream/master' into docs | yang-g | 2015-08-20 |
| |\| | | | |||
| | * | | | Merge pull request #2977 from ctiller/shutdown-c++ | Yang Gao | 2015-08-19 |
| | |\ \ \ | |||
| * | | | | | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | * | | | | Moved methods' impl to header for simplicity | David Garcia Quintas | 2015-08-19 |
| |/ / / / | |||
| | | * | | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-19 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #2975 from dgquintas/no_foreach_44 | Vijay Pai | 2015-08-19 |
| |\ \ \ \ |