aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.h
Commit message (Collapse)AuthorAge
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Rewrite server request startup pathGravatar Craig Tiller2015-02-10
| | | | | Stub in registered methods, cleanup to the point I understand this code again.
* First test passesGravatar Craig Tiller2015-02-03
|
* Flesh out batch APIGravatar Craig Tiller2015-02-03
|
* Made call.c compile againGravatar Craig Tiller2015-01-30
|
* Rename & semantic fixup progressGravatar Craig Tiller2015-01-30
|
* Allow asynchronous call destruction in some casesGravatar Craig Tiller2015-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 startingGravatar Craig Tiller2015-01-29
|
* Spam cleanupGravatar Craig Tiller2015-01-29
|
* Fix refcount leak on server rpc_newGravatar Craig Tiller2015-01-29
|
* Initial fixes: we now send a requestGravatar Craig Tiller2015-01-27
|
* First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|
* Allow access to call stack from call.Gravatar Craig Tiller2015-01-27
| | | | This API parallels the equivalent one in channel.
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Pre allocate client side strings per channel for method, scheme, path, andGravatar klempner2014-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.Gravatar Nicolas Noble2014-11-26