Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						f4d6305bdd
					 | 
					
						
						
							
							[w3m-dev 03632] cleanup (don't close connection of news server)
						
						
						
						
						
						
						
						* file.c (loadSomething): remove UFclose nntp:,news:
	(loadFile): UFclose
	(loadGeneralFile): always UFclose
* html.h (UFclose): only reset when ISclose ==0
* istream.c (ISclose): return int
	(ISfileno): flag IST_UNCLOSE
* istream.h (ISclose): return int
	(IST_UNCLOSE): added
* news.c (news_close): reset IST_UNCLOSE
	(news_open): set IST_UNCLOSE
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> 
						
						
					 | 
					
						2003-01-10 17:06:17 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						c5ec364d23
					 | 
					
						
						
							
							[w3m-dev 03631] display current form item
						
						
						
						
						
						
						
						* form.c (form2str): rewrite
* istream.c (ssl_get_certificate): fix typo
* map.c (follow_map_panel): valign=top
	(append_map_info): valign=top
	(append_link_info): valign=top
	(append_frame_info): <pre_int>
			html_quote ssl_certificate
	(page_info_panel): rewrite, html_quote
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> 
						
						
					 | 
					
						2003-01-10 16:58:30 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						4ca69fff36
					 | 
					
						
						
							
							[w3m-dev 03595] tolower, toupper
						
						
						
						
						
						
						
						* Str.c (Strlower): TOLOWER
	(Strupper): TOUPPER
* backend.c: delete ctype.h
* etc.c (gethtmlcmd): TOLOWER
* file.c (readHeader): TOLOWER
	(checkOverWrite): TOLOWER
	(guess_charset): TOLOWER
* ftp.c: delete ctype.h
* indep.c (strcasecmp): TOLOWER
	(strncasecmp): TOLOWER
	(strcasematch): TOLOWER
* istream.c: include myctype.h
	(ssl_get_certificate): TOLOWER
* mailcap.c (mailcapMatch): TOLOWER
* main.c (_quitfm): TOLOWER
* menu.c (accesskey_menu): TOLOWER
* mimehead.c: include myctype.h
	(decodeWord): TOUPPER
* mktable.c: delete ctype.h, include myctype.h
	(main): IS_SPACE
* myctype.h: delete ctype.h
	(TOLOWER): added
	(TOUPPER): added
* parsetagx.c (parse_tag): TOLOWER
* rc.c (str_to_bool): TOLOWER
	(str_to_color): TOLOWER
* regex.c: delete ctype.h, include myctype.h
	(TOLOWER): added
	(TOUPPER): added
	(regmatch1): TOLOWER
	(matchWhich): TOLOWER, TOUPPER
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> 
						
						
					 | 
					
						2002-12-24 17:20:45 +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
							
						 
					 | 
					
						
						
							
						
						c0d15a79a9
					 | 
					
						
						
							
							fix indent
						
						
						
						
						
						
					 | 
					
						2002-02-07 14:02:12 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						c4dbac6c2c
					 | 
					
						
						
							
							[w3m-dev 03005] fix Bad cert ident
						
						
						
						
						
						
						
						* istream.c (ssl_match_cert_ident): added
* istream.c (ssl_check_cert_ident): use ssl_match_cert_ident()
From: Fumitoshi UKAI  <ukai@debian.or.jp> 
						
						
					 | 
					
						2002-02-06 17:24:14 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						05af6d32e6
					 | 
					
						
						
							
							[w3m-dev 02933] segmentation fault when w3m -dump https:
						
						
						
						
						
						
						
						* file.c (readHeader): use inputAnswer()
* file.c (getAuthCookie): remove term_cbreak()
* file.c (checkOverWrite): use inputAnswer()
* file.c (inputAnswer): added
* istream.c (ssl_get_certificate): use inputAnswer()
* main.c (qquitfm): change prompt
* proto.h (inputAnswer): added
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> 
						
						
					 | 
					
						2002-01-30 15:08:48 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						9de0a515bc
					 | 
					
						
						
							
							[w3m-dev 02829]
						
						
						
						
						
						
						
						From: Fumitoshi UKAI  <ukai@debian.or.jp> 
						
						
					 | 
					
						2002-01-12 13:33:47 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						44ca7f4423
					 | 
					
						
						
							
							[w3m-dev 02772]
						
						
						
						
						
						
						
						From: Fumitoshi UKAI <ukai@debian.or.jp> 
						
						
					 | 
					
						2001-12-27 18:22:59 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						13eb03f6ba
					 | 
					
						
						
							
							[w3m-dev 02750]
						
						
						
						
						
						
						
						From: Fumitoshi UKAI  <ukai@debian.or.jp> 
						
						
					 | 
					
						2001-12-26 18:46:33 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						2b86b4b794
					 | 
					
						
						
							
							RFC2818 server identity check update
						
						
						
						
						
						
					 | 
					
						2001-12-26 12:58:49 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						f67501a12a
					 | 
					
						
						
							
							[w3m-dev 02743] RFC2818 server identity check
						
						
						
						
						
						
						
						From: Fumitoshi UKAI  <ukai@debian.or.jp> 
						
						
					 | 
					
						2001-12-26 12:18:06 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						975c8f9d43
					 | 
					
						
						
							
							run make indent
						
						
						
						
						
						
					 | 
					
						2001-11-24 02:01:26 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						b30a4fc9ee
					 | 
					
						
						
							
							remove gcc warnings
						
						
						
						
						
						
					 | 
					
						2001-11-20 08:15:22 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Fumitoshi UKAI
							
						 
					 | 
					
						
						
							
						
						3a391ef6c2
					 | 
					
						
						
							
							follow autoconf conventions, #include cleanups
						
						
						
						
						
						
					 | 
					
						2001-11-16 22:02:00 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Akinori Ito
							
						 
					 | 
					
						
						
							
						
						85da7ee692
					 | 
					
						
						
							
							Update to w3m-0.2.1-inu-1.6.
						
						
						
						
						
						
					 | 
					
						2001-11-15 00:32:13 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Akinori Ito
							
						 
					 | 
					
						
						
							
						
						6c63633545
					 | 
					
						
						
							
							Updates from 0.2.1 into 0.2.1-inu-1.5
						
						
						
						
						
						
					 | 
					
						2001-11-09 04:59:17 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Akinori Ito
							
						 
					 | 
					
						
						
							
						
						68a07bf03b
					 | 
					
						
						
							
							Initial revision
						
						
						
						
						
						
					 | 
					
						2001-11-08 05:14:08 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |