Craig Tiller
8cc6f42287
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
Nicolas "Pixel" Noble
80176474e9
Removing an assert on chand->security_connector->auth_context.
...
That value actually MAY be NULL in some circumstances, and that's not a problem.
10 years ago
Craig Tiller
4b678bd722
Fix threading problem on early orphaning
10 years ago
Jan Tattermusch
67a3c164f5
Merge pull request #1871 from tbetbetbe/grpc_ruby_corrects_the_cancel_after_first_response_test
...
Corrects the cancel_after_first_response test
10 years ago
Masood Malekghassemi
a6de798209
Merge pull request #1859 from nicolasnoble/no-pollution-from-global-grpc
...
Avoid polluting our compilation with previously installed grpc.
10 years ago
Jan Tattermusch
06194dcde5
bump C# package versions
10 years ago
Michael Lumish
aaba27281f
Merge pull request #1876 from jcanizales/prepare-podspec
...
Fix version number of gRPC.podspec
10 years ago
Michael Lumish
2e7ffddfa9
Merge pull request #1872 from jcanizales/fix-metadata-propagation
...
Fix NSDictionary <-> metadata codec
10 years ago
Craig Tiller
0ed8b1fc1b
Merge pull request #1874 from dgquintas/server_context_leak
...
Fixed memory leak in server_async
10 years ago
Jorge Canizales
043dc72f64
Fix version number of gRPC.podspec
...
And solves a few linter issues that prevent it from being submitted to Cocoapods' repo.
10 years ago
Jorge Canizales
d3a2d40b10
Disallow NSString headers with -bin suffix
10 years ago
David Garcia Quintas
02c677c6cb
Reintroduced grpc_byte_buffer_reader_destroy.
...
As a no-op for the time being.
10 years ago
Nicolas "Pixel" Noble
3adab74c62
Avoid polluting our compilation with previously installed grpc.
10 years ago
David G. Quintas
d4158e0295
Merge pull request #1870 from nicolasnoble/we-are-not-linking-libdl-properly
...
Swapping the library order so that anything that openssl requires is properly tagged afterward.
10 years ago
vjpai
3beb20c3e2
Support use of high_res clock in timepoints
10 years ago
David Garcia Quintas
c9516d4e28
Fixed memory leak in server_async
10 years ago
Jorge Canizales
b9692ca809
Fix NSDictionary <-> metadata codec
10 years ago
Craig Tiller
79e11c6d05
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
Nicolas Noble
19fdb33da2
Merge pull request #1856 from ctiller/count-the-things
...
Label all iomgr objects
10 years ago
Craig Tiller
e398fa2b52
Make this test harder to pass
10 years ago
Craig Tiller
6f43216046
Order unregister, freelist properly
10 years ago
Tim Emiola
d62d345b83
Corrects the cancel_after_first_response test
...
- stops attempting to verify by catching the CancelledError
- instead the test examines the operation state after cancellation,
which is equally valid and more stable.
Also
- simplifies bidi on the server
10 years ago
Nicolas "Pixel" Noble
945b41312c
Swapping the library order so that anything that openssl requires is properly tagged afterward.
10 years ago
Craig Tiller
33da33237d
Fix Windows compilation
10 years ago
vjpai
924d459c27
Fix timer issues
10 years ago
Craig Tiller
5dde66ecac
Handle reffing when a cancel or bind gets stuck in the waiting queue
10 years ago
Jan Tattermusch
206e6e8441
Merge pull request #1864 from ctiller/cq-says-what
...
Add a completion queue test
10 years ago
Craig Tiller
f93fd05a97
Fix use-after-free
10 years ago
Craig Tiller
3a862e3b10
Fix MSAN reported error
10 years ago
Nicolas Noble
86686746f6
Merge pull request #1860 from jtattermusch/csharp_runtest_windows
...
run_tests.py support for C# on windows
10 years ago
Craig Tiller
0317b3d082
Fix TSAN reported errors
10 years ago
Craig Tiller
668e3582ea
Fix use-after-free
10 years ago
David Garcia Quintas
30bd4eb5cc
Removed grpc_byte_buffer_reader_{create,destroy}.
...
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
10 years ago
David G. Quintas
cdfb24f4d9
Merge pull request #1865 from ctiller/sometimes-we-want-to-be-finite
...
Fix bug with finite runs per test
10 years ago
Craig Tiller
b475655a7e
Compile fix
10 years ago
Craig Tiller
14556ecf8c
Merge branch 'count-the-things' into we-dont-need-no-backup
...
Conflicts:
Makefile
src/core/iomgr/pollset_posix.c
src/core/surface/call.c
src/core/surface/channel.c
src/core/surface/server.c
src/python/src/grpc/_adapter/_low_test.py
tools/doxygen/Doxyfile.core.internal
10 years ago
Craig Tiller
50e53e27d5
Fix bug with finite runs per test
10 years ago
Craig Tiller
3d67c7cf45
Merge github.com:grpc/grpc into count-the-things
...
Conflicts:
src/core/iomgr/fd_posix.h
src/core/iomgr/iomgr.c
10 years ago
Craig Tiller
795b242251
Merge pull request #1857 from yang-g/test
...
Various minor fixes
10 years ago
Craig Tiller
e53a282b26
Merge pull request #1862 from nicolasnoble/fixing-tools
...
Fixing tools compilation.
10 years ago
Craig Tiller
c0c484481f
Extend the test case
10 years ago
Craig Tiller
59657dbef8
Add a completion queue test
...
- create completion queue
- call shutdown
- call next
10 years ago
Craig Tiller
1b932e77f0
Merge pull request #1758 from dgquintas/iomgr_managed_cbs
...
Revamped iomgr's callback mechanism
10 years ago
Hongyu Chen
84e520f6fc
Merge pull request #1818 from a-veitch/internal_api
...
Initial Census refactoring and context integration
10 years ago
Craig Tiller
8e0b08a33d
Merge branch 'count-the-things' into we-dont-need-no-backup
10 years ago
Jan Tattermusch
7f1f0d5d61
Merge pull request #1861 from donnadionne/window
...
Adding csharp_dotnet into interop tests
10 years ago
Nicolas "Pixel" Noble
8535263b94
Fixing tools compilation.
10 years ago
Donna Dionne
d12029e63c
Adding csharp_dotnet into interop tests
...
Currently the binaries are built manually which will be automatd in the future.
10 years ago
Jan Tattermusch
3328f4cf59
Merge pull request #1858 from donnadionne/window
...
Adding csharp_dotnet into cloud suite of tests
10 years ago
Jan Tattermusch
b00aa67b3c
run_tests.py support for C# on windows
10 years ago