Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fixed refactoring of grpc_arg pointer vtable | David Garcia Quintas | 2016-02-17 |
* | Merge pull request #4859 from ctiller/sceq | Sree Kuchibhotla | 2016-02-17 |
|\ | |||
* \ | Merge pull request #5186 from yang-g/inherit_from_grpc_library | Sree Kuchibhotla | 2016-02-17 |
|\ \ | |||
* | | | Flagging the missing API entries. | Nicolas "Pixel" Noble | 2016-02-17 |
| | * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-17 |
| | |\ | |_|/ |/| | | |||
* | | | I merged this without checking the copyright. My mistake... | vjpai | 2016-02-12 |
* | | | Small tweak to make some customer code compile | Craig Tiller | 2016-02-12 |
| * | | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library | yang-g | 2016-02-12 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #5078 from ctiller/compatibility_mode | Craig Tiller | 2016-02-12 |
|\ \ \ | |||
* \ \ \ | Merge pull request #5052 from ctiller/compress | David G. Quintas | 2016-02-11 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #5079 from nicolasnoble/underscores_are_the_root_of_all_evil | David G. Quintas | 2016-02-11 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #5193 from vjpai/alarm_mods | Craig Tiller | 2016-02-11 |
|\ \ \ \ \ \ | |||
| | | * \ \ \ | Merge github.com:grpc/grpc into compress | Craig Tiller | 2016-02-11 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
| | | | * | | | Merge github.com:grpc/grpc into compatibility_mode | Craig Tiller | 2016-02-11 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| * | | | | | | Remove a small allocation, at the cost of a little uglier header file. | Vijay Pai | 2016-02-11 |
* | | | | | | | Removed outdated mention of AsynchronousService | David Garcia Quintas | 2016-02-11 |
| * | | | | | | Make C++ alarm class usable and testable - there were some build issues and | vjpai | 2016-02-10 |
|/ / / / / / | |||
| | | | * | | Fix copyright | yang-g | 2016-02-10 |
| | | | * | | Provide explicit API for user to set user agent string prefix | yang-g | 2016-02-10 |
| |_|_|/ / |/| | | | | |||
* | | | | | Added missing codegen includes | David Garcia Quintas | 2016-02-09 |
| | | | * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-09 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #5128 from yang-g/inherit_from_grpc_library | Craig Tiller | 2016-02-08 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #5099 from vjpai/cpp_races | Nicolas Noble | 2016-02-08 |
|\ \ \ \ \ \ | |||
| | * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library | yang-g | 2016-02-08 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Fix include hygiene | Craig Tiller | 2016-02-08 |
| | | * | | | | Removing undescores in {GPR,GRPC,CENSUS}_API. | Nicolas "Pixel" Noble | 2016-02-08 |
| |_|/ / / / |/| | | | | | |||
| * | | | | | Merge branch 'master' into cpp_races | Vijay Pai | 2016-02-08 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||
| * | | | | | clang-format | Vijay Pai | 2016-02-08 |
| | * | | | | add missing base class | yang-g | 2016-02-08 |
| |/ / / / |/| | | | | |||
| * | | | | reset the shared_ptr | Vijay Pai | 2016-02-08 |
* | | | | | Merge pull request #5096 from a-veitch/win_cv_wait | Craig Tiller | 2016-02-08 |
|\ \ \ \ \ | |||
| | * | | | | Ref the collection only when it will be used (and later finalized) | Vijay Pai | 2016-02-05 |
* | | | | | | Reverse changes to AVL code | murgatroid99 | 2016-02-05 |
| | * | | | | Drop the ref | Vijay Pai | 2016-02-05 |
| | * | | | | Undo much of the previous commits so that only CallOpSet groups | Vijay Pai | 2016-02-05 |
| | * | | | | Forgot to include these edits in the last commit | Vijay Pai | 2016-02-05 |
| | * | | | | Wrap groups of related CallOpSet's into a ref-counted structure | Vijay Pai | 2016-02-05 |
| * | | | | | Add timespan support for win32 gpr_cv_wait. | Alistair Veitch | 2016-02-05 |
| |/ / / / | |||
* | | | | | Clang format and fix copyrights | murgatroid99 | 2016-02-05 |
* | | | | | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
|/ / / / | |||
| * | | | Merge github.com:grpc/grpc into compress | Craig Tiller | 2016-02-05 |
| |\ \ \ | |/ / / |/| | | | |||
| | * | | Make binary compatibility not the default | Craig Tiller | 2016-02-04 |
| |/ / |/| | | |||
* | | | Merge pull request #5013 from a-veitch/tag_set_to_context | Bogdan Drutu | 2016-02-04 |
|\ \ \ | |||
* | | | | Fixing inclusion of stdint.h | Nicolas "Pixel" Noble | 2016-02-04 |
* | | | | Fix Python Windows build | Masood Malekghassemi | 2016-02-04 |
| | * | | Fix race condition in transport API | Craig Tiller | 2016-02-03 |
| * | | | merge | Alistair Veitch | 2016-02-03 |
| |\| | | |||
* | | | | Merge branch 'master' into server_try_cancel_api | Sree Kuchibhotla | 2016-02-03 |
|\ \ \ \ | | |/ / | |/| | | |||
| | * | | merge | Alistair Veitch | 2016-02-02 |
| | |\ \ | |||
| * | \ \ | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-02 |
| |\ \ \ \ | | | |/ / | | |/| | |