summaryrefslogtreecommitdiff
path: root/src/writer.c
Commit message (Collapse)AuthorAgeFilesLines
* whitespace cleanupsChristian Pointner2013-12-271-15/+15
| | | | | | header update (copyright notice)
* fixed remaining warningChristian Pointner2012-09-251-1/+1
|
* most fixes for gcc + -Wall and clangChristian Pointner2012-09-251-4/+1
|
* daylight savings info at boundary outputsChristian Pointner2011-04-281-1/+1
|
* added exec for post processingChristian Pointner2011-04-241-1/+1
|
* fixed file headerChristian Pointner2011-04-241-4/+1
| | | | | | added sysexec code
* setting recovery policy (fix the enum value)Christian Pointner2011-04-211-0/+2
|
* fixed typoChristian Pointner2011-04-211-1/+1
| | | | | | better output at boundary reached
* whitespaceChristian Pointner2011-04-201-1/+1
|
* added file_list waitpid functionChristian Pointner2011-04-201-3/+2
|
* added option for post processingChristian Pointner2011-04-201-3/+8
|
* inverted meaning of offsetChristian Pointner2011-04-201-8/+11
| | | | | | more output @info level
* switched to multifdsinkChristian Pointner2011-04-201-5/+42
| | | | | | | no pthread at log (usign GThread instead) file_list ist now thread safe
* first tests with fdsinkChristian Pointner2011-04-201-6/+4
|
* moved file specific thins to file_listChristian Pointner2011-04-181-79/+17
|
* calculating next boundary (not tested yet)Christian Pointner2011-04-171-4/+17
|
* time boundary check works nowChristian Pointner2011-04-171-33/+37
|
* added some TODO commentsChristian Pointner2011-04-161-0/+10
|
* minor refactoringChristian Pointner2011-04-161-8/+18
|
* fixed missing return @ open_fileChristian Pointner2011-04-161-0/+2
|
* file modes can now be configuredChristian Pointner2011-04-161-4/+12
|
* writer thread stops loop at end of executionChristian Pointner2011-04-151-3/+8
|
* added file name handlingChristian Pointner2011-04-151-12/+68
|
* time boundary calculations added Christian Pointner2011-04-151-1/+41
|
* files have a fixed length now (1 hour)Christian Pointner2011-04-131-5/+12
| | | | | | introduced sample interval
* no app sink anymoreChristian Pointner2011-02-201-10/+23
| | | | | | tests with clocks
* switching to appsrc for writer elementChristian Pointner2011-02-201-6/+31
|
* added writer Christian Pointner2011-02-201-0/+68