summaryrefslogtreecommitdiff
path: root/indra/llcorehttp
AgeCommit message (Expand)Author
2012-06-06I am getting really bad about adding files. For preceding commit.Monty 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-05Faster spin in worker thread when doing I/O and a priority bump needed when f...Monty Brandenberg
2012-06-02Stupid windows tricks.Monty Brandenberg
2012-06-02More platform fixes for linux/mac.Monty Brandenberg
2012-06-01Do some work on BufferArray to make it a bit less naive aboutMonty Brandenberg
2012-06-01Platform fixups Linux: unused variables, make error strings constant.Monty Brandenberg
2012-06-01Platform fixups: typedef for priority_queue, more specific comparator functor.Monty Brandenberg
2012-06-01Missed two instances of priority typed as 'float'. Became anMonty Brandenberg
2012-06-01Delete a file, edit cmakelists.txt.Monty Brandenberg
2012-06-01Major steps towards implementing the policy component.Monty Brandenberg
2012-05-23Integrate llcorehttp library into lltexturefetch design.Monty Brandenberg
2012-05-09Added correct libcurl initialization to the unit tests which makes Windows bu...Monty Brandenberg
2012-05-09Try to get some more correct curl init into the unit testing.Monty Brandenberg
2012-05-08Unit test still giving me issues on the local windows system. Seems to be a ...Monty Brandenberg
2012-05-08Okay, got Mac building with Boost 1.48. Unit tests needed NULL pointerMonty Brandenberg
2012-05-07Build llcorehttp as part of a viewer dependency with unit tests. This requiredMonty Brandenberg
2012-04-26Bring llcorehttp into the compile and link phases. Windows looks okay though...Monty Brandenberg
2012-04-25Another fix for Mac warnings. Uninitialized auto check. Not anMonty Brandenberg
2012-04-25Build tweak for linux which has the same boost/unused variableMonty Brandenberg
2012-04-25Get Mac building. Unused variable in boost and missing returnMonty Brandenberg
2012-04-23Okay, imported the core-http library and got it compiling suspiciously easily.Monty Brandenberg