aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #448 from nicolasnoble/grpc-win32Gravatar Craig Tiller2015-02-11
|\ | | | | Windows port of iomgr.
* | Have unary pollset check to see if the existing fd is orphanedGravatar David Klempner2015-02-10
| | | | | | | | | | | | | | This avoids an unnecessary upgrade to multipoller if there was no do_work called between an orphan and a subsequent add. Additionally, it avoids the need for epoll based multipoller to check for this case in its upgrade code by ensuring all existing fds are valid at upgrade time.
* | Merge pull request #460 from ↵Gravatar jboeuf2015-02-10
|\ \ | | | | | | | | | | | | nathanielmanistaatgoogle/server_credentials_wrapping Add a wrapping of grpc_server_credentials.
* \ \ Merge pull request #428 from ctiller/clientlock2Gravatar Nicolas Noble2015-02-10
|\ \ \ | | | | | | | | Work towards removing some contention
| | * | Add a wrapping of grpc_server_credentials.Gravatar Nathaniel Manista2015-02-10
| | | |
* | | | Merge pull request #461 from jtattermusch/csharp_windowsGravatar Michael Lumish2015-02-10
|\ \ \ \ | | | | | | | | | | Start using nuget for managing dependencies in C#
| * | | | update readme fileGravatar Jan Tattermusch2015-02-10
| | | | |
* | | | | Correctly handle large headers in HPACK tableGravatar Craig Tiller2015-02-10
| |_|/ / |/| | | | | | | | | | | | | | | | | | | I missed a clause in section 4.4 of the HPACK spec when implementing this stuff. Removes an errant assert and correctly handles adding large entries to the HPACK table by flushing it and leaving it empty.
| * | | started using nuget packages for dependenciesGravatar Jan Tattermusch2015-02-10
| | | |
| | | * Rewording comment :-)Gravatar Nicolas "Pixel" Noble2015-02-10
| | | |
* | | | Return OK on server if there's no explicit status setGravatar Craig Tiller2015-02-09
| | | | | | | | | | | | | | | | Fixes #451
| | | * Merge cleanup.Gravatar Nicolas Noble2015-02-09
| | | |
| | | * Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-10
| | | |\ | |_|_|/ |/| | |
| | | * Addressing comments.Gravatar Nicolas Noble2015-02-10
| | | |
* | | | Fixed typo in stock_server.js0Gravatar murgatroid992015-02-09
| | | |
* | | | Added echoing of requested stock symbol.Gravatar Jun Yang2015-02-09
| | | | | | | | | | | | | | | | This makes the example more realistic.
* | | | Merge pull request #440 from jyang/complete-sample-in-client-jsdocGravatar Tim Emiola2015-02-09
|\ \ \ \ | | | | | | | | | | Completed minimal sample in JsDoc of stock client
* \ \ \ \ Merge pull request #439 from tbetbetbe/grpc_ruby_update_after_c_core_changesGravatar Michael Lumish2015-02-09
|\ \ \ \ \ | |_|/ / / |/| | | | Grpc ruby update after c core changes
| * | | | Stop calling finish on server callsGravatar Tim Emiola2015-02-09
| | | | |
| * | | | fixes a typoGravatar Tim Emiola2015-02-09
| | | | |
| | * | | Completed minimal sample in JsDoc of stock client.Gravatar Jun Yang2015-02-09
| |/ / / |/| | |
| * | | updates the client server spec to reflect that status is no longer shownGravatar Tim Emiola2015-02-09
| | | |
| * | | Disable failing wrapping level testsGravatar Tim Emiola2015-02-09
| | | |
* | | | Fixed math and stock serversGravatar murgatroid992015-02-09
| | | |
* | | | Merge pull request #423 from jtattermusch/interop_testingGravatar Tim Emiola2015-02-09
|\ \ \ \ | | | | | | | | | | Adding interop client for C#
| | * | | Fixes a event compiler errorGravatar Tim Emiola2015-02-09
| | | | |
| * | | | addressed review commentsGravatar Jan Tattermusch2015-02-09
| | | | |
* | | | | Minor comment updateGravatar murgatroid992015-02-09
| | | | |
* | | | | Updated event.cc with new changesGravatar murgatroid992015-02-09
| |/ / / |/| | |
* | | | Merge pull request #381 from ctiller/async-api-newGravatar Yang Gao2015-02-09
|\ \ \ \ | | | | | | | | | | New Core API
| | | * | Reduce contention on lockGravatar Craig Tiller2015-02-09
| | | | | | | | | | | | | | | | | | | | Change the fd watcher from being O(active_pollers) to O(1), reducing time spent under the fd->watcher_mu lock, and ultimately scaling us much better.
| | | * | Add missing unlockGravatar Craig Tiller2015-02-08
| | | | |
| * | | | Merge github.com:grpc/grpc into async-api-newGravatar Craig Tiller2015-02-06
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Remove TODOGravatar Craig Tiller2015-02-06
| | | | |
* | | | | Move completion_queue.cc to commonGravatar Craig Tiller2015-02-06
| |/ / / |/| | |
| | * | updated readmeGravatar Jan Tattermusch2015-02-06
| | | |
| | * | added some more interop testsGravatar Jan Tattermusch2015-02-06
| | | |
| | * | added support for streaming calls to TestService stubsGravatar Jan Tattermusch2015-02-06
| | | |
| | * | scaffolding for interop_client and little bit of project renamingGravatar Jan Tattermusch2015-02-06
| | | |
| | * | Added simplified TestService for interop testingGravatar Jan Tattermusch2015-02-06
| |/ / |/| |
* | | Merge pull request #384 from ctiller/bufferGravatar Vijay Pai2015-02-06
|\ \ \ | | | | | | | | Autohinting for write buffering
* \ \ \ Merge pull request #415 from jtattermusch/csharp_progressGravatar Tim Emiola2015-02-06
|\ \ \ \ | | | | | | | | | | Polishing C# math service implementation and adding inprocess tests
| | | * \ Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-06
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | Merge github.com:google/grpc into bufferGravatar Craig Tiller2015-02-06
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #418 from nicolasnoble/tmp-win32Gravatar Craig Tiller2015-02-06
|\ \ \ \ \ | | | | | | | | | | | | Making the gpr_tmpfile's win32 version a bit more Windows-y.
* \ \ \ \ \ Merge pull request #387 from maxwell-demon/census_active_opsGravatar Alistair Veitch2015-02-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | V0 implementation of census_get_active_ops().
| | | | | * | Add dropped lineGravatar Craig Tiller2015-02-06
| | | | | | |
| | | | | * | Remove debugGravatar Craig Tiller2015-02-06
| | | | | | |
* | | | | | | Adding /tmp to prefix when creating posix temporary files.Gravatar Julien Boeuf2015-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Addresses #416.
| | * | | | | Making the gpr_tmpfile's win32 version a bit more Windows-y.Gravatar Nicolas "Pixel" Noble2015-02-06
| |/ / / / / |/| | | | | | | | | | | | | | | | | Also adding windows helpers to convert to and from TCHAR strings.