Last indexation completed on 2024-04-28 06:00:06 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 01:49:21  
folder private/ - 2024-02-11 01:49:21  
file k3bkprocess.cpp 8859 bytes 2024-02-11 01:49:21 2024-04-28 04:49:47  
file k3bkprocess.h 10252 bytes 2024-02-11 01:49:21 2024-04-28 04:49:47  
file k3bkprocess_p.h 717 bytes 2024-02-11 01:49:21 2024-04-28 04:49:47  
file k3bqprocess.cpp 56763 bytes 2024-02-11 01:49:21 2024-04-28 04:49:48

define QPROCESS_DEBUG

file k3bqprocess.h 6865 bytes 2024-02-11 01:49:21 2024-04-28 04:49:48  
file k3bqprocess_p.h 6599 bytes 2024-02-11 01:49:21 2024-04-28 04:49:48  
file k3bqprocess_unix.cpp 42468 bytes 2024-02-11 01:49:21 2024-04-28 04:49:49

define QPROCESS_DEBUG

file k3bqprocess_win.cpp 31462 bytes 2024-02-11 01:49:21 2024-04-28 04:49:49  
file qringbuffer_p.h 9288 bytes 2024-02-11 01:49:21 2024-04-28 04:49:49  
file README 624 bytes 2024-02-11 01:49:21 -