index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.c
Age
Commit message (
Expand
)
Author
2018-10-25
Fix some code indentation.
Daniel Carl
2018-10-25
Avoid possible strlen() on NULL content
Leonardo Taccari
2018-10-15
Fixed wrong return type for util_file_set_content().
Daniel Carl
2018-10-15
Document a subtlety of util_parse_expansion() behaviour.
Leonardo Taccari
2018-10-12
Always use curly braces for if and else.
Daniel Carl
2018-10-12
Use stat(2) to retrieve the file permissions mode
Leonardo Taccari
2018-10-11
Replace g_file_set_contents().
Daniel Carl
2018-10-10
Add a mode (in chmod(2) context) argument to util_get_filepath()
Leonardo Taccari
2018-06-14
Do not damage utf8 string on escape.
Daniel Carl
2018-04-14
Do not give client to util functions.
Daniel Carl
2018-03-28
Update license year.
Daniel Carl
2017-11-17
Do not sanitize uri if this is no needed.
Daniel Carl
2017-11-15
Move sanitize_uri to utils.
Daniel Carl
2017-10-01
Reintroduce autocmd and augroups. Fix #356
Yoann Blein
2017-06-24
Use Uppercase bool value from glib.
Daniel Carl
2017-06-06
Fixed unused function parameter.
Daniel Carl
2017-05-26
Update license year.
Daniel Carl
2017-05-12
Fixed wrong client to webpage relation #349.
Daniel Carl
2017-05-12
implements external editor (closes #347)
Robert Timm
2017-05-04
fixes typos
Robert Timm
2017-04-27
Moved closed file writing to util #379.
Daniel Carl
2017-04-26
Fixed wrongs check of g_mkdir_with_parents #381.
Daniel Carl
2017-04-22
Add profile option #343.
Daniel Carl
2017-04-21
Don't fail on missing files.
Daniel Carl
2017-04-20
Show if directory can't be created.
Daniel Carl
2017-04-20
Added :save command.
Daniel Carl
2017-04-12
Use script message handler to track elements focus changes.
Daniel Carl
2017-02-28
Allow to manage bookmarks and queue.
Daniel Carl
2016-06-01
Update license year.
Daniel Carl
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-11-27
Added closed-max-items option
Yutao Yuan
2015-10-21
Use flock instead of fcntl for file locking (#235).
Daniel Carl
2015-09-21
Add :source command
Yutao Yuan
2015-07-29
Support for multiple configuration profiles (#129)
Jiri Marsicek
2015-02-07
Changed wrong comment.
Daniel Carl
2015-02-07
Allocate new memory for history items.
Daniel Carl
2015-02-07
Fixed memory leak in history generation (#163).
Daniel Carl
2015-02-07
Use hash table for duplicate check of history (#163).
Daniel Carl
2015-01-15
Added some docs.
Daniel Carl
2015-01-01
Change year in license block.
Daniel Carl
2014-09-22
Removed unused util_wildmatch function.
Daniel Carl
2014-09-07
Use for loops instead of while.
Daniel Carl
2014-09-07
Allow to match multiple patterns (#100).
Daniel Carl
2014-09-06
Added curly brace pattern matching for auto commands (#100).
Daniel Carl
2014-09-05
Faster return for wildmatch with trailing '*'.
Daniel Carl
2014-09-04
Allow multiple autocmd patterns (#100).
Daniel Carl
2014-09-01
Added utility function for wildcard matching.
Daniel Carl
2014-08-05
Added soup caching support.
Daniel Carl
2014-08-03
Fixed some typos.
Daniel Carl
2014-07-31
Removed unused param for util_str_replace.
Daniel Carl
[next]