aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
Commit message (Collapse)AuthorAge
...
| | * | Smoke test initial versionGravatar Craig Tiller2015-04-09
| |/ /
| | * Begin port selection code for windowsGravatar Craig Tiller2015-04-08
| | |
| | * Allow restricting platforms for certain testsGravatar Craig Tiller2015-04-08
| | |
| | * Add endpoint_pair_windows.cGravatar Craig Tiller2015-04-08
| | |
| * | Merge pull request #1226 from murgatroid99/objective_c_pluginGravatar Tim Emiola2015-04-08
|/| | | | | | | | Objective C protoc plugin
| * | Made Objective C plugin build without errorGravatar murgatroid992015-04-07
| | |
* | | Bumping library version to 0.6.Gravatar Nicolas "Pixel" Noble2015-04-07
|/ /
* / Adding joinable threads, and gpr_thd_join.Gravatar Nicolas Noble2015-04-03
|/
* make target of port.c depend on test_configGravatar Yang Gao2015-04-01
|
* add missing header into build.json and regenerate projectGravatar Yang Gao2015-04-01
|
* Refactor and add a unit testGravatar Yang Gao2015-03-27
|
* merge upstream and resolve conflictGravatar Yang Gao2015-03-26
|\
| * Private headers shouldn't be public...Gravatar Nicolas "Pixel" Noble2015-03-27
| |
| * Merge pull request #989 from murgatroid99/core_start_batch_traceGravatar Nicolas Noble2015-03-26
| |\ | | | | | | Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch
| * | Moving all of the codegens into a temporary static library.Gravatar Nicolas "Pixel" Noble2015-03-26
| | | | | | | | | | | | This will allow us to re-use code generators in other kind of protoc plugins.
* | | a stub of the cli toolGravatar Yang Gao2015-03-25
| | |
| * | Protect on some overflow scenarios, add a test and build/run the testGravatar Yang Gao2015-03-20
| | |
| * | Added a few more missing files and re-generated project files.Gravatar Nicolas "Pixel" Noble2015-03-20
| | |
| * | Merge pull request #1099 from nicolasnoble/build-regenGravatar Jan Tattermusch2015-03-19
| |\ \ | | | | | | | | Adding missing public files to build.json, and re-generating all project files.
| | * | Adding missing public files to build.json, and re-generating all project files.Gravatar Nicolas "Pixel" Noble2015-03-19
| | | |
* | | | Implementation of generic stubGravatar Yang Gao2015-03-19
| |/ / |/| |
| * | Make Python package spec indirectGravatar Masood Malekghassemi2015-03-18
|/ / | | | | | | This is part of a change to ease internal usage of GRPC.
* | Rename to AsyncGeneric*Gravatar Yang Gao2015-03-12
| |
* | Rename anonymous to generic globallyGravatar Yang Gao2015-03-11
| |
* | A first test with typed async client and untyped service for a simple rpcGravatar Yang Gao2015-03-11
| |
* | merge with upstream and resolve conflictGravatar Yang Gao2015-03-10
|\ \
* | | initial imple of byte buffer and sliceGravatar Yang Gao2015-03-10
| | |
| | * Added batch GRPC_TRACE option to trace calls to grpc_call_start_batchGravatar murgatroid992015-03-09
| |/
| * Don't merge OpenSSL into C++ upper layer libraries; only C.Gravatar Nicolas "Pixel" Noble2015-03-06
| |
* | first sets of changes, it buildsGravatar Yang Gao2015-03-05
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
| |\ | |/ |/|
* | Rename some filesGravatar Craig Tiller2015-03-04
| |
* | Async server worksGravatar Craig Tiller2015-03-04
| |
* | Async client progressGravatar Craig Tiller2015-03-04
| |
* | Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-03
|\ \
| | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
| | |\ | | |/ | |/| | | | | | | Conflicts: examples/pubsub/main.cc
| | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
* | | \ Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-02
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: Makefile
* | | | WIPGravatar Craig Tiller2015-03-02
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into pubsubGravatar Yang Gao2015-03-02
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #908 from ctiller/sslGravatar Nicolas Noble2015-03-02
| |\ \ \ | | | | | | | | | | Hookup TSI tracer
| * | | | Mark fling_*test non-flakyGravatar Craig Tiller2015-03-02
| | | | | | | | | | | | | | | | | | | | Also, make the flaky: tag a little more visible in build.json
* | | | | CleanedGravatar Craig Tiller2015-03-02
| | | | |
* | | | | Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-02
|\| | | |
| | | | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
| | | | |\ | | |_|_|/ | |/| | |
| | * | | Tracer registration.Gravatar Craig Tiller2015-03-01
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | First: ugh. Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable. Expose TSI trace config variable directly to ease this a little.
| * | | Merge pull request #886 from ctiller/asan2Gravatar Nicolas Noble2015-02-28
| |\ \ \ | | | | | | | | | | Omit some tests, speed up others, prepare for ASAN
| | * | | Enable asan for C coreGravatar Craig Tiller2015-02-27
| | | | | | | | | | | | | | | | | | | | Also speed up a test, and disable some rarely touched but long running tests
| | | * | Redo #817. Update pubsub example channel creation and credentialsGravatar Yang Gao2015-02-27
| | |/ /
| * | | Merge remote-tracking branch 'upstream/master'Gravatar vjpai2015-02-26
| |\| |