aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/posix/posixChildProcess.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-404/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-14/+16
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-11/+8
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-0/+9
| | | | selection of platform handler.
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-121-3/+3
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-271-3/+7
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-081-0/+2
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Fixed a bug in argument vector.Vincent Richard2005-12-041-1/+1
|
* Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard2005-10-201-0/+5
| | | | 'charsetFilteredOutputStream' when input contains invalid sequences.
* Updated FSF address.Vincent Richard2005-09-171-3/+3
|
* Reference counting and smart pointers.Vincent Richard2005-07-121-9/+6
|
* Free memory for args.Vincent Richard2005-05-251-3/+8
|
* Added 'childProcess'.Vincent Richard2005-04-301-0/+383