index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc.h
Age
Commit message (
Expand
)
Author
2025-05-01
Allow whitespaces before separator
Rodrigo Arias Mallo
2025-05-01
Use simpler algorithm to remove bad characters
Rodrigo Arias Mallo
2025-05-01
Simplify algorithm to parse filename
Rodrigo Arias Mallo
2025-05-01
Flatten the conditionals so it is easier to read
Rodrigo Arias Mallo
2025-05-01
Free memory before erasing the pointer
Rodrigo Arias Mallo
2025-05-01
Make all pointers mandatory (not NULL)
Rodrigo Arias Mallo
2025-05-01
Move a_Misc_parse_content_disposition() to misc.h
Rodrigo Arias Mallo
2025-05-01
Support for Content-Disposition filename
Cameron Paul
2024-08-07
Make Dillo C99 standard compliant
Rodrigo Arias Mallo
2011-07-24
Added an optional label to dillorc's search_url. Format: "[<label> ]<url>"
Jorge Arellano Cid
2009-11-29
respect UTF-8 when splitting long lines in plain.cc (noticed by corvid)
Johannes Hofmann
2008-09-17
- Fixed a memory leak in plain.cc.
jcid
2008-08-12
- Eliminated gcc 4.2.3 warnings on 64bit OS.
jcid
2008-05-29
- Switched from charset to content-type for handling data.
jcid
2008-04-15
- Made file inputs free the loaded file after the page is left.
jcid
2007-10-07
Initial revision
jcid