summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* PollScheduler: use idle_add to check terminationZac Medico2012-02-122-22/+41
* repoman: check for env-update, bug #402339Zac Medico2012-02-121-1/+1
* Scheduler: simplify _sched_iface constructionv2.2.0_alpha86Zac Medico2012-02-111-14/+3
* EbuildIpcDaemon: handle POLLHUP, bug #401919Zac Medico2012-02-111-0/+24
* AbstractPollTask: merge _wait from subclassZac Medico2012-02-112-12/+6
* xpak.unpackinfo: validate paths, bug #403149Zac Medico2012-02-111-24/+20
* QueueScheduler: tweak run loop logicZac Medico2012-02-111-5/+5
* EventLoop.iteration: handle _poll StopIterationZac Medico2012-02-111-1/+7
* MetadataRegen: use porttreesZac Medico2012-02-111-1/+4
* _emerge.MetadataRegen.MetadataRegen._iter_metadata_processes():Arfrever Frehtes Taifersar Arahesis2012-02-111-21/+23
* EventLoop: remove obsolete timeout_add commentZac Medico2012-02-111-7/+0
* EventLoop.iteration: run timeouts if no fdsZac Medico2012-02-111-1/+9
* PollScheduler: return None from _schedule_tasksZac Medico2012-02-113-15/+12
* QueueScheduler: timeout compat for GlibEventLoopZac Medico2012-02-111-10/+19
* EventLoop: shorten iteration poll if timeoutsZac Medico2012-02-111-1/+1
* Fix FEATURES=no{doc,info,man} for bug #403181Zac Medico2012-02-111-1/+4
* repoman: no ChangeLog for Manifest-only commitZac Medico2012-02-101-0/+9
* display_autounmask: highlight config changesZac Medico2012-02-101-4/+12
* GlibEventLoop: use gi.repository.GLibZac Medico2012-02-101-5/+1
* PollScheduler: add generic _main_loop()Zac Medico2012-02-104-27/+30
* repoman: support PORTAGE_CONFIGROOT, bug 402577Zac Medico2012-02-101-2/+4
* repoman: remove redundant config constructorZac Medico2012-02-101-2/+0
* Scheduler: cleanup timeout after _main_loopZac Medico2012-02-101-2/+3
* EbuildMerge: add exit_hook to unlock build dirZac Medico2012-02-103-5/+7
* Use IO_* constants where appropriate.Zac Medico2012-02-097-23/+38
* EventLoop: name poll constants like glib'sZac Medico2012-02-092-1/+14
* EventLoop: inherit PollConstantsZac Medico2012-02-091-1/+1
* Add global_event_loop() and GlibEventLoop.Zac Medico2012-02-094-2/+60
* AsynchronousTask: exit listeners reverse orderZac Medico2012-02-091-1/+5
* QueueScheduler: fix for IpcDaemonTestCaseZac Medico2012-02-091-1/+3
* EventLoop: fix inverted may_block logicZac Medico2012-02-081-2/+2
* Move EventLoop to a separate file.Zac Medico2012-02-083-366/+375
* Use AbstractPollTask._wait_loop() more.Zac Medico2012-02-083-13/+4
* MergeProcess: handle POLLHUP from elog pipeZac Medico2012-02-081-0/+7
* PollScheduler: remove _poll_loopZac Medico2012-02-083-33/+13
* test_poll: use TaskSchedulerZac Medico2012-02-081-7/+7
* PollScheduler: remove EventLoop._schedule hookZac Medico2012-02-081-12/+5
* Scheduler: tweak _add_prefetchersZac Medico2012-02-081-8/+6
* SequentialTaskQueue: use finally for _schedulingZac Medico2012-02-081-33/+13
* IpcDaemonTestCase: init start_time earlierZac Medico2012-02-081-2/+2
* SequentialTaskQueue: schedule automaticallyZac Medico2012-02-082-8/+11
* Scheduler: remove _idle_scheduleZac Medico2012-02-081-5/+0
* EventLoop: use same method names as glibZac Medico2012-02-082-23/+23
* PollScheduler: don't inherit EventLoopZac Medico2012-02-085-29/+31
* PollScheduler: split out EventLoop base classZac Medico2012-02-081-106/+116
* repoman: make SRC_URI.mirror fatalZac Medico2012-02-081-1/+0
* repoman: normalize thirdpartymirrors trailing /Zac Medico2012-02-081-1/+4
* AbstractPollTask: use timeout_addZac Medico2012-02-071-14/+11
* QueueScheduler: tweak timeout handlingZac Medico2012-02-071-13/+14
* PollScheduler: remove _schedule_waitZac Medico2012-02-072-48/+2