aboutsummaryrefslogtreecommitdiff
path: root/flow-native/unix/src/flow.c
Commit message (Expand)AuthorAgeFilesLines
* enable easier cross-compilationJakob Odersky2014-01-141-312/+0
* move license to separate fileJakob Odersky2013-07-191-31/+0
* change termio initialization to makeraw()-like settingsJakob Odersky2013-07-111-4/+5
* add support for different serial configurationsJakob Odersky2013-07-111-18/+45
* use select system call instead of poll (because mac doesn't support poll on d...Jakob Odersky2013-07-111-12/+14
* add detailed error messagesJakob Odersky2013-07-111-1/+1
* make pipe non-blocking in posix compliant source codeJakob Odersky2013-07-081-1/+6
* linking works, testing neededSabine Odersky2013-07-041-1/+2
* move structure details to source fileJakob Odersky2013-06-301-0/+12
* refactor build to a more generic structureJakob Odersky2013-06-271-0/+295