Update README
[browser-switch] / launcher.c
2010-08-27 Steven LuoMake sure to initialize the DBusError in microb_start_d...
2010-08-27 Steven LuoFremantle: Coexist with a running MicroB process; don...
2010-08-27 Steven LuoRefactor Fremantle launch_microb code
2010-08-27 Steven LuoTweak detection of com.nokia.osso_browser acquisition...
2010-08-26 Steven LuoEliminate trailing whitespace from lines
2010-05-30 Steven LuoFix check for whether a browser is installed
2010-05-30 Steven LuoDon't use a browser as the default browser if it's...
2010-05-30 Steven LuoRemove use_other_browser_cmd()
2010-05-30 Steven LuoUse an array of browser launchers instead of boilerplat...
2010-05-13 Steven LuoAdd preliminary support for Opera Mobile
2010-03-08 Steven LuoWhitespace cleanups
2010-02-21 Steven LuoConvert existing code to use the new logging infrastructure
2010-02-16 Steven LuoClarify control flow in inotify read loop
2010-02-15 Steven LuoAvoid a race between MicroB startup and establishing...
2010-02-15 Steven LuoInstall the inotify watch for lockfile creation before...
2010-02-14 Steven LuoTake a different approach to detecting MicroB browser...
2010-02-06 Steven LuoKill MicroB browser UI processes instead of using exit_...
2010-02-05 Steven LuoMake sure a running browserd is detected correctly...
2010-02-05 Steven LuoUpdate copyright year
2010-02-05 Steven LuoThrow away stdout/stderr for browserds we launch too
2010-02-05 Steven LuoFix some abuses of the D-Bus API
2010-02-05 Steven LuoClose stdin/stdout/stderr in child processes before...
2010-02-02 Steven LuoZap one more extraneous #include from Fremantle MicroB...
2010-02-02 Steven LuoRemove some unnecessary #includes that crept in
2010-02-02 Steven LuoInitial support for launching MicroB on Fremantle
2010-01-05 Steven LuoSpelling/grammar fixes to comments
2009-12-18 Steven LuoDefault to launching MicroB if default_browser is unset
2009-12-15 Steven LuoBe more consistent with debug printf()s for the launche...
2009-12-15 Steven LuoAdd some comments to the code
2009-12-15 Steven LuoLaunch MicroB if default_browser not set and Tear isn...
2009-12-13 Steven LuoFix off-by-one error in launch_other_browser
2009-12-11 Steven LuoDon't exit if pidof dies abnormally
2009-12-11 Steven LuoClean up string handling
2009-12-11 Steven LuoStyle changes
2009-12-11 Steven LuoCommit a plain C reimplementation of browser-switchboard