summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Pat Thoyts [Wed, 24 Jul 2024 08:08:22 +0000 (09:08 +0100)]
Whitespace changes
Pat Thoyts [Wed, 24 Jul 2024 08:08:06 +0000 (09:08 +0100)]
Change the colors to be less saturated.
Pat Thoyts [Wed, 24 Jul 2024 08:05:05 +0000 (09:05 +0100)]
Limit the length of lines on the UI.
Tk text widget has very poor performance with really long single lines
of text but is improved by splitting up such lines into a number of shorter
lines. Just show the timestamp for the first such line.
Pat Thoyts [Wed, 2 Dec 2009 23:38:53 +0000 (23:38 +0000)]
Enable specifying the network interface and fix command line options.
This patch restricts the listening socket to the localhost interface
by default and permits specifying other (or all) interfaces.
The command line options processing is generalized now to permit additional
options -myaddr and -timeformat.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Wed, 2 Dec 2009 23:37:56 +0000 (23:37 +0000)]
SOCKS proxying support.
This patch enables SockSpy to listen for SOCKS4 and 4a requests. This is
similar to the forwarding mode as SOCKS is protocol independent and can
be used to forward connections to any port.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Wed, 2 Dec 2009 23:37:32 +0000 (23:37 +0000)]
Tidy up some dialog issues.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Sun, 29 Nov 2009 11:38:10 +0000 (11:38 +0000)]
Enable theming on all dialogs.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Sun, 29 Nov 2009 00:55:47 +0000 (00:55 +0000)]
Use string map rather than regsub for the printable procedure.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Sun, 29 Nov 2009 11:33:39 +0000 (11:33 +0000)]
Changed use of lsearch maintain Tcl 8.4 compatibility.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Sun, 29 Nov 2009 11:32:59 +0000 (11:32 +0000)]
Enable optional display of client socket name.
Added a view menu item to show the socket name of the client socket
next to the timestamp to aid tracking pipeline responses.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Sun, 29 Nov 2009 00:58:08 +0000 (00:58 +0000)]
Return HTTP/1.0 response to the client on CONNECT.
When using Firefox to the sockspy in proxy mode with tls sometimes an
attempt to access a new site send the request down the current socket
to the wrong host. This is likely a HTTP/1.1 pipelining issue.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pascal Scheffers [Fri, 27 Nov 2009 12:32:57 +0000 (12:32 +0000)]
Provide support for the CONNECT method for the http proxy.
Applied sourceforge patch #
1076720 with modifications to make it
work right.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Fri, 27 Nov 2009 15:34:50 +0000 (15:34 +0000)]
Change the parsing of proxy requests to avoid list shimmering.
This patch splits the first line into a method and uri without
using list which might affect the quoting on the data.
Also tidied up the error handling on the ProxyConnect function.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Fri, 27 Nov 2009 15:20:46 +0000 (15:20 +0000)]
Fix spelling mistake that prevents resetting the time format to default
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Lars Hellstrom [Fri, 27 Nov 2009 01:10:30 +0000 (01:10 +0000)]
Fixed quoting bugs when saving to file.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Fri, 27 Nov 2009 00:41:52 +0000 (00:41 +0000)]
Add windows version resource override file for starpack.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Fri, 27 Nov 2009 00:34:33 +0000 (00:34 +0000)]
Use the users registry to store settings on Windows.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Thu, 26 Nov 2009 23:46:01 +0000 (23:46 +0000)]
Added support for tile or ttk to get themed widgets.
This improves the look of the application on Windows XP.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Thu, 26 Nov 2009 23:41:21 +0000 (23:41 +0000)]
sockspy version 2.5
This version is not in cvs but is the current release in the zip archive.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Thu, 26 Nov 2009 23:39:53 +0000 (23:39 +0000)]
sockspy version 2.4 imported from cvs
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Thu, 26 Nov 2009 23:38:29 +0000 (23:38 +0000)]
sockspy version 2.4 imported from cvs
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Thu, 26 Nov 2009 23:37:39 +0000 (23:37 +0000)]
sockspy version 2.3b imported from cvs
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Thu, 26 Nov 2009 23:36:18 +0000 (23:36 +0000)]
sockspy version 2.0
Imported the earliers 2.0 version from cvs into a starkit vfs tree.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>