]> git.lizzy.rs Git - bspwm.git/history - bspc.c
Update the documentation regarding query/restore
[bspwm.git] / bspc.c
2015-08-15 Bastien DejeanJust print the server response as is
2015-08-12 Bastien DejeanDon't add a new line at the end of partial lines
2014-11-23 Bastien DejeanUse explicit screen number in socket path template
2014-11-09 Michael AndrewsAutomatically check for sockets without screen name.
2014-10-22 Bastien DejeanUse generic BSD 2-clause license
2014-02-17 Bastien DejeanRefactor error reporting
2014-01-19 Bastien DejeanRemove trailing spaces in headers
2014-01-18 Bastien DejeanIndentation: convert spaces to tabs
2013-12-23 Bastien DejeanIncorporate the display name into the default socket...
2013-11-07 Bastien DejeanEnd status lines by a new line
2013-11-07 Bastien DejeanPrint status informations via control --subscribe
2013-10-08 Bastien DejeanAdd copyright header
2013-10-07 Bastien DejeanInclude missing OpenBSD header
2013-09-25 Bastien DejeanExtract pointer functions from events.c
2013-09-21 Bastien DejeanMake sure strings are null-terminated
2013-07-20 Bastien DejeanOnly set `msg_len` once
2013-07-12 Bastien DejeanRewrite message handling
2013-01-19 Bastien DejeanMerge branch 'master' into focus-history
2013-01-17 Bastien DejeanMerge branch 'master' into compton-shadow
2013-01-07 Bastien DejeanMerge pull request #21 from ThomasAdam/ta/send-to-monitor
2013-01-06 Bastien DejeanCheck for bind/listen errors when creating socket
2012-10-06 Bastien DejeanCosmetic changes
2012-10-04 Bastien DejeanPrevent buffer overruns in `dump_tree` and al.
2012-10-03 Bastien DejeanRemove trailing new line in response
2012-10-03 Bastien DejeanApply the project coding style to the remote code
2012-10-03 Bastien DejeanMerge pull request #4 from c00kiemon5ter/client
2012-10-03 Ivan Kanakarakisupdate client to use helpers
2012-10-02 Ivan Kanakarakisrework error message on number of arguments
2012-10-02 Ivan Kanakarakisno need for excplicit initialization
2012-10-02 Ivan Kanakarakisremove trailing space if one
2012-10-02 Ivan Kanakarakisstore msglen to use it, instead of calling strlen repea...
2012-10-02 Ivan Kanakarakisbugfix: len should be decremented by n not offset
2012-10-02 Ivan Kanakarakisrework bspc.c
2012-09-29 Bastien DejeanTry to address the potential buffer overflows
2012-09-24 Bastien DejeanMade BSPWM_SOCKET definition optional
2012-09-21 Bastien DejeanUnmap notify handling is bogus
2012-08-29 Bastien DejeanDropping Lua for message parsing
2012-08-28 Bastien DejeanProperly close sockets
2012-08-07 baskervillebig Makefile
2012-08-02 baskervillesimple get message
2012-08-02 baskervilleusing unix socket instead of fifo
2012-08-02 baskervillesocket client