aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/io.c
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'dylex/master'Gravatar Brendan Taylor2012-01-10
|\ | | | | | | | | Conflicts: src/uzbl-core.c
* | make init_fifo and init_socket be less surprising.Gravatar Brendan Taylor2011-09-13
| |
* | delete stale sockets instead of reattachingGravatar Brendan Taylor2011-09-13
| |
* | delete stale fifos instead of reattachingGravatar Brendan Taylor2011-09-13
| |
* | remove a particularly useless verbose messageGravatar Brendan Taylor2011-09-13
| |
| * Fix some quoting woesGravatar Dylan Simon2011-09-11
|/ | | | | | - Avoid buffer overrun in split_quoted with trailing backslash (!) - Properly quote COMMAND_EXECUTED arguments - Remove unused and misleading parse_command function
* move core variable stuff into variables fileGravatar David Keijser2011-05-25
|
* Merge branch 'escaped_events' into experimentalGravatar Brendan Taylor2011-03-10
|\
| * fix a couple of calls to send_eventGravatar Brendan Taylor2011-03-10
| |
* | don't expose send_event_socket and send_event_fifoGravatar Brendan Taylor2011-03-10
| |
* | fix 'print' on stdinGravatar Brendan Taylor2011-02-17
|/
* Merge branch 'experimental' into cleaning-commentingGravatar Brendan Taylor2011-02-14
| | | | | | | Conflicts: src/callbacks.c src/uzbl-core.c src/uzbl-core.h
* Moves additionnal utility functions to util.c.Gravatar koral2011-02-10
|
* Moves I/O functions to a dedicated source file.Gravatar koral2011-02-10