Search found 142 matches

by ashmew2
Fri Jan 11, 2019 8:22 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

Hi! Sorry, I must've deleted the files by mistake. I'll see what I can do. EDIT: Unfortunately, I don't have a proper toolchain set up at the moment to generate an executable. I could, however, upload an executable to the website if someone (maybe Leency?) could attach it here. That way nsinstall wi...
by ashmew2
Sun Oct 29, 2017 12:48 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

ashmew2 Well, as I promised I've made some design updates. In archive you will find updated homepage and arrows in Kolibri style. What do you think? Hi, I've included your netsurf.png and icons into netsurf! I guess we can do better with the welcome.html page, so I've left it as it is for now, mayb...
by ashmew2
Sun Oct 29, 2017 10:21 am
Forum: Network
Topic: SSL: Mbed TLS (polarSSL)
Replies: 22
Views: 21343

Re: SSL: polarSSL

Polar SSL has been superseded by mbed TLS.

https://tls.mbed.org/

We should try to port mbed TLS with newlib to KolibriOS.
by ashmew2
Fri Oct 27, 2017 9:37 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

Hello! Some more fixes to Netsurf : Fix issue where some sites will never load. Fix implementation of linked list of http connections in http fetcher code. Make browser window bigger (close to full screen now, real browser experience) Also made some fixes to HTTP but they are not merged to SVN yet w...
by ashmew2
Wed Oct 18, 2017 5:26 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

Hi, do you mean I need a new nsinstall or does the old one load the newest netsurf binary? If there are fixes in TCP Stack, should I set up kolibri os with the newest image and kolibrios folder, too? Thanks for the great work, again! Only require these steps : Get latest kolibri.img file. Run Nsins...
by ashmew2
Tue Oct 17, 2017 11:16 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

With the newest fixes in TCP stack, netsurf feels a lot better/faster when loading websites.
Try using the newest one off nsinstall and report bugs!
by ashmew2
Tue Oct 10, 2017 6:29 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

ashmew2 Good point, but lets imagine that some user downloaded Kolibri and ran nsinstall. He didn't read this topic and don't know that he need to open debug board and run /tmp0/1/netsurf So 99% he will think that this app doesn't work. I will try to fix this, you'll see. OK! Great. Yes, I do see t...
by ashmew2
Tue Oct 10, 2017 6:28 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

When I try to open http://opennet.ru "NetSurf running out of memory" RAM disk 250 mb, RAM free 250 mb Hi! Thanks for mentioning that, issue was that opennet.ru uses 'koi-8r' encoding while we did not have this in iconv library. I've fixed the iconv library and updated the netsurf-kolibrio...
by ashmew2
Tue Oct 10, 2017 12:41 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

How to install Netsurf in KolibriOS? Load the latest kolibri.img file. Boot machine. Open debug board. Click NSINSTALL icon on desktop. *Progress shows up on debug board* After finished, run netsurf from /tmp0/1/ directory (netsurf-kolibrios). PS - Make sure you have configured the kolibrios/ direct...
by ashmew2
Sun Oct 08, 2017 9:37 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

I wrote you a pn about a topic and here is a video where I test some browser tests: https://www.youtube.com/watch?v=YSO2-aAM-s4 I think the tab key movement is not in correct order. Fields with numbers should be taken in consideration! Thanks for the feedback! I pass the Tab key to netsurf core whe...
by ashmew2
Sun Oct 08, 2017 9:36 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

Hi. New binary for Netsurf. Changes : Reimplement iconv() library. Disable printing of data in debug board or LOG (like passwords). Fix a lockup of events in libnsfb where we were waiting indefinitely if Netsurf was not in focus. Close all http connections explicitly to not overload http library. HO...
by ashmew2
Wed Oct 04, 2017 12:38 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

Hi! I implemented POST Multipart support. Now able to send Private Messages on this board as well! Maybe this also fixes some other websites that crash on pasting content, or submitting forms etc. Let me know! Binary attached. @Leency : Thanks for the graphics! I will check them out and see how they...
by ashmew2
Sat Sep 30, 2017 4:22 pm
Forum: Network
Topic: TLS (клиент)
Replies: 20
Views: 15440

Re: TLS (клиент)

Hello akron1

This looks pretty useful for Netsurf as well to support HTTPS.

Maybe I'll be able to incorporate it into Netsurf once this is matured enough.
by ashmew2
Sat Sep 30, 2017 3:15 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

New binary with POST support (urlencoded, no multipart yet).

Fixes some key scancodes as well (example, TAB key can be used to cycle between fields in a form now)

Let me know what problems you run into!
by ashmew2
Sat Sep 30, 2017 3:11 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189153

Re: Netsurf

Testing posting from Netsurf in KolibriOS