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
Michael Lumish
743a157b73
Merge pull request #1845 from jcanizales/move-tests-off-sample
...
Move interop tests to new tests project
10 years ago
Michael Lumish
ee066371bb
Merge pull request #1839 from jcanizales/fix-certs-bundle
...
Fix problem loading certs for tests of library projects
10 years ago
Michael Lumish
273f80b475
Merge pull request #1823 from jtattermusch/nuget_tools_fix
...
gRPC C# nuget package fixes
10 years ago
Michael Lumish
6de364e320
Merge pull request #1835 from grpc/jcanizales-fix-podspec-example-in-readme
...
Fix podspec example in README to work with dir hierarchies
10 years ago
Michael Lumish
1f52e0780a
Merge pull request #1834 from jcanizales/separate-tests
...
Add a project for tests, separate from the example project
10 years ago
Craig Tiller
91c77b59e4
Merge pull request #1844 from dgquintas/__function__-no-mo
...
Removed non-ISO usage of __FUNCTION__.
10 years ago
Eric Anderson
798d36ee94
Don't build codegen in grpc/java dockerfile
...
We commit the codegen into Git, so it is already available. Travis-CI is
testing the codegen, so we don't need to test it as part of interop
tests.
This means we no longer need a C compiler installed, so we stop using
grpc/base.
10 years ago
Jorge Canizales
52592fc784
Use class names for types as generated by the messages plugin
10 years ago
Jorge Canizales
08dfef224e
Make sample app easier to understand
...
- Remove the launch screen.
- Add a label explaining where to look for the code and results.
- Delete unnecessary boilerplate code.
10 years ago
Jorge Canizales
2ab53833bf
Remove remaining tests and RouteGuide from sample app
10 years ago
Jorge Canizales
b3be22956c
Add RemoteTests as GRPCClientTests to tests project
10 years ago
David Garcia Quintas
e90cd37a1d
Added "inf" as a valid option to run_test.py's -n flag.
...
Especially useful in combination with -f.
10 years ago
Jorge Canizales
e17c72bbbd
Add SampleTests as LocalClearTextTests to tests project
10 years ago
Jorge Canizales
244365d521
Add RouteGuideClient to tests’ Podfile
10 years ago
David Garcia Quintas
1c762bd945
Added some comments.
10 years ago
Jorge Canizales
0f5ee82cea
Move RouteGuideClient to generated_libraries/
10 years ago
David Garcia Quintas
7978a04d50
Removed non-ISO usage of __FUNCTION__.
...
Fixes #1843
10 years ago
David Garcia Quintas
8b8cce05d7
Removed managed closures from iomgr.
...
The only remaining need for those (whereby the closure frees itself upon
completion) remains in security/credentials.c, where the code has been
inlined (to be removed at a later time).
10 years ago
David Garcia Quintas
284488b434
removed managed closures from server.c
10 years ago