Fumitoshi UKAI
073f8a9105
[w3m-dev 03435] save image with SAVE
...
* buffer.c (discardBuffer): check image
* file.c (loadImageBuffer): add st
IMG_FLAG_DONE_REMOVE
s/sourcefile/mailcap_source/
* fm.h (IMG_FLAG_DONT_REMOVE): added
* image.c (drawImage): & IMG_FLAG_LOADED
(deleteImage): & IMG_FLAG_DONT_REMOVE
(showImageProgress): & IMG_FLAG_LOADED
(getImage): & IMG_FLAG_LOADED
(getImageSize): & IMG_FLAG_LOADED
* main.c (vmSrc): delete ifdef USE_IMAGE
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-11-15 15:51:23 +00:00
Fumitoshi UKAI
719d13ef10
fix indent
2002-11-15 15:21:07 +00:00
Fumitoshi UKAI
62fc785e24
[w3m-dev 03431] save file by background process
...
* file.c (loadGeneralFile): use _doFileCopy()
(_doFileCopy): renamed from doFileCopy()
lock
fork & save
(doFileSave): lock
fork & save
* fm.h (DownloadList): added
(FirstDL): added
(LastDL): added
* form.c (struct internal_action): add download
* funcname.tab (DOWNLOAD_LIST): added
* html.h (URLFile): add url
* main.c (dump_extra): add add_download_list
(main): add_download_list, ldDL()
(_quitfm): added
(quitfm): rewrite with _quitfm()
(qquitfm): ditto
(w3m_exit): stopDownload()
(addDownloadList): added
(checkDownloadList): added
(convert_size3): added
(DownloadListBuffer): added
(download_action): added
(stopDownload): added
(ldDL): added
* proto.h (ldDL): added
(convert_size): added
(convert_size2): added
(doFileCopy): deleted
(_doFileCopy): added
(addDownloadList): added
(stopDownload): added
(checkDownloadList): added
(download_action): added
* url.c (openURL): save url in uf
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-11-15 15:19:43 +00:00
Fumitoshi UKAI
f15e6e885c
[w3m-dev 03424] Content length
...
* file.c (loadGeneralFile): current_content_length before do_download
(save2tmp): current_content_length move before return
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-11-13 15:47:12 +00:00
Fumitoshi UKAI
d7ed8ae7d7
[w3m-dev 03398] auxbindir
...
* XMakefile: EXT_TARGETS -> LIB_TARGETS, AUXBIN_TARGETS
* config.h.dist: add AUXBIN_DIR
LIB_DIR is cgi-bin
* configure: add -auxbindir
add AUXBIN_DIR
LIB_DIR is cgi-bin
EXT_TARGETS -> LIB_TARGETS, AUXBIN_TARGETS
* file.c (compression_decoder): libfile_p -> auxbin_p
(check_command): libfile_p -> auxbin_p
use w3m_auxbin_dir() instead of w3m_lib_dir()
(acceptableEncoding): libfile_p -> auxbin_p
(xface2xpm): use auxbinFile() instead of libFile()
(uncompress_stream): libfile_p -> auxbin_p
use auxbinFile() instead of libFile()
* image.c (getCharSize): use w3m_auxbin_dir() instead of w3m_lib_dir()
(openImgdisplay): use w3m_auxbin_dir() instead of w3m_lib_dir()
* indep.c (w3m_auxbin_dir): added
* indep.h (w3m_auxbin_dir): added
* proto.h (auxbinFile): added
* rc.c (auxbinFile): added
(libFile): #if 0, no longer used
(helpFile): used only #ifndef USE_HELP_CGI
* NEWS: separate auxbindir and libdir (local-CGI, file:///$LIB/)
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-11-09 21:55:24 +00:00
Fumitoshi UKAI
9f17edac44
[w3m-dev 03386] Re: Interrupt in no_proxy_check()
...
* file.c (getAuthCookie): term_cbreak()
(loadGeneralFile): term_cbreak()
term_raw()
preFormUpdateBuffer() before term_raw()
(loadHTMLstream): term_raw()
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-11-08 15:46:05 +00:00
Fumitoshi UKAI
8503b2be4e
[w3m-dev 03375] NULL check of CurrentTab
...
* display.c (disp_message_nsec): check CurrentTab
* file.c (doExternal): check CurrentTab
* image.c (loadImage): check CurrentTab
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-11-06 03:19:30 +00:00
Fumitoshi UKAI
a772c51a16
[w3m-dev 03372] tab browser
...
* display.c (displayBuffer): add ny
rootY offset by tab
tab line
(cursorDown): offset rootY
(arrangeCursor): offset rootY
* etc.c (columnSkip): offset rootY
(lineSkip): offset rootY
(currentLineSkip): offset rootY
* file.c (HTMLlineproc2body): ATTR_TARGET
* fm.h (MapArea): add target
(Buffer): add rootY
(TabBuffer): added
(Currentbuf): comment out
(Firstbuf): comment out
(CurrentTab): added
(FirstTab): added
(LastTab): added
(open_tab_blank): added
(close_tab_back): added
(nTab): added
(TabCols): added
(N_TAB): added
(Currentbuf): CurrentTab->currentBuffer
(Firstbuf): CurrentTab->firstBuffer
* funcname.tab (CLOSE_TAB): added
(NEW_TAB): added
(NEXT_TAB): added
(PREV_TAB): added
(TAB_GOTO): added
(TAB_GOTO_RELATIVE): added
(TAB_LEFT): added
(TAB_LINK): added
(TAB_MENU): added
(TAB_RIGHT): added
* html.c (ALST_AREA): add ATTR_TARGET
* image.c (showImageProgress): offset rootY
* main.c (_newT): added
(followTab): added
(moveTab): added
(check_target): added
(MAIN): init tab related values
buf => tab
(nscroll): offset rootY
(pgFore): offset rootY
(pgBack): offset rootY
(ctrCsrV): offset rootY
(_movD): offset rootY
(_movU): offset rootY
(_goLine): offset rootY
(_mark): offset rootY
(followA): check target
(_followForm): offset rootY
(drawAnchorCursor0): offset rootY
(drawAnchorCursor): offset rootY
(backBf): check close_tab_back
(follow_map): rewrite for tab, check target
(posTab): added
(process_mouse): tab operation
offset rootY
(deleteFiles): for all buffers in all tabs
(newTab): added
(newT): added
(numTab): added
(deleteTab): added
(closeT): added
(nextT): added
(prevT): added
(followTab): added
(tabA): added
(tabURL0): added
(tabURL): added
(tabrURL): added
(moveTab): added
(tabR): added
(tabL): added
* map.c (follow_map_menu): return MapArea
(newMapArea): add target args
* menu.c (SelTabMenu): added
(SelTabV): added
(initSelTabMenu): added
(smChTab): added
(smDelTab): added
(MainMenuItem): add Select Tab
on New Tab
(popupMenu): add initSelTabMenu()
offset rootY
(mainMn): offset rootY
(selMn): offset rootY
(initSelectMenu): offset rootY
(tabMn): added
* proto.h (newT): added
(closeT): added
(nextT): added
(prevT): added
(tabA): added
(tabURL): added
(tabrURL): added
(tabR): added
(tabL): added
(newTab): added
(deleteTab): added
(follow_map_menu): return MapArea
(newMapArea): add target arg
(tabMn): added
* rc.c (CMT_OPEN_TAB_BLANK): added
(CMT_CLOSE_TAB_BACK): added
(open_tab_blank): added
(close_tab_back): added
* doc/README.func (CLOSE_TAB): added
(NEW_TAB): added
(NEXT_TAB): added
(PREV_TAB): added
(TAB_GOTO): added
(TAB_GOTO_RELATIVE): added
(TAB_LEFT): added
(TAB_LINK): added
(TAB_MENU): added
(TAB_RIGHT): added
* doc-jp/README.func: ditto doc/README.func
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-11-05 17:10:04 +00:00
Fumitoshi UKAI
825018b1ba
[w3m-dev 03373] setting form on loading
...
* config.h.dist (PRE_FORM_FILE): added
* configure (PRE_FORM_FILE): added
* etc.c (openPasswdFile): define by openSecretFile()
(openSecretFile): renamed, not static
* file.c (loadGeneralFile): preFOrmUpdateBuffer()
* fm.h (Buffer): add submit
(pre_form_file): added
* form.c (struct pre_form_item): added
(struct pre_form): added
(next_token): added
(PreForm): added
(add_pre_form): added
(add_pre_form_item): added
(loadPreForm): added
(preFormUpdateBuffer): added
* frame.c (renderFrame): add preFormUpdateBuffer()
* main.c (MAIN): buf->submit check
* proto.h (preFormUpdateBuffer): added
(openSecretFile): added
(loadPreForm): added
* rc.c (sync_with_option): add loadPreForm()
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-11-05 15:56:11 +00:00
Fumitoshi UKAI
d915ea74a5
fix indent
2002-10-30 17:03:27 +00:00
Fumitoshi UKAI
f585f05db2
[w3m-dev 03363] refresh download
...
* file.c (HTMLtagproc1): alarm is implicit once
* fm.h (AL_IMPLICIT_ONCE): added
* main.c (searchKeyData): reset CurrentKeyData, CurrentCmdData
(SigAlarm): CurrentCmdData is saved to data
message displayed on AL_EXPLICIT
clear alarm when AL_IMPLICIT_ONCE
(setAlarmEvent): AL_IMPLICIT_ONCE
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-10-30 15:46:27 +00:00
Fumitoshi UKAI
46e147cf1f
[w3m-dev 03359] support for http://user:pass@www.url.com
...
* etc.c (find_auth_user_passwd): use ParsedURL for args
use user and passwd if these are defined in ParsedURL
* file.c (getAuthCookie): change find_auth_user_passwd()
* proto.h (find_auth_user_passwd): change prototype
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-10-30 15:39:41 +00:00
Fumitoshi UKAI
a5c8badd28
[w3m-dev 03357] tab in <pre> in <ul>,<ol>,...
...
* file.c (HTMLlineproc2): check indent for tabstop
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-10-30 03:58:59 +00:00
Fumitoshi UKAI
738e4a6e31
* [w3m-dev-en 00780] "Carlo E. Prelz" <fluido@fluido.as>
...
always print on screen the relative position
* display.c (displayBuffer): relative position
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-10-25 19:59:48 +00:00
Fumitoshi UKAI
dcbe200883
[w3m-dev-en 00777] patch to fix w3m-0.3.1 word break problem
...
* file.c (is_period_char):
0x203A - SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
(is_beginning_char):
0x2018 - LEFT SINGLE QUOTATION MARK
0x2039 - SINGLE LEFT-POINTING ANGLE QUOTATION MARK
(is_word_char): add several chars ifndef JP_CHARSET
add ':' and '*'
From: Gary Johnson <garyjohn@spk.agilent.com >
2002-10-25 16:00:52 +00:00
Fumitoshi UKAI
e6e9b7ae2e
[w3m-dev 03339] Re: Debian Bug#164098 w3m: <sup> is not properly supported
...
* file.c (HTMLtagproc1): HTML_SUP, HTML_N_SUP, HTML_SUB, HTML_N_SUB
* html.c (TagMAP): sup, /sup, sub, /sub
* html.c (HTML_SUP): added
(HTML_N_SUP): added
(HTML_SUB): added
(HTML_N_SUB): added
* table.c (feed_table_tag): HTML_SUP, HTML_N_SUP, HTML_SUB, HTML_N_SUB
* tagtable.tab (sup): added
(/sup): added
(sub): added
(/sub): added
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-10-10 16:59:32 +00:00
Fumitoshi UKAI
d4214f39a6
Re: [w3m-dev 03320] Re: Passwords
...
* etc.c (dir_under): same path is ok
* file.c (loadGeneralFile): if missing, return NULL
ssl cert already checked
* html.h (URLFILE): add ssl_certificate
* istream.c (ssl_get_certificate): change args
* istream.h (ssl_get_certificate): ditto
* url.c (openSSLHandle): add p_cert
ssl certificate check here
(HTTPrequest): auth_cookie fix
From: AIDA Shinra <aida-s@jcom.home.ne.jp >
2002-09-28 16:30:07 +00:00
Fumitoshi UKAI
f5c8b4df75
[w3m-dev 03318] Re: Passwords
...
* etc.c (struct auth_path): added
(passwords): added
(dir_under): added
(add_auth_pass_entry): added
(find_auth_pass_entry): added
(find_auth_user_passwd): added
(loadPasswd): added
(find_auth): dir_under()
(add_auth_cookie): check file
* file.c (find_auth_user_passwd): removed
(getAuthCookie): use delText()
check proxy
(get_auth_cookie): removed
(loadGeneralFile): auth_pu
* proto.h (schemeToProxy): added
(get_auth_cookie): removed
(loadPasswd): added
(find_auth_user_passwd): added
* rc.c (sync_with_option): loadPasswd()
* textlist.c (delValue): added
* textlist.h (delValue): added
(delText): added
* url.c (HTTPrequest): seen_www_auth
(schemeToProxy): added
From: AIDA Shinra <aida-s@jcom.home.ne.jp >
2002-09-24 16:35:02 +00:00
Fumitoshi UKAI
87442b63f4
[w3m-dev 03311] Re: Passwords
...
* configure (config.h): default PASSWD_FILE
* fm.h (passwd_file): default PASSWD_FILE
From: Yuuichi Teranishi <teranisi@gohome.org >
2002-09-11 15:08:49 +00:00
Fumitoshi UKAI
7e0c193eab
if wrong password, dont read passwd_file
2002-09-10 18:21:36 +00:00
Fumitoshi UKAI
6d8e1b5194
fclose
2002-09-10 18:11:30 +00:00
Fumitoshi UKAI
3421febe80
[w3m-dev 03307] add password_file support
...
* file.c (find_auth_user_passwd): added
* fm.h (passwd_file): added
* rc.c (CMT_PASSWDFILE): added
(passwdfile): added
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-09-10 17:27:39 +00:00
Fumitoshi UKAI
ae6c767c94
run indent
2002-08-27 16:25:54 +00:00
Fumitoshi UKAI
d404404dda
Debian Bug#157098: wrong file presentation on large files
...
from "Eduard Bloch" <blade@debian.org >
* configure (clen_t): added
(HAVE_STRTOLL): added
(HAVE_STRTOQ): added
(HAVE_ATOLL): added
(HAVE_ATOQ): added
* config.h.dist: ditto
* file.c (current_content_length): s/int/clen_t/
(loadGeneralFile): s/atoi/strtoclen/
(convert_size): s/int/clen_t/
(convert_size2): s/int/clen_t/
(showProgress): s/int/clen_t/
(loadHTMLstream): s/int/clen_t/ linelen, trbyte
(loadBuffer): ditto
(getNextPage): s/int/clen_t/ linelen
(save2tmp): s/int/clen_t/ linelen, trbye
(_MoveFile): s/int/clen_t/ linelen, trbye
* fm.h (_Buffer): s/int/clen_t/ linelen, trbye
* ftp.c (size_int2str): s/long/clen_t/
(ex_ftpdir_name_size_date): s/long/clen_t/
* indep.c (strtoclen): added
* indep.h (strtoclen): added
* proto.h (showProgress): s/int/clen_t/
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-08-20 17:49:38 +00:00
Fumitoshi UKAI
8432622858
[w3m-dev 03276] compile error on EWS4800
...
* file.c (extract_auth_val): fix warnings
* w3mimg/w3mimg.c: include <stdlib.h>
From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp >
2002-07-19 03:24:28 +00:00
Fumitoshi UKAI
c29dce721f
[w3m-dev 03233] "obuf->flag |= RB_IGNORE_P" after <body> tag
...
* file.c (HTMLtagproc1): no need RB_IGNORE_P after <body> tag
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-06-24 13:32:10 +00:00
Fumitoshi UKAI
a81a104780
[w3m-dev-en 00752] Re: tab completion weirdness in w3m 0.3
...
* file.c (doFileCopy): same fix as [w3m-dev-en 00751]
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2002-06-09 16:11:33 +00:00
Fumitoshi UKAI
c474645e5d
[w3m-dev 03191] typo in file.c:extract_auth_val()?
...
* file.c (extract_auth_val): s/177/0177/
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2002-05-14 15:31:49 +00:00
Fumitoshi UKAI
576f325c86
[w3m-dev 03176] no Content-Type in http response header
...
* file.c (loadGeneralFile): guess content-type from filename
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2002-04-17 02:32:13 +00:00
Fumitoshi UKAI
c2c01b60dd
[w3m-dev 03167] xface2xbm -> xface2xpm (current imlib can't handle XBM)
...
* configure: s/XFACE2XBM/XFACE2XPM/
* config.h.dist: ditto
* file.c (xface2xpm): renamed from xface2xbm
modified for xpm
(readHeader): s/xface2xbm/xface2xpm/
* scripts/Makefile (LIB_TARGETS): s/xface2xbm/xface2xpm/
* scripts/xface2xpm.in: added
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-04-09 14:45:58 +00:00
Fumitoshi UKAI
382685bf0a
[w3m-dev 03135] commit of [w3m-dev 03006] is incomplete.
...
* file.c (HTMLlineproc2body): check form_int fid attr
update forms[]
fix buf->formlist
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-19 15:54:47 +00:00
Fumitoshi UKAI
0a01b79dcf
indent fix
2002-03-15 19:02:40 +00:00
Fumitoshi UKAI
563cc280e4
[w3m-dev 03132] Re: Reload image
...
* file.c (loadGeneralFile): b->type = "text/html"
* file.c (loadImageBuffer): comment out getImageSize()
image_flag = IMG_FLAG_AUTO
* file.c (openGeneralPagerBuffer): buf->type = "text/html"
* frame.c (resetFrameElement): if (buf->mailcap_source) ...
* frame.c (frame_download_source): if (buf->mailcap_source) ...
* main.c (vwSrc): #ifdef USE_IMAGE
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-15 16:35:46 +00:00
Fumitoshi UKAI
739eb5f7ab
[w3m-dev 03129] Re: X-Face
...
* configure (use_xface): ask
* fm.h (_Buffer): add header_source
* buffer.c (reshapeBuffer): fix reshape when reading stdin with image
fix disappearing header when reading stdin
* file.c (xface2xbm): check file existence
* file.c (readHeader): save to tmp file
X-Face when activeImage & displayImage
* main.c (dispI): comment out checking content type
* main.c (stopI): ditto
* scripts/xface2xbm.in: update compface URL
read from file $XF
write to file $XBM
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-14 16:12:02 +00:00
Fumitoshi UKAI
b118dd18d3
[w3m-dev 03127] X-Face
...
* NEWS: X-Face support
* configure (use_xface): added
* config.h.dist (USE_XFACE): added
(XFACE2XBM): added
* file.c (xface2xbm): added
(readHeader): X-Face: handling
* scripts/Makefile (LIB_TARGETS): add xface2xbm
* scripts/xface2xbm.in: added
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-13 17:04:56 +00:00
Fumitoshi UKAI
db2d61187d
[w3m-dev 03125] w3m -m < image
...
* file.c (openGeneralPagerBuffer): use internal viewer for -m option
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-13 15:48:20 +00:00
Fumitoshi UKAI
f0778b573d
[w3m-dev 03116] Re: aligned block in <td align="center">
...
* file.c (flushline): align if align="align"
* fm.h (RB_LEFT): change value
(RB_ALIGN): include RB_LEFT
(RB_INTABLE): added
* table.c (do_refill): obuf.flag |= RB_INTABLE
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-12 16:59:50 +00:00
Fumitoshi UKAI
362498f587
[w3m-dev 03110] Re: gopher broken
...
* file.c (loadGeneralFile): #ifdef USE_GOPHER
From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp >
2002-03-11 16:02:41 +00:00
Fumitoshi UKAI
ba2011ee1d
[w3m-dev 03106] Re: displayBuffer
...
* display.c (displayBuffer): revert previous changes
* file.c (process_img): remove space in src attribute
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-10 15:55:15 +00:00
Fumitoshi UKAI
c7c702fa47
[w3m-dev 03095] Re: gopher broken
...
(Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI)
* file.c (loadGopherDir): html_quote(url_quote_conv())
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-03-08 16:58:12 +00:00
Fumitoshi UKAI
c65469f28b
[w3m-dev 03092] Reload image
...
* file.c (loadImageBuffer): cache->index = 0
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-08 16:02:51 +00:00
Fumitoshi UKAI
804cd482d6
[w3m-dev 03093] Re: gopher broken
...
(Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI)
* file.c (loadGopherDir): fix ->ptr
q should be url_quote()
* url.c (openURL): url_unquote() for gopher selector
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-03-08 15:59:25 +00:00
Fumitoshi UKAI
6a26743be5
[w3m-dev 03090] Re: gopher broken
...
(Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI)
* file.c (loadGeneralFile): if loadGopherDir, type is real_type
* file.c (loadGopherDir): rewrite to use loadHTMLstream()
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-08 15:16:02 +00:00
Fumitoshi UKAI
9ab701643a
[w3m-dev 03088] gopher broken
...
(Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI)
* file.c (form_max): initial value should be -1
* file.c (loadGopherDir): </A>
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-03-08 03:28:38 +00:00
Fumitoshi UKAI
666431c560
[w3m-dev 03084] A temporary file remains when pipe + 'v'
...
* proto.h (saveBufferDelNum): deleted
* file.c (saveBufferDelNum): deleted
* file.c (saveBuffer): saveBufferDelNum() renamed
* main.c (vwSrc): tmpfname() recorded as fileToDelete
use saveBuffer() instead of saveBufferDelNum()
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-03-05 16:58:09 +00:00
Fumitoshi UKAI
98f9b038f0
[w3m-dev 03073] frame + image
...
* file.c (loadGeneralFile): w3m_dump & ~DUMP_FRAME
* file.c (loadImageBuffer): comment out if (frame_source)
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2002-02-28 16:21:54 +00:00
Fumitoshi UKAI
84854e6db6
[w3m-dev 03072] Proxy-Authorization (Re: Re: https through proxy)
...
* file.c (loadGeneralFile) delete Proxy-Authorization set here
* fm.h (HR_FLAG_PROXY): added
* main.c (MAIN): need "Basic " for proxy_auth_cookie
* url.c (HTTPrequest): add seen_proxy_auth
if proxy and no Proxy-Authorization: header seen and
has proxy_auth_cookie, use it
* url.c (openURL): hr->flag |= HR_FLAG_PROXY
* file.c (loadGeneralFile) comment indent fix
* html.c (TagMAP): ditto
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-02-28 16:15:41 +00:00
Fumitoshi UKAI
a596d1ee44
[w3m-dev 03067] Re: https through proxy
...
* file.c (loadGeneralFile): comment out ssl_get_certificate here
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-02-26 04:08:48 +00:00
Fumitoshi UKAI
afbe346d3c
[w3m-dev 03057] Re: Bug#134350: w3m: Forgets (http auth) login information upon reload (or almost anything else)
...
* etc.c (find_auth): add `file'
check file as well
* etc.c (find_auth_cookie): add `file'
* etc.c (add_auth_cookie): add `file'
* file.c (AuthBasicCred): add "Basic "
* file.c (AuthDigestCred): add "Digest "
* file.c (getAuthCookie): if h_auth == NULL, get recorded cookie
* file.c (get_auth_cookie): get recorded cookie
* file.c (loadGeneralFile): don't clear add_auth_cookie_flag
by redirection
add_auth_cookie if authorization is required and passed
* fm.h (auth_cookie): add file
* ftp.c (openFTP): follow change auth_cookie
* proto.h (get_auth_cookie): added
* proto.h (find_auth_cookie): add `file'
* proto.h (add_auth_cookie): add `file'
* url.c (openURL): get_auth_cookie
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-02-19 15:50:17 +00:00
Fumitoshi UKAI
b974490602
[w3m-dev 03011] segmentation fault on <input> tag without <form>
...
* file.c (process_input): tmp initialization fix
From: Tsutomu Okada <okada@furuno.co.jp >
2002-02-08 11:18:10 +00:00