Tim Emiola
6cf02edae1
Merge pull request #1075 from murgatroid99/node_binary_metadata
...
Node differentiate between binary and string headers
10 years ago
David Klempner
33013ce9c9
Merge pull request #1088 from nicolasnoble/windows-atm
...
Fixes for Windows atomics.
10 years ago
Jan Tattermusch
17caeef7c0
Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-image
...
Adds a dockerfile and script for building a tar archive containing protoc and the plugins
10 years ago
Tim Emiola
0d949f5dec
Updates the structure and name of the tar.gz archive
...
- the name includes a version
- the top-level directory of the tar has the same name as the archive
10 years ago
Tim Emiola
64af6830f3
Corrects some spelling mistakes
10 years ago
Tim Emiola
fb23f1c0e4
Adds a file containing the version
10 years ago
Nicolas "Pixel" Noble
b050ce96e7
Fixes for Windows atomics.
...
-) gpr_atm_no_barrier_load should actually return something.
-) If compiling under mingw32, your compiler is gcc and gcc atomics become available.
10 years ago
Michael Lumish
0e93c92d06
Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_calls
...
Adds back calls to #finish at the end of server calls
10 years ago
Michael Lumish
6c398b318d
Merge pull request #1079 from tbetbetbe/grpc_ruby_adds_metadata_server_active_call_view
...
Exposes the metadata method in server-side ActiveCall view classes
10 years ago
Jan Tattermusch
7bcad2ca05
Merge pull request #1069 from donnadionne/add_csharp_server
...
Add csharp server
10 years ago
Donna Dionne
1ee2e4f2e4
Add csharp server to interop tests
10 years ago
jboeuf
a8edeae6c0
Merge pull request #1072 from yang-g/refreshtoken
...
wrap refresh token credentials in c++
10 years ago
Michael Lumish
cb8985d13d
Merge pull request #1077 from tbetbetbe/grpc-ruby-fix-interop-bug
...
Fixes reference to variable in the auth package
10 years ago
Tim Emiola
e52995ef2b
Adds back calls to #finish at the end of server calls
10 years ago
Tim Emiola
62e3cc8429
Exposes the metadata method in server-side ActiveCall view classes
10 years ago
Vijay Pai
6fba6e1f6b
Merge pull request #1078 from dklempner/run_tests_timeout
...
Unconditionally add a newline if a test times out or fails.
10 years ago
David Klempner
559543ec0d
Unconditionally add a newline if a test times out or fails.
...
Failure should generally result in output unless something goes wrong,
but timeout currently doesn't, but should be printed 100% of the time.
10 years ago
Nathaniel Manista
1e82c63a77
Merge pull request #1076 from soltanmm/internal-codegen-support
...
Factor out interface-specific early_adopter code
10 years ago
Tim Emiola
d5c733e824
Fixes reference to variable in the auth package
10 years ago
Masood Malekghassemi
89905ac55d
Factor out interface-specific early_adopter code
...
Refactors early_adopter such that interface-specific code is located in
the framework module as a submodule `alpha`.
10 years ago
murgatroid99
be64ca046e
Bumped version
10 years ago
murgatroid99
429bb7abbd
Simplified some tests
10 years ago
murgatroid99
da771517c6
Changed call to only expect and return binary headers when key ends with '-bin'
10 years ago
Masood Malekghassemi
acfcd03f06
Merge pull request #1073 from nathanielmanistaatgoogle/python-refactor
...
Python refactor
10 years ago
Nathaniel Manista
de5490c15c
Change remaining "packet" names to "ticket"
...
This renaming has been incrementally happening for the last several
weeks and this change finishes it.
10 years ago
David Klempner
d2773a9bd8
Merge pull request #1025 from tatsuhiro-t/use-host-if-authority-not-available
...
Use "host" header field if ":authority" is not present
10 years ago
Nathaniel Manista
492dfdb950
Correct a package name in a doc string
10 years ago
Nathaniel Manista
4e6fd0a3ae
Merge the base and base.packets packages
...
They were two halves of the same whole.
10 years ago
Yang Gao
5ebd6c76a2
wrap refresh token credentials in c++
10 years ago
Nathaniel Manista
7370136427
Merge pull request #1070 from nicolasnoble/python
...
Introduces "make test_python" which runs python tests.
10 years ago
Yang Gao
700bdeb6f5
Merge pull request #1023 from vjpai/async
...
Non-blocking Next method for C++ async completion queue
10 years ago
Nicolas "Pixel" Noble
051a28ff84
Implements #276
...
Adds a Makefile target called 'test_python' that first builds grpc, then call run_tests.py to run the python tests for the current configuration.
10 years ago
Masood Malekghassemi
d942720266
Merge pull request #1031 from nathanielmanistaatgoogle/service_name
...
Add service name to Python early_adopter
10 years ago
Nathaniel Manista
78f1caa879
Merge pull request #1068 from soltanmm/fix-py-test
...
Fix Python test ignorance of build config
10 years ago
Masood Malekghassemi
65af063ad7
Fix Python test ignorance of build config
10 years ago
Tim Emiola
09eaec027a
Merge pull request #1053 from jtattermusch/csharp_metadata
...
Added support for sending metadata from clients.
10 years ago
Vijay Pai
4708fbb3fb
Merge pull request #1046 from nicolasnoble/master
...
Using cc and c++ instead of gcc and g++.
10 years ago
vjpai
7aadf46fdb
Change to std::chrono and add a test.
10 years ago
Nicolas Noble
e971877818
Merge pull request #1063 from jboeuf/remove_roots_pem
...
Removing src/core/security/roots.pem
10 years ago
Julien Boeuf
89d68bd7cf
Removing src/core/security/roots.pem
...
I believe it was introduced by mistake here:
3f1e696686
10 years ago
Masood Malekghassemi
d8818484fd
Merge pull request #1061 from nathanielmanistaatgoogle/reenable-test
...
Reenable a disabled test method
10 years ago
Masood Malekghassemi
18c7a366da
Merge pull request #1059 from nathanielmanistaatgoogle/python-refactoring
...
Add at CANCELLATION back-to-front ticket kind
10 years ago
Nathaniel Manista
9ef929d78d
Reenable a disabled test method
10 years ago
Tim Emiola
3dbaf171f9
Adds a dockerfile and script for building a tar archive containing protoc and the grpc plugins
10 years ago
Nathaniel Manista
affe916405
Add at CANCELLATION back-to-front ticket kind
...
This addresses issue #752 .
10 years ago
Masood Malekghassemi
758a0c252e
Merge pull request #1058 from nathanielmanistaatgoogle/python-refactoring
...
Use distinct enums for distinct ticket types
10 years ago
Nathaniel Manista
e2e443c1d4
Use distinct enums for distinct ticket types
10 years ago
Masood Malekghassemi
afdc24ae2b
Merge pull request #1055 from nathanielmanistaatgoogle/python-refactoring
...
Python refactoring
10 years ago
Nathaniel Manista
ea34b1f078
Merge pull request #1054 from murgatroid99/python_setup_lists
...
Fixed argument types in setup.py
10 years ago
Nathaniel Manista
8d81365a3c
Iterate over an enum since we can
...
Since enums are themselves iterable there's no need to maintain a list
of the elements of the enum dating from back before the enum when its
values were just independent constants that hung out together.
10 years ago