aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add libz dependency to grpc_unsecure_objcGravatar Jorge Canizales2015-06-23
|
* Generate objc_library for grpc_unsecure & gprGravatar Jorge Canizales2015-06-23
|
* Merge pull request #2172 from murgatroid99/podspec_remove_include_pathsGravatar Jorge Canizales2015-06-23
|\ | | | | Move /include/... up on pod install, to put it on a search path Cocoapods supports
* \ Merge pull request #2187 from ↵Gravatar Michael Lumish2015-06-23
|\ \ | | | | | | | | | | | | tbetbetbe/grpc-ruby-bump-version-for-release-branch-release Bump version of grpc ruby for release on the release branch
| | * Made podspec move include/grpc up a levelGravatar murgatroid992015-06-23
| | |
| * | Bump version of grpc ruby for release on the release branchGravatar Tim Emiola2015-06-23
| | | | | | | | | | | | | | | - grpc ruby 0.9.3 should have released from the release branch but was not - it needs to be re-released from that branch
* | | Merge pull request #2183 from yang-g/nilGravatar Nicolas Noble2015-06-23
|\ \ \ | |/ / |/| | Only copy call details when the status is ok.
| * | release memory even if the status is falseGravatar yang-g2015-06-23
| | |
* | | Merge pull request #2180 from yang-g/constnessGravatar Craig Tiller2015-06-23
|\ \ \ | | | | | | | | Add missing headers to build.json
| | * | Only copy stuff when status is okGravatar yang-g2015-06-23
| |/ /
* | | Merge pull request #2143 from murgatroid99/core_security_conversion_warningsGravatar jboeuf2015-06-23
|\ \ \ | | | | | | | | Fixed integer conversion warnings in src/core/security
| | * | Fix doxyfile for realGravatar yang-g2015-06-23
| | | |
| | * | clang-format messed up Doxyfile.c++, restoredGravatar yang-g2015-06-23
| | | |
| | * | Add missing headers to build.jsonGravatar yang-g2015-06-23
| |/ / |/| |
* | | Merge pull request #2171 from ctiller/fix-pollingGravatar Nicolas Noble2015-06-23
|\ \ \ | | | | | | | | Remove return status from maybe_work.
* \ \ \ Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufsGravatar Yang Gao2015-06-23
|\ \ \ \ | | | | | | | | | | Remove Protobuf dependency for C++
* \ \ \ \ Merge pull request #2141 from murgatroid99/core_support_conversion_warningsGravatar Craig Tiller2015-06-23
|\ \ \ \ \ | | | | | | | | | | | | Fix integer conversion warnings in src/core/support
* \ \ \ \ \ Merge pull request #2165 from nicolasnoble/backup-poller-broke-meGravatar Craig Tiller2015-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixing Windows port after the removal of the backup poller.
* \ \ \ \ \ \ Merge pull request #2175 from yang-g/constnessGravatar Craig Tiller2015-06-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add const to ByteBuffer methods and add tests
* \ \ \ \ \ \ \ Merge pull request #2173 from nicolasnoble/don-t-recurse-locksGravatar Craig Tiller2015-06-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing recursive locking under Windows.
| | * | | | | | | proper init const char *Gravatar yang-g2015-06-22
| | | | | | | | |
* | | | | | | | | Merge pull request #2170 from ctiller/metadata-docsGravatar David G. Quintas2015-06-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add metadata batch documentation
* \ \ \ \ \ \ \ \ \ Merge pull request #2166 from dgquintas/fix_compress_enum_parsing_winGravatar Nicolas Noble2015-06-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed warning while parsing compression enum bytes.
| | | * | | | | | | | Fixing recursive locking under Windows.Gravatar Nicolas "Pixel" Noble2015-06-23
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shutting down is synchronous under Windows, so we don't want to do that while holding a lock.
| | | * | | | | | | Add const to ByteBuffer methods and add testsGravatar Yang Gao2015-06-22
| | | | | | | | | |
| | | | | | | | | * Undid removal of podspec header commentsGravatar murgatroid992015-06-22
| | | | | | | | | |
| | | | | | | | | * Removed redundant include paths from podspecGravatar murgatroid992015-06-22
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | * | | | | Fixing Windows port after the removal of the backup poller.Gravatar Nicolas Noble2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the backup poller gone, the caller of grpc_pollset_work is expecting it to sleep. Aligning the behavior of the Windows port with the behavior of the Posix port.
| | | | | | | * | Remove return status from maybe_work.Gravatar Craig Tiller2015-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since alarm checks may mutate work deadlines for pollsets, the value returned from maybe_work is meaningless. Instead, maybe pollset_work always return 1 if maybe_work is invoked, and then redo the deadline check _on the next call_ to pollset_work.
| | * | | | | | | Add metadata batch documentationGravatar Craig Tiller2015-06-22
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge pull request #2164 from ctiller/all-my-little-snowflakesGravatar Nicolas Noble2015-06-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix flaky test
* \ \ \ \ \ \ \ \ Merge pull request #2158 from murgatroid99/generated_files_info_messageGravatar Nicolas Noble2015-06-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Generated files info message
* \ \ \ \ \ \ \ \ \ Merge pull request #2142 from murgatroid99/core_json_conversion_warningsGravatar Nicolas Noble2015-06-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed integer conversion warnings in src/core/json
| | | | | | | | * | | Reverted slice.c changesGravatar murgatroid992015-06-22
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2168 from ctiller/dont-do-nothing-infinite-timesGravatar David G. Quintas2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Dont do nothing for eternity
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2154 from jcanizales/fix-build-jsonGravatar Craig Tiller2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add pollset_set.h to build.json
| | * | | | | | | | | | | Dont do nothing for eternityGravatar Craig Tiller2015-06-22
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| | | | | | | | | * | | Made requested fixesGravatar murgatroid992015-06-22
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2047 from grpc/jtattermusch-patch-3Gravatar Craig Tiller2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Update grpc.h comments for grpc_call thread safety
| | | | | | | * | | | | Fixed warning while parsing compression enum bytes.Gravatar David Garcia Quintas2015-06-22
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into jtattermusch-patch-3Gravatar Jan Tattermusch2015-06-22
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| | | | | | | | * | | Fixed incorrect comment formatGravatar murgatroid992015-06-22
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2160 from ctiller/no-point-for-an-object-hereGravatar Yang Gao2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use a character literal instead of grpc::string
| | | | | | | * | | | | Fix flaky testGravatar Craig Tiller2015-06-22
| | | | | |_|/ / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assertation could be false if the server responds quickly enough (it's unlikely to). Removing the assert does not change the nature of the test.
| | | | | | | | * | | Reverted incorrect type changeGravatar murgatroid992015-06-22
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2123 from jboeuf/ssl_auth_context_fixGravatar Yang Gao2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | Fixing ssl auth context.
| | * | | | | | | | | Use a character literal instead of grpc::stringGravatar Craig Tiller2015-06-22
| | | | | | | | | | |
| | | * | | | | | | | clarify grpc_call_start_batch thread safety.Gravatar Jan Tattermusch2015-06-22
| | | | | | | | | | |
| | | | | | | | | * | Update to set flags=0 on all opsGravatar Craig Tiller2015-06-22
| | | | | | | | | | |
| | | | | | * | | | | Regenerated filesGravatar murgatroid992015-06-22
| | | | | | | | | | |