Thread: [W3af-svn-notify] SF.net SVN: w3af: [1207] trunk/core/controllers/daemons/proxy.py
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2008-05-25 18:01:25
|
Revision: 1207 http://w3af.svn.sourceforge.net/w3af/?rev=1207&view=rev Author: andresriancho Date: 2008-05-25 11:01:17 -0700 (Sun, 25 May 2008) Log Message: ----------- Documented the proxy daemon; this is one of the first steps towards having a local proxy server. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-05-31 20:20:28
|
Revision: 1238 http://w3af.svn.sourceforge.net/w3af/?rev=1238&view=rev Author: aberezh Date: 2008-05-31 13:20:26 -0700 (Sat, 31 May 2008) Log Message: ----------- Proxy: attempt to make CONNECT method working. Looks good. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-07 00:01:26
|
Revision: 1261 http://w3af.svn.sourceforge.net/w3af/?rev=1261&view=rev Author: andresriancho Date: 2008-06-06 17:01:16 -0700 (Fri, 06 Jun 2008) Log Message: ----------- More general handler. I got rid of the "do_XXX" thing. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-07 00:42:42
|
Revision: 1262 http://w3af.svn.sourceforge.net/w3af/?rev=1262&view=rev Author: andresriancho Date: 2008-06-06 17:42:32 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Setting options for socket so it is reusable. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-07 01:12:53
|
Revision: 1263 http://w3af.svn.sourceforge.net/w3af/?rev=1263&view=rev Author: andresriancho Date: 2008-06-06 18:12:52 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Fixed a bug! Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-10 13:33:59
|
Revision: 1275 http://w3af.svn.sourceforge.net/w3af/?rev=1275&view=rev Author: andresriancho Date: 2008-06-10 06:33:57 -0700 (Tue, 10 Jun 2008) Log Message: ----------- The proxy now knows how to stop. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-22 10:01:42
|
Revision: 1327 http://w3af.svn.sourceforge.net/w3af/?rev=1327&view=rev Author: andresriancho Date: 2008-06-21 08:07:09 -0700 (Sat, 21 Jun 2008) Log Message: ----------- Fixing a bug with the handling of transfer-encoding: chunked. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-27 20:23:59
|
Revision: 1347 http://w3af.svn.sourceforge.net/w3af/?rev=1347&view=rev Author: andresriancho Date: 2008-06-27 13:23:40 -0700 (Fri, 27 Jun 2008) Log Message: ----------- Now the proxy shuts down as expected. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-27 20:37:05
|
Revision: 1348 http://w3af.svn.sourceforge.net/w3af/?rev=1348&view=rev Author: andresriancho Date: 2008-06-27 13:37:00 -0700 (Fri, 27 Jun 2008) Log Message: ----------- Fixing bug #2003179 with a try/except. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-02 00:58:05
|
Revision: 1372 http://w3af.svn.sourceforge.net/w3af/?rev=1372&view=rev Author: andresriancho Date: 2008-07-01 17:58:03 -0700 (Tue, 01 Jul 2008) Log Message: ----------- Removing unnecessary code. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |