aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
...
| | | | | * | | | Regenerate project files.Gravatar Nicolas "Pixel" Noble2015-07-29
| | | |_|/ / / / | | |/| | | | |
| | | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-07-28
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | |
| | | | | * | | merge with upstreamGravatar yang-g2015-07-28
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | | * | | | regenerate projectsGravatar yang-g2015-07-28
| | | |/ / / / | | |/| | | |
| | * | | | | Merge pull request #2506 from larsonmpdx/gittGravatar Nicolas Noble2015-07-28
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | changes to allow VS solution/project generation and grpc.mak generation for c++ tests
| | | | | | | * Merge branch 'iomgr-refcounting' of https://github.com/nicolasnoble/grpc ↵Gravatar Hongwei Wang2015-07-27
| | | | | | | |\ | | | | | |_|_|/ | | | | |/| | | | | | | | | | | into zookeeper
| * | | | | | | Merge branch 'sometimes-its-good-just-to-check-in-with-each-other' into ↵Gravatar Craig Tiller2015-07-26
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yeah-we-know-what-youre-talking-about
| | * | | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-26
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c
| | | | | * | | Add reconnect interop test client and serverGravatar yang-g2015-07-24
| | | |_|/ / / | | |/| | | |
| | | * | | | Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | | |\ \ \ \
| * | | | | | | Make passing NULL for host not crashGravatar Craig Tiller2015-07-23
| |/ / / / / /
| | * | | | | Add dynamic thread pool and initial port of testGravatar vjpai2015-07-23
| | | | | | |
| * | | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | * | | | | Merge pull request #2493 from a-veitch/record_statGravatar Craig Tiller2015-07-23
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Census record stats API
* | | | | | | | Added tests (and bugfix) for grpc_compression_algorithm_parseGravatar David Garcia Quintas2015-07-21
| |_|_|/ / / / |/| | | | | |
| | | | * | | documentation for windows testing using grpc.makGravatar Michael Larson2015-07-21
| | | | | | |
| | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-07-20
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | * | | | fix buildGravatar Alistair Veitch2015-07-20
| | | | | | |
| | * | | | | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| |/ / / / / |/| | | | |
| * | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-20
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
* | | | | | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
| | | | * | | nmake: continue on errorGravatar Michael Larson2015-07-19
| | | | | | |
| | | | * | | documentation of new vcxproj/.sln debug buildgenGravatar Michael Larson2015-07-19
| | | | | | |
| | | | * | | new includes / one less warningGravatar Michael Larson2015-07-19
| | | | | | |
| | | | * | | new .props that has c++ dependenciesGravatar Michael Larson2015-07-19
| |_|_|/ / / |/| | | | |
| | * | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-17
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
* | | \ \ \ \ Merge with head and resolve conflictGravatar yang-g2015-07-17
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | | * Merge branch 'master' into zookeeperGravatar Hongwei Wang2015-07-17
| | | | | | |\
| | | | * | | | rebuild makefileGravatar Alistair Veitch2015-07-17
| | | | | | | |
| * | | | | | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Merge with headGravatar yang-g2015-07-16
| | |\ \ \ \ \ \
| | * | | | | | | split iterator into its own fileGravatar yang-g2015-07-16
| | | |_|_|/ / / | | |/| | | | |
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | | | |\ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | | * | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-16
| | | | | |\ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | | * | | | | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Make thread_pool.h a public header
| | | | | | * | | Added connectivity tests, fixed bugsGravatar Craig Tiller2015-07-16
| | | | | | | | |
| | | | | | | | * Add grpc_zookeeper in build.jsonGravatar Hongwei Wang2015-07-16
| | | | | | | | |
| | | | * | | | | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate
| | | | | | * | | Client connectivity APIGravatar Craig Tiller2015-07-15
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial plumbing work; needs tests and more client_channel implementation.
| | | | | * | | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | | | |\ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak
| | | * | | | | Merge pull request #2383 from vjpai/lockfree-stackGravatar Craig Tiller2015-07-15
| | |/| | | | | | | | | | | | | | | | | | | | | Lockfree stack
| | | | * | | | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | | | | | | Add oauth2_auth_token test case in interop testGravatar yang-g2015-07-13
| | | | | | |
| * | | | | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-13
| |\| | | | |
| * | | | | | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
| * | | | | Merge pull request #2398 from nicolasnoble/we-have-many-solutions-nowGravatar Jan Tattermusch2015-07-11
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixing VS's documentation.
| | * | | | | Fixing VS's documentation.Gravatar Nicolas "Pixel" Noble2015-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The nuget command line tool can't find which solution we want to restore packages on. The documentation needs some update.
| * | | | | | Faking tools target for win32.Gravatar Nicolas "Pixel" Noble2015-07-11
| |/ / / / / | | | | | | | | | | | | | | | | | | With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build.
| | * | | | Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Debug and add in generated build filesGravatar Vijay Pai2015-07-10
| | | | | |