index
:
w3m
aito-soft
branch-0-2-5
branch-0-3-2
cvstrunk
debian
debian-jessie
debian-stretch
inu-0-2-2
master
master-deb11
master-jessie
master-stretch
pristine-tar
upstream
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
file.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-13
Nested <dl>s
bptato
1
-5
/
+8
2021-02-13
Fix <dl compact>
bptato
1
-15
/
+31
2021-02-13
Improve description list rendering
bptato
1
-8
/
+22
2021-02-10
Support brotli content encoding
bptato
1
-6
/
+15
2021-02-02
Some cleanup for base64_encode
bptato
1
-1
/
+5
2021-02-02
Support iTerm2 graphics protocol, replace encodeB with base64_encode
bptato
1
-1
/
+1
2021-01-18
Disable <section> behaves as <hr>
Tatsuya Kinoshita
1
-1
/
+0
2020-12-18
q_level was never initialized, causing random test failures. This should fix ...
Ambrose Li
1
-0
/
+1
2020-12-02
Fix Gopher binaries causing w3m to be stuck in download mode; try to guess Go...
bptato
1
-3
/
+19
2020-12-02
Add support for Gopher items 5 and I
bptato
1
-0
/
+10
2020-11-11
Fix compilation errors when USE_GOPHER and not USE_M17N
Tatsuya Kinoshita
1
-4
/
+14
2020-11-07
Remove unnecessary file_unquote call
bptato
1
-1
/
+1
2020-11-07
Support Gopher items search (7) and binary file (9)
bptato
1
-1
/
+45
2020-10-21
Moved back filetype indicator to the beginning of file names
bptato
1
-5
/
+7
2020-10-21
Improved gopher directory display
bptato
1
-3
/
+18
2020-10-21
Improved gopher support
bptato
1
-7
/
+16
2020-08-29
Somehow the wrong quotes were used. This should fix the failing tests.
Ambrose Li
1
-2
/
+2
2020-08-29
wip from about a week ago. Need to stash these away for now to check the q br...
Ambrose Li
1
-0
/
+1
2020-08-25
In HTML5 anchors should not be closed when encountering divs, for example, bu...
Ambrose Li
1
-3
/
+22
2020-08-24
Cleaned version of 20200823_q branch. Changes the behaviour of the q tag (whe...
Ambrose Li
1
-0
/
+18
2020-08-21
Rudimentary support for figure, figcaption
Ambrose Li
1
-0
/
+4
2018-03-04
Add error handling code for fopen
Jia Zhouyang
1
-2
/
+6
2017-08-23
file.c: compute correct base URL when not absolute
Kyle J. McKay
1
-1
/
+1
2016-12-17
Prevent heap-use-after-free read in HTMLlineproc0()
Tatsuya Kinoshita
1
-1
/
+1
2016-12-17
Prevent infinite loop in feed_textarea()
Tatsuya Kinoshita
1
-1
/
+3
2016-12-15
Prevent overflow beyond the end of string in caller of get_mclen()
Tatsuya Kinoshita
1
-1
/
+1
2016-12-15
Revert "Prevent overflow beyond the end of string in proc_mchar()"
Tatsuya Kinoshita
1
-6
/
+1
2016-12-15
Revert "Prevent overflow beyond the end of string in proc_mchar()"
Tatsuya Kinoshita
1
-6
/
+5
2016-12-13
Prevent overflow beyond the end of string in proc_mchar()
Tatsuya Kinoshita
1
-5
/
+6
2016-12-07
Prevent heap-use-after-free in HTMLlineproc0()
Tatsuya Kinoshita
1
-1
/
+2
2016-12-07
Prevent negative values for offset and pos in push_link()
Tatsuya Kinoshita
1
-2
/
+6
2016-12-07
Prevent overflow beyond the end of string in proc_mchar()
Tatsuya Kinoshita
1
-1
/
+6
2016-12-05
Prevent negative array index in process_textarea()
Tatsuya Kinoshita
1
-1
/
+1
2016-12-05
Prevent negative array index for marks in HTMLlineproc2body()
Tatsuya Kinoshita
1
-1
/
+1
2016-12-05
Prevent negative value of row for pushTable() in HTMLlineproc0()
Tatsuya Kinoshita
1
-0
/
+2
2016-12-05
Prevent negative array index in getMetaRefreshParam()
Tatsuya Kinoshita
1
-2
/
+3
2016-11-27
fix uninitialized variable in process_img(). fix #44
Kuang-che Wu
1
-1
/
+1
2016-11-17
Prevent deref null pointer in HTMLlineproc0()
Tatsuya Kinoshita
1
-5
/
+5
2016-11-15
Prevent infinite recursion with nested table and textarea
Tatsuya Kinoshita
1
-0
/
+1
2016-11-14
Prevent null pointer deref due to bad form id
Tatsuya Kinoshita
1
-1
/
+4
2016-11-14
Prevent array index out of bounds for symbol
Tatsuya Kinoshita
1
-1
/
+1
2016-11-13
Prevent null pointer dereference in HTMLlineproc2body for textarea_int
Tatsuya Kinoshita
1
-1
/
+1
2016-11-07
Prevent infinite recursion in HTMLlineproc0
Tatsuya Kinoshita
1
-8
/
+8
2016-11-07
Prevent crash after allocate string of negative size
Tatsuya Kinoshita
1
-0
/
+6
2016-11-06
Prevent memory exhausted due to repeat appending "</table>"
Tatsuya Kinoshita
1
-0
/
+3
2016-11-06
Prevent null pointer dereference in HTMLlineproc2body
Tatsuya Kinoshita
1
-1
/
+1
2016-08-19
Fix uninitialised values for <i> and <dd>
Tatsuya Kinoshita
1
-0
/
+6
2016-08-19
Revert "Fix uninitialised values for <i> and <dd>"
Tatsuya Kinoshita
1
-6
/
+0
2016-08-19
Fix uninitialised values for <i> and <dd>
Tatsuya Kinoshita
1
-0
/
+6
2016-08-18
Prevent segfault with malformed input_alt
Tatsuya Kinoshita
1
-3
/
+3
[next]