aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzblctrl.c
Commit message (Collapse)AuthorAge
* Whitespace fixes. And ignore whitespace in formfiller data files.Gravatar Tom Adams2009-07-14
|
* Merge commit 'dieterbe/experimental' into experimentalGravatar Dequis2009-06-20
|\ | | | | | | | | Conflicts solved: uzbl.c
* | Working print command with uzblctrlGravatar Dequis2009-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | Also: Changed a few g_error to g_warning to avoid crashes on broken socket. Flush the channel after sending, shutdown before closing. Removed unused headers from uzblctrl.c. The socket protocol is straightforward: you send a command terminated with a newline, you receive a reply terminated with a newline. If you ever need newlines inside a reply, you'll have to change this. uzblctrl closes the connection after getting the reply, but any other client can stay connected and send/receive other commands.
| * tiny patchGravatar evocallaghan2009-06-13
|/
* <Zaba> Dieterbe, should be "its socket file" <Dieterbe> crapGravatar Dieter Plaetinck2009-05-29
|
* formatting + clarificationGravatar Dieter Plaetinck2009-05-29
|
* cleanup uzblctrlGravatar Vsevolod Kozlov2009-05-29
|
* Add sanity check to uzblctrl to top segfault if -s or -c is omitted.Gravatar Barrucadu2009-05-20
|
* clean traling whitespacesGravatar Damien Leone2009-05-16
|
* TODO update - removed homepage concept, vim presetGravatar Premysl 'Anydot' Hruby2009-04-30
|
* Replaced FIFO interface with socket.Gravatar Barrucadu2009-04-29