misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
ebuild-ipc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
In EbuildIpc._receive_reply(), close the input_file when finished.
v2.2_rc86
Zac Medico
2010-09-21
1
-0
/
+2
*
In EbuildIpc._wait(), use waitpid() instead of wait() since we really
Zac Medico
2010-09-21
1
-1
/
+1
*
Bug #337465 - Make ebuild-ipc use an array in order to force a
Zac Medico
2010-09-21
1
-3
/
+16
*
Make ebuild-ipc use select() for timeouts, instead of alarm signals.
Zac Medico
2010-09-21
1
-29
/
+44
*
Make ebuild-ipc use a normal read() call instead of array.fromfile()
Zac Medico
2010-09-20
1
-13
/
+3
*
Make ebuild-ipc kill the child IO process before it exits due to timeout.
Zac Medico
2010-09-20
1
-1
/
+8
*
Fix ebuild-ipc to correctly handle non-zero return codes from
Zac Medico
2010-09-20
1
-4
/
+8
*
Rewrite ebuild-ipc timeout handling to use forks.
Zac Medico
2010-09-20
1
-62
/
+85
*
Make ebuild-ipc show an additional 'read failed' message if the buffer
Zac Medico
2010-09-20
1
-1
/
+8
*
If ebuild-ipc times out during read, check if the read buffer is
Zac Medico
2010-09-20
1
-2
/
+4
*
Fix ebuild-ipc.py to timeout if necessary when opening input_file
Zac Medico
2010-09-18
1
-2
/
+8
*
Use blocking IO in ebuild-ipc.py and EbuildIpcDaemon._send_reply(),
Zac Medico
2010-09-18
1
-17
/
+1
*
Make ebuild-ipc.py close the output_file before trying to re-open it
Zac Medico
2010-09-14
1
-2
/
+6
*
Make ebuild-ipc timeout messages show which operation timed out.
Zac Medico
2010-09-14
1
-6
/
+11
*
Bug #336142 - Make ebuild-ipc.py keep trying to communicate indefinitely,
Zac Medico
2010-09-14
1
-36
/
+98
*
Bug #336142 - Use a longer timeout for ebuild-ipc, in case the system is
Zac Medico
2010-09-12
1
-1
/
+3
*
Make ebuild-ipc.py suppress IOError just like it does for EOFError
Zac Medico
2010-09-10
1
-3
/
+1
*
Make ebuild-ipc.py handle exceptions from pickle.loads().
Zac Medico
2010-09-10
1
-11
/
+15
*
Make ebuild-ipc.py display EOFError if no data is read from the
Zac Medico
2010-09-10
1
-2
/
+2
*
Add missing comma in tuple.
Zac Medico
2010-09-09
1
-2
/
+2
*
Bug #336644 - Make ebuild-ipc.py use array.fromfile() to read pickles
Zac Medico
2010-09-09
1
-25
/
+29
*
Make ebuild-ipc.py call portage._disable_legacy_globals() since it
Zac Medico
2010-09-03
1
-0
/
+1
*
Adjust AlarmSignal.unregister() call in ebuild-ipc.
Zac Medico
2010-09-03
1
-7
/
+8
*
Make AlarmSignal.register() require a time parameter and pass it to
Zac Medico
2010-09-03
1
-2
/
+2
*
Add AlarmSignal.register() and unregister() classmethods in order to
Zac Medico
2010-09-03
1
-3
/
+2
*
Bug #335777 - Add a 40 second timeout in ebuild-ipc.py, so that if an
Zac Medico
2010-09-03
1
-1
/
+20
*
Adjust EbuildIpcDaemon pickle read and write code in order to ensure
Zac Medico
2010-09-02
1
-4
/
+26
*
Fix typo in comment.
Zac Medico
2010-08-20
1
-1
/
+1
*
Add a SIGUSR1 handler to trigger pdb.set_trace().
Zac Medico
2010-08-13
1
-0
/
+6
*
Clean up a bit.
Zac Medico
2010-08-12
1
-6
/
+3
*
Make IpcDaemonTestCase demonstrate an EbuildIpcDaemon based
Zac Medico
2010-08-12
1
-9
/
+8
*
Make locks quiet since unintended locking messages displayed on
Zac Medico
2010-08-12
1
-0
/
+3
*
Add some pieces of an IPC framework that will eventually allow ebuild
Zac Medico
2010-08-12
1
-0
/
+71