summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpoprequest.cpp
AgeCommit message (Expand)Author
2012-06-14LLMutex recursive lock, global & per-request tracing, simple GET request, LLP...Monty Brandenberg
2012-06-12HTTP Proxy, PUT & POST, unit tests and refactoring.Monty Brandenberg
2012-06-11Refactoring of the request completion thread and removal of 206/content-range...Monty Brandenberg
2012-06-08Implemented HTTP retry for requests. Went in rather easily whichMonty Brandenberg
2012-06-06Policy + caching fixes + https support + POST workingMonty Brandenberg
2012-06-05Format/data type mismatch lead to a 'Range: bytes=0-0' header which gave me 1...Monty Brandenberg
2012-06-01Do some work on BufferArray to make it a bit less naive aboutMonty Brandenberg
2012-06-01Missed two instances of priority typed as 'float'. Became anMonty Brandenberg
2012-06-01Major steps towards implementing the policy component.Monty Brandenberg
2012-05-23Integrate llcorehttp library into lltexturefetch design.Monty Brandenberg
2012-05-07Build llcorehttp as part of a viewer dependency with unit tests. This requiredMonty Brandenberg
2012-04-25Another fix for Mac warnings. Uninitialized auto check. Not anMonty Brandenberg
2012-04-23Okay, imported the core-http library and got it compiling suspiciously easily.Monty Brandenberg