summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* QueueScheduler: use timeout_addZac Medico2012-02-071-34/+17
* AbstractPollTask: add _wait_loop methodZac Medico2012-02-072-6/+25
* Use PollScheduler iteration method.Zac Medico2012-02-075-17/+17
* PollScheduler: add iteration methodZac Medico2012-02-072-12/+27
* Scheduler: use idle_add, not _poll overrideZac Medico2012-02-071-2/+4
* PollScheduler: implement idle_addZac Medico2012-02-071-1/+45
* PollScheduler: glib.io_add_watch() compatibilityZac Medico2012-02-078-16/+53
* PollScheduler: timeouts regardless of IO eventsZac Medico2012-02-073-56/+59
* Use timeout_add to avoid recursion, bug #402335.Zac Medico2012-02-072-9/+34
* AsynchronousTask: merge _waiting from subclassZac Medico2012-02-072-7/+10
* PollScheduler: add timeout_add like glib'sZac Medico2012-02-072-8/+89
* spawn: assert that fork returns int typeZac Medico2012-02-061-1/+4
* Remove portage.const._ENABLE_XATTR.v2.2.0_alpha85Zac Medico2012-02-042-8/+2
* repoman: support git commit --gpg-signZac Medico2012-02-041-2/+8
* Honor repos.conf for overlay priority, bug 402099Daniel Hornung2012-02-031-2/+2
* LinkageMapELF: handle null bytes in NEEDED.ELF.2Zac Medico2012-01-311-0/+7
* Use consistent indentation in output of `emerge -p --columns ${package}`Arfrever Frehtes Taifersar Arahesis2012-01-281-2/+2
* Delete needless parentheses.Arfrever Frehtes Taifersar Arahesis2012-01-281-5/+5
* Don't print ::${repository} for main repository in output ofArfrever Frehtes Taifersar Arahesis2012-01-283-31/+39
* Apply INSTALL_MASK prior to reading the treeBrian Harring2012-01-271-9/+9
* Fix display of installed version for packages, which have multiple slotsArfrever Frehtes Taifersar Arahesis2012-01-231-2/+3