Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix windows | Craig Tiller | 2016-01-28 |
| | |||
* | Tidy. | Nicolas "Pixel" Noble | 2016-01-28 |
| | |||
* | More fixes. | Nicolas "Pixel" Noble | 2016-01-28 |
| | |||
* | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | |||
* | address comments | Jan Tattermusch | 2015-12-07 |
| | |||
* | fix 32 bit assertions | Jan Tattermusch | 2015-12-07 |
| | |||
* | make grpc compile on win64bit | Jan Tattermusch | 2015-12-07 |
| | |||
* | s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm | David Garcia Quintas | 2015-10-04 |
| | |||
* | Fix clang-format script | Craig Tiller | 2015-09-28 |
| | |||
* | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-24 |
|\ | |||
* | | Windows fixes | Craig Tiller | 2015-09-23 |
| | | |||
* | | clang-format all core files | Craig Tiller | 2015-09-23 |
| | | |||
* | | Update Windows stuff | Craig Tiller | 2015-09-23 |
| | | |||
* | | clang-format all core files | Craig Tiller | 2015-09-22 |
| | | |||
* | | indent pass to get logical source lines on one physical line | Craig Tiller | 2015-09-22 |
| | | |||
* | | clang-format all core files | Craig Tiller | 2015-09-22 |
| | | |||
| * | Shutting down warning about operations on closed sockets. | Nicolas "Pixel" Noble | 2015-09-22 |
| | | |||
* | | Cleanup | Craig Tiller | 2015-09-18 |
|/ | |||
* | Cleaning up Windows endpoint code | Craig Tiller | 2015-08-28 |
| | | | | | | - removed the need to track some state - fixed chttp2 transport endpoint shutdown management - made a bunch of tests pass | ||
* | Revert "Revert "Refactor Endpoint API"" | Craig Tiller | 2015-08-27 |
| | |||
* | Revert "Refactor Endpoint API" | Craig Tiller | 2015-08-27 |
| | |||
* | Properly reset incoming buffer | Craig Tiller | 2015-08-26 |
| | |||
* | Turn off debug | Craig Tiller | 2015-08-26 |
| | |||
* | Fix refcounting | Craig Tiller | 2015-08-26 |
| | |||
* | Merge github.com:grpc/grpc into endpoints | Craig Tiller | 2015-08-26 |
|\ | | | | | | | | | Conflicts: src/core/iomgr/tcp_windows.c | ||
| * | fix gpr_slice leak in server on connection reset | Jan Tattermusch | 2015-08-25 |
| | | |||
* | | Spam cleanup | Craig Tiller | 2015-08-25 |
| | | |||
* | | clang-format | Craig Tiller | 2015-08-21 |
| | | |||
* | | Update Windows to new endpoint API | Craig Tiller | 2015-08-21 |
|/ | | | | Also solve an infinite recursion in chttp2_transport | ||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Fix compilation under VS 2010 | Jan Tattermusch | 2015-08-03 |
| | |||
* | Fixing Windows's missing pollset_set. | Nicolas "Pixel" Noble | 2015-07-29 |
| | |||
* | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
|\ | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | Make endpoint peer API work on Windows | Craig Tiller | 2015-07-20 |
|/ | |||
* | remove chatty log messages on windows | Jan Tattermusch | 2015-07-12 |
| | |||
* | prevent leaking gpr_slice in windows on_read() | Jan Tattermusch | 2015-06-18 |
| | |||
* | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 |
| | |||
* | Various Win32 fixes and improvements. | Nicolas Noble | 2015-05-12 |
| | | | | | | | | -) Properly setting up the endpoint pair. -) Beancounting on socket shutdown to properly add references. -) Only proceed to clear out data when called from the IOCP thread. -) Enabling ALL the tests. -) Fixing run_tests.py to properly invoke them. | ||
* | Further Windows fixes. | Nicolas "Pixel" Noble | 2015-05-08 |
| | | | | | | | | -) Properly flagging our endpoints as non-blocking. -) Accounting for the custom events. -) Restoring the on-error portion of read and write. -) Better accounting of the outstanding reads and writes. -) Various minor cleanups. | ||
* | A few win32 fixes. | Nicolas "Pixel" Noble | 2015-05-07 |
| | | | | | -) Better handling of orphaned sockets by tracking the pending operations in it, instead of the layer above. -) Ignoring after-shutdown operations. | ||
* | Another round of win32 fixes and documentation. | Nicolas "Pixel" Noble | 2015-05-04 |
| | | | | | -) Fixed a few more (much more rare) race conditions on shutdown. -) Fixed a degenerate case if we create a server but never start it. | ||
* | Wave of Win32 fixes. | Nicolas "Pixel" Noble | 2015-05-02 |
| | | | | | -) tcp client and server should no longer starve waiting on orphans -) proper server shutdown sequence to prevent use-after-free. | ||
* | make initializing overlapped-struct obvious for preventing a ciritical bug | zeliard | 2015-04-30 |
| | |||
* | partial fix for #546 | Jan Tattermusch | 2015-04-21 |
| | |||
* | removed chatty log messages on windows | Jan Tattermusch | 2015-04-21 |
| | |||
* | remove nslices assertion on windows | Jan Tattermusch | 2015-04-21 |
| | |||
* | allow empty messages in gRPC on windows | Jan Tattermusch | 2015-04-21 |
| | |||
* | Various Windows fixes. | Nicolas Noble | 2015-03-19 |
| | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations. | ||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| |