fixed buffer overrun
[uzbl-mobile] / uzbl.c
2009-05-26 Robert Maneaadded html mode
2009-05-25 Robert Maneaadded inject_html variable
2009-05-25 Robert Maneafix compiler warning
2009-05-25 Abel `00z' Camarillos/stdout/_stdout/g
2009-05-24 Robert Maneamore WebKitWebSettings exports
2009-05-24 Robert Maneaadded 'set' action
2009-05-24 Robert Maneaadded support for WebInspector
2009-05-24 Robert Maneaexport more WebKitWebSettings through the variable...
2009-05-23 DuClareTruncate keycmd in load_start_cb rather than in load_co...
2009-05-23 DuClareMerge commit 'rob/master' into experimental
2009-05-23 DuClareHandle sync_* in run_handler
2009-05-23 DuClareAutoprepend sync_ to sh and spawn when setting cookie...
2009-05-23 DuClareRename *_sync actions to sync_*, use run_handler in...
2009-05-23 DuClareAdd (spawn|sh)_sync, make handle_cookies use run_handler
2009-05-23 Robert ManeaMerge branch 'experimental' of git://github.com/DuClare...
2009-05-23 DuClareShorten the var->ptr table slightly more.
2009-05-23 Robert Maneafix conflicts
2009-05-23 DuClareShorten some lines and rename default_*_size to *_size
2009-05-23 Robert Maneadon't escape symbols for non statusbar templates
2009-05-23 Robert Maneafix freeing in case of bogus commands
2009-05-22 DuClareMerge cmd_useragent and set_useragent
2009-05-22 DuClareFix invalid free when unsetting useragent
2009-05-22 DuClareFix leaks in parseenv, str_replace
2009-05-22 DuClareFix init_fifo, cmd_fifo_dir, cmd_socket_dir
2009-05-22 DuClareRemove searchold and fix search so you can repeat
2009-05-22 DuClareAdd var: disable_plugins
2009-05-22 DuClareAdd var: default_monospace_size
2009-05-21 Dieter Plaetincksupport for some default settings so that uzbl is more...
2009-05-21 Dieter PlaetinckMerge commit 'duc/breakstuff' into experimental
2009-05-20 DuClareFix spawn and log_history_cb
2009-05-20 Dieter PlaetinckMerge commit 'bar/experimental' into experimental
2009-05-20 Dieter PlaetinckMerge commit 'rob/master' into experimental
2009-05-20 BarrucaduFixed dodgy socket path.
2009-05-20 Dieter Plaetinckcleanup more of barrucadus shit
2009-05-20 BarrucaduSort of fix parseenv - this breaks other things though...
2009-05-20 BarrucaduFixed memory leak.
2009-05-20 BarrucaduAdd in remaining stuff from missing commits.
2009-05-20 BarrucaduMerge commit 2518760dbfec5c7f7281f6ab94eeaa6ae9c598a4
2009-05-20 BarrucaduFixed segfaults / memory corruption / whatever. Now...
2009-05-20 BarrucaduReplace all free()'s with g_free()'s.
2009-05-20 BarrucaduMerge branch 'experimental' of git://github.com/DuClare...
2009-05-20 Robert Maneaadded possibility to configure the ascii progressbar
2009-05-20 Robert ManeaMerge branch 'experimental' of git://github.com/DuClare...
2009-05-20 DuClareMerge commit 'rob/master' into experimental
2009-05-20 Robert Maneafix modkey
2009-05-20 DuClareFix glib warning and clarify a bit
2009-05-19 BarrucaduMerge branch 'experimental' of git://github.com/DuClare...
2009-05-19 BarrucaduEdited settings_init() to use read_file_by_line()
2009-05-19 DuClareUncomment & fix uri loading I broke earlier
2009-05-19 BarrucaduOops.
2009-05-19 BarrucaduApplied commit github.com/robm/uzbl/commit/17160f7aaeac...
2009-05-19 Robert Maneafix memory leaks, round #1
2009-05-19 BarrucaduMerge commit github.com/robm/uzbl/commit/d91b739ef7d563...
2009-05-19 BarrucaduFix memory leak in run_external_js()
2009-05-19 Dieter Plaetinckduclares keycmdn thingie
2009-05-19 BarrucaduFix merge conflicts from salinasv which git didn't...
2009-05-19 Barrucadumerge in from salinasv
2009-05-19 BarrucaduFix nonworking modkey.
2009-05-19 BarrucaduFix nonworking toggle_insert_mode
2009-05-19 BarrucaduMerge branch 'experimental' of git://github.com/DuClare...
2009-05-19 DuClareMerge commit 'rob/master' into experimental
2009-05-19 BarrucaduFixed a warning in run_external_js()
2009-05-19 BarrucaduFixed memory leaks in get_xdg_file.
2009-05-19 BarrucaduMoved key_press_cb callback to the main window rather...
2009-05-19 Robert Maneaconverted all variable commands to the callback system...
2009-05-19 Robert Maneareplaced is_string with type, introduced type enum
2009-05-19 Robert Maneacomment
2009-05-19 Robert Maneafix callback
2009-05-19 BarrucaduModified read_file_by_line to return a GArray, and...
2009-05-19 Robert Maneaadded callback based uzbl commands
2009-05-19 BarrucaduMerge branch 'experimental' of git://github.com/DuClare...
2009-05-19 Robert Maneabe more specific about what we assign to what in var_na...
2009-05-19 Robert Maneaadd additional properties to the commands
2009-05-19 DuClareDisable splitting for some actions, fix sampleconfig-dev
2009-05-19 BarrucaduRevert "Merge branch 'dieter/experimental' into experim...
2009-05-19 DuClareFinish argv, fix sampleconfig-dev
2009-05-19 BarrucaduMerge commit 'duc/experimental' into experimental
2009-05-19 DuClareArgv stub
2009-05-19 DuClareAllow scrolling by a percentage of the page size
2009-05-19 DuClareSupport single quotes.
2009-05-18 DuClareMerge commit 'diet/experimental' into experimental
2009-05-18 DuClareAdd load_start_handler
2009-05-18 DuClareAllow splitting wo/unescaping, add load_commit_handler...
2009-05-18 BarrucaduAttempt to fix memory leak - commit for robl to have...
2009-05-18 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-05-18 BarrucaduEdited run_external_js() to use read_file_by_line()
2009-05-18 BarrucaduAdded read_file_by_line() function
2009-05-18 Dieter Plaetinckmerge in from salinasv
2009-05-18 BarrucaduRewrite run_external_js() to use IO channels.
2009-05-18 BarrucaduAdded support for one argument to an external JS file.
2009-05-18 BarrucaduRenamed "script" to "js".
2009-05-18 DuClareMerge branch 'quotes' into experimental
2009-05-18 DuClareDocument quotation & handlers in sampleconfig, fix...
2009-05-18 Dieter Plaetinckduclares keycmdn thingie
2009-05-18 BarrucaduSwitched to g_strcmp0 instead of a NULL check and strcmp
2009-05-18 BarrucaduFixed leak in, and tidied up code in, search function.
2009-05-18 BarrucaduFix segfault on search
2009-05-18 BarrucaduChanged "gchar searchxold[500]" to "gchar *searchold...
2009-05-18 BarrucaduFix for massive CPU usage when searching big pages...
2009-05-18 BarrucaduChange g_free to g_strfreev
next