aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #2216 from jboeuf/unpadded_base64Gravatar Nicolas Noble2015-07-01
|\ | | | | Base64 decode improvements
* \ Merge pull request #2229 from ctiller/forever-is-a-long-timeGravatar David Klempner2015-06-30
|\ \ | | | | | | Fix fd handling on posix
* | | Fix leak in chttp2_transportGravatar Craig Tiller2015-06-30
| | |
| * | Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-30
| |\ \
* | | | Spam cleanupGravatar Craig Tiller2015-06-30
| |/ / |/| |
* | | Remove the ability to specify a string on cancel: it was broken and unused; ↵Gravatar Craig Tiller2015-06-30
| | | | | | | | | | | | will restore later
* | | Fix a bug where transports can leak because they are not shut down correctlyGravatar Craig Tiller2015-06-30
| | |
* | | Fix leaking unclaimed incoming metadataGravatar Craig Tiller2015-06-30
| | |
* | | SSL refcounting fixesGravatar Craig Tiller2015-06-30
| | | | | | | | | | | | | | | | | | Handle the case where we recreate an auth context. Add (opt-in) debugging for refcounts on auth contexts.
* | | Fix leak in chttp2_transport incoming metadataGravatar Craig Tiller2015-06-30
| | |
| | * Fixing indentation.Gravatar Julien Boeuf2015-06-30
| | |
* | | Merge pull request #2249 from soltanmm/2248Gravatar Nathaniel Manista2015-06-29
|\ \ \ | | | | | | | | Fix initial-server-metadata-merged-into-terminal-server-metadata bug.
* | | | Minor: add TODO to improve an error message.Gravatar Jorge Canizales2015-06-29
| | | |
* | | | Don’t import Protobuf runtime using Cocoapods pathsGravatar Jorge Canizales2015-06-29
| | | |
| * | | Accept metadata sequences, return tuplesGravatar Masood Malekghassemi2015-06-29
| | | |
| * | | Fix #2248Gravatar Masood Malekghassemi2015-06-29
|/ / /
* | | Merge pull request #2244 from stanley-cheung/php_minor_script_fixGravatar Michael Lumish2015-06-29
|\ \ \ | | | | | | | | php minor script fix
| * | | php minor script fixGravatar Stanley Cheung2015-06-29
| | | |
| | * | Add an fd conservation test to verify that fds actually closeGravatar Craig Tiller2015-06-29
| | | |
* | | | Add roots.pem bundle to the Bazel target, and use a better bundle name.Gravatar Jorge Canizales2015-06-28
|/ / /
* | | Merge pull request #2149 from ctiller/oops-i-split-it-againGravatar Vijay Pai2015-06-26
|\ \ \ | | | | | | | | Initial transport lock split up
| | * \ Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-26
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #2204 from nicolasnoble/completion-queue-refcount-debuggingGravatar Craig Tiller2015-06-26
|\ \ \ \ | | | | | | | | | | Adding file and line number to cq debug refcount.
| | | * \ Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-26
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge pull request #2221 from yang-g/no_new_bbq_after_flushGravatar Craig Tiller2015-06-26
|\ \ \ \ \ | | | | | | | | | | | | Bug fix. Do not push to incoming_queue after it is flushed.
| | | | * | Call fd_orphan callback a little earlierGravatar Craig Tiller2015-06-26
| | | | | |
* | | | | | Merge pull request #2214 from ctiller/are-includes-saneGravatar Nicolas Noble2015-06-25
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Add a test that headers are properly in build.json
* | | | | | revert wording of optional in php docGravatar Stanley Cheung2015-06-25
| | | | | |
* | | | | | php: update READMEGravatar Stanley Cheung2015-06-25
| | | | | |
* | | | | | php extension: do not link rt in osxGravatar Stanley Cheung2015-06-25
| | | | | |
| | * | | | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-06-25
| | | | | |
* | | | | | Reworking the cascade kick to be Windows-specific.Gravatar Nicolas "Pixel" Noble2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | This brings the Windows port more in-par with Linux. We're now making sure all of the pollsets are going to return immediately before calling the shutdown callback.
* | | | | | Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changesGravatar Jorge Canizales2015-06-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Changed argument names in Objective-C generated code
* \ \ \ \ \ \ Merge pull request #2211 from murgatroid99/objective_c_retain_cycleGravatar Jorge Canizales2015-06-25
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fixed retain cycles in GRPCWrappedCall.m
| | * | | | | Changed argument names in Objective-C generated codeGravatar murgatroid992015-06-25
| |/ / / / / |/| | | | |
| | | | * | Addressing commentsGravatar 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | php: refactor and cleanup some scripts
| | | | | | * Base64 decode improvements.Gravatar Julien Boeuf2015-06-25
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | - Allow ablity to specify the length for decoding. - Allow for non-padded encodings to be decoded properly.
| | | | | * 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
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | * | | Merge github.com:grpc/grpc into are-includes-saneGravatar Craig Tiller2015-06-25
| | | |\ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal
| | | * | | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | Clean up anything that failed
* | | | | | Merge pull request #2209 from murgatroid99/objective_c_const_conversionGravatar Jorge Canizales2015-06-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove const cast warning in GRPCSecureChannel.m
| | | * | | | Fixed 'retain cycle' warnings in GRPCWrappedCall.mGravatar murgatroid992015-06-24
| |_|/ / / / |/| | | | |
| * | | | | Remove const cast warning in GRPCSecureChannel.mGravatar murgatroid992015-06-24
| | | | | |
* | | | | | Merge pull request #2202 from nicolasnoble/don-t-recursive-lock-meGravatar Craig Tiller2015-06-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Let's inform the system of the lock to unlock...
* \ \ \ \ \ \ Merge pull request #2205 from nicolasnoble/threadpools-need-to-cascade-kickGravatar Craig Tiller2015-06-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cascade-kick pollsets when shutting down.
* | | | | | | | On pollset shutdown, we need to unconditionally start the kick cascade.Gravatar Nicolas "Pixel" Noble2015-06-24
| |_|/ / / / / |/| | | | | |