aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Progress - need to add http filtersGravatar Craig Tiller2015-06-26
* Get the success case through to call creationGravatar Craig Tiller2015-06-26
* Small fixesGravatar Craig Tiller2015-06-26
* Connector progressGravatar Craig Tiller2015-06-26
* Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-26
|\
* | Further client config workGravatar Craig Tiller2015-06-26
| * Merge pull request #2149 from ctiller/oops-i-split-it-againGravatar Vijay Pai2015-06-26
| |\
| * \ Merge pull request #2204 from nicolasnoble/completion-queue-refcount-debuggingGravatar Craig Tiller2015-06-26
| |\ \
| * \ \ Merge pull request #2221 from yang-g/no_new_bbq_after_flushGravatar Craig Tiller2015-06-26
| |\ \ \
* | | | | client_config: chttp2_fullstack_no_op_unsecure_test passesGravatar Craig Tiller2015-06-26
| * | | | Merge pull request #2214 from ctiller/are-includes-saneGravatar Nicolas Noble2015-06-25
| |\ \ \ \
* | | | | | Introduce connector, to help subchannel connectGravatar Craig Tiller2015-06-25
| * | | | | revert wording of optional in php docGravatar Stanley Cheung2015-06-25
| * | | | | php: update READMEGravatar Stanley Cheung2015-06-25
* | | | | | Refine subprocess_call APIGravatar Craig Tiller2015-06-25
| * | | | | php extension: do not link rt in osxGravatar Stanley Cheung2015-06-25
* | | | | | Implement vtable helper stubsGravatar Craig Tiller2015-06-25
| | | * | | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-06-25
* | | | | | Moving chttp2 to new transport interfaceGravatar Craig Tiller2015-06-25
| * | | | | Reworking the cascade kick to be Windows-specific.Gravatar Nicolas "Pixel" Noble2015-06-25
* | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\| | | | |
* | | | | | Merge branch 'oops-i-split-it-again' into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Plumbing transport_op changes throughGravatar Craig Tiller2015-06-25
| | * | | | Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changesGravatar Jorge Canizales2015-06-25
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #2211 from murgatroid99/objective_c_retain_cycleGravatar Jorge Canizales2015-06-25
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | | * | | Changed argument names in Objective-C generated codeGravatar murgatroid992015-06-25
| | | |/ / / | | |/| | |
| * | | | | Addressing commentsGravatar Craig Tiller2015-06-25
* | | | | | chop chop chopGravatar Craig Tiller2015-06-25
| | | * | | Fixed name in commentsGravatar murgatroid992015-06-25
| | * | | | Merge pull request #2203 from stanley-cheung/cleanup_php_scriptsGravatar Michael Lumish2015-06-25
| | |\ \ \ \
* | | | | | | Merge branch 'oops-i-split-it-again' into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\| | | | | |
* | | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Simpler codeGravatar Craig Tiller2015-06-25
| | * | | | | Remove dead codeGravatar Craig Tiller2015-06-25
| | * | | | | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-25
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | s/grpc_transport_op/grpc_transport_stream_op/gGravatar Craig Tiller2015-06-25
* | | | | | | Refactoring progress towards integrating client configsGravatar Craig Tiller2015-06-25
| | | | | * | Merge github.com:grpc/grpc into are-includes-saneGravatar Craig Tiller2015-06-25
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | | * | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| * | | | | | Merge pull request #2209 from murgatroid99/objective_c_const_conversionGravatar Jorge Canizales2015-06-24
| |\ \ \ \ \ \
| | | | | * | | Fixed 'retain cycle' warnings in GRPCWrappedCall.mGravatar murgatroid992015-06-24
| | |_|_|/ / / | |/| | | | |
| | * | | | | Remove const cast warning in GRPCSecureChannel.mGravatar murgatroid992015-06-24
* | | | | | | Implementation work for client_configGravatar Craig Tiller2015-06-24
| * | | | | | Merge pull request #2202 from nicolasnoble/don-t-recursive-lock-meGravatar Craig Tiller2015-06-24
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #2205 from nicolasnoble/threadpools-need-to-cascade-kickGravatar Craig Tiller2015-06-24
| |\ \ \ \ \ \ \
| * | | | | | | | On pollset shutdown, we need to unconditionally start the kick cascade.Gravatar Nicolas "Pixel" Noble2015-06-24
| | |_|/ / / / / | |/| | | | | |
| | * | | | | | Cascade-kick pollsets when shutting down.Gravatar Nicolas "Pixel" Noble2015-06-24
| |/ / / / / /
| | | | | | * Adding file and line number to cq debug refcount.Gravatar Nicolas "Pixel" Noble2015-06-24
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #2185 from ctiller/it-hides-themGravatar Nicolas Noble2015-06-24
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #2167 from ctiller/everyone-is-specialGravatar David G. Quintas2015-06-24
| |\ \ \ \ \ \