Yang Gao
b7b965c842
Make Next free of time_point to timespec conversion
10 years ago
David Klempner
3bd5fa6c78
Merge pull request #1102 from nicolasnoble/build-regen
...
Added a few more missing files and re-generated project files.
10 years ago
Nicolas "Pixel" Noble
710b6a4ae2
Added a few more missing files and re-generated project files.
10 years ago
Jan Tattermusch
49d0df3cbc
Merge pull request #1099 from nicolasnoble/build-regen
...
Adding missing public files to build.json, and re-generating all project files.
10 years ago
Nicolas Noble
889b5e1d0e
Merge pull request #1081 from soltanmm/internal-codegen-support-s2
...
Make Python package spec indirect
10 years ago
Nicolas "Pixel" Noble
51f5b91715
Adding missing public files to build.json, and re-generating all project files.
10 years ago
David Klempner
43c5fe6825
Merge pull request #1094 from nicolasnoble/msys2-makefile
...
Better support for msys2.
10 years ago
Abhishek Kumar
2cff008a2b
Merge pull request #1074 from jcanizales/makes-cpu-posix-portable
...
Creates cpu_iphone.c and has it selected for iOS instead of cpu_posix.c
10 years ago
Jan Tattermusch
5e36d0d474
Merge pull request #1093 from nicolasnoble/windows
...
Various Windows fixes.
10 years ago
Jan Tattermusch
1c0f54a861
Merge pull request #1092 from nicolasnoble/msvc-c++
...
Adding MSVC's grpc++ project file.
10 years ago
Vijay Pai
c55a1d4d55
Merge pull request #1091 from dklempner/trim_metadata_test
...
Make metadata_test test_things_stick_around use fewer strings
10 years ago
Vijay Pai
f0b6e26f16
Merge pull request #1066 from yang-g/clangformat
...
clang-format c++ code
10 years ago
Yang Gao
050e37aab8
resolve merge error
10 years ago
Yang Gao
1fc046902c
sync to head and run clang-format again
10 years ago
Vijay Pai
99f1c1ee7e
Merge pull request #1095 from nicolasnoble/no-minmax
...
Dodging VisualStudio's #define of max().
10 years ago
Nicolas "Pixel" Noble
eab96f51fb
Dodging VisualStudio's #define of max().
10 years ago
Nicolas Noble
cfd6073a66
Various Windows fixes.
...
-) using dupenv_s instead of getenv_s and calling strdup ourselves.
-) few impossible-to-obtain if checks.
-) various signed/unsigned casting.
-) using time_t instead of time32_t
-) checking output of FormatMessage for failures.
-) don't redefine _WIN32_WINNT without undefining it first.
-) fixed msvc's interlocked casting.
-) renamed AddPort to AddListeningPort.
-) added protobuf's third_party includes to search path.
-) added a missing definition for inet_ntop in mingw32.
-) removed useless declarations.
10 years ago
Nicolas Noble
f86811890e
Better support for msys2.
10 years ago
donnadionne
3f66ae96f2
Merge pull request #1084 from yang-g/addtestcase
...
Add jwt_token_creds test case to interop test for c++
10 years ago
donnadionne
f2093977ae
Merge pull request #1067 from yang-g/print
...
Print out status when it is not ok in interop tests
10 years ago
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
David Klempner
a4ac78c8ce
Make metadata_test test_things_stick_around use fewer strings
...
This test is quadratic in nstr and times out under tsan.
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
Yang Gao
8f72c0b3d8
Add jwt_token_creds test case to interop test for 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
Masood Malekghassemi
3bb52151dd
Make Python package spec indirect
...
This is part of a change to ease internal usage of GRPC.
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