Welcome, Guest. Please login or register.

Author Topic: Netsurf A68K v1.7 available  (Read 3692 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bernd_afa

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show all replies
Re: Netsurf A68K v1.7 available
« on: April 29, 2010, 08:04:59 AM »
Quote from: __artur;555724
That's been fixed. I will upload release w/o this bug today.


You have add wrong ixemul.library to your libs folder.Its a version for poolmem.The poolmem version you should not release because it cause on netsurf slowdown after longer use due to mem fragmentations.The poolmem version is only need for developing, because here can AOS memtracker tools use to see Bugs immidiatly.

I recommend all user to use the older ixemul for better speed, or better delete the file in netsurf/libs dir.the poolmem ixemul give a message out in sashimi ixemul for poolmem used.

also maybe artur can change the installer so it ask if ixemul should instal or not.
I think its no good idea to install library all the time.

a release of ixemul V63.1 come soon, (diego need upload it)its need because ffplay Team have use for better timing usleep.And this work not good on all older ixemul (do also hangs), i replace the code with the AOS hires timer and increase libnum so user
« Last Edit: April 29, 2010, 08:14:18 AM by bernd_afa »
 

Offline bernd_afa

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show all replies
Re: Netsurf A68K v1.7 available
« Reply #1 on: April 29, 2010, 08:16:50 AM »
Here is also a link to the development plan, as stand here, netsurf should speedup more when libdom come

http://wiki.netsurf-browser.org/Development_Plan
 

Offline bernd_afa

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show all replies
Re: Netsurf A68K v1.7 available
« Reply #2 on: April 29, 2010, 05:45:22 PM »
Quote from: selco;555807
The latest version works really great. I am just writing this on Netsurf in WinUAE.
* The proxy-problem has been solved, so Netsurf can now really be used in a company network where a company proxy is required. (former releases failed on most pages with "base stylesheet failed to load" ow its working great!
* I use ixemul.library 62.1 as suggested by Bernd (the newer debug version slowed the system down a lot)

Thanks to the Netsurf team for this great development, thank Artur for your prting effort.

Artur, could yu add an Amiga version string to the executable?

regards selco


I do some tests, the problem due to much fetchers it get slower, i see not without JIT
maybe some user can test on classic machine if this changes on options file run faster.

min_reflow_period:300
max_fetchers:8
 

Offline bernd_afa

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show all replies
Re: Netsurf A68K v1.7 available
« Reply #3 on: April 30, 2010, 06:04:43 PM »
Quote from: x303;556008
If I come on a secure site, netsurf asks me for SSLROOT. How should I set it ? Does ssl actually work, btw ?


with what site you test ?
I search netsurf dir, ixemul dir there is no sslroot string find.maybe you can tell in snoopdos what task sslroot want.

I dont understand how SSL work.when i use windows browsers, i get error that the ssl certificate is outdate.but later the shtml string is change to html string
 

Offline bernd_afa

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show all replies
Re: Netsurf A68K v1.7 available
« Reply #4 on: May 01, 2010, 10:11:52 AM »
Quote from: __artur;556112
Thats because I updated openssl which requires certificates in SSLROOT.
You can download it from here http://amiga.sourceforge.net/OpenSSL/ .

Https pages doesn't work for me but maybe for you?


maybe can ask the dev on this page of openssl, if he get netsurf working.maybe he understand more from this.
when netsurf need the sslroot then openssl 1.0 need download.it can work with ixemul and libnix, but if it maybe not work for you, maybe you test a non beta version.maybe the 0.9.61 for ixemul only if that work better

also maybe somebody know where can get 0.9.7m openssl version.In the OWB 1.6 docu stand that opensll work with that.
« Last Edit: May 01, 2010, 10:13:57 AM by bernd_afa »
 

Offline bernd_afa

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show all replies
Re: Netsurf A68K v1.7 available
« Reply #5 on: May 01, 2010, 06:54:07 PM »
Quote from: x303;556139
No, even if i set sslroot to the certs dir, it still doesn't work. Does anyone know if netsurf (on linux, risc or os4) works with secure pages ?


with older openssl lib netsurf give a error out cant resolve page.but with this openssl1.0 version netsurf give no error out.but log show a 302 error.what 302 is can read here

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

maybe wait for the windows version, so can compare more easy whats a general netsurf problem or is a amiga port only problem

when look on logout of
netsurf -v
i get this, so https is init.but a the google Mail page is not show



desktop/netsurf.c netsurf_init 146: Using '/h1/NetSurf/Resources/Options' for Options file
desktop/netsurf.c netsurf_init 150: Using '/h1/NetSurf/Resources/messages' as Messages file
content/fetchers/fetch_curl.c fetch_curl_register 154: curl_version libcurl/7.19.5 OpenSSL/1.0.0 zlib/1.2.5
utils/useragent.c user_agent_build_string 72: Built user agent "NetSurf/3.0 (AmigaOS; m68k)"
content/fetchers/fetch_curl.c fetch_curl_register 211: cURL linked against openssl
content/fetchers/fetch_curl.c fetch_curl_initialise 243: Initialise cURL fetcher for tftp
content/fetchers/fetch_curl.c fetch_curl_initialise 243: Initialise cURL fetcher for ftp
content/fetchers/fetch_curl.c fetch_curl_initialise 243: Initialise cURL fetcher for telnet
content/fetchers/fetch_curl.c fetch_curl_initialise 243: Initialise cURL fetcher for dict
content/fetchers/fetch_curl.c fetch_curl_initialise 243: Initialise cURL fetcher for http
content/fetchers/fetch_curl.c fetch_curl_initialise 243: Initialise cURL fetcher for file
content/fetchers/fetch_curl.c fetch_curl_initialise 243: Initialise cURL fetcher for https
content/fetchers/fetch_curl.c fetch_curl_initialise 243: Initialise cURL fetcher for ftps        

....
desktop/browser.c browser_window_go_post 303: bw 0x12770a08, url http://mail.google.com/mail/?hl=de&tab=wm
desktop/browser.c browser_window_go_post 415: Loading 'http://mail.google.com/mail/?hl=de&tab=wm'
content/fetchers/fetch_curl.c fetch_curl_setup 323: fetch 0x1298d5d8, url 'http://mail.google.com/mail/?hl=de&tab=wm'
framebuffer/schedule.c schedule 63: adding callback 0x129796d8 for  0x1208bcba(0x12770b08) at 10 cs
framebuffer/schedule.c schedule_run 164: callback entry 0x129796d8 running 0x1208bcba(0x12770b08)
framebuffer/schedule.c schedule 63: adding callback 0x1298f458 for  0x1208bcba(0x12770b08) at 10 cs
framebuffer/fbtk.c fbtk_click 1057: click 280, 71            

url.c fetch_curl_process_headers 1122: HTTP status code 302
content/fetchers/fetch_curl.c fetch_curl_process_headers 1133: FETCH_REDIRECT, 'https://www.google.com/accounts/ServiceLogin?
service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fhl%3Dde%26tab%3Dwm%26ui%3Dhtml%26zy%3Dl&
bsv=1eic6yu9oa4y3&scc=1<mpl=googlemail&hl=de'
content/fetchers/fetch_curl.c fetch_curl_abort 636: fetch 0x1298d5d8, url 'http://mail.google.com/mail/?hl=de&tab=wm'
content/fetchers/fetch_curl.c fetch_curl_setup 323: fetch 0x129909d8, url 'https://www.google.com/accounts/ServiceLogin?servi
ce=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fhl%3Dde%26tab%3Dwm%26ui%3Dhtml%26zy%3Dl&bsv=1
eic6yu9oa4y3&scc=1<mpl=googlemail&hl=de'
content/fetchers/fetch_curl.c fetch_curl_done 769: done http://mail.google.com/mail/?hl=de&tab=wm
content/fetchers/fetch_curl.c fetch_curl_stop 657: fetch 0x1298d5d8, url 'http://mail.google.com/mail/?hl=de&tab=wm'
framebuffer/schedule.c schedule_run 164: callback entry 0x1298f458 running 0x1208bcba(0x12770b08)
framebuffer/schedule.c schedule 63: adding callback 0x12979298 for  0x1208bcba(0x12770b08) at 10 cs
content/fetchers/fetch_curl.c fetch_curl_done 769: done https://www.google.com/accounts/ServiceLogin?service=mail&passive=tru
e&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fhl%3Dde%26tab%3Dwm%26ui%3Dhtml%26zy%3Dl&bsv=1eic6yu9oa4y3&scc=1&
ltmpl=googlemail&hl=de
content/fetchers/fetch_curl.c fetch_curl_stop 657: fetch 0x129909d8, url 'https://www.google.com/accounts/ServiceLogin?servic
e=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fhl%3Dde%26tab%3Dwm%26ui%3Dhtml%26zy%3Dl&bsv=1e
ic6yu9oa4y3&scc=1<mpl=googlemail&hl=de'
framebuffer/schedule.c schedule_run 164: callback entry 0x12979298 running 0x1208bcba(0x12770b08)
« Last Edit: May 01, 2010, 07:00:10 PM by bernd_afa »