index
:
secde
main
[not maintained, early wip] custom combined display server / desktop environment
samuel@kodafritt.se
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-05
Add TODO regarding EPOLLRDHUP
HEAD
main
Samuel Lidén Borell
1
-0
/
+1
2019-05-05
Check for simultaneous read, write and close events
Samuel Lidén Borell
1
-10
/
+12
2019-05-05
Rename binary from test to main
Samuel Lidén Borell
1
-6
/
+6
2019-05-05
Fix incorrect return value. Found by scan-build
Samuel Lidén Borell
1
-2
/
+5
2019-05-05
Option to build without separate compilation
Samuel Lidén Borell
1
-1
/
+8
2019-05-03
Fix async-signal-safety in signal handler for SIGHUP
Samuel Lidén Borell
1
-4
/
+21
2019-05-02
Basic framebuffer drawing functions
Samuel Lidén Borell
4
-8
/
+266
2019-05-01
More evdev device info. Minor evdev fixes
Samuel Lidén Borell
3
-3
/
+17
2019-05-01
Open framebuffer device and query for information
Samuel Lidén Borell
6
-4
/
+179
2019-05-01
Basic parsing of evdev input events
Samuel Lidén Borell
4
-7
/
+126
2019-05-01
Implement buffering of incoming data
Samuel Lidén Borell
2
-30
/
+85
2019-05-01
Fix compiler and scan-build warnings. Add TODO
Samuel Lidén Borell
2
-5
/
+5
2019-04-28
Fix error handling for writes
Samuel Lidén Borell
1
-1
/
+4
2019-04-28
Add SIGHUP handler. Handle EINTR from read() and epoll_wait()
Samuel Lidén Borell
1
-4
/
+45
2019-04-28
Don't delete existing socket file
Samuel Lidén Borell
1
-1
/
+0
2019-04-28
Add signal handler for cleaning up socket
Samuel Lidén Borell
1
-3
/
+32
2019-04-28
Break out epoll code to a separate file. Add argument parsing
Samuel Lidén Borell
6
-14
/
+276
2019-04-28
Queue one more read on read events until EAGAIN
Samuel Lidén Borell
1
-2
/
+38
2019-04-27
Factor out read & accept handling. Fix reading multiple inotify events
Samuel Lidén Borell
1
-72
/
+101
2019-04-27
Merge client and server fd maps. Avoid duplicate evdev open
Samuel Lidén Borell
3
-184
/
+249
2019-04-24
Try to open device after attribute change also
Samuel Lidén Borell
1
-13
/
+20
2019-04-24
List /dev/input devices. Incomplete inotify support
Samuel Lidén Borell
1
-8
/
+107
2019-04-24
Initial commit with basic epoll loop
Samuel Lidén Borell
8
-0
/
+1297