aboutsummaryrefslogtreecommitdiffstats
path: root/src/satd-list.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-01satq does not interface with satd + fix regression bugsMattias Andrée1-241/+0
2016-01-01small improvements and cleanupMattias Andrée1-74/+39
2015-12-31preserve working directoryMattias Andrée1-7/+10
2015-12-31fix some errorsMattias Andrée1-6/+9
2015-12-30empty arguments must be quoted tooMattias Andrée1-0/+4
2015-12-30the DEL char must be quotedMattias Andrée1-6/+7
2015-12-30man pagesMattias Andrée1-1/+1
2015-12-29fix warningsMattias Andrée1-5/+5
2015-12-29...Mattias Andrée1-14/+9
2015-12-29styleMattias Andrée1-3/+3
2015-12-29a bit cleanerMattias Andrée1-17/+3
2015-12-29mMattias Andrée1-0/+1
2015-12-29implement job running in remove_jobMattias Andrée1-4/+3
2015-12-29m fixMattias Andrée1-1/+1
2015-12-29mMattias Andrée1-2/+0
2015-12-29more character that are not sh safeMattias Andrée1-10/+8
2015-12-29fix errorsMattias Andrée1-22/+27
2015-12-29reopen state file, we will use flock on it, so all processes need their own open file descriptor for itMattias Andrée1-0/+2
2015-12-28typoMattias Andrée1-1/+1
2015-12-28docMattias Andrée1-1/+5
2015-12-28partially implement satd-list, satd-rm, and satd-runMattias Andrée1-1/+229
2015-12-28mMattias Andrée1-1/+1
2015-12-28m + receive messagesMattias Andrée1-16/+14
2015-12-28fix errors and tidy upMattias Andrée1-23/+5
2015-12-25improve send_commandMattias Andrée1-1/+1
2015-12-23m fixMattias Andrée1-5/+2
2015-12-23implement satq and satr, just sends a commandMattias Andrée1-1/+16
2015-12-23satq and satr does not take any argumentsMattias Andrée1-0/+27
2015-12-23all of the commandsMattias Andrée1-24/+4
2015-12-23parse argumentsMattias Andrée1-0/+50