Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | 2015-09-08 | |
|\ | |||
| * | Shuffling headers around. | 2015-08-28 | |
| | | |||
| * | impl | 2015-08-25 | |
| | | |||
| * | merge with head | 2015-08-24 | |
| |\ | |||
* | \ | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | 2015-08-24 | |
|\ \ \ | | |/ | |/| | |||
| * | | Merge branch 'master' into fray | 2015-08-24 | |
| |\ \ | |||
| * | | | Eliminate public thread-pool interface | 2015-08-24 | |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into y12kdm3 | 2015-08-21 | |
| | |\ \ | | |/ / | |/| | | |||
| | * | | prettify comment | 2015-08-21 | |
| | | | | |||
| | | * | headers reorg | 2015-08-21 | |
| | |/ | |/| | |||
* | | | Comments and derived bugfixes. | 2015-08-19 | |
| | | | |||
| | * | Fix syncronous unimplemented methods | 2015-08-19 | |
| | | | |||
| * | | Extend comment | 2015-08-19 | |
| | | | |||
| * | | Add comments, fix a subtle bug | 2015-08-19 | |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | 2015-08-18 | |
|\ \ \ | |||
| | * \ | Merge github.com:grpc/grpc into shutdown-c++ | 2015-08-18 | |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Add a timeout to shutdown to forcefully end calls | 2015-08-18 | |
| | | | | |||
| * | | | clang-format all source | 2015-08-18 | |
| |/ / | |||
| | * | Re-add accidentally deleted code | 2015-08-17 | |
| | | | |||
| | * | Merge github.com:grpc/grpc into y12kdm3 | 2015-08-17 | |
| | |\ | | |/ | |/| | |||
| * | | Make comment look finished | 2015-08-14 | |
| | | | |||
| * | | Use emplace_back properly and when appropriate, considering limitations | 2015-08-14 | |
| | | | | | | | | | | | | of gcc4.4 | ||
| * | | Merge pull request #2921 from yang-g/unknown_service | 2015-08-13 | |
| |\ \ | | | | | | | | | Use a sync service to handle requests to unknown services | ||
| | * | | remove redundant ctor | 2015-08-13 | |
| | | | | |||
| | * | | Use a sync service to handle requests to unknown services | 2015-08-13 | |
| | |/ | |||
* | / | Server: added the ability to disable compression algorithm | 2015-08-10 | |
| |/ |/| | |||
| * | Changing the library's code to adapt with the new API. | 2015-07-23 | |
|/ | |||
* | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | 2015-07-16 | |
| | |||
* | Merge remote-tracking branch 'upstream/master' into security_context2 | 2015-07-09 | |
|\ | |||
* | | resolve comments | 2015-07-07 | |
| | | |||
| * | Support registering services against specific hosts | 2015-07-07 | |
|/ | |||
* | Add a test that headers are properly in build.json | 2015-06-25 | |
| | | | | Clean up anything that failed | ||
* | release memory even if the status is false | 2015-06-23 | |
| | |||
* | Only copy stuff when status is ok | 2015-06-23 | |
| | |||
* | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs | 2015-06-22 | |
|\ | |||
| * | Split cq creation from request initiation so that cq creation | 2015-06-17 | |
| | | | | | | | | can be removed from C++ lock. | ||
* | | Fix memory leak | 2015-06-05 | |
| | | |||
* | | Fix memory leak | 2015-06-05 | |
| | | |||
* | | Remove old code | 2015-06-05 | |
| | | |||
* | | Get server call tags right | 2015-06-05 | |
| | | |||
* | | clang-format | 2015-06-05 | |
| | | |||
* | | Everything compiles again | 2015-06-04 | |
| | | |||
* | | Progress commit on fixing up C++ | 2015-06-04 | |
|/ | |||
* | Merge branch 'demon-on-wheels' into we-dont-need-no-cv | 2015-05-29 | |
|\ | |||
| * | Leak fix, the metadata array should be destroyed on the server SyncRequest | 2015-05-28 | |
| | | |||
* | | Make C/C++ tests pass | 2015-05-27 | |
| | | |||
* | | Refine shutdown API | 2015-05-27 | |
|/ | |||
* | Remove some bad asserts | 2015-05-15 | |
| | |||
* | Correct C++ build errors | 2015-05-08 | |
| | |||
* | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | 2015-05-08 | |
|\ | | | | | | | | | Conflicts: src/cpp/server/server.cc |