fixed buffer overrun
[uzbl-mobile] / uzbl.c
2009-06-15 DequisFix control_socket to use GIOChannel
2009-06-15 DequisAdded *result to get data back from commands
2009-06-13 evocallaghantiny patch
2009-06-11 kmeawkeycmd_bs: fix invalid utf-8 char chopping code
2009-06-10 urantherClean up init_fifo() by removing impossible conditions
2009-06-10 urantheradd 'quit' command, because I can never remember whethe...
2009-06-10 urantherRevert "cleanup when uzbl quits"
2009-06-10 uranthercleanup when uzbl quits
2009-06-10 urantherCleaned up after lexical scanner
2009-06-10 DequisAdd disable_stdin config option
2009-06-10 urantherCleaner handling of G_TOKEN_INT, and added G_TOKEN_ERRO...
2009-06-10 urantherFixed bug when backspacing UTF8 characters in the comma...
2009-06-10 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-06-09 Tom AdamsAdd main_window check for new code.
2009-06-09 Tom AdamsMerge commit 'Dieterbe/experimental' into experimental
2009-06-08 urantherFixed some issues with TYPE_FLOAT upon ing and dumping...
2009-06-07 rootAdded support for full content zoom (AKA full page...
2009-06-07 Tom AdamsMerge commit 'Dieterbe/experimental' into experimental
2009-06-07 Dieter Plaetinckmake icon setting configurable
2009-06-07 Tom AdamsAdded a GtkPlug which plugs into a socket ID specified...
2009-06-07 Dieter Plaetinckmerge in some fixes + basic uzbl icon from uranther
2009-06-07 uranthergot rid of my fifo fix for now - it needs more TLC
2009-06-07 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-06-06 urantherok added the zoom back in. fml
2009-06-06 uranthermerged with Dieterbe/experimental, finally
2009-06-06 urantherWTF
2009-06-06 Abel `00z' Camarillouzbl now builds on OpenBSD
2009-06-06 Dieter PlaetinckMerge commit 'mxey/experimental' into experimental
2009-06-06 salinasvLet keybinds work when status bar have focus.
2009-06-06 Maximilian GaßBuild in C99 mode
2009-06-06 Dieter Plaetinckstrtod > atof. Thanks Zaba
2009-06-06 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-06-06 Robert Maneafix indent
2009-06-06 Dieter Plaetinckuse stdlib atof() instead of gnu99 strtof() + more...
2009-06-06 Jeremy O'BrienMake progress bar show empty on start of page load
2009-06-06 Tom Adamsdata: URIs work.
2009-06-06 Tom AdamsCookies work.
2009-06-06 Tom Adamsjavascript: URIs work.
2009-06-06 Tom AdamsCookies work.
2009-06-05 Tom Adamsdata: URIs work.
2009-06-05 Tom Adamsjavascript: URIs work.
2009-06-04 urantherdoh! i don't need that strdup there
2009-06-04 urantherthere is no 'destroy' signal - probably wanted the...
2009-06-04 urantherfixed typo which was giving a gsignal warning on the...
2009-06-03 urantherfixed an issue where uzbl's fifo would not work if...
2009-06-03 urantherfixed some Glib CRITICAL errors coming from the get_xdg...
2009-06-03 urantheradded uzbl icon to window
2009-06-02 Dieter Plaetinckmerge in uranthers zoomlevel thingie. doesnt work yet...
2009-06-02 Dieter Plaetinckmerge from Uli Schlachter: policy callback + experiment...
2009-06-01 urantherfixed incorrect merge
2009-06-01 uranthermerge with Dieterbe/experimental
2009-06-01 Sylvester Johanssonfixed broken merge
2009-06-01 Sylvester JohanssonMerge commit 'dieterbe/experimental'
2009-06-01 Dieter PlaetinckMerge commit 'rob/master' into experimental
2009-05-31 Dieter Plaetinckfix for better uzbl.comm.sync_stdout checking + fix...
2009-05-31 Dieter Plaetinckcleanup. log script stdout with verbose flag
2009-05-30 Robert Manearemoved get command in favour of print
2009-05-30 Robert Maneaadded print command
2009-05-30 Robert ManeaMerge branch 'experimental' of git://github.com/DuClare...
2009-05-29 DuClareAdd var 'verbose'
2009-05-29 DuClareMake --uri override the uri read from config.
2009-05-29 urantheroops - removed unnecessary float cast
2009-05-29 urantherReplaced reset_zoom with zoom_level; added floats to...
2009-05-29 DuClareRemove ACT command, remove regexes as they're no longer...
2009-05-29 DuClareMake parse_cmd_line parse as actions
2009-05-29 urantherAdded reset_zoom_level() to reset zoom to 100%, and...
2009-05-29 Robert Maneause switch in xpand_var()
2009-05-29 DuClareRemove action 'runcmd': commands are deprecated :)
2009-05-29 urantherSome cleaning of code, and stricter compiling options...
2009-05-29 DuClareRem BIND cmd, add 'bind' action. Use parseenv in set_v...
2009-05-29 DuClareDon't call parse_cmd_line in set_var, rm SET cmd, rm...
2009-05-29 DuClareAdd 'get' action, remove GET command. Const correctnes...
2009-05-29 DuClareMerge commit 'rob/master' into experimental
2009-05-29 DuClareFix run_handler to consider action chains
2009-05-29 Robert Maneaadded variable delimiters working like in the shell...
2009-05-29 Robert Maneaone more fix to expand_vars
2009-05-29 Robert Maneafix expand_vars to not append the quoting char
2009-05-29 Robert Maneaadded possibilty to expand uzbl vars in commands
2009-05-28 Sylvester JohanssonOH GOD I DON'T KNOW WHAT I AM DOING
2009-05-28 DuClareFix disable_scripts
2009-05-28 DuClareAdd 'chain' action for binding multiple actions
2009-05-28 DuClareRemove KEYCMD and KEYCMDN commands
2009-05-28 DuClareAdd actions keycmd and keycmd_nl
2009-05-28 DuClareAdd action 'keycmd_bs' for backspacing a char
2009-05-28 Uli SchlachterFix downloads
2009-05-28 Uli SchlachterAllow tabs as delimiters in 'set' commands
2009-05-28 Uli SchlachterFix all compiler warnings about invalid casts
2009-05-28 Uli SchlachterPrint a warning when a key binding is overwritten
2009-05-27 Robert Maneamake check for html_end_marker safe
2009-05-27 Robert Maneaadded insert_indicator and command_indicator
2009-05-27 Robert Maneaadded dump identifier to uzbl_cmdprop
2009-05-27 Robert Maneaadded dump_config action
2009-05-26 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-05-26 Robert Maneafix stupid comment
2009-05-26 DuClareFix: webkit settings set via -c got reset when setting...
2009-05-26 DuClareMerge commit 'rob/master' into experimental
2009-05-26 DuClareAdd action dehilight, make ESC dehilight
2009-05-26 Robert Maneaadded html_mode_timeout and an alrm handler that return...
2009-05-26 DuClareRefactor run_keycmd, allow inc and normal binds with...
2009-05-26 Robert Maneaadded user defined html_endmarker
next