Граф коммитов

37 Коммитов

Автор SHA1 Сообщение Дата
erik%vanderpoel.org 64386d5416 make clickable http Location: header value use relative url 2006-11-12 06:16:36 +00:00
erik%vanderpoel.org 0d458e4c2f added printHTML method to app and made http.c call it so that grab does
not crash

added transparency idea to TODO
2005-07-26 14:18:36 +00:00
erik%vanderpoel.org 4e3e26bee1 now using short tags like <b> and CSS instead of <font color=...>;
this chops the output size in half
2005-02-05 16:30:04 +00:00
erik%vanderpoel.org b116bab5c0 oops, must not look for / in unquoted attribute value 2005-02-04 23:12:59 +00:00
erik%vanderpoel.org 65d8660dc9 divide output into request and response sections with headings 2005-02-04 20:11:34 +00:00
erik%vanderpoel.org 622afe3550 updated the todo list 2005-02-03 19:32:10 +00:00
erik%vanderpoel.org 6a5734b52e added support for XHTML's empty elements <foo />;
added support for declarations like <!DOCTYPE ...>;
added support for processing instructions like <?xml ...>
2005-02-03 01:06:24 +00:00
erik%vanderpoel.org b051f01ca3 valgrind memory leaks 2005-01-25 16:04:39 +00:00
erik%vanderpoel.org e1c25576bb added license at top 2005-01-25 16:00:49 +00:00
erik%vanderpoel.org 1bd28c7408 bug 153691: some HTTP 1.1 support; also, view.cgi now shows HTTP request 2005-01-25 08:22:29 +00:00
erik%vanderpoel.org c941e8e995 http.c now takes care of the HTTP Host: request header so that the other
tools (e.g. grab) will work properly too
2005-01-22 16:08:22 +00:00
erik%vanderpoel.org d122de8f4c grab sniffuri.org by default, into directory test/grab 2005-01-21 23:54:34 +00:00
erik%vanderpoel.org 944f690504 robot now uses <pre> to match view.cgi 2005-01-21 23:50:42 +00:00
erik%vanderpoel.org 6d632cf53e view.cgi: not bold, indented, newlines in source of output itself 2005-01-21 20:11:50 +00:00
erik%vanderpoel.org bafce85038 make the Makefile a bit quieter 2005-01-21 19:01:20 +00:00
erik%vanderpoel.org a8a9f994ea bug 78172: support HTTP Referer request header 2005-01-21 18:14:10 +00:00
erik%vanderpoel.org 9566d6c414 valgrind caught an off-by-one allocation bug 2005-01-21 18:09:53 +00:00
erik%vanderpoel.org ed16b897f9 oops 2005-01-21 07:29:01 +00:00
erik%vanderpoel.org a65df1f3bb bug 90199;
had to send whole HTTP request in one go to get the simple httpd.c to work;
then I reproduced this bug and fixed it by treating a missing
Content-Type header as random bytes (essentially, application/octet-stream)
2005-01-21 06:30:02 +00:00
erik%vanderpoel.org 5b449b8d88 simple HTTP server for testing bug 90199 2005-01-20 22:23:49 +00:00
erik%vanderpoel.org fdd2d4eec6 app callbacks are now overrideable function pointers instead of global funcs
this reduces the number of empty functions in the apps
2005-01-20 21:09:40 +00:00
erik%vanderpoel.org f35cc22e06 bug 168295
SniffURI now gives an error message when no URI is entered.
2005-01-20 01:38:31 +00:00
erik%vanderpoel.org 2e72ba33f9 bug 54880
fixed html parser to show '>' at end of file without newline
2005-01-20 01:17:05 +00:00
erik%vanderpoel.org 561b352b27 better error reporting in view.cgi verbose mode 2005-01-19 19:10:41 +00:00
erik%vanderpoel.org 4666b22381 bug 57556
previous fix for this bug introduced new bug
namely, it showed horizontal lines and status messages in non-verbose mode
also, valgrind found an off-by-one allocation error
fixed now
2005-01-19 18:03:44 +00:00
erik%vanderpoel.org af2af7361f ported to Linux, renamed SniffURI, reference to sniffuri.org 2005-01-19 17:35:18 +00:00
erik%vanderpoel.org 6ee393f502 bug 220373: ported to Linux
more Windows (without Cygwin) porting
now using autoconf
changed name from Web Sniffer to SniffURI
added reference to new sniffuri.org site
added HISTORY, INSTALL
updated to new boilerplate for MPL (license)
2005-01-19 17:16:09 +00:00
erik%vanderpoel.org 94fe1d3661 Initial check-in of brief history of project. 2005-01-18 20:32:46 +00:00
timeless%mozdev.org 896cc0d1eb Bug 187441 URLs not HTML encoded in output 2003-01-02 17:07:34 +00:00
myk%mozilla.org 578177f712 Fix for bug 57556: escapes user-entered data when displaying it to prevent cross-site scripting attacks.
r=dmose
2002-09-16 21:31:58 +00:00
erik%netscape.com c174c8a0e0 contribution from Bruce Robson: ported to Windows NT and fixed a couple of
bugs
2000-02-17 07:01:52 +00:00
erik%netscape.com f95d2fcd03 Moved cgiview.html to index.html, so that user doesn't have to type that
file name.
2000-02-02 05:24:02 +00:00
erik%netscape.com 77a6e3920a Moving cgiview.html to index.html so that user doesn't need to type that
file name.
2000-02-02 04:57:40 +00:00
erik%netscape.com 70efac59cb Removing this copy of the README file, since we now have a working
READ-ME.txt file. See the CVS log for that file for the reason...
2000-02-01 20:46:21 +00:00
erik%netscape.com 2ca57e0bf5 Apache does something a bit strange with files called "README", so I've
created this file called "READ-ME.txt", which gets displayed normally
in the list of files.
2000-02-01 20:40:05 +00:00
erik%netscape.com 4cd75c7f85 Apparently, mozilla.org's Apache Web server doesn't support the
SERVER_URL envariable. Oh, well. Trying a different way...
2000-02-01 19:06:01 +00:00
erik%netscape.com de88a69286 Original check-in of the "Web Sniffer", a set of tools to work with the
protocols underlying the Web.
2000-02-01 18:24:20 +00:00