aboutsummaryrefslogtreecommitdiffstats
path: root/libidc.c
Commit message (Collapse)AuthorAgeFilesLines
* commented out some printfsepoch2020-03-281-3/+3
|
* check that a line handler hasn't changed whether we need to keep processing ↵epoch2020-03-281-0/+4
| | | | lines
* fixed up support for files that need to be rechecked because of EOFing and ↵epoch2020-01-301-5/+15
| | | | set to not close.
* figured out what to do with files that reach EOF but want to be kept open ↵epoch2020-01-091-22/+28
| | | | without burning the CPU a shitload
* testing out select without readingepoch2019-06-241-4/+4
|
* renamed the global struct to something less conflictyepoch2019-06-241-66/+66
|
* added an exit condition if no fds are needing to be checkedepoch2019-06-081-4/+12
|
* call line_handler with NULL pointer for EOFepoch2019-05-311-6/+10
|
* oh god. way too much shit. no good way to break down the commits while ↵epoch2019-05-261-14/+68
| | | | working on it because I tried a lot of stuff that got changed back and forth.
* renamed everything to idc from line.epoch2019-05-191-0/+233