ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/HttpHandler.cpp
Revision 360 - (view) (download) (annotate) - [select for diffs]
Modified 2004-08-19T20:09:52-07:00 (20 years, 10 months ago) by Douglas Thrift
File length: 16740 byte(s)
Diff to previous 355 , to selected 14
Did a lot of stuff, including fixing a bug.

Revision 355 - (view) (download) (annotate) - [select for diffs]
Modified 2004-06-04T04:08:28-07:00 (21 years ago) by Douglas Thrift
File length: 16738 byte(s)
Diff to previous 350 , to selected 14
I missed some C++ifying!
Revision 350 - (view) (download) (annotate) - [select for diffs]
Modified 2004-05-27T20:29:11-07:00 (21 years ago) by Douglas Thrift
File length: 16720 byte(s)
Diff to previous 348 , to selected 14
C++ify again!

Revision 348 - (view) (download) (annotate) - [select for diffs]
Modified 2004-05-26T17:44:17-07:00 (21 years ago) by Douglas Thrift
File length: 16805 byte(s)
Diff to previous 334 , to selected 14
Lots of C++ifying!

Revision 334 - (view) (download) (annotate) - [select for diffs]
Modified 2004-04-05T16:37:41-07:00 (21 years, 2 months ago) by Douglas Thrift
File length: 16803 byte(s)
Diff to previous 331 , to selected 14
Ah, I just love Subversion!

Revision 331 - (view) (download) (annotate) - [select for diffs]
Modified 2004-04-05T15:50:25-07:00 (21 years, 2 months ago) by Douglas Thrift
File length: 16801 byte(s)
Diff to previous 312 , to selected 14
It's Subversion time!

Revision 312 - (view) (download) (annotate) - [select for diffs]
Modified 2004-01-01T15:00:34-08:00 (21 years, 5 months ago) by douglas
File length: 16858 byte(s)
Diff to previous 220 , to selected 14
Updated copyright years.

Revision 220 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-23T21:37:53-07:00 (21 years, 11 months ago) by douglas
File length: 16858 byte(s)
Diff to previous 214 , to selected 14
Oops, I forgot to put #ifdef _OpenSSL_ on some TLS code in HttpHandler.

Revision 214 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-19T22:47:26-07:00 (21 years, 11 months ago) by douglas
File length: 16834 byte(s)
Diff to previous 213 , to selected 14
Autoconf is crap, I will make it suffer!

Revision 213 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-19T21:07:54-07:00 (21 years, 11 months ago) by douglas
File length: 16783 byte(s)
Diff to previous 212 , to selected 14
Fixed >> for code in HttpHandler.

Revision 212 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-19T21:00:25-07:00 (21 years, 11 months ago) by douglas
File length: 16924 byte(s)
Diff to previous 211 , to selected 14
Replaced some strtoul functions with istringstream stuff, and fixed Outputer
stuff.

Revision 211 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-19T18:46:12-07:00 (21 years, 11 months ago) by douglas
File length: 16618 byte(s)
Diff to previous 209 , to selected 14
OpenSSL stuff should work, made string tolower inline function, fixed size
output in Outputer.body().

Revision 209 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-18T00:26:41-07:00 (21 years, 11 months ago) by douglas
File length: 15709 byte(s)
Diff to previous 208 , to selected 14
Oops, picky picky!

Revision 208 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-18T00:17:10-07:00 (21 years, 11 months ago) by douglas
File length: 15699 byte(s)
Diff to previous 201 , to selected 14
Started adding OpenSSL stuff to HttpHandler.

Revision 201 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-15T01:01:00-07:00 (21 years, 11 months ago) by douglas
File length: 13477 byte(s)
Diff to previous 194 , to selected 14
Moved openssl version function to HttpHandler.h and fixed agent string.

Revision 194 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-11T00:54:47-07:00 (21 years, 11 months ago) by douglas
File length: 13287 byte(s)
Diff to previous 180 , to selected 14
Added Id tags to a bunch of files. $Id$!

Revision 180 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-05T19:52:45-07:00 (21 years, 11 months ago) by douglas
File length: 13241 byte(s)
Diff to previous 179 , to selected 14
Cut off the periods from the Windows socket errors.

Revision 179 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-05T19:47:23-07:00 (21 years, 11 months ago) by douglas
File length: 13295 byte(s)
Diff to previous 178 , to selected 14
Replaced herror function with a switch.

Revision 178 - (view) (download) (annotate) - [select for diffs]
Modified 2003-07-05T19:13:12-07:00 (21 years, 11 months ago) by douglas
File length: 12884 byte(s)
Diff to previous 145 , to selected 14
Moved Unix socket stuff to header file to source file.

Revision 145 - (view) (download) (annotate) - [select for diffs]
Modified 2003-05-31T14:31:50-07:00 (22 years ago) by douglas
File length: 12645 byte(s)
Diff to previous 28 , to selected 14
Found and fixed bug in HttpHandler::populate().

Revision 28 - (view) (download) (annotate) - [select for diffs]
Modified 2003-01-02T19:42:33-08:00 (22 years, 5 months ago) by douglas
File length: 12719 byte(s)
Diff to previous 25 , to selected 14
Changed Copyright notices to state 2002-2003.

Revision 25 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-22T23:32:58-08:00 (22 years, 6 months ago) by douglas
File length: 12714 byte(s)
Diff to previous 24 , to selected 14
Added "referer" handling to Indexer and HttpHandler.handle().

Revision 24 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-22T00:58:21-08:00 (22 years, 6 months ago) by douglas
File length: 12668 byte(s)
Diff to previous 21 , to selected 14
Fixed bug where HttpHandler.populate() didn't complete correctly.

Revision 21 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-10T14:44:50-08:00 (22 years, 6 months ago) by douglas
File length: 12088 byte(s)
Diff to previous 20 , to selected 14
Found the bug in private Processor.process() and fixed it.

Revision 20 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-10T14:04:39-08:00 (22 years, 6 months ago) by douglas
File length: 12201 byte(s)
Diff to previous 19 , to selected 14
Implemented chunked encoding handling.
Rewrote HttpHandler.good() and public HttpHandler.getline() functions.
There is a bug somewhere were something isn't always checking
HttpHandler.good()!

Revision 19 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-10T00:02:22-08:00 (22 years, 6 months ago) by douglas
File length: 11681 byte(s)
Diff to previous 18 , to selected 14
Added HttpHandler.populate() function.
Implemented it non-chunked portion.

Revision 18 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-09T21:40:12-08:00 (22 years, 6 months ago) by douglas
File length: 10928 byte(s)
Diff to previous 17 , to selected 14
Implemented more HttpHandler stuff.
Added news: protocol to those ignored by getLink().

Revision 17 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-09T18:31:11-08:00 (22 years, 6 months ago) by douglas
File length: 10082 byte(s)
Diff to previous 14
Started reimplementing HttpHandler, moved Processor.getLink() to be global and
included in URL.h and implemented in URL.cpp.

Revision 14 - (view) (download) (annotate) - [selected]
Modified 2002-12-07T00:19:03-08:00 (22 years, 6 months ago) by douglas
File length: 9011 byte(s)
Diff to previous 13
Renamed HttpHandler.connect() to HttpHandler.handle().
Implemented client header sending.
Changed indexing output positions in code.

Revision 13 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-06T19:56:56-08:00 (22 years, 6 months ago) by douglas
File length: 8539 byte(s)
Diff to previous 12 , to selected 14
Added stuff for BSD and Windows Sockets to HttpHandler.

Revision 12 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-06T12:03:05-08:00 (22 years, 6 months ago) by douglas
File length: 6317 byte(s)
Diff to previous 7 , to selected 14
Added agent function, modified robots.txt handler to use it.
Modified HttpHandler.connect() to have a head argument with a default of false.

Revision 7 - (view) (download) (annotate) - [select for diffs]
Modified 2002-12-04T22:05:30-08:00 (22 years, 6 months ago) by douglas
File length: 6306 byte(s)
Diff to previous 1 , to selected 14
Commented out setJarPath() in HttpHandler.

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added 2002-12-04T20:22:59-08:00 (22 years, 6 months ago) by douglas
File length: 6300 byte(s)
Diff to selected 14
Initial revision

(Current path doesn't exist after revision 365)

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a