Michael Lumish
be79da21c5
Merge pull request #2187 from tbetbetbe/grpc-ruby-bump-version-for-release-branch-release
...
Bump version of grpc ruby for release on the release branch
10 years ago
Tim Emiola
27243c223b
Bump version of grpc ruby for release on the release branch
...
- grpc ruby 0.9.3 should have released from the release branch but was not
- it needs to be re-released from that branch
10 years ago
Nicolas Noble
0c82a24848
Merge pull request #2183 from yang-g/nil
...
Only copy call details when the status is ok.
10 years ago
yang-g
a58cab30b2
release memory even if the status is false
10 years ago
Craig Tiller
6b4fc31f08
Merge pull request #2180 from yang-g/constness
...
Add missing headers to build.json
10 years ago
yang-g
3deb0069f4
Only copy stuff when status is ok
10 years ago
jboeuf
bcd1ff2fc3
Merge pull request #2143 from murgatroid99/core_security_conversion_warnings
...
Fixed integer conversion warnings in src/core/security
10 years ago
yang-g
01ac44bf08
Fix doxyfile for real
10 years ago
yang-g
728f29076d
clang-format messed up Doxyfile.c++, restored
10 years ago
yang-g
adfed03146
Add missing headers to build.json
10 years ago
Nicolas Noble
04da718e90
Merge pull request #2171 from ctiller/fix-polling
...
Remove return status from maybe_work.
10 years ago
Yang Gao
253aaa6b10
Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs
...
Remove Protobuf dependency for C++
10 years ago
Craig Tiller
f8fedc43d7
Merge pull request #2141 from murgatroid99/core_support_conversion_warnings
...
Fix integer conversion warnings in src/core/support
10 years ago
Craig Tiller
60401f13b7
Merge pull request #2165 from nicolasnoble/backup-poller-broke-me
...
Fixing Windows port after the removal of the backup poller.
10 years ago
Craig Tiller
aa555df7ee
Merge pull request #2175 from yang-g/constness
...
Add const to ByteBuffer methods and add tests
10 years ago
Craig Tiller
8d5bfcc9de
Merge pull request #2173 from nicolasnoble/don-t-recurse-locks
...
Fixing recursive locking under Windows.
10 years ago
yang-g
b1bbc8764d
proper init const char *
10 years ago
David G. Quintas
138f9475b7
Merge pull request #2170 from ctiller/metadata-docs
...
Add metadata batch documentation
10 years ago
Nicolas Noble
bbb9a286f8
Merge pull request #2166 from dgquintas/fix_compress_enum_parsing_win
...
Fixed warning while parsing compression enum bytes.
10 years ago
Nicolas "Pixel" Noble
04a841f29a
Fixing recursive locking under Windows.
...
Shutting down is synchronous under Windows, so we don't want to do that while holding a lock.
10 years ago
Yang Gao
89c5a56233
Add const to ByteBuffer methods and add tests
10 years ago
Nicolas Noble
a14ebbbe40
Fixing Windows port after the removal of the backup poller.
...
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.
10 years ago
Craig Tiller
493542f444
Remove return status from maybe_work.
...
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.
10 years ago
Craig Tiller
cb89db7312
Add metadata batch documentation
10 years ago
Nicolas Noble
3e5964f8fb
Merge pull request #2164 from ctiller/all-my-little-snowflakes
...
Fix flaky test
10 years ago
Nicolas Noble
10dfcc0d9c
Merge pull request #2158 from murgatroid99/generated_files_info_message
...
Generated files info message
10 years ago
Nicolas Noble
1d7683d13f
Merge pull request #2142 from murgatroid99/core_json_conversion_warnings
...
Fixed integer conversion warnings in src/core/json
10 years ago
murgatroid99
84976a70ce
Reverted slice.c changes
10 years ago
David G. Quintas
6b3cb2a71f
Merge pull request #2168 from ctiller/dont-do-nothing-infinite-times
...
Dont do nothing for eternity
10 years ago
Craig Tiller
1a256bd6d8
Merge pull request #2154 from jcanizales/fix-build-json
...
Add pollset_set.h to build.json
10 years ago
Craig Tiller
f7b7c89351
Dont do nothing for eternity
10 years ago
murgatroid99
154cb407a8
Made requested fixes
10 years ago
Craig Tiller
874e1e151d
Merge pull request #2047 from grpc/jtattermusch-patch-3
...
Update grpc.h comments for grpc_call thread safety
10 years ago
David Garcia Quintas
51cd7d7293
Fixed warning while parsing compression enum bytes.
10 years ago
Jan Tattermusch
4bf27c5456
Merge branch 'master' of github.com:grpc/grpc into jtattermusch-patch-3
10 years ago
murgatroid99
d1873b0128
Fixed incorrect comment format
10 years ago
Yang Gao
04b0383d23
Merge pull request #2160 from ctiller/no-point-for-an-object-here
...
Use a character literal instead of grpc::string
10 years ago
Craig Tiller
8cca4694ee
Fix flaky test
...
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.
10 years ago
murgatroid99
5912fb5ca0
Reverted incorrect type change
10 years ago
Yang Gao
c4ce71e866
Merge pull request #2123 from jboeuf/ssl_auth_context_fix
...
Fixing ssl auth context.
10 years ago
Craig Tiller
aeedff1ef8
Use a character literal instead of grpc::string
10 years ago
Jan Tattermusch
aadc13adc0
clarify grpc_call_start_batch thread safety.
10 years ago
Craig Tiller
026e600b5b
Update to set flags=0 on all ops
10 years ago
murgatroid99
f680af055e
Regenerated files
10 years ago
murgatroid99
c241d2c307
Added info about regenerating files to Makefile and BUILD templates
10 years ago
murgatroid99
c525de8ad7
Added generated file info and copyright notice to podspec template
10 years ago
Craig Tiller
3de4b47e2b
Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs
10 years ago
Craig Tiller
e9fad15b0b
Remove redundant decls
10 years ago
Jan Tattermusch
8222b19eb1
Merge pull request #2152 from ctiller/fix-the-pointy-sea
...
Always use the first status code received
10 years ago
Michael Lumish
828e0ad48c
Merge pull request #2156 from jcanizales/fix-garbage-flags
...
Ensure op flags don't have garbage from malloc
10 years ago