Search found 18 matches

by grigi
Wed Aug 23, 2006 6:58 pm
Forum: News
Topic: 0.3.0 RC3
Replies: 9
Views: 53552

nope, redid it 4 times in a row.
by grigi
Wed Aug 23, 2006 8:43 am
Forum: News
Topic: 0.3.0 RC3
Replies: 9
Views: 53552

Just to tell, Installing RC3 on a vmware 5.5 on Linux results in the systems installing fine, and the firt-run wizard, but where the first-run wants to reboot, it crashes just before reboot, and it seems like none of the options got saved, as the first-run wizard will run again... Oh, ad on RC2 it f...
by grigi
Tue Jun 06, 2006 7:40 am
Forum: Development Help
Topic: Reactos Web server
Replies: 18
Views: 16054

Hi, sorry for taking so long to respond, but I got a new PC (a nice laptop), but it came with NO power cable, it came with 2 power supplys... So I only started setting it up yesterday. Good thing it I will probably be able to access the ROS svn now :D Thanks for the support! Regarding ftp server, I ...
by grigi
Wed May 31, 2006 8:18 pm
Forum: Development Help
Topic: Reactos Web server
Replies: 18
Views: 16054

http://www.verzend.be/v/4889563/miniweb_003.zip.html a third update. - should behave better than the previous release - Supports reporting file size to web browser - is multi-threaded (no thread pool) The issue you guys are talking about it not serving pages outside of %systemroot%, because the ros...
by grigi
Tue May 30, 2006 7:39 pm
Forum: Development Help
Topic: Reactos Web server
Replies: 18
Views: 16054

Thanks for the compliment! I have tested it in the 22080 buid, and as Brynet said it served to the host, but reactos firefox does not see it. funny thing is that telnetting to port 80 on localhost, you actually get a meaningfull result. but once only... I'll try and __stablilize__ the next version t...
by grigi
Mon May 29, 2006 7:27 pm
Forum: Development Help
Topic: Reactos Web server
Replies: 18
Views: 16054

A second release (with preliminary support for HTTP headers) http://www.verzend.be/v/2137072/miniweb_002.zip.html I have tried it on "Reactos 0.2.9 release" in a vmware box, and it serves, until I install firefox, from then on it connects, but just doesn't respond. On a clean 0.2.9 it has ...
by grigi
Mon May 29, 2006 8:11 am
Forum: Development Help
Topic: Reactos Web server
Replies: 18
Views: 16054

Thanks for trying. Sad that it didn't answer on reactos... it is a _very_ simple app. Did it fail to run, or ran, but no response trying to access it over http? The reason that the images and stuff didn't come up is that the server doesn;t return response headers to the browser, so it must guess, an...
by grigi
Sun May 28, 2006 1:34 pm
Forum: Development Help
Topic: Reactos Web server
Replies: 18
Views: 16054

MiniWEB

MiniWEB_st
Now hosted @ Jaix
Very rough implementation, serves only static pages, and lists directories.

Listens on port 80.

http://127.0.0.1/dir
will list dir

http://127.0.0.1/dir/
will display dir/index.html if found else list dir
by grigi
Sat May 27, 2006 10:16 pm
Forum: Development Help
Topic: Reactos Web server
Replies: 18
Views: 16054

Jaix: Thanks for the support ;) I'll make sure to send you the server first. I have nowhere to host it, atm. so where must I mail it to? Good point Ged. There is no way that any my webserver will have close to the functionality of Apache. Hmm... How about I change the aim of this project? I actually...
by grigi
Sat May 27, 2006 12:10 pm
Forum: Development Help
Topic: Reactos Web server
Replies: 18
Views: 16054

Also what is the policy regarding config information of apps? Which is preffered: - INI files? - stored in registry? I plan to make the server somewhat extensible, and will experiment by impleneting a PHP extension for it (hopefully) sometime in the future, but only if the project makes it into ROS....
by grigi
Sat May 27, 2006 12:05 pm
Forum: Development Help
Topic: Reactos Web server
Replies: 18
Views: 16054

Reactos Web server

I have heard that ppl are actively looking for a Reactos Web server... Note that I ahve written network apps and windows services in a commercial entity, so I guess I can make a small, reliable webserver. So I have started to write my own mini webserver today, in C. I came accross issues that seems ...
by grigi
Tue May 16, 2006 9:32 am
Forum: Support
Topic: VMWare 4 video driver regression
Replies: 1
Views: 2505

VMWare 4 video driver regression

Hi Having tried out some recent SVN builds (21738 & 21897) installing the vmware vide driver causes a "CSRServerInitialization failed." message. I was working fine right before the audit, and the latest ISO I have that was working was: 21228. So this regression happened somewhere betwe...
by grigi
Mon May 15, 2006 2:42 pm
Forum: General Discussion and Feedback
Topic: scan . coverity . com
Replies: 2
Views: 3669

scan . coverity . com

As Cristan reccomended: (Create a new thread) As we are approacing 0.3 status, I wonder if now it the right time to submit the project to coverity for scan? Or should that only be done after the audit is done? We are already indirectly benifiting from the coverity project via wine, so I guess those ...
by grigi
Fri May 12, 2006 11:38 am
Forum: General Discussion and Feedback
Topic: 0.3 is coming!
Replies: 40
Views: 23957

I wonder if now it the right time to submit the project to coverity for scan? Or should that only be done after the audit is done? We are already indirectly benifiting from the coverity project via wine, so I guess those code should be excluded. For those that don't know what I am talking about: htt...
by grigi
Tue Feb 14, 2006 3:38 pm
Forum: Development Help
Topic: C or C++ ?
Replies: 25
Views: 24706

Yes, I agree, more dll-ing of core functionality would be cool.

I don;t quite understand why you need to link in libstdc++ if you disable exceptions and RTTI?