Search found 142 matches

by ashmew2
Wed May 11, 2016 4:24 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

yrjie wrote:Nice to see the OS growing so fast! Good job!
Hi Charlie!

Thanks! If you get some free time, feel free to report any issues you face with Netsurf or KolibriOS in general :)
by ashmew2
Mon May 09, 2016 5:23 am
Forum: Network
Topic: SSH client
Replies: 21
Views: 20839

Re: SSH client

So, the main routine is mpint_modexp? And why do you think these routines can be much improved? Do we even need more performance? We _always_ need more performance. It is especially useful in libraries because a lot of userspace programs might use it in the future and the library shouldnt be a bott...
by ashmew2
Sat May 07, 2016 4:20 pm
Forum: Network
Topic: SSH client
Replies: 21
Views: 20839

Re: SSH client

Well Done!

I hope, We will get SSH soon :)
by ashmew2
Fri May 06, 2016 6:03 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

Added GIF Support: gif.png We have PNG, JPEG and GIF now. I am not implementing support for BMP (Who uses BMP in web pages anyway?) Binary attached. List of issues : --------------------- ==== ISSUES ==== Handle Headers , especially cookies to handle maintaining sessions. Right now it'll just keep k...
by ashmew2
Thu May 05, 2016 7:03 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

Great job! BTW, do not will window background by blue colour. Set it transparent. Which background color do you mean ? Do you mean the main window with the title bar ? I'm drawing it with this : kolibri_define_window(100,100,nsfb->width+9,nsfb->height+kolibri_skin_get_height(),0x34000080,0x800000FF...
by ashmew2
Wed May 04, 2016 2:44 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

Latest binary attached

PNG + JPEG
by ashmew2
Wed May 04, 2016 11:57 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

We have (lib)JPEG!
jpeg.png
jpeg.png (619.09 KiB)
Viewed 9109 times
JPEG Support.
by ashmew2
Tue May 03, 2016 11:00 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

Hi! Presenting Netsurf with image support! release.png Things are starting to look more reliable and stable. There might be a few crashes, but I need all of your help to fix those crashes! List of issues : --------------------- ==== ISSUES ==== Slow Page loading times. ===FIXED=== Handle Headers , e...
by ashmew2
Wed Apr 27, 2016 2:08 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

I think Netsurf is pretty stable on KolibriOS now. I don"t see any crashes in regular run now.

Writing this from KolibriOS, so if I am able to post this message to the board, it means cookies work and so does HTTP Post. HTTP Get works as well. Let"s see...
by ashmew2
Tue Apr 26, 2016 7:06 pm
Forum: HLL
Topic: C layer for KolibriOS. A GSoC project.
Replies: 30
Views: 33119

Re: C layer for KolibriOS. A GSoC project.

My experience in Porting Netsurf says that we should have a function free_asm() which is callable from C and let's you free memory block allocated with MCALL 68,12 . Basically, free_asm() should be wrapper on top of MCALL 68,13 . This is because if use libc's free() on memory block allocated from MC...
by ashmew2
Tue Apr 19, 2016 7:09 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

We have HTTP Post now!
httppost.png (146.35 KiB)
We have HTTP Post now! Viewed 7848 times
HTTP Post (application/x-www-form-urlencoded) ready!
by ashmew2
Sun Apr 17, 2016 7:21 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

nsfix.png
nsfix.png (293.97 KiB)
Viewed 8004 times
Colours Fixed!

Note: Please run it in MTDBG. It has some int3 statements.
by ashmew2
Sat Apr 16, 2016 6:02 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190465

Re: Netsurf

ns.png Netsurf-For-Kolibri v0.2 ================= I've made some progress with Netsurf Official on KolibriOS. The red component is missing from the surface, so the colour looks a bit too YELLOW. I'll fix the colour issue later. Attached netsurf.zip. Unzip it to some location. Mount this directory p...
by ashmew2
Wed Apr 13, 2016 12:12 pm
Forum: Application libraries
Topic: Mission: Use KolibriOS libraries in C
Replies: 9
Views: 14159

Re: Mission: Use KolibriOS libraries in C

Sources for C Layer now available at : http://websvn.kolibrios.org/listing.php ... 7ce1b565cb

: Inside contrib/C_Layer in SVN Sources!

Contribute to this growing project!
by ashmew2
Sat Apr 02, 2016 4:55 am
Forum: English
Topic: Tinypad new feature
Replies: 2
Views: 3316

Re: Tinypad new feature

I think this is a neat feature! , similar to what IDEs have (auto save before compile)
Can you post a diff so that someone can review it?

Thanks!