Thread: [W3af-svn-notify] SF.net SVN: w3af: [1350] trunk/core (Page 2)
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2008-06-28 00:02:52
|
Revision: 1350 http://w3af.svn.sourceforge.net/w3af/?rev=1350&view=rev Author: andresriancho Date: 2008-06-27 17:02:51 -0700 (Fri, 27 Jun 2008) Log Message: ----------- Adding locking mechanism to the lru class, and changed the order of the methods inside the kb, just because it was untidy. Modified Paths: -------------- trunk/core/controllers/misc/lru.py trunk/core/data/kb/knowledgeBase.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-28 18:34:22
|
Revision: 1355 http://w3af.svn.sourceforge.net/w3af/?rev=1355&view=rev Author: andresriancho Date: 2008-06-28 11:34:21 -0700 (Sat, 28 Jun 2008) Log Message: ----------- Much nicer locking mechanism. Modified Paths: -------------- trunk/core/controllers/misc/lru.py trunk/core/data/parsers/dpCache.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-29 19:44:22
|
Revision: 1358 http://w3af.svn.sourceforge.net/w3af/?rev=1358&view=rev Author: facundobatista Date: 2008-06-29 12:44:16 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Advanced with the infrastructure of the Proxy window. Now the config dialog is complete, and the proxy can be activated and deactivated. Modified Paths: -------------- trunk/core/controllers/daemons/localproxy.py trunk/core/data/options/option.py trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/entries.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-30 01:37:07
|
Revision: 1360 http://w3af.svn.sourceforge.net/w3af/?rev=1360&view=rev Author: andresriancho Date: 2008-06-29 18:37:04 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Fixing a bunch of bugs reported by Facundo in the localproxy daemon. More details here: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148109&group_id=170274&group_project_id=56282 Modified Paths: -------------- trunk/core/controllers/daemons/localproxy.py trunk/core/data/request/fuzzableRequest.py trunk/core/data/url/xUrllib.py trunk/core/ui/gtkUi/proxywin.py Added Paths: ----------- trunk/core/data/parsers/httpRequestParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-01 22:49:40
|
Revision: 1370 http://w3af.svn.sourceforge.net/w3af/?rev=1370&view=rev Author: andresriancho Date: 2008-07-01 15:49:39 -0700 (Tue, 01 Jul 2008) Log Message: ----------- Moved the pause and stop logic to the xUrllib, now the proxy is stopped and paused without waiting until the active plugin ends its execution. Modified Paths: -------------- trunk/core/controllers/w3afCore.py trunk/core/data/url/xUrllib.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-03 03:14:26
|
Revision: 1381 http://w3af.svn.sourceforge.net/w3af/?rev=1381&view=rev Author: andresriancho Date: 2008-07-02 20:14:24 -0700 (Wed, 02 Jul 2008) Log Message: ----------- pylint says fix, I fix =) One of the good things about this, is that I'm reading almost all the code all over again, and fixing things that aren't reported by pylint. Modified Paths: -------------- trunk/core/data/parsers/abstractParser.py trunk/core/data/parsers/documentParser.py trunk/core/data/parsers/encode_decode.py trunk/core/data/parsers/htmlParser.py trunk/core/data/parsers/httpRequestParser.py trunk/core/data/parsers/pdfParser.py trunk/core/data/parsers/sgmlParser.py trunk/core/ui/consoleUi/exploit.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-05 21:50:57
|
Revision: 1405 http://w3af.svn.sourceforge.net/w3af/?rev=1405&view=rev Author: andresriancho Date: 2008-07-05 14:50:56 -0700 (Sat, 05 Jul 2008) Log Message: ----------- Proxy window has log now =) Modified Paths: -------------- trunk/core/controllers/outputManager.py trunk/core/ui/gtkUi/proxywin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-07-08 23:59:50
|
Revision: 1420 http://w3af.svn.sourceforge.net/w3af/?rev=1420&view=rev Author: facundobatista Date: 2008-07-08 16:59:49 -0700 (Tue, 08 Jul 2008) Log Message: ----------- Make the combo options work. It doesn't save the option, though. Modified Paths: -------------- trunk/core/data/options/comboOption.py trunk/core/ui/gtkUi/entries.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-09 17:44:30
|
Revision: 1432 http://w3af.svn.sourceforge.net/w3af/?rev=1432&view=rev Author: andresriancho Date: 2008-07-09 10:44:25 -0700 (Wed, 09 Jul 2008) Log Message: ----------- Fixed bug in the log tab search engine. This was bug #2014356. Modified Paths: -------------- trunk/core/data/db/persist.py trunk/core/data/db/reqResDBHandler.py trunk/core/ui/gtkUi/httpLogTab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-09 18:28:18
|
Revision: 1436 http://w3af.svn.sourceforge.net/w3af/?rev=1436&view=rev Author: andresriancho Date: 2008-07-09 11:28:17 -0700 (Wed, 09 Jul 2008) Log Message: ----------- Fixed bug #1999987, where the saved option of a combo box wasn't displayed as expected. Modified Paths: -------------- trunk/core/controllers/targetSettings.py trunk/core/data/options/comboOption.py trunk/core/ui/gtkUi/entries.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |