summaryrefslogtreecommitdiff
path: root/src/modules/m_http_client.cpp
AgeCommit message (Expand)Author
2007-02-07Fix warning, remove unused varbrain
2007-02-06Fixes to make this module build with the slightly changed inspsocket (insp_so...brain
2007-01-20Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac...special
2007-01-20Fixingbrain
2007-01-20Apply fixes for buffering of headers, and a test module both by psychonbrain
2007-01-17Mass comment removal.brain
2007-01-13Test fix for breakage with IPv6om
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-07Rename all the classes in m_httpd to be HttpServer etc,brain
2007-01-07Make this use the newer format of class Request (this module was still using ...brain
2007-01-07Make this compile.peavey
2007-01-07Added m_http_client - this is incomplete and won't work at all, don't try to ...special