aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Account for time difference in mac and linuxGravatar Vijay Pai2015-06-03
|
* Merge branch 'master' into poissonGravatar vjpai2015-06-03
|\
| * Merge pull request #1866 from dgquintas/stack-allocate-bb-readerGravatar Craig Tiller2015-06-02
| |\ | | | | | | Removed grpc_byte_buffer_reader_{create,destroy}.
| * \ Merge pull request #1880 from jtattermusch/csharp_bump_versionGravatar Nicolas Noble2015-06-02
| |\ \ | | | | | | | | Bump C# package versions
| * \ \ Merge pull request #1871 from ↵Gravatar Jan Tattermusch2015-06-02
| |\ \ \ | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_corrects_the_cancel_after_first_response_test Corrects the cancel_after_first_response test
| | | * | bump C# package versionsGravatar Jan Tattermusch2015-06-02
| | |/ / | |/| |
| * | | Merge pull request #1872 from jcanizales/fix-metadata-propagationGravatar Michael Lumish2015-06-02
| |\ \ \ | | | | | | | | | | Fix NSDictionary <-> metadata codec
| | * | | Disallow NSString headers with -bin suffixGravatar Jorge Canizales2015-06-02
| | | | |
| | | | * Reintroduced grpc_byte_buffer_reader_destroy.Gravatar David Garcia Quintas2015-06-02
| | | | | | | | | | | | | | | | | | | | As a no-op for the time being.
* | | | | Support use of high_res clock in timepointsGravatar vjpai2015-06-02
| | | | |
| | * | | Fix NSDictionary <-> metadata codecGravatar Jorge Canizales2015-06-02
| | | | |
| * | | | Merge pull request #1856 from ctiller/count-the-thingsGravatar Nicolas Noble2015-06-02
| |\ \ \ \ | | |/ / / | |/| | | Label all iomgr objects
| | | * | Corrects the cancel_after_first_response testGravatar Tim Emiola2015-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | | Fix Windows compilationGravatar Craig Tiller2015-06-02
| | | | |
| * | | | Merge pull request #1860 from jtattermusch/csharp_runtest_windowsGravatar Nicolas Noble2015-06-01
| |\ \ \ \ | | | | | | | | | | | | run_tests.py support for C# on windows
| | | | | * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
| | | * | | Merge github.com:grpc/grpc into count-the-thingsGravatar Craig Tiller2015-06-01
| | | |\ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/fd_posix.h src/core/iomgr/iomgr.c
| * | | | | Merge pull request #1857 from yang-g/testGravatar Craig Tiller2015-06-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Various minor fixes
| * \ \ \ \ \ Merge pull request #1862 from nicolasnoble/fixing-toolsGravatar Craig Tiller2015-06-01
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Fixing tools compilation.
| * | | | | | Merge pull request #1758 from dgquintas/iomgr_managed_cbsGravatar Craig Tiller2015-06-01
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Revamped iomgr's callback mechanism
| * \ \ \ \ \ \ Merge pull request #1818 from a-veitch/internal_apiGravatar Hongyu Chen2015-06-01
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Initial Census refactoring and context integration
| | | | * | | | | Fixing tools compilation.Gravatar Nicolas "Pixel" Noble2015-06-02
| | |_|/ / / / / | |/| | | | | |
| | | | | * | | run_tests.py support for C# on windowsGravatar Jan Tattermusch2015-06-01
| | | | | | |/ | | | | | |/|
| | * | | | | change census_context_deserialize signatureGravatar Alistair Veitch2015-06-01
| | | | | | |
| * | | | | | Merge pull request #1558 from soltanmm/extensionGravatar Nathaniel Manista2015-06-01
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Overhaul Python C layer.
| | | | | * | Various minor fixesGravatar Yang Gao2015-06-01
| | | | | | |
| | | | | | * Label all iomgr objectsGravatar Craig Tiller2015-06-01
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring.
| | | * | | merge with masterGravatar Alistair Veitch2015-06-01
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | | * | Implemented cb handling without the need for "managed closures".Gravatar David Garcia Quintas2015-06-01
| | | | | | | | | | | | | | | | | | | | | | | | The concept of managed closure is officially extinct.
| * | | | | fix buildall.bat scriptGravatar Jan Tattermusch2015-06-01
|/ / / / /
| | * | | add init checksGravatar Alistair Veitch2015-06-01
| | | | |
| | * | | address commentsGravatar Alistair Veitch2015-06-01
| | | | |
* | | | | Merge pull request #1850 from jcanizales/use-proto-plugin-helpersGravatar Michael Lumish2015-06-01
|\ \ \ \ \ | | | | | | | | | | | | Use class names for types as generated by the messages plugin
* \ \ \ \ \ Merge pull request #1848 from jcanizales/simplify-sample-appGravatar Michael Lumish2015-06-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make sample app easier to understand
* \ \ \ \ \ \ Merge pull request #1847 from jcanizales/finish-moving-tests-outGravatar Michael Lumish2015-06-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Finish moving tests out of the sample app, into the tests project
* \ \ \ \ \ \ \ Merge pull request #1845 from jcanizales/move-tests-off-sampleGravatar Michael Lumish2015-06-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Move interop tests to new tests project
* \ \ \ \ \ \ \ \ Merge pull request #1839 from jcanizales/fix-certs-bundleGravatar Michael Lumish2015-06-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix problem loading certs for tests of library projects
* \ \ \ \ \ \ \ \ \ Merge pull request #1823 from jtattermusch/nuget_tools_fixGravatar Michael Lumish2015-06-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gRPC C# nuget package fixes
* \ \ \ \ \ \ \ \ \ \ Merge pull request #1835 from grpc/jcanizales-fix-podspec-example-in-readmeGravatar Michael Lumish2015-06-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix podspec example in README to work with dir hierarchies
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1834 from jcanizales/separate-testsGravatar Michael Lumish2015-06-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add a project for tests, separate from the example project
| | | | | | | | * | | | | Use class names for types as generated by the messages pluginGravatar Jorge Canizales2015-06-01
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| | | | | | | * | | | | Make sample app easier to understandGravatar Jorge Canizales2015-05-31
| | | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove the launch screen. - Add a label explaining where to look for the code and results. - Delete unnecessary boilerplate code.
| | | | | | * | | | | Remove remaining tests and RouteGuide from sample appGravatar Jorge Canizales2015-05-31
| | | | | | | | | | |
| | | | | | * | | | | Add RemoteTests as GRPCClientTests to tests projectGravatar Jorge Canizales2015-05-31
| | | | | | | | | | |
| | | | | | * | | | | Add SampleTests as LocalClearTextTests to tests projectGravatar Jorge Canizales2015-05-31
| | | | | | | | | | |
| | | | | | * | | | | Add RouteGuideClient to tests’ PodfileGravatar Jorge Canizales2015-05-31
| | | | | | | | | | |
| | | | | | | | | * | Added some comments.Gravatar David Garcia Quintas2015-05-31
| | | | | | | | | | |
| | | | | | * | | | | Move RouteGuideClient to generated_libraries/Gravatar Jorge Canizales2015-05-31
| | | | | |/ / / / /
| | | | | | | | * | Removed managed closures from iomgr.Gravatar David Garcia Quintas2015-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| | | | | | | | * | removed managed closures from server.cGravatar David Garcia Quintas2015-05-31
| | | | | | | | | |