phoenix-firestorm/indra/llcorehttp
Monty Brandenberg 7010459f04 SH-3240 Capture Content-Type and Content-Encoding headers.
HttpResponse object now has two strings for these content headers.
Either or both may be empty.  Tidied up the cross-platform string
code and got more defensive about the length of a header line.
Integration test for the new response object.
2012-07-11 15:53:57 -04:00
..
examples SH-3244 Syscall avoidance in HttpRequest::update() method 2012-07-10 18:50:21 -04:00
tests SH-3240 Capture Content-Type and Content-Encoding headers. 2012-07-11 15:53:57 -04:00
CMakeLists.txt This sets down the groundwork for dynamic policy classes. 2012-06-22 19:13:50 -04:00
_httpinternal.h Experiment with ignoring priority in the library. Let upper layers 2012-07-06 19:14:42 -04:00
_httplibcurl.cpp More integration work for texture fetch timeouts. 2012-07-03 13:06:46 -04:00
_httplibcurl.h More integration work for texture fetch timeouts. 2012-07-03 13:06:46 -04:00
_httpopcancel.cpp SH-3185 Fill in some FIXME/TODO cases 2012-07-07 19:35:32 -04:00
_httpopcancel.h SH-3185 Fill in some FIXME/TODO cases 2012-07-07 19:35:32 -04:00
_httpoperation.cpp SH-3185 Fill in some FIXME/TODO cases 2012-07-07 19:35:32 -04:00
_httpoperation.h SH-3184/SH-3221 Improve cleanup, destructor, thread termination, etc. logic in library. 2012-06-23 23:33:50 -04:00
_httpoprequest.cpp SH-3240 Capture Content-Type and Content-Encoding headers. 2012-07-11 15:53:57 -04:00
_httpoprequest.h SH-3240 Capture Content-Type and Content-Encoding headers. 2012-07-11 15:53:57 -04:00
_httpopsetget.cpp LLMutex recursive lock, global & per-request tracing, simple GET request, LLProxy support, HttpOptions starting to work, HTTP resource waiting fixed. 2012-06-14 16:31:48 -04:00
_httpopsetget.h Move dtors for refcounted objects to protected access. 2012-06-18 11:16:58 -04:00
_httpopsetpriority.cpp HTTP Proxy, PUT & POST, unit tests and refactoring. 2012-06-12 17:42:33 -04:00
_httpopsetpriority.h SH-3185 Fill in some FIXME/TODO cases 2012-07-07 19:35:32 -04:00
_httppolicy.cpp Add CURLE_SEND_ERROR and CURLE_RECV_ERROR to the set of retryable errors. 2012-07-03 19:22:24 -04:00
_httppolicy.h More integration work for texture fetch timeouts. 2012-07-03 13:06:46 -04:00
_httppolicyclass.cpp This sets down the groundwork for dynamic policy classes. 2012-06-22 19:13:50 -04:00
_httppolicyclass.h This sets down the groundwork for dynamic policy classes. 2012-06-22 19:13:50 -04:00
_httppolicyglobal.cpp Cleanup: move magic nubmers to new _httpinternal.h header file. 2012-06-19 17:01:02 -04:00
_httppolicyglobal.h LLMutex recursive lock, global & per-request tracing, simple GET request, LLProxy support, HttpOptions starting to work, HTTP resource waiting fixed. 2012-06-14 16:31:48 -04:00
_httpreadyqueue.h Odd that this was accepted by VS2010. It clearly wasn't right. 2012-07-06 19:17:23 -04:00
_httpreplyqueue.cpp SH-3244 Syscall avoidance in HttpRequest::update() method 2012-07-10 18:50:21 -04:00
_httpreplyqueue.h Move dtors for refcounted objects to protected access. 2012-06-18 11:16:58 -04:00
_httprequestqueue.cpp SH-3244 Syscall avoidance in HttpRequest::update() method 2012-07-10 18:50:21 -04:00
_httprequestqueue.h SH-3184/SH-3221 More work on cleanup with better unit test work and more aggressive shutdown of a thread. 2012-06-26 12:28:58 -04:00
_httpretryqueue.h Implemented HTTP retry for requests. Went in rather easily which 2012-06-08 20:21:54 -04:00
_httpservice.cpp More integration work for texture fetch timeouts. 2012-07-03 13:06:46 -04:00
_httpservice.h More integration work for texture fetch timeouts. 2012-07-03 13:06:46 -04:00
_mutex.h Okay, imported the core-http library and got it compiling suspiciously easily. 2012-04-23 16:19:39 -04:00
_refcounted.cpp Cleanup: move magic nubmers to new _httpinternal.h header file. 2012-06-19 17:01:02 -04:00
_refcounted.h Convert _refcounted.h over to using LLAtomic32<>. 2012-06-12 12:41:09 -04:00
_thread.h SH-3184/SH-3221 More work on cleanup with better unit test work and more aggressive shutdown of a thread. 2012-06-26 12:28:58 -04:00
bufferarray.cpp SH-3177 Add streambuf/iostream adapters to BufferArray object. 2012-06-21 19:45:40 -04:00
bufferarray.h SH-3177 Add streambuf/iostream adapters to BufferArray object. 2012-06-21 19:45:40 -04:00
bufferstream.cpp SH-3177 Add streambuf/iostream adapters to BufferArray object. 2012-06-21 19:45:40 -04:00
bufferstream.h SH-3177, SH-3180 std::iostream and LLSD serialization for BufferArray objects. 2012-06-22 14:41:08 -04:00
httpcommon.cpp Cleanup: move magic nubmers to new _httpinternal.h header file. 2012-06-19 17:01:02 -04:00
httpcommon.h SH-3185 Fill in some FIXME/TODO cases 2012-07-07 19:35:32 -04:00
httphandler.h Okay, imported the core-http library and got it compiling suspiciously easily. 2012-04-23 16:19:39 -04:00
httpheaders.cpp Okay, imported the core-http library and got it compiling suspiciously easily. 2012-04-23 16:19:39 -04:00
httpheaders.h Move dtors for refcounted objects to protected access. 2012-06-18 11:16:58 -04:00
httpoptions.cpp Cleanup: move magic nubmers to new _httpinternal.h header file. 2012-06-19 17:01:02 -04:00
httpoptions.h Implement timeout and retry count options for requests. 2012-06-19 15:43:29 -04:00
httprequest.cpp SH-3244 Syscall avoidance in HttpRequest::update() method 2012-07-10 18:50:21 -04:00
httprequest.h SH-3244 Syscall avoidance in HttpRequest::update() method 2012-07-10 18:50:21 -04:00
httpresponse.cpp When a Content-Range header is received, make available the full triplet of <offset, length, fulllength>. 2012-06-19 17:12:20 -04:00
httpresponse.h SH-3240 Capture Content-Type and Content-Encoding headers. 2012-07-11 15:53:57 -04:00