index
:
libidc.git
master
asynchronous input library
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
check that a line handler hasn't changed whether we need to keep processing ↵
epoch
2020-03-28
1
-0
/
+4
|
|
|
|
lines
*
fixed up support for files that need to be rechecked because of EOFing and ↵
epoch
2020-01-30
1
-5
/
+15
|
|
|
|
set to not close.
*
lol. forgot the stdio header to get FILE type
epoch
2020-01-30
1
-0
/
+1
|
*
figured out what to do with files that reach EOF but want to be kept open ↵
epoch
2020-01-09
1
-22
/
+28
|
|
|
|
without burning the CPU a shitload
*
added eof flag for file descriptors
epoch
2020-01-09
1
-0
/
+1
|
*
added README
epoch
2019-10-29
1
-0
/
+1
|
*
added double inclusion protection to idc.h. I know there's a real name for ↵
epoch
2019-07-01
1
-0
/
+4
|
|
|
|
those things... oh well.
*
testing out select without reading
epoch
2019-06-24
1
-4
/
+4
|
*
renamed the global struct to something less conflicty
epoch
2019-06-24
3
-70
/
+70
|
*
fixed PONG
epoch
2019-06-08
1
-1
/
+1
|
*
added an exit condition if no fds are needing to be checked
epoch
2019-06-08
1
-4
/
+12
|
*
call line_handler with NULL pointer for EOF
epoch
2019-05-31
1
-6
/
+10
|
*
ircify now sends the first arg as nick. also renamed a couple functions.
epoch
2019-05-26
1
-8
/
+12
|
*
made install target install ircify
epoch
2019-05-26
1
-0
/
+1
|
*
oh god. way too much shit. no good way to break down the commits while ↵
epoch
2019-05-26
1
-14
/
+68
|
|
|
|
working on it because I tried a lot of stuff that got changed back and forth.
*
added two flags to shit struct
epoch
2019-05-26
1
-0
/
+3
|
*
added example usage of ircify as a rot13 bot
epoch
2019-05-26
2
-0
/
+7
|
*
forgot to change an include to idc.h instead of line.h
epoch
2019-05-19
1
-1
/
+1
|
*
fixed makefile to build ircify without needing to make install first
epoch
2019-05-19
1
-1
/
+1
|
*
forgot gitignore
epoch
2019-05-19
1
-2
/
+2
|
*
renamed everything to idc from line.
epoch
2019-05-19
4
-17
/
+29
|
*
it works but it is NOT pretty
epoch
2019-05-19
5
-0
/
+342