1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
elinks/src/protocol/http
Miciah Dashiel Butler Masters f8bdc3ca9e read_http_post_inline: fix assertion-failed message
read_http_post_inline decodes two hexadecimal digits into one byte at
a time, and it asserts that each hexadecimal digit is valid; however,
both assertions print the first digit when they fail.  Fix the assertion
on the second digit to print the second digit.
2011-11-14 04:34:50 +00:00
..
blacklist.c Handle mailcap's copiousoutput without an external pager. 2010-07-24 17:07:18 +02:00
blacklist.h 1040: Blacklist servers that support SSL3 but not TLS1. 2008-07-27 01:39:01 +03:00
codes.c Add get_terminal_codepage(). 2009-01-01 16:16:17 +00:00
codes.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
http_negotiate.c Declare element types of lists. 2007-07-26 22:47:23 +03:00
http_negotiate.h Add forgotten files from negotiate-auth patch. 2006-06-14 20:25:11 +02:00
http.c Removed code using pipes for decompression and simplified decompress_data. 2010-09-24 16:12:35 +02:00
http.h 1008: move stuff to new src/protocol/http/post.{c,h} 2008-06-02 10:40:34 +03:00
Makefile 1008: move stuff to new src/protocol/http/post.{c,h} 2008-06-02 10:40:34 +03:00
post.c read_http_post_inline: fix assertion-failed message 2011-11-14 04:34:50 +00:00
post.h Merge branch 'elinks-0.12' into elinks-0.13 2008-08-03 22:18:53 +03:00