Jan Tattermusch
|
635029f5e1
|
Merge pull request #11485 from jtattermusch/reveal_build_only
Make use of --build_only apparent in the reports
|
8 years ago |
Jan Tattermusch
|
d2da5aa8a2
|
fix sanity
|
8 years ago |
Jan Tattermusch
|
fbb61ed25d
|
fix license file
|
8 years ago |
Jan Tattermusch
|
25569cbde3
|
Merge pull request #11462 from jtattermusch/improve_windows_build_docs
Mark pre-generated Visual Studio projects as deprecated, recommend cmake
|
8 years ago |
apolcyn
|
59c232c904
|
Merge pull request #11404 from apolcyn/fix_ruby_glibc_upgrade
Redefine fd_set macros for compatibilty with older glibc
|
8 years ago |
apolcyn
|
b6c44d4251
|
Merge pull request #11403 from apolcyn/remove_clock_gettime_calls
Avoid clock_gettime in cares, when grpc avoids it
|
8 years ago |
Matt Kwong
|
aef21c288a
|
Merge pull request #11520 from matt-kwong/remove_warning
Clear alarms in jobset.py when finished running jobs
|
8 years ago |
Michael Bausor
|
0d8b988fbb
|
Update PHP protoc plugin generation
- Use docblocks instead of single line comments
- Escape '*/'
- Indent 4 spaces to match protobuf
- Use single line namespace to match protobuf
|
8 years ago |
Muxi Yan
|
f1ce470b30
|
Release slice no longer owned
|
8 years ago |
Matt Kwong
|
60a672b87f
|
Clear alarms in jobset.py when finished running jobs
|
8 years ago |
Matt Kwong
|
5678ac0c8e
|
Merge pull request #11518 from matt-kwong/remove_warning
Silence noisy cache_discovery warning
|
8 years ago |
apolcyn
|
42b6a7e13a
|
Merge pull request #11509 from apolcyn/ruby_correct_auth_params
Correct a constructor call in ruby credentials test
|
8 years ago |
Matt Kwong
|
8961a10ca1
|
Silence noisy cache_discovery warning
|
8 years ago |
Mark D. Roth
|
3c3838050e
|
Merge pull request #11511 from markdroth/http_connect_doc
Document use of ${http_proxy} environment variable.
|
8 years ago |
murgatroid99
|
d5b0455110
|
Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x
|
8 years ago |
Ken Payson
|
f8d6fb7a94
|
Update boringssl
|
8 years ago |
murgatroid99
|
d58cfb078c
|
Fix missing return after callback in a function
|
8 years ago |
Michael Lumish
|
2f85080123
|
Merge pull request #11490 from murgatroid99/node_distrib_test_fix_1.4.x
Change bound port to get Node distrib tests to work again
|
8 years ago |
Mark D. Roth
|
43b8930b19
|
Document use of ${http_proxy} environment variable.
|
8 years ago |
Alexander Polcyn
|
8d69a2fea8
|
correct channel arg constructor calls in ruby channel creds test
|
8 years ago |
ncteisen
|
1f6e176cc3
|
Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul
|
8 years ago |
kpayson64
|
fb5ad8d2b9
|
Merge pull request #11502 from kpayson64/diable_1cq
disable unconstrained_1cq test
|
8 years ago |
Ken Payson
|
4536138eef
|
disable unconstrained_1cq test
|
8 years ago |
apolcyn
|
c1ab8f6065
|
Merge pull request #11507 from apolcyn/fix_minimal_stack_is_minimal
Fix varargs compiler warning in a test
|
8 years ago |
Alexander Polcyn
|
78b092aa6b
|
fix varargs compiler error
|
8 years ago |
Matt Kwong
|
c1e1e1b720
|
Merge pull request #11248 from matt-kwong/part_tables
Upload Jenkins tests results to a partitioned BQ table
|
8 years ago |
murgatroid99
|
b48ec8b171
|
Upgrade Protobuf.js 6 code to work with 6.8
|
8 years ago |
Noah Eisen
|
b6a42bdf1c
|
Merge pull request #11467 from ncteisen/bm-trickle-diff
Add Trickle Diff Jenkins Job
|
8 years ago |
murgatroid99
|
17e016869a
|
Add ARM Linux Node artifacts
|
8 years ago |
ncteisen
|
13873ba4be
|
File rename
|
8 years ago |
Matt Kwong
|
976b743d0a
|
Delete unnecessary Kokoro shell scripts
|
8 years ago |
ncteisen
|
81941b9221
|
Propagate counters flag change
|
8 years ago |
ncteisen
|
b423f579e4
|
Disambiguate trickle and normal bms
|
8 years ago |
Matt Kwong
|
be32189087
|
Merge pull request #11477 from matt-kwong/query
Change flaky test query to not exclude Kokoro results
|
8 years ago |
ncteisen
|
6dc4c7f5d9
|
Disable counters for trickle, inc timeout
|
8 years ago |
ncteisen
|
12da4ccb52
|
Add trickle diff jenkins job
|
8 years ago |
ncteisen
|
973863d466
|
Fix some type warning
|
8 years ago |
allen clement
|
96388d6633
|
Format the code.
|
8 years ago |
allen clement
|
679a3275dc
|
Merge branch 'fixopenssl-jwt' of https://github.com/agc-sec/grpc into fixopenssl-jwt
|
8 years ago |
agc-sec
|
cf77379751
|
Create jwt_verifier.c
|
8 years ago |
agc-sec
|
2890355999
|
Create jwt_verifier.c
|
8 years ago |
allen clement
|
894c0776a5
|
Merge branch 'fixopenssl-jwt' of https://github.com/agc-sec/grpc into fixopenssl-jwt
|
8 years ago |
allen clement
|
2f604727f7
|
Adding a wrapper function to src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589.
There are a total of four files require modification and this is the only one in which a wrapper-type function is necessary.
|
8 years ago |
allen clement
|
1cd27b9a9d
|
Adding a wrapper function to src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589.
There are a total of four files require modification and this is the only one in which a wrapper-type function is necessary.
|
8 years ago |
Michael Lumish
|
596c05a324
|
Merge pull request #11452 from murgatroid99/node_reconnect_test
Node: add test for reconnecting client after server restart
|
8 years ago |
Toshihito Kikuchi
|
351506688d
|
Update compiler/linker options to use pkg-config in C++ examples
|
8 years ago |
Mehrdad Afshari
|
8fd84cfa07
|
Update python reflection tests to cover the higher level API
|
8 years ago |
Matt Kwong
|
0897518ad7
|
Merge pull request #11471 from matt-kwong/kokoro_config
Use one shell script for all run_tests_matrix on Kokoro
|
8 years ago |
Matt Kwong
|
138c52cf7b
|
Use one shell script for all run_tests_matrix on Kokoro
|
8 years ago |
kpayson64
|
f24ab98a9f
|
Merge pull request #11483 from kpayson64/threads_per_cq_rebased
Support threads per CQ
|
8 years ago |