Axel Wagner
|
497a091fbb
|
Use strerror() for more usefull errormessages
|
2011-01-01 16:55:13 +01:00 |
Axel Wagner
|
600c4ae95c
|
Use "*buffer == '\0'" instead of "strlen(buffer) == 0" (thanks dothebart)
|
2011-01-01 15:08:43 +01:00 |
Axel Wagner
|
ff0522fe95
|
Bugfix: Send child a SIGCONT, so it reacts to SIGTERM (no zombies \o/)
|
2010-12-26 14:48:39 +01:00 |
Axel Wagner
|
cdf56f16bf
|
Revert "Double-fork() to avoid zombies"
This reverts commit a4eafae108b63f5df76eea2958aee8cf95cb1ad6.
|
2010-12-26 14:48:14 +01:00 |
Axel Wagner
|
8301d3d9f3
|
Send a SIGTERM instead of a SIGQUIT to exit the child
|
2010-11-11 02:59:17 +01:00 |
Axel Wagner
|
eada483765
|
Double-fork() to avoid zombies
|
2010-11-10 18:46:47 +01:00 |
Axel Wagner
|
920721bb93
|
Use DLOG/ELOG-macros, provide --verbose-option
|
2010-09-17 06:49:28 +02:00 |
Axel Wagner
|
93453c64f2
|
Add some more comments
|
2010-09-17 05:26:31 +02:00 |
Axel Wagner
|
0e4487e489
|
Move child_pid into child.c
|
2010-09-17 03:03:43 +02:00 |
Axel Wagner
|
d245d14765
|
Use realloc instead of manually reallocating
|
2010-09-17 02:28:56 +02:00 |
Axel Wagner
|
4d38bf81ba
|
Allocate the right amount of memory for ev_child
|
2010-09-07 17:28:56 +02:00 |
Axel Wagner
|
0963a0e5ac
|
Merge branch 'hide' into next
|
2010-08-26 00:03:41 +02:00 |
Axel Wagner
|
a83e7699e7
|
Send the child SIGSTOPs and SIGCONTs
|
2010-08-25 18:31:03 +02:00 |
Axel Wagner
|
6034eee647
|
Remove trailing newline from stdin
|
2010-08-25 04:58:28 +02:00 |
Axel Wagner
|
bef80146e6
|
Don't manually strip dzen-formats.
Instead "output_format = none" should be used in the i3status-config
|
2010-08-24 14:01:48 +02:00 |
Axel Wagner
|
60da522e13
|
Add licensing information
|
2010-08-07 18:05:16 +02:00 |
Axel Wagner
|
cee972280d
|
Add comments
|
2010-08-07 02:10:05 +02:00 |
Axel Wagner
|
1daa395a77
|
Added Unicode-Support
|
2010-08-06 03:32:05 +02:00 |
Axel Wagner
|
7d7867acce
|
Be more strict with encapsulation
I.e. move the xcb-event-handling into xcb.c and the
child-process-communications into newly created child.c.
Also change some includes.
|
2010-08-05 05:09:59 +02:00 |