From: <xpa...@us...> - 2007-03-30 17:09:29
|
Revision: 303 http://libqxt.svn.sourceforge.net/libqxt/?rev=303&view=rev Author: xparanoidj Date: 2007-03-30 10:09:28 -0700 (Fri, 30 Mar 2007) Log Message: ----------- evaluate->render Modified Paths: -------------- trunk/src/web/QxtHtmlTemplate.cpp trunk/src/web/QxtWebApplication.cpp trunk/src/web/QxtWebInternal.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-04-06 12:42:00
|
Revision: 344 http://libqxt.svn.sourceforge.net/libqxt/?rev=344&view=rev Author: xparanoidj Date: 2007-04-06 05:41:58 -0700 (Fri, 06 Apr 2007) Log Message: ----------- comm stuff Added Paths: ----------- trunk/src/web/QxtWebCommunicator.cpp trunk/src/web/QxtWebCommunicator.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-04-06 13:20:11
|
Revision: 345 http://libqxt.svn.sourceforge.net/libqxt/?rev=345&view=rev Author: xparanoidj Date: 2007-04-06 06:20:06 -0700 (Fri, 06 Apr 2007) Log Message: ----------- cleared some crap Modified Paths: -------------- trunk/src/web/QxtWebApplication.cpp trunk/src/web/QxtWebApplication_p.h trunk/src/web/QxtWebCommunicator.cpp trunk/src/web/QxtWebCommunicator.h trunk/src/web/QxtWebInternal.cpp trunk/src/web/QxtWebInternal.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-04-06 15:42:12
|
Revision: 347 http://libqxt.svn.sourceforge.net/libqxt/?rev=347&view=rev Author: xparanoidj Date: 2007-04-06 08:41:43 -0700 (Fri, 06 Apr 2007) Log Message: ----------- filling comunicator with live Modified Paths: -------------- trunk/src/web/QxtWebApplication.cpp trunk/src/web/QxtWebCommunicator.cpp trunk/src/web/QxtWebCommunicator.h trunk/src/web/QxtWebWidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-04-06 16:27:54
|
Revision: 349 http://libqxt.svn.sourceforge.net/libqxt/?rev=349&view=rev Author: xparanoidj Date: 2007-04-06 09:27:47 -0700 (Fri, 06 Apr 2007) Log Message: ----------- this splits request and answer into two different logics. yes this is ASYNC!! including segfaults double frees and other crap, but good enough for a test Modified Paths: -------------- trunk/src/web/QxtWebApplication.cpp trunk/src/web/QxtWebCommunicator.cpp trunk/src/web/QxtWebCommunicator.h trunk/src/web/QxtWebWidget.cpp trunk/src/web/QxtWebWidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-04-06 17:25:33
|
Revision: 351 http://libqxt.svn.sourceforge.net/libqxt/?rev=351&view=rev Author: xparanoidj Date: 2007-04-06 10:25:29 -0700 (Fri, 06 Apr 2007) Log Message: ----------- fixed a few segfaults. still not usable Modified Paths: -------------- trunk/src/web/QxtWebApplication.cpp trunk/src/web/QxtWebCommunicator.cpp trunk/src/web/QxtWebCommunicator.h trunk/src/web/QxtWebWidget.cpp trunk/src/web/QxtWebWidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-06-30 14:38:01
|
Revision: 549 http://libqxt.svn.sourceforge.net/libqxt/?rev=549&view=rev Author: xparanoidj Date: 2007-06-30 07:37:59 -0700 (Sat, 30 Jun 2007) Log Message: ----------- web-> Modified Paths: -------------- trunk/src/web/QxtWebApplication.cpp trunk/src/web/QxtWebApplication.h trunk/src/web/QxtWebWidget.h trunk/src/web/web.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-03 15:01:32
|
Revision: 563 http://libqxt.svn.sourceforge.net/libqxt/?rev=563&view=rev Author: xparanoidj Date: 2007-07-03 08:01:27 -0700 (Tue, 03 Jul 2007) Log Message: ----------- removing the garbage implementation Removed Paths: ------------- trunk/src/web/QxtWebApplication.cpp trunk/src/web/QxtWebApplication.h trunk/src/web/QxtWebApplication_p.h trunk/src/web/QxtWebCommunicator.cpp trunk/src/web/QxtWebCommunicator.h trunk/src/web/QxtWebInternal.cpp trunk/src/web/QxtWebInternal.h trunk/src/web/QxtWebSession.cpp trunk/src/web/QxtWebSession.h trunk/src/web/QxtWebWidget.cpp trunk/src/web/QxtWebWidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-03 15:04:45
|
Revision: 564 http://libqxt.svn.sourceforge.net/libqxt/?rev=564&view=rev Author: xparanoidj Date: 2007-07-03 08:04:42 -0700 (Tue, 03 Jul 2007) Log Message: ----------- fresh working scgi only implementation. the one instance per user part will be handled by a balancer whis is not part od this library Modified Paths: -------------- trunk/src/web/web.pro Added Paths: ----------- trunk/src/web/QxtScgiApplication.cpp trunk/src/web/QxtScgiApplication.h trunk/src/web/QxtScgiApplication_p.h trunk/src/web/QxtScgiController.cpp trunk/src/web/QxtScgiController.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-03 16:11:22
|
Revision: 565 http://libqxt.svn.sourceforge.net/libqxt/?rev=565&view=rev Author: xparanoidj Date: 2007-07-03 09:11:21 -0700 (Tue, 03 Jul 2007) Log Message: ----------- a session manager Modified Paths: -------------- trunk/src/web/web.pro Added Paths: ----------- trunk/src/web/QxtWebSession.cpp trunk/src/web/QxtWebSession.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-06 12:25:48
|
Revision: 573 http://libqxt.svn.sourceforge.net/libqxt/?rev=573&view=rev Author: xparanoidj Date: 2007-07-06 05:25:23 -0700 (Fri, 06 Jul 2007) Log Message: ----------- moved the closing of the socket from controller to app so rediorects can happen Modified Paths: -------------- trunk/src/web/QxtScgiApplication.cpp trunk/src/web/QxtScgiController.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-06 14:19:44
|
Revision: 574 http://libqxt.svn.sourceforge.net/libqxt/?rev=574&view=rev Author: xparanoidj Date: 2007-07-06 07:19:42 -0700 (Fri, 06 Jul 2007) Log Message: ----------- a few fixes + debug Modified Paths: -------------- trunk/src/web/QxtScgiApplication.cpp trunk/src/web/QxtScgiController.cpp trunk/src/web/QxtScgiController.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-06 14:46:30
|
Revision: 575 http://libqxt.svn.sourceforge.net/libqxt/?rev=575&view=rev Author: xparanoidj Date: 2007-07-06 07:46:29 -0700 (Fri, 06 Jul 2007) Log Message: ----------- QxtHtmlTemplate.clear(); Modified Paths: -------------- trunk/src/web/QxtHtmlTemplate.cpp trunk/src/web/QxtHtmlTemplate.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-06 15:01:24
|
Revision: 576 http://libqxt.svn.sourceforge.net/libqxt/?rev=576&view=rev Author: xparanoidj Date: 2007-07-06 08:01:14 -0700 (Fri, 06 Jul 2007) Log Message: ----------- making QxtHtmlTemplate an subclass of QMap so we can use all the nice features Modified Paths: -------------- trunk/src/web/QxtHtmlTemplate.cpp trunk/src/web/QxtHtmlTemplate.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-10 12:37:47
|
Revision: 582 http://libqxt.svn.sourceforge.net/libqxt/?rev=582&view=rev Author: xparanoidj Date: 2007-07-10 05:37:45 -0700 (Tue, 10 Jul 2007) Log Message: ----------- make socket() available in the controller for content sending Modified Paths: -------------- trunk/src/web/QxtScgiController.cpp trunk/src/web/QxtScgiController.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-27 15:20:12
|
Revision: 626 http://libqxt.svn.sourceforge.net/libqxt/?rev=626&view=rev Author: xparanoidj Date: 2007-07-27 08:20:08 -0700 (Fri, 27 Jul 2007) Log Message: ----------- first attemp to parse POST automaticly and make it available in the controller also parseString is available (inspired by phps parse_str ) Modified Paths: -------------- trunk/src/web/QxtScgiApplication.cpp trunk/src/web/QxtScgiApplication.h trunk/src/web/QxtScgiController.cpp trunk/src/web/QxtScgiController.h trunk/src/web/web.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-27 15:24:49
|
Revision: 627 http://libqxt.svn.sourceforge.net/libqxt/?rev=627&view=rev Author: xparanoidj Date: 2007-07-27 08:24:47 -0700 (Fri, 27 Jul 2007) Log Message: ----------- oops, forgot to add them Added Paths: ----------- trunk/src/web/QxtWeb.cpp trunk/src/web/QxtWeb.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-07-28 18:48:57
|
Revision: 628 http://libqxt.svn.sourceforge.net/libqxt/?rev=628&view=rev Author: xparanoidj Date: 2007-07-28 11:48:51 -0700 (Sat, 28 Jul 2007) Log Message: ----------- QxtScgiController::self() Modified Paths: -------------- trunk/src/web/QxtScgiController.cpp trunk/src/web/QxtScgiController.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-08-01 14:11:59
|
Revision: 676 http://libqxt.svn.sourceforge.net/libqxt/?rev=676&view=rev Author: xparanoidj Date: 2007-08-01 07:11:55 -0700 (Wed, 01 Aug 2007) Log Message: ----------- there we go. complete refresh of QxtWeb tthis should be final implementation. It's extremly lightweight, needs a server side qxtrpc though that takes care of the actualy http one posible implementation of the server side can be found in my sandbox (scgi->mod_qt9 adapter Modified Paths: -------------- trunk/src/web/web.pro Added Paths: ----------- trunk/src/web/qxthtmltemplate.cpp trunk/src/web/qxthtmltemplate.h trunk/src/web/qxtwebcontroller.cpp trunk/src/web/qxtwebcontroller.h trunk/src/web/qxtwebcore.cpp trunk/src/web/qxtwebcore.h trunk/src/web/qxtwebcore_p.h Removed Paths: ------------- trunk/src/web/QxtHtmlTemplate.cpp trunk/src/web/QxtHtmlTemplate.h trunk/src/web/QxtScgiApplication.cpp trunk/src/web/QxtScgiApplication.h trunk/src/web/QxtScgiApplication_p.h trunk/src/web/QxtScgiController.cpp trunk/src/web/QxtScgiController.h trunk/src/web/QxtWeb.cpp trunk/src/web/QxtWeb.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-08-01 15:24:14
|
Revision: 680 http://libqxt.svn.sourceforge.net/libqxt/?rev=680&view=rev Author: xparanoidj Date: 2007-08-01 08:24:11 -0700 (Wed, 01 Aug 2007) Log Message: ----------- starting docs Modified Paths: -------------- trunk/src/web/qxthtmltemplate.cpp trunk/src/web/qxthtmltemplate.h trunk/src/web/qxtwebcontroller.cpp trunk/src/web/qxtwebcontroller.h trunk/src/web/qxtwebcore.cpp trunk/src/web/qxtwebcore.h trunk/src/web/qxtwebcore_p.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2008-01-06 00:07:47
|
Revision: 1153 http://libqxt.svn.sourceforge.net/libqxt/?rev=1153&view=rev Author: xparanoidj Date: 2008-01-05 16:07:42 -0800 (Sat, 05 Jan 2008) Log Message: ----------- default should be localhost Modified Paths: -------------- trunk/src/web/qxtwebhttpconnector.h trunk/src/web/qxtwebscgiconnector.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-08-02 12:58:22
|
Revision: 683 http://libqxt.svn.sourceforge.net/libqxt/?rev=683&view=rev Author: xparanoidj Date: 2007-08-02 05:57:06 -0700 (Thu, 02 Aug 2007) Log Message: ----------- made the peer accessor protected to keep API compatibility when changing the protocoll Modified Paths: -------------- trunk/src/web/qxtwebcore.cpp trunk/src/web/qxtwebcore.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-08-02 14:26:47
|
Revision: 685 http://libqxt.svn.sourceforge.net/libqxt/?rev=685&view=rev Author: xparanoidj Date: 2007-08-02 07:26:45 -0700 (Thu, 02 Aug 2007) Log Message: ----------- debug forward Modified Paths: -------------- trunk/src/web/qxtwebcore.cpp trunk/src/web/qxtwebcore.h trunk/src/web/qxtwebcore_p.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-08-03 15:03:14
|
Revision: 698 http://libqxt.svn.sourceforge.net/libqxt/?rev=698&view=rev Author: xparanoidj Date: 2007-08-03 08:03:11 -0700 (Fri, 03 Aug 2007) Log Message: ----------- total revert back to scgi. forget about the stdin idea. it doesn't work Modified Paths: -------------- trunk/src/web/qxtwebcontroller.h trunk/src/web/qxtwebcore.cpp trunk/src/web/qxtwebcore.h trunk/src/web/qxtwebcore_p.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-08-09 12:03:23
|
Revision: 710 http://libqxt.svn.sourceforge.net/libqxt/?rev=710&view=rev Author: xparanoidj Date: 2007-08-09 05:03:22 -0700 (Thu, 09 Aug 2007) Log Message: ----------- POST is posible now with some rude functions Modified Paths: -------------- trunk/src/web/qxtwebcontroller.h trunk/src/web/qxtwebcore.cpp trunk/src/web/qxtwebcore.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |