aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
...
* Refine completion queueGravatar Craig Tiller2015-02-09
|
* Remove more unnecessary filesGravatar Craig Tiller2015-02-09
|
* Remove stream_contextGravatar Craig Tiller2015-02-09
|
* Server progressGravatar Craig Tiller2015-02-09
|
* Cleanup some cruftGravatar Craig Tiller2015-02-09
|
* Make server.cc compile againGravatar Craig Tiller2015-02-09
|
* ProgressGravatar Craig Tiller2015-02-09
|
* Further progressGravatar Craig Tiller2015-02-09
|
* Async API declarationsGravatar Craig Tiller2015-02-09
|
* Fix compile errorGravatar Craig Tiller2015-02-09
|
* Fix compile errorGravatar Craig Tiller2015-02-09
|
* Further progressGravatar Craig Tiller2015-02-09
|
* Starting to scratch out the APIGravatar Craig Tiller2015-02-09
|
* New completion queueGravatar Craig Tiller2015-02-06
|
* Remove TODOGravatar Craig Tiller2015-02-06
|
* Move completion_queue.cc to commonGravatar Craig Tiller2015-02-06
|
* Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-04
|\
| * Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-02-04
| |\ | | | | | | | | | | | | | | | | | | Resolve a conflict between adding write buffer hint and the change of API Conflicts: src/cpp/server/async_server_context.cc
| * | Add write buffer hint to C++ server handlers so that writes actually goGravatar Vijay Pai2015-02-04
| | | | | | | | | | | | out when expected.
| | * Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
| |/ | | | | | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
* | Merge branch 'async-api-prep' of github.com:ctiller/grpc into async-apiGravatar Craig Tiller2015-02-02
|\ \
* \ \ Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-02
|\ \ \ | | |/ | |/|
| | * Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
| | | | | | | | | | | | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
| * | Fix an obvious bugGravatar Craig Tiller2015-02-01
| | | | | | | | | | | | And make it easy not to make the same mistake
| * | Remove a major source of contention in thread_poolGravatar Craig Tiller2015-02-01
| |/ | | | | | | | | | | | | - notify_one when new work is available to avoid thundering herd problems - checking conditions before entering cv_.wait() prevents a case that these are not validated
* / First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|/
* Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\
| * clang-formatGravatar Craig Tiller2015-01-20
| |
| * Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-20
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/stream/stream_context.cc src/cpp/stream/stream_context.h src/php/ext/grpc/call.c test/core/end2end/tests/max_concurrent_streams.c
* | | Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed the unsigned char * + size to NULL terminated strings which makes sense for the PEM format. I may change TSI later (but the impact will hopefully be much more limited). - Added a way to pass multiple key/cert pairs to servers which is needed when hosting more than one domain. - Removed the C++ SSL credentials tests as we are going to have an option to not specify the roots which will then be derived from the environment (well-known platform dependent locations and/or environment variable). - Fixed the php build which is the only one added in the run_test.py. This change will certainly break node, python and ruby.
* | Use clang-format-3.5Gravatar Craig Tiller2015-01-18
| |
| * clang-formatGravatar Craig Tiller2015-01-14
| |
* | clang-formatGravatar Craig Tiller2015-01-14
| |
* | Update C++ code to set status via the C api.Gravatar Craig Tiller2015-01-14
| | | | | | | | This prevents mismatches from breaking tests.
| * Update C++ code to set status via the C api.Gravatar Craig Tiller2015-01-14
| | | | | | | | This prevents mismatches from breaking tests.
| * Starting to fix C++Gravatar Craig Tiller2015-01-13
|/
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Fixing opensource build.Gravatar nnoble2015-01-12
| | | | | | | Change on 2015/01/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83810001
* Moving the google-internal security code in their own files.Gravatar jboeuf2015-01-12
| | | | | | | | | | Checked that the opensource version still builds. Just addressing core for now. We will do c++ later. Change on 2015/01/12 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83804014
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
| | | | | | | | to it. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83640373
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
| | | | | | | | failure. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83634736
* Fix hostname for streaming.Gravatar yangg2015-01-08
| | | | | | | Change on 2015/01/07 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83448769
* Add deadline API on server side.Gravatar yangg2015-01-06
| | | | | | | Change on 2015/01/06 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83351442
* fix MOE compliling error.Gravatar chenw2014-12-29
| | | | | | | Change on 2014/12/22 by chenw <chenw@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82682265
* Use overriden host name when creating a call.Gravatar yangg2014-12-29
| | | | | | | Change on 2014/12/22 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82672321
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
| | | | | | | | | The old test_ssl_channel related code is deleted and the new create channel call is used for interop tests. Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82540921
* Set host to channel's target when creating a call.Gravatar yangg2014-12-19
| | | | | | | Change on 2014/12/17 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82377896
* Add ServerContext. It is currently empty and deadline and metadata will come toGravatar yangg2014-12-19
| | | | | | | | it in subsequent cl's. Change on 2014/12/17 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82372934
* Replace the deprecated grpc_call_accept calls with the equivalent two newGravatar yangg2014-12-17
| | | | | | | | calls. Change on 2014/12/17 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82368034
* Add missing casts to enable compilation with gcc 4.7Gravatar rsilvera2014-12-16
| | | | | | | Change on 2014/12/16 by rsilvera <rsilvera@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82275653