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
Vijay Pai
69f2410086
Make thread_pool.h a public header
...
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
10 years ago
Craig Tiller
ca83dc8109
Adjust oustanding request count to meet new server algorithm
10 years ago
Jan Tattermusch
fd953a514c
add support for per-call metadata
10 years ago
Jan Tattermusch
b533281e8e
adjust C# generator to match the new API
10 years ago
Craig Tiller
8631652e15
Ensure streams are sent in-order
10 years ago
Jan Tattermusch
e5c9b80566
renaming stub to client and refactoring metadata class
10 years ago
Michael Lumish
5a9674c0e7
Merge pull request #2419 from jtattermusch/nuget_versioning_simplification
...
Nuget versioning simplification
10 years ago
Jan Tattermusch
37fccb0d38
make build_packages.bat provide version of grpc.native.csharp_ext dependency
10 years ago
Jan Tattermusch
a5800706fa
introduce Version.cs as single source of truth of gRPC C# version
10 years ago
Jan Tattermusch
48f7ed4442
pick up nuget package version from cmdline param and fix nuget build
10 years ago
Michael Lumish
761940da37
Merge pull request #2418 from jtattermusch/csharp_healthchecking
...
C# health service
10 years ago
Jan Tattermusch
5253467d5c
C# health checking support
10 years ago
Michael Lumish
e6d12d335c
Merge pull request #2453 from tbetbetbe/grpc-ruby-update-requirements-comment
...
Updates the requirements comment before releasing on the release branch
10 years ago
Tim Emiola
8092af8678
Updates the requirements comment before releasing on the release branch
10 years ago
Stanley Cheung
e726a53a6c
php script minor fix
10 years ago
Craig Tiller
4ed8e401cf
Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard
10 years ago
Craig Tiller
e95933587a
Fix tcp_client_posix_test on mac
10 years ago
Craig Tiller
a508c80eb1
Merge github.com:grpc/grpc into no-worries-i-can-wait
10 years ago
yang-g
811536efce
auth context iterator
10 years ago
Yang Gao
0ea6be31be
Merge pull request #2450 from dgquintas/frame_data_one_byte
...
Fixed wrong frame parsing
10 years ago
David Garcia Quintas
d317e7570b
Fixes to compression, to be merged back to the appropriate branch.
10 years ago
Yang Gao
21728804c7
Merge pull request #2428 from vjpai/gcc44_issues
...
Fixes for older C++ compilers (remove lambdas, brace init, and nullptr ambiguity)
10 years ago
David Garcia Quintas
c3a00cd153
Fixed wrong frame parsing
10 years ago
Vijay Pai
94fd462df8
override and final
10 years ago
Michael Lumish
177503c508
Merge pull request #2332 from jtattermusch/implicit_initialize_rebased
...
Get rid of explicit GrpcEnvironment.Initialize
10 years ago
Michael Lumish
e53f593d14
Merge pull request #2438 from stanley-cheung/update_homebrew_php_ext_dir
...
Update homebrew PHP extension location
10 years ago
Masood Malekghassemi
13797c3579
Merge pull request #2251 from nathanielmanistaatgoogle/links
...
links interface and gRPC-on-wire implementation
10 years ago
Vijay Pai
d54c3e6b39
clang-format changed files
10 years ago
vjpai
d6cc1814c0
Name arguments
10 years ago
yang-g
94d6225ae7
Create server side auth context lazily
10 years ago
Stanley Cheung
316eedd4e1
regex
10 years ago
Vijay Pai
181ef45f5e
Addressing outstanding typos and comments
...
Clang-format of changed files
10 years ago
vjpai
df551611d4
Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4
...
build. The issue is that gcc below 4.6 require us to explicitly define nullptr,
and our explicit definition allows a potential confusion between
nullptr->unique_ptr<string> and
nullptr->char *->grpc::string->unique_ptr<string>
10 years ago
Stanley Cheung
4a5c65464e
update homebrew php ext location
10 years ago
Abhishek Kumar
da7790bebf
Merge pull request #2335 from murgatroid99/node_error_codes
...
Made Node server respond with UNKNOWN for unspecified application errors
10 years ago