Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into pfft | Craig Tiller | 2015-09-30 |
|\ | |||
| * | Add a facility to flush iocp at iomgr shutdown | Craig Tiller | 2015-09-30 |
| | | |||
* | | Merge branch 'can-we-be-single-threaded' of github.com:ctiller/grpc into pfft | Craig Tiller | 2015-09-28 |
|\| | |||
* | | Fix alarms | Craig Tiller | 2015-09-28 |
| | | | | | | | | | | | | - make kick_poller() do something on POSIX - fix some conditions whereby alarms are held in a pollset exec context for too long - make channel_connectivity tests dependent on the correct behavior | ||
| * | Merge github.com:grpc/grpc into can-we-be-single-threaded | Craig Tiller | 2015-09-25 |
| |\ | |/ |/| | |||
* | | Fix some bugs leading to memory leaks | Craig Tiller | 2015-09-24 |
| | | |||
| * | Implement turnstile polling for Windows | Craig Tiller | 2015-09-24 |
|/ | |||
* | clang-format all core files | Craig Tiller | 2015-09-22 |
| | |||
* | Final patches for rename | Craig Tiller | 2015-09-22 |
| | |||
* | Move argument passing to start of list | Craig Tiller | 2015-09-22 |
| | |||
* | Rename init | Craig Tiller | 2015-09-22 |
| | |||
* | Rename run | Craig Tiller | 2015-09-22 |
| | |||
* | indent pass to get logical source lines on one physical line | Craig Tiller | 2015-09-22 |
| | |||
* | Split closures from iomgr.h | Craig Tiller | 2015-09-22 |
| | |||
* | Rename call_list to closure_list | Craig Tiller | 2015-09-22 |
| | |||
* | Fixes | Craig Tiller | 2015-09-21 |
| | |||
* | Fixes | Craig Tiller | 2015-09-21 |
| | |||
* | Call list progress | Craig Tiller | 2015-09-18 |
| | |||
* | Cleanup | Craig Tiller | 2015-09-18 |
| | |||
* | Introduce call lists for moving work outside locks | Craig Tiller | 2015-09-18 |
| | |||
* | Getting stuff working | Craig Tiller | 2015-09-16 |
| | |||
* | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-16 |
|\ | |||
| * | Fix memory leak | Craig Tiller | 2015-09-15 |
| | | |||
* | | Progress towards workqueue transition | Craig Tiller | 2015-09-15 |
| | | |||
* | | Starting to convert code to work queues | Craig Tiller | 2015-09-09 |
|/ | |||
* | avoid infinite spin without checking condvar | Craig Tiller | 2015-09-03 |
| | |||
* | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-26 |
|\ | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c | ||
| * | Fix flow control | Craig Tiller | 2015-07-23 |
| | | | | | | | | | | | | - sending of window updates is now integrated with the primary write path, making this far more robust - iomgr starts up after shutdown correctly again | ||
* | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-22 |
|\| | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/client_config/subchannel.c src/core/iomgr/alarm.c src/core/iomgr/iomgr.c src/core/iomgr/tcp_client_posix.c | ||
| * | Move alarm subsystem to monotonic time | Craig Tiller | 2015-07-19 |
| | | |||
* | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-17 |
|\| | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
* | | Spam cleanup | Craig Tiller | 2015-07-17 |
| | | |||
| * | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 |
| | | |||
| * | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-07-13 |
|/ | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense. | ||
* | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-10 |
|\ | |||
| * | Reduce spam | Craig Tiller | 2015-07-08 |
| | | |||
* | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-07 |
|\| | | | | | | | | | | | Conflicts: src/core/channel/client_setup.c src/core/surface/init.c | ||
* | | clang-format changed files | Craig Tiller | 2015-07-06 |
| | | |||
* | | Introduce multiple clocks to GPR | Craig Tiller | 2015-07-01 |
| | | |||
| * | Spam cleanup | Craig Tiller | 2015-06-30 |
| | | |||
| * | client_config bugfixes | Craig Tiller | 2015-06-30 |
| | | |||
| * | Debugging | Craig Tiller | 2015-06-29 |
| | | |||
| * | Small fixes | Craig Tiller | 2015-06-26 |
|/ | |||
* | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-05 |
|\ | |||
* | | clang-format | Craig Tiller | 2015-06-05 |
| | | |||
| * | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 |
| | | |||
* | | Merge branch 'count-the-things' into we-dont-need-no-backup | Craig Tiller | 2015-06-01 |
|\| | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/core/iomgr/pollset_posix.c src/core/surface/call.c src/core/surface/channel.c src/core/surface/server.c src/python/src/grpc/_adapter/_low_test.py tools/doxygen/Doxyfile.core.internal | ||
| * | Merge github.com:grpc/grpc into count-the-things | Craig Tiller | 2015-06-01 |
| |\ | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/fd_posix.h src/core/iomgr/iomgr.c | ||
* | | | Merge branch 'count-the-things' into we-dont-need-no-backup | Craig Tiller | 2015-06-01 |
|\| | | |||
| * | | Label all iomgr objects | Craig Tiller | 2015-06-01 |
| | | | | | | | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring. |