aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/grpc_unsecure.vcxproj.filters
Commit message (Collapse)AuthorAge
* remove what's left from vs2010 and vs2013 directoriesGravatar Jan Tattermusch2015-04-20
|
* Merge branch 'master' of git://github.com/vjpai/grpc into timersGravatar Vijay Pai2015-04-13
|\
* | Visual Studio build filesGravatar Vijay Pai2015-04-13
| |
| * Add endpoint_pair_windows.cGravatar Craig Tiller2015-04-08
|/
* 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
* | Added a few more missing files and re-generated project files.Gravatar Nicolas "Pixel" Noble2015-03-20
| |
* | Adding missing public files to build.json, and re-generating all project files.Gravatar Nicolas "Pixel" Noble2015-03-19
| |
| * Added batch GRPC_TRACE option to trace calls to grpc_call_start_batchGravatar murgatroid992015-03-09
|/
* 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
| * 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.
* | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
|/ | | | And reflects the C++ API in ServerBuilder.
* Fixing Windows port.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Merge branch 'master' of github.com:google/grpc into unsecure-fixGravatar Nicolas "Pixel" Noble2015-02-21
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json 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
* | Various MacOS build fixes.Gravatar Nicolas "Pixel" Noble2015-02-21
| | | | | | | | | | | | -) Secure files shouldn't be in the base grpc. -) grpc++ depends on gpr. -) grpc++ depends on protobuf (!)
| * Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
|/ | | | This will help greatly when it comes to diagnosing customer issues.
* Allow grpc_init to be called multiple timesGravatar Craig Tiller2015-02-17
|
* Merge branch 'master' into epollGravatar David Klempner2015-02-11
|\
* | Epoll based multipollerGravatar David Klempner2015-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a multipoller based on epoll rather than poll. Note that this implementation is aimed at correctness rather than performance, although it should immediately have better scalability to large numbers of FDs, both due to epoll's O(1) sized API and due to not needing to wake up polling threads to do interest set changes. One notable difference here is that we directly attach a wakeup fd rather than using the freelisting kick mechanism that the poll() based implementations use, because modifying the epoll set to use a different kick fd each time isn't free.
| * Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-10
| |\ | |/ |/|
| * Addressing comments.Gravatar Nicolas Noble2015-02-10
| |
| * Adding Windows tcp server code.Gravatar Nicolas "Pixel" Noble2015-02-05
| |
* | Updated the first test (which fails)Gravatar Craig Tiller2015-02-03
| |
| * First draft of the win32 implementation of iomgr.Gravatar Nicolas "Pixel" Noble2015-02-04
| | | | | | | | | | | | | | Caveats: -) The win32 pollset isn't threadsafe (yet). -) Only client code is implemented. -) Only very simple code has been tested with it yet.
| * Clean build file, regen projectsGravatar Craig Tiller2015-01-31
| |
* | Add bbqGravatar Craig Tiller2015-01-30
|/
* Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-27
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| * Rename wakeup_fd.[hc] to wakeup_fd_posix.[hc]Gravatar David Klempner2015-01-26
| | | | | | | | | | Fix the transitive closure of this change, including reintroducing pollset_kick_posix/windows where the latter is just a stub.
* | Addressing comments.Gravatar Nicolas Noble2015-01-26
| |
| * Merge branch 'master' into eventfdGravatar David Klempner2015-01-26
|/ | | | | This includes nuking the special pollset_kick_windows.h, since it is no longer relevant.
* Fixing a few winsocket misuses.Gravatar Nicolas "Pixel" Noble2015-01-24
|
* Adding Visual Studio filters.Gravatar Nicolas 'Pixel' Noble2015-01-24