aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/io.c
Commit message (Collapse)AuthorAge
* 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
|
* 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