about summary refs log tree commit diff stats
path: root/unix.c
Commit message (Expand)AuthorAgeFilesLines
* Implement an about:runtime page and :runtime command to view andJosh Rickmar2012-07-311-1/+1
* Add a force_https setting (using the same domain syntax as theJosh Rickmar2012-07-311-1/+1
* move init of resource_dir into unix specific codeMarco Peereboom2012-07-031-2/+7
* Use glib's g_spawn_async() function instead of OS-specific fork/execJosh Rickmar2012-06-281-27/+0
* Fix some random stuff the rebasing lost. At least the build stillJosh Rickmar2012-06-011-0/+3
* Fix the behavior of show_url and fancy_bar so they actually act likeJosh Rickmar2012-06-011-3/+0
* add os_init to generic unix.c file, move it when neededMarco Peereboom2012-06-011-0/+3
* rename xxxterm to xomreroMarco Peereboom2012-05-171-1/+1
* move commentMarco Peereboom2012-02-211-2/+1
* add loudness flag on remote executionMarco Peereboom2012-02-141-1/+5
* add unix specific fileMarco Peereboom2012-01-311-0/+41