Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Rewrite server request startup path | Craig Tiller | 2015-02-10 |
| | | | | | Stub in registered methods, cleanup to the point I understand this code again. | ||
* | First test passes | Craig Tiller | 2015-02-03 |
| | |||
* | Flesh out batch API | Craig Tiller | 2015-02-03 |
| | |||
* | Made call.c compile again | Craig Tiller | 2015-01-30 |
| | |||
* | Rename & semantic fixup progress | Craig Tiller | 2015-01-30 |
| | |||
* | Allow asynchronous call destruction in some cases | Craig Tiller | 2015-01-29 |
| | | | | If there's a chance we're being called via a callback, we need to delay destruction until later. Otherwise, for performance, destroy it inline. | ||
* | Fix server starting | Craig Tiller | 2015-01-29 |
| | |||
* | Spam cleanup | Craig Tiller | 2015-01-29 |
| | |||
* | Fix refcount leak on server rpc_new | Craig Tiller | 2015-01-29 |
| | |||
* | Initial fixes: we now send a request | Craig Tiller | 2015-01-27 |
| | |||
* | First compiling version of the new C api. | Craig Tiller | 2015-01-27 |
| | |||
* | Allow access to call stack from call. | Craig Tiller | 2015-01-27 |
| | | | | This API parallels the equivalent one in channel. | ||
* | clang-format codebase | Craig Tiller | 2015-01-13 |
| | |||
* | Pre allocate client side strings per channel for method, scheme, path, and | klempner | 2014-12-19 |
| | | | | | | | | | | authority. For method and scheme, move these from channel to http_client_filter. Change on 2014/12/19 by klempner <klempner@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82536909 | ||
* | Initial import. | Nicolas Noble | 2014-11-26 |