History log of /haiku/src/kits/shared/CommandPipe.cpp (Results 1 – 7 of 7)
Revision Date Author Comments
# 3e50787c 04-Aug-2015 Augustin Cavalier <waddlesplash@gmail.com>

BCommandPipe: Fix memory leak.

CID 600866. Both the header and the source of the argv getter
clearly indicate that the caller must free the memory.


# 032631e5 06-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Make the base class destructor of BCommandPipe::LineReader virtual, since
that will fix the problem fixed in r32926 for all derived classes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@3295

Make the base class destructor of BCommandPipe::LineReader virtual, since
that will fix the problem fixed in r32926 for all derived classes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32957 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 86e78dfa 03-Sep-2009 Bruno G. Albuquerque <bga@bug-br.org.br>

- Classes with virtual methods should have virtual destructors.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32926 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8dadca32 02-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Refactoring and cleanup. The progress report mechanism should now be much
more flexible. May need this in the alphabranch...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32903 a95241bf-73f2-

Refactoring and cleanup. The progress report mechanism should now be much
more flexible. May need this in the alphabranch...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32903 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# fc1ca2da 26-Apr-2008 Jérôme Duval <korli@users.berlios.de>

style cleanup


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25177 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 45f929b4 19-Jun-2007 Stephan Aßmus <superstippi@gmx.de>

* added BCommandPipe class (currently private API) kindly provided by
Ramshankar
* adopted to Haiku coding style


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21463 a95241bf-73f2-0310-859d-

* added BCommandPipe class (currently private API) kindly provided by
Ramshankar
* adopted to Haiku coding style


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21463 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 2a58d543 15-Aug-2015 Julian Harnath <julian.harnath@rwth-aachen.de>

Merge branch 'master' into app_server