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