aboutsummaryrefslogtreecommitdiffstats
path: root/src/servers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change license and style, reorganise file, make makefile portable, and fix bugs1.3Mattias Andrée2019-10-2210-2466/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix NULL-pointer bug in get_pathname when running with -mdrm1.2.2Anton Kindestam2017-02-161-1/+1
|
* Fix memory corruption bug1.2Mattias Andrée2016-12-011-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bug1.1Mattias Andrée2016-08-171-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix disconnect bugMattias Andrée2016-08-051-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* typo + state dumpingMattias Andrée2016-08-052-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix memory leakMattias Andrée2016-08-051-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugsMattias Andrée2016-08-051-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix disconnect/reconnect bugsMattias Andrée2016-08-051-13/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* whitespaceMattias Andrée2016-08-051-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugsMattias Andrée2016-08-052-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugsMattias Andrée2016-08-051-2/+26
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix reading of uninitialised valueMattias Andrée2016-08-051-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix memory leaksMattias Andrée2016-08-051-6/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix -p bugMattias Andrée2016-08-051-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add missing LF:sMattias Andrée2016-08-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m improvement + bug fixMattias Andrée2016-08-041-13/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bug: length header should be "ignored" silentlyMattias Andrée2016-08-041-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugMattias Andrée2016-08-041-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugsMattias Andrée2016-08-041-6/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update get-gamma-info protocol: gamut informationMattias Andrée2016-08-041-9/+130
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugsMattias Andrée2016-08-031-3/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugsMattias Andrée2016-08-033-35/+77
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* bug fixesMattias Andrée2016-07-221-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Dirs are searchableMattias Andrée2016-07-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement reconnectMattias Andrée2016-07-182-2/+85
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement disconnectMattias Andrée2016-07-181-1/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* bug fixMattias Andrée2016-07-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Move disconnect and reconnect to servers/crtc.c, but keep gamma reapplication in servers/gamma.cMattias Andrée2016-07-184-37/+52
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + do state merge in servers/crtc.cMattias Andrée2016-07-182-0/+79
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* When reconnecting, reapply the rampsMattias Andrée2016-07-172-50/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Even more refactoringMattias Andrée2016-07-172-0/+378
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* More refactoringMattias Andrée2016-07-178-0/+1707
Signed-off-by: Mattias Andrée <maandree@kth.se>