Replaced herror function with a switch.
Moved Unix socket stuff to header file to source file.
Found and fixed bug in HttpHandler::populate().
Changed Copyright notices to state 2002-2003.
Added "referer" handling to Indexer and HttpHandler.handle().
Fixed bug where HttpHandler.populate() didn't complete correctly.
Found the bug in private Processor.process() and fixed it.
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()!
Added HttpHandler.populate() function. Implemented it non-chunked portion.
Implemented more HttpHandler stuff. Added news: protocol to those ignored by getLink().
Started reimplementing HttpHandler, moved Processor.getLink() to be global and included in URL.h and implemented in URL.cpp.
Renamed HttpHandler.connect() to HttpHandler.handle(). Implemented client header sending. Changed indexing output positions in code.
Added stuff for BSD and Windows Sockets to HttpHandler.
Added agent function, modified robots.txt handler to use it. Modified HttpHandler.connect() to have a head argument with a default of false.
Commented out setJarPath() in HttpHandler.
Initial revision
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.