aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/iomgr.c
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into pfftGravatar Craig Tiller2015-09-30
|\
| * Add a facility to flush iocp at iomgr shutdownGravatar Craig Tiller2015-09-30
| |
* | Merge branch 'can-we-be-single-threaded' of github.com:ctiller/grpc into pfftGravatar Craig Tiller2015-09-28
|\|
* | Fix alarmsGravatar Craig Tiller2015-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-threadedGravatar Craig Tiller2015-09-25
| |\ | |/ |/|
* | Fix some bugs leading to memory leaksGravatar Craig Tiller2015-09-24
| |
| * Implement turnstile polling for WindowsGravatar Craig Tiller2015-09-24
|/
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Final patches for renameGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Rename initGravatar Craig Tiller2015-09-22
|
* Rename runGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Split closures from iomgr.hGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* FixesGravatar Craig Tiller2015-09-21
|
* FixesGravatar Craig Tiller2015-09-21
|
* Call list progressGravatar Craig Tiller2015-09-18
|
* CleanupGravatar Craig Tiller2015-09-18
|
* Introduce call lists for moving work outside locksGravatar Craig Tiller2015-09-18
|
* Getting stuff workingGravatar Craig Tiller2015-09-16
|
* Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-16
|\
| * Fix memory leakGravatar Craig Tiller2015-09-15
| |
* | Progress towards workqueue transitionGravatar Craig Tiller2015-09-15
| |
* | Starting to convert code to work queuesGravatar Craig Tiller2015-09-09
|/
* avoid infinite spin without checking condvarGravatar Craig Tiller2015-09-03
|
* 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
| * Fix flow controlGravatar Craig Tiller2015-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 ↵Gravatar Craig Tiller2015-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 timeGravatar Craig Tiller2015-07-19
| |
* | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-17
|\| | | | | | | sometimes-its-good-just-to-check-in-with-each-other
* | Spam cleanupGravatar Craig Tiller2015-07-17
| |
| * Updating wrapped languages to new time functionsGravatar 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 github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-10
|\
| * Reduce spamGravatar Craig Tiller2015-07-08
| |
* | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
|\| | | | | | | | | | | Conflicts: src/core/channel/client_setup.c src/core/surface/init.c
* | clang-format changed filesGravatar Craig Tiller2015-07-06
| |
* | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| |
| * Spam cleanupGravatar Craig Tiller2015-06-30
| |
| * client_config bugfixesGravatar Craig Tiller2015-06-30
| |
| * DebuggingGravatar Craig Tiller2015-06-29
| |
| * Small fixesGravatar Craig Tiller2015-06-26
|/
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
|\
* | clang-formatGravatar Craig Tiller2015-06-05
| |
| * Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| |
* | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-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-thingsGravatar Craig Tiller2015-06-01
| |\ | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/fd_posix.h src/core/iomgr/iomgr.c
* | | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\| |
| * | Label all iomgr objectsGravatar Craig Tiller2015-06-01
| | | | | | | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring.