misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
_emerge.MetadataRegen.MetadataRegen._iter_metadata_processes():
Arfrever Frehtes Taifersar Arahesis
2012-02-11
1
-21
/
+23
*
EventLoop: remove obsolete timeout_add comment
Zac Medico
2012-02-11
1
-7
/
+0
*
EventLoop.iteration: run timeouts if no fds
Zac Medico
2012-02-11
1
-1
/
+9
*
PollScheduler: return None from _schedule_tasks
Zac Medico
2012-02-11
3
-15
/
+12
*
QueueScheduler: timeout compat for GlibEventLoop
Zac Medico
2012-02-11
1
-10
/
+19
*
EventLoop: shorten iteration poll if timeouts
Zac Medico
2012-02-11
1
-1
/
+1
*
Fix FEATURES=no{doc,info,man} for bug #403181
Zac Medico
2012-02-11
1
-1
/
+4
*
repoman: no ChangeLog for Manifest-only commit
Zac Medico
2012-02-10
1
-0
/
+9
*
display_autounmask: highlight config changes
Zac Medico
2012-02-10
1
-4
/
+12
*
GlibEventLoop: use gi.repository.GLib
Zac Medico
2012-02-10
1
-5
/
+1
*
PollScheduler: add generic _main_loop()
Zac Medico
2012-02-10
4
-27
/
+30
*
repoman: support PORTAGE_CONFIGROOT, bug 402577
Zac Medico
2012-02-10
1
-2
/
+4
*
repoman: remove redundant config constructor
Zac Medico
2012-02-10
1
-2
/
+0
*
Scheduler: cleanup timeout after _main_loop
Zac Medico
2012-02-10
1
-2
/
+3
*
EbuildMerge: add exit_hook to unlock build dir
Zac Medico
2012-02-10
3
-5
/
+7
*
Use IO_* constants where appropriate.
Zac Medico
2012-02-09
7
-23
/
+38
*
EventLoop: name poll constants like glib's
Zac Medico
2012-02-09
2
-1
/
+14
*
EventLoop: inherit PollConstants
Zac Medico
2012-02-09
1
-1
/
+1
*
Add global_event_loop() and GlibEventLoop.
Zac Medico
2012-02-09
4
-2
/
+60
*
AsynchronousTask: exit listeners reverse order
Zac Medico
2012-02-09
1
-1
/
+5
*
QueueScheduler: fix for IpcDaemonTestCase
Zac Medico
2012-02-09
1
-1
/
+3
*
EventLoop: fix inverted may_block logic
Zac Medico
2012-02-08
1
-2
/
+2
*
Move EventLoop to a separate file.
Zac Medico
2012-02-08
3
-366
/
+375
*
Use AbstractPollTask._wait_loop() more.
Zac Medico
2012-02-08
3
-13
/
+4
*
MergeProcess: handle POLLHUP from elog pipe
Zac Medico
2012-02-08
1
-0
/
+7
*
PollScheduler: remove _poll_loop
Zac Medico
2012-02-08
3
-33
/
+13
*
test_poll: use TaskScheduler
Zac Medico
2012-02-08
1
-7
/
+7
*
PollScheduler: remove EventLoop._schedule hook
Zac Medico
2012-02-08
1
-12
/
+5
*
Scheduler: tweak _add_prefetchers
Zac Medico
2012-02-08
1
-8
/
+6
*
SequentialTaskQueue: use finally for _scheduling
Zac Medico
2012-02-08
1
-33
/
+13
*
IpcDaemonTestCase: init start_time earlier
Zac Medico
2012-02-08
1
-2
/
+2
*
SequentialTaskQueue: schedule automatically
Zac Medico
2012-02-08
2
-8
/
+11
*
Scheduler: remove _idle_schedule
Zac Medico
2012-02-08
1
-5
/
+0
*
EventLoop: use same method names as glib
Zac Medico
2012-02-08
2
-23
/
+23
*
PollScheduler: don't inherit EventLoop
Zac Medico
2012-02-08
5
-29
/
+31
*
PollScheduler: split out EventLoop base class
Zac Medico
2012-02-08
1
-106
/
+116
*
repoman: make SRC_URI.mirror fatal
Zac Medico
2012-02-08
1
-1
/
+0
*
repoman: normalize thirdpartymirrors trailing /
Zac Medico
2012-02-08
1
-1
/
+4
*
AbstractPollTask: use timeout_add
Zac Medico
2012-02-07
1
-14
/
+11
*
QueueScheduler: tweak timeout handling
Zac Medico
2012-02-07
1
-13
/
+14
*
PollScheduler: remove _schedule_wait
Zac Medico
2012-02-07
2
-48
/
+2
*
QueueScheduler: use timeout_add
Zac Medico
2012-02-07
1
-34
/
+17
*
AbstractPollTask: add _wait_loop method
Zac Medico
2012-02-07
2
-6
/
+25
*
Use PollScheduler iteration method.
Zac Medico
2012-02-07
5
-17
/
+17
*
PollScheduler: add iteration method
Zac Medico
2012-02-07
2
-12
/
+27
*
Scheduler: use idle_add, not _poll override
Zac Medico
2012-02-07
1
-2
/
+4
*
PollScheduler: implement idle_add
Zac Medico
2012-02-07
1
-1
/
+45
*
PollScheduler: glib.io_add_watch() compatibility
Zac Medico
2012-02-07
8
-16
/
+53
*
PollScheduler: timeouts regardless of IO events
Zac Medico
2012-02-07
3
-56
/
+59
*
Use timeout_add to avoid recursion, bug #402335.
Zac Medico
2012-02-07
2
-9
/
+34
[next]