murgatroid99
|
87afb5d863
|
Clean up some warnings in the ruby wrapping code
|
10 years ago |
Jan Tattermusch
|
e85483b392
|
Merge pull request #2389 from nicolasnoble/let-s-run-ruby-on-macos
Setting up ruby environment for macos.
|
10 years ago |
Jan Tattermusch
|
2884b6a06f
|
Merge pull request #2454 from stanley-cheung/php_minor_fix
php script minor fix
|
10 years ago |
Hongwei Wang
|
275a02c317
|
Small fix
|
10 years ago |
Stanley Cheung
|
4ff154ef30
|
Merge pull request #2459 from jtattermusch/csharp_metadata_refactoring
C# client-side metadata refactoring
|
10 years ago |
Jan Tattermusch
|
55652c74a2
|
remove trailing whitespace
|
10 years ago |
Hongwei Wang
|
d423f3c2fd
|
Fix authority in uri_parser
|
10 years ago |
murgatroid99
|
ef9fd53c80
|
Added test for echoing metadata
|
10 years ago |
murgatroid99
|
380b90a795
|
Removed server-wide metadata handler, individual handlers can now send metadata
|
10 years ago |
Eric Anderson
|
2f89e400be
|
Merge pull request #2422 from yang-g/per_call_oauth_creds
Clarify the oauth2_auth_token scenario and add the per call credentia…
|
10 years ago |
David Garcia Quintas
|
1021c2f775
|
Prefixed macro with GPR_ a small var rename
|
10 years ago |
Michael Lumish
|
c478c13c63
|
Merge pull request #2469 from jcanizales/remove-flakes
Increase timeout of tests to remove flakes.
|
10 years ago |
Michael Lumish
|
ccd89f084f
|
Merge pull request #2467 from jcanizales/readme-objc-to-alpha
List Objective-C library as alpha.
|
10 years ago |
Craig Tiller
|
e0981dfa05
|
Merge github.com:grpc/grpc into i-want-to-wait-free
|
10 years ago |
Craig Tiller
|
b0c13ad769
|
Fix a leaked lock, and make a debug-only detection for this class of bug
|
10 years ago |
Craig Tiller
|
f101af1ab4
|
Merge pull request #2468 from yang-g/cleanup_handshaking_channels_when_server_shutdown
Clean up handshaking server channels properly
|
10 years ago |
Jorge Canizales
|
5580e5d248
|
Increase timeout of tests to remove flakes.
|
10 years ago |
yang-g
|
097468d43a
|
Clean up handshaking server channels properly
|
10 years ago |
David Garcia Quintas
|
45b477e3f5
|
Fixed small leak.
|
10 years ago |
David Garcia Quintas
|
e3988dbbbd
|
Added more tests for GPR_BITCOUNT
|
10 years ago |
Jorge Canizales
|
0a4615d2a9
|
List Objective-C library as alpha.
|
10 years ago |
Jan Tattermusch
|
0327ce5ca8
|
Merge pull request #2390 from nicolasnoble/we-have-both-kinds
Enabling 32 bits downgrade of our environment.
|
10 years ago |
David Garcia Quintas
|
6b8d1aef89
|
rewrote bitcount function as a macro
|
10 years ago |
David Garcia Quintas
|
cfb21ce668
|
Added missing "static"
|
10 years ago |
David Garcia Quintas
|
b80479ec27
|
Added population count function
|
10 years ago |
David Garcia Quintas
|
ed7e8550f5
|
Require a pointer + macro arg protection
|
10 years ago |
Nicolas "Pixel" Noble
|
b8c1524728
|
Enabling 32 bits downgrade of our environment.
|
10 years ago |
murgatroid99
|
366e64d15f
|
Changed to newer, simpler server construction interface
|
10 years ago |
Craig Tiller
|
5065d72e43
|
Update comment
|
10 years ago |
David Garcia Quintas
|
305e3bd635
|
Added bitset macro ops
|
10 years ago |
vjpai
|
a2e1bb1577
|
Change name of thread_pool files to fixed_size_thread_pool when
appropriate
|
10 years ago |
Craig Tiller
|
48cb07c909
|
Client connectivity API
Initial plumbing work; needs tests and more client_channel
implementation.
|
10 years ago |
Michael Lumish
|
58ff670f03
|
Merge pull request #2462 from nicolasnoble/bash-is-not-for-everyone
Replacing echo -e with a more generic system.
|
10 years ago |
David Garcia Quintas
|
6dd49a5c8f
|
Added some methods to context inspector. Also minor tweak to server context IsCancelled() method
|
10 years ago |
David Garcia Quintas
|
211e65be3c
|
Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep
|
10 years ago |
David Garcia Quintas
|
e410986635
|
clang-format'd.
|
10 years ago |
David Garcia Quintas
|
e0d581b6ad
|
Merge branch 'master' of github.com:grpc/grpc into decompression
# Conflicts:
# Makefile
# include/grpc++/client_context.h
# include/grpc++/server_context.h
# src/cpp/client/client_context.cc
# src/cpp/server/server_context.cc
# vsprojects/Grpc.mak
|
10 years ago |
David Garcia Quintas
|
658b6087cc
|
Added some comments, minot stylistic tweaks
|
10 years ago |
Craig Tiller
|
3e5d61670e
|
Merge pull request #2371 from yang-g/security_context2
remove dead file
|
10 years ago |
Craig Tiller
|
8ea63085c5
|
Merge pull request #2383 from vjpai/lockfree-stack
Lockfree stack
|
10 years ago |
Craig Tiller
|
e845d980e5
|
Merge pull request #2406 from dgquintas/writeoptions
Added WriteOptions for per-message flags and modified CallOps to use it.
|
10 years ago |
Craig Tiller
|
a430479e64
|
Merge pull request #2408 from nicolasnoble/generate_projects-should-mkdir
generate_projects.py should make directories.
|
10 years ago |
Craig Tiller
|
ded3f69716
|
Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server
Create server side auth context lazily
|
10 years ago |
Nicolas "Pixel" Noble
|
367e30feeb
|
Replacing echo -e with a more generic system.
The 'tr' command can actually accept escapes, such as \n.
|
10 years ago |
yang-g
|
8c31ee2751
|
update according to spec change
|
10 years ago |
yang-g
|
7eab56b055
|
Resolve comments
|
10 years ago |
Craig Tiller
|
5c517b1f5d
|
Fix integration bugs
|
10 years ago |
yang-g
|
14b3684dee
|
Remove const_iterator typedef and add a range based loop test
|
10 years ago |
Craig Tiller
|
c77fa40c61
|
Merge branch 'flow-like-lava-to-a-barnyard' of github.com:ctiller/grpc into flow-like-lava-to-a-barnyard
|
10 years ago |
Craig Tiller
|
321cfc5d41
|
Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard
|
10 years ago |