Last indexation completed on 2024-05-19 09:57:34 UTC

This is a fork of QProcess (KProcess needs to tag along without any changes since K3b::Process is derived from that) from Qt 4.5 which adds the following changes:
- New method QProcess::setFlags with flags RawStdin and RawStdout - If RawStdin/RawStdout is set the ringbuffer is not used for stdin/stdout. Calls to QProcess::readData/writeData are directly done on the process pipe (only unix has been patched so far) Also the pipe is blocking, i.e. fcntl( .. O_NONBLOCK ) is not called The latter is very important since K3b does its piping in a separate thread and non-blocking pipes make that near to impossible.

  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 02:23:13  
folder private/ - 2024-02-11 02:23:13  
file k3bkprocess.cpp 8859 bytes 2024-02-11 02:23:13 2024-05-19 08:42:22  
file k3bkprocess.h 10252 bytes 2024-02-11 02:23:13 2024-05-19 08:42:22  
file k3bkprocess_p.h 717 bytes 2024-02-11 02:23:13 2024-05-19 08:42:22  
file k3bqprocess.cpp 56763 bytes 2024-02-11 02:23:13 2024-05-19 08:42:23

define QPROCESS_DEBUG

file k3bqprocess.h 6865 bytes 2024-02-11 02:23:13 2024-05-19 08:42:23  
file k3bqprocess_p.h 6599 bytes 2024-02-11 02:23:13 2024-05-19 08:42:23  
file k3bqprocess_unix.cpp 42468 bytes 2024-02-11 02:23:13 2024-05-19 08:42:24

define QPROCESS_DEBUG

file k3bqprocess_win.cpp 31462 bytes 2024-02-11 02:23:13 2024-05-19 08:42:24  
file qringbuffer_p.h 9288 bytes 2024-02-11 02:23:13 2024-05-19 08:42:24  
file README 624 bytes 2024-02-11 02:23:13 -