Mark D. Roth
63aa0f745b
Trying to debug proxy tests. Not working yet.
8 years ago
Mark D. Roth
b954df1059
Fix memory leaks.
8 years ago
Mark D. Roth
477d061238
Clean up test. Still debugging things.
8 years ago
Mark D. Roth
8d7dc2772d
Fix use-after-free and memory leak problems.
8 years ago
Mark D. Roth
9f709a4a7e
Work on debugging the HTTP proxy implementation.
8 years ago
Mark D. Roth
64d88bdafd
Added FIXME comment.
8 years ago
Mark D. Roth
3cfc5a7b1d
Made significant progress on the test, but not working yet.
8 years ago
Mark D. Roth
1212d3f453
Merge remote-tracking branch 'upstream/master' into http_connect
8 years ago
kpayson64
b8ec23586d
Merge pull request #7517 from markdroth/handshake_api
...
Improve error handling in handshake API
8 years ago
kpayson64
9a92b57acd
Merge pull request #7527 from jskeet/nulllogger
...
Change the default logger to the NullLogger.
8 years ago
kpayson64
ba33b53884
Merge pull request #7498 from thinkerou/wrap_php7
...
PHP: use php7_wrapper to reduce duplicated codes(first part)
8 years ago
kpayson64
5d9d2465e1
Merge pull request #7477 from yang-g/monotonic
...
Convert deadline clock type in security handshake timer
8 years ago
Jon Skeet
6be28f1dd9
Change the default logger to the NullLogger.
...
It's unconventional for code to log to the console in .NET.
Even now the logging is reduced, it's still present - especially
in shutdown. This would fix #7361 .
8 years ago
kpayson64
7b104cd1c2
Merge pull request #7511 from nicolasnoble/doc-typo
...
Fixing documentation typo.
8 years ago
kpayson64
15e5c3f406
Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfile
...
PHP: add PHP7 to various Jenkins tests and update dockerfile
8 years ago
kpayson64
8a1247a42c
Merge pull request #7497 from soltanmm/be-nicer
...
Be more intelligent about Cython in grpcio
8 years ago
Nicolas Noble
6914abab5f
Merge pull request #7518 from nicolasnoble/plugins-should-compile
...
We should always try to compile the protoc plugins when building tests.
8 years ago
田欧
f71c675a0c
Merge pull request #4 from stanley-cheung/wrap_php7
...
update copyright
8 years ago
Stanley Cheung
a3becd32ee
update copyright
8 years ago
田欧
e9ef11a813
Merge pull request #3 from stanley-cheung/wrap_php7
...
Add file to build.yaml (master)
8 years ago
Nicolas Noble
01da196879
Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master
...
V1.0.x merge into master
8 years ago
kpayson64
cc961b6c5a
Merge pull request #7020 from rjshade/assert_not_expect
...
ASSERT vector size before directly accessing first element
8 years ago
kpayson64
b5fa72c89e
Merge pull request #7451 from y-zeng/seperate_generated_files
...
Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf
8 years ago
Mark D. Roth
889e02e29d
Merge branch 'handshake_api' into http_connect
8 years ago
Mark D. Roth
734cbe7942
clang-format
8 years ago
Stanley Cheung
211a2a0f12
fix copyright
8 years ago
Stanley Cheung
33e3dee12d
add file to build.yaml
8 years ago
Nicolas "Pixel" Noble
f7fbdd4875
We should always try to compile the protoc plugins when building tests.
8 years ago
Mark D. Roth
e106570dc3
Update API from merge.
8 years ago
Mark D. Roth
65c6f2c75d
Merge branch 'handshake_api' into http_connect
8 years ago
Mark D. Roth
39377e92cd
Fix API of handshake_manager_add().
8 years ago
Mark D. Roth
ed7706087d
Merge remote-tracking branch 'upstream/master' into handshake_api2
8 years ago
Mark D. Roth
a3ef601ca9
Basic proof-of-concept test. Needs more work to run stand-alone.
8 years ago
murgatroid99
1533e6aab9
Rerun generate_projects.sh
8 years ago
Mark D. Roth
28ea7e2630
Use URI query string instead of channel arg to indicate use of proxy.
8 years ago
kpayson64
de2d9fc07b
Merge pull request #7395 from markdroth/handshake_api
...
General-purpose handshaker API.
8 years ago
murgatroid99
598d5240c0
Fix merge again
8 years ago
kpayson64
13d29841dd
Merge pull request #7501 from dgquintas/phony_async_stream
...
Removed unused version of async_stream.h
8 years ago
Stanley Cheung
2e2cdffe9d
php: add php7 to jenkins basic and interop tests
8 years ago
Stanley Cheung
47168ea6ee
php: remove protobuf-php clone hack
8 years ago
Stanley Cheung
20f900dc23
remove outdated php dockerfile dependency
8 years ago
Nicolas Noble
da9af3331c
Merge pull request #7320 from yang-g/shut_down_acceptor_early
...
Shutdown the listeners early when destroying the tcp_server
8 years ago
Nicolas "Pixel" Noble
4b4266a738
Fixing documentation typo.
8 years ago
Stanley Cheung
93da284179
Merge pull request #7510 from stanley-cheung/regenerate-template-files
...
Regenerate template files
8 years ago
Masood Malekghassemi
fd9cc106f3
Be more intelligent about Cython in grpcio
...
Before, Cython would *need* to be imported immediately if generated
files did not already exist. Now, missing generated files will trigger a
`setup_requires` inclusion of Cython and defer cythonization until
extension build-time. If cythonization was specified via environment
variable and setup could not find Cython, the extensions are poisoned
instead of blocking non-extension commands from running.
8 years ago
murgatroid99
224fe989e4
Fixed incorrect merges
8 years ago
Mark D. Roth
e273b033da
Plumb server name down into the subchannel.
8 years ago
Stanley Cheung
bc3b6f3130
regenerate template files
8 years ago
murgatroid99
2b7fe5a6c0
Actually commit changes to tools/distrib/python/grpcio_tools/setup.py
8 years ago
murgatroid99
316f73f6c1
Merge v1.0.x into master
8 years ago