Thread: [W3af-svn-notify] SF.net SVN: w3af:[6261] branches/threading2/core (Page 2)
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-12-05 18:05:51
|
Revision: 6261 http://w3af.svn.sourceforge.net/w3af/?rev=6261&view=rev Author: andresriancho Date: 2012-12-05 18:05:43 +0000 (Wed, 05 Dec 2012) Log Message: ----------- * Improved decorator to keep doctest and name * Migrated tests to only_if_subclass decorator Modified Paths: -------------- branches/threading2/core/controllers/tests/pylint_plugins/decorator.py branches/threading2/core/data/bloomfilter/tests/generic_filter_test.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-10 20:47:08
|
Revision: 6312 http://w3af.svn.sourceforge.net/w3af/?rev=6312&view=rev Author: andresriancho Date: 2012-12-10 20:47:01 +0000 (Mon, 10 Dec 2012) Log Message: ----------- Making the code a little bit more resistant to errors. Modified Paths: -------------- branches/threading2/core/controllers/misc/FileLock.py branches/threading2/core/data/db/history.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-14 17:03:25
|
Revision: 6371 http://w3af.svn.sourceforge.net/w3af/?rev=6371&view=rev Author: andresriancho Date: 2012-12-14 17:03:18 +0000 (Fri, 14 Dec 2012) Log Message: ----------- targetFramework -> target_framework Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_1.py branches/threading2/core/controllers/wizard/questions/question_target_1.py branches/threading2/core/controllers/wizard/tests/test_wizards.py branches/threading2/core/data/profile/profile.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-17 13:37:47
|
Revision: 6385 http://w3af.svn.sourceforge.net/w3af/?rev=6385&view=rev Author: andresriancho Date: 2012-12-17 13:37:38 +0000 (Mon, 17 Dec 2012) Log Message: ----------- More on ctrl+c, error handling and killing threads on stop/quit. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/base_consumer.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/strategy.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/w3afAgent/server/w3afAgentServer.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/db/db.py branches/threading2/core/data/db/disk_list.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-22 12:40:24
|
Revision: 6485 http://w3af.svn.sourceforge.net/w3af/?rev=6485&view=rev Author: andresriancho Date: 2012-12-22 12:40:16 +0000 (Sat, 22 Dec 2012) Log Message: ----------- * Better organization of internal initialization process: - scan_start_hook - scan_stop_hook - exploit_phase_prerequisites * Added close_connections to opener_settings. Modified Paths: -------------- branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/url/opener_settings.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-31 02:02:56
|
Revision: 6550 http://w3af.svn.sourceforge.net/w3af/?rev=6550&view=rev Author: andresriancho Date: 2012-12-31 02:02:49 +0000 (Mon, 31 Dec 2012) Log Message: ----------- Removing some "except:" clauses Modified Paths: -------------- branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/profiles.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/daemons/webserver.py branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/controllers/dependency_check/lazy_load.py branches/threading2/core/controllers/misc/is_ip_address.py branches/threading2/core/controllers/misc/is_private_site.py branches/threading2/core/controllers/plugins/output_plugin.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/ui/gui/craftedRequests.py branches/threading2/core/ui/gui/proxywin.py Added Paths: ----------- branches/threading2/core/controllers/misc/tests/test_is_ip_address.py branches/threading2/core/controllers/misc/tests/test_is_private_site.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-02 15:30:36
|
Revision: 6582 http://w3af.svn.sourceforge.net/w3af/?rev=6582&view=rev Author: andresriancho Date: 2013-01-02 15:30:26 +0000 (Wed, 02 Jan 2013) Log Message: ----------- Modifications to allow w3af to run on a server without gtk installed. Modified Paths: -------------- branches/threading2/core/controllers/easy_contribution/sourceforge.py branches/threading2/core/controllers/exception_handling/helpers.py branches/threading2/core/ui/gui/main.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-05 16:17:08
|
Revision: 6619 http://w3af.svn.sourceforge.net/w3af/?rev=6619&view=rev Author: andresriancho Date: 2013-01-05 16:17:01 +0000 (Sat, 05 Jan 2013) Log Message: ----------- Improved code and unittests. Still have to finish some stuff to make sure it works with consecutive scans Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/exceptions.py branches/threading2/core/data/db/dbms.py branches/threading2/core/data/db/disk_dict.py branches/threading2/core/data/db/disk_list.py branches/threading2/core/data/db/disk_set.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/tests/test_dbms.py branches/threading2/core/data/db/tests/test_disk_dict.py branches/threading2/core/data/db/tests/test_disk_list.py branches/threading2/core/data/db/tests/test_disk_set.py branches/threading2/core/data/db/tests/test_history.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-05 21:32:04
|
Revision: 6620 http://w3af.svn.sourceforge.net/w3af/?rev=6620&view=rev Author: andresriancho Date: 2013-01-05 21:31:58 +0000 (Sat, 05 Jan 2013) Log Message: ----------- * Avoid checking if the table exists each time a new history item is created. * Avoid checking if the directory exists each time a new history item is created. * New exception type, I don't want to have all those w3afExceptions! Modified Paths: -------------- branches/threading2/core/controllers/exceptions.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/url/handlers/localCache.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-10 17:42:20
|
Revision: 6640 http://w3af.svn.sourceforge.net/w3af/?rev=6640&view=rev Author: andresriancho Date: 2013-01-10 17:42:13 +0000 (Thu, 10 Jan 2013) Log Message: ----------- Adding remove to the kb Modified Paths: -------------- branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/tests/test_knowledge_base.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |