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
Nicolas Noble
19fdb33da2
Merge pull request #1856 from ctiller/count-the-things
...
Label all iomgr objects
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
Jan Tattermusch
206e6e8441
Merge pull request #1864 from ctiller/cq-says-what
...
Add a completion queue test
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
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
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
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
Yang Gao
5d8f91906b
Merge pull request #1828 from ctiller/i-wish-the-number-that-used-to-be-displayed-represented-my-bank-balance
...
Fix the display of total slowdown
10 years ago
Donna Dionne
555c16a3e7
Adding csharp_dotnet into cloud suite of tests
...
Currently the build is manual but will be automated over time
10 years ago
Alistair Veitch
980ef7666d
change census_context_deserialize signature
10 years ago
Nathaniel Manista
faafb38d14
Merge pull request #1558 from soltanmm/extension
...
Overhaul Python C layer.
10 years ago
Yang Gao
69fe0759be
Various minor fixes
10 years ago
Craig Tiller
fa275a97b9
Label all iomgr objects
...
This allows a list of them to be dumped to isolate where memory leaks
are occuring.
10 years ago
Alistair Veitch
f3da552d5b
merge with master
10 years ago
David Garcia Quintas
69ba871616
Implemented cb handling without the need for "managed closures".
...
The concept of managed closure is officially extinct.
10 years ago
Craig Tiller
0bdfe8b147
Merge pull request #1846 from dgquintas/infinity_takes_forever
...
Added "inf" as a valid option to run_test.py's -n flag.
10 years ago
David Garcia Quintas
583b9a689a
Addressed comments: fixed memory leak introduced by changes.
10 years ago
David Garcia Quintas
7b6fc6c82b
Merge branch 'master' of github.com:grpc/grpc into infinity_takes_forever
10 years ago
donnadionne
aa031d6a23
Merge pull request #1853 from jtattermusch/fix_csharp_buildall
...
fix buildall.bat script
10 years ago
Jan Tattermusch
0fcb2f202f
fix buildall.bat script
10 years ago
Alistair Veitch
269676209e
add init checks
10 years ago
Alistair Veitch
9d48ebfdc3
address comments
10 years ago
vjpai
1795985322
Merge branch 'master' into poisson
10 years ago
Michael Lumish
7f61193cde
Merge pull request #1724 from ctiller/wonderful-snowflake
...
Make shared languages build shared libraries too
10 years ago
Michael Lumish
b90354f385
Merge pull request #1850 from jcanizales/use-proto-plugin-helpers
...
Use class names for types as generated by the messages plugin
10 years ago
Michael Lumish
a932f78c79
Merge pull request #1848 from jcanizales/simplify-sample-app
...
Make sample app easier to understand
10 years ago
Michael Lumish
2835696fcd
Merge pull request #1847 from jcanizales/finish-moving-tests-out
...
Finish moving tests out of the sample app, into the tests project
10 years ago