summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-05Fixed unused variable.Daniel Carl
2014-06-05Remove unneeded SHELL_CMD.Daniel Carl
2014-06-04Allow to use \\$ to input \$.Daniel Carl
2014-06-04Allow to escape ~user expansion with \ char.Daniel Carl
2014-06-04Removed obsolete IS_CTRL macro.Daniel Carl
2014-06-04Use already existing expansion logic also for ex commands.Daniel Carl
2014-06-03Allow to escape % with \ in expanded commands.Daniel Carl
2014-06-03Fixed typo in manual page.Daniel Carl
2014-06-03Use g_return_*() function to avoid programming issues.Daniel Carl
2014-06-03Fixed wrong indented code.Daniel Carl
2014-06-03Fixed none working customer headers.Daniel Carl
2014-06-03Moved char related macro to ascii.h.Daniel Carl
2014-06-03Fixed segfault on yank without buffer.Daniel Carl
2014-06-03Don't write register or history during setup.Daniel Carl
2014-06-03Fixed not working * and # commands.Daniel Carl
2014-06-02Switch back to normal mode if inputbox is cleared (#55).Daniel Carl
2014-06-02Removed unused properties from global scope.Daniel Carl
2014-06-01Removed none used hash table.Daniel Carl
2014-05-31Used new register "/ to continue search.Daniel Carl
2014-05-31Added support of read only registers ":, "/ and "%.Daniel Carl
2014-05-31Added support for different yank registers.Daniel Carl
2014-05-29Allow to compile also with libsoup below 2.4.Daniel Carl
2014-05-28Allow to toggle hsts on and off.Daniel Carl
2014-05-28Fixed another memory in custom uri handler.Daniel Carl
2014-05-28Fixed memory leak in custom uri handler.Daniel Carl
2014-05-28Fixed considered invalid certificate in hsts over proxy.Daniel Carl
2014-05-28Added hsts file to manual page.Daniel Carl
2014-05-28Merge branch 'feature/hsts'Daniel Carl
2014-05-26Added completion for :shortcut-remove.Daniel Carl
2014-05-26Added completion for :handler-remove command (#82).Daniel Carl
2014-05-25Updated manual page for change handler processing (#82).Daniel Carl
2014-05-25Use custom protocol handler for every opened URI (#82).Daniel Carl
2014-05-25Updated manpage to include handler documentationSamuel Archer
2014-05-22Moved handler-add and handler-remove after hardcopy.Daniel Carl
2014-05-22Merge pull request #84 from desearcher/masterDaniel Carl
2014-05-21Added URI handling on newly spawned windowsSamuel Archer
2014-05-20Little help screen style fix.Daniel Carl
2014-05-20Added path expansion for ca-bundle setting.Daniel Carl
2014-05-20Released version 2.4.Daniel Carl
2014-05-20Removed -ansi build flag.Daniel Carl
2014-05-20Add newline to generated hinting header file.Daniel Carl
2014-05-11Removed no more needed session.c.Daniel Carl
2014-05-11Moved cookiejar session feature into own file (#79).Daniel Carl
2014-05-03Simplified js2h.sh file a little (#76).Daniel Carl
2014-05-03Added missed stdio.h header (#76).Daniel Carl
2014-05-01Fixed wrong url in status bar if hsts changed uri (#79).Daniel Carl
2014-04-29Merge branch 'master' into feature/hstsDaniel Carl
2014-04-29Merge branch 'fix/FreeBSD-compile-error'Daniel Carl
2014-04-29Load and save hsts whitelist from file (#79).Daniel Carl
2014-04-25Use SoupDate instead gint64 to store the expires at (#79).Daniel Carl