Age | Commit message (Collapse) | Author |
|
|
|
|
|
Removed some commented out code I had missed earlier
Moved costing to virtual function in uploadinfo.
|
|
|
|
LLNewFileResourceUploadInfo
|
|
|
|
|
|
uploads...
|
|
|
|
|
|
|
|
|
|
change and fixes notecard update)
|
|
Hopefully we no longer need to brute-force remove any more macros with the
same name.
|
|
|
|
|
|
|
|
Minor reorganization of Upload Info classes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Our first cut at tracking the "current" coroutine simply reset the pointer to
NULL every time we context-switched away. But that strategy doesn't handle the
case of coroutine A launching coroutine B.
Introduce LLCoros::CoroData to track, among other things, the previous value
of the current-coroutine pointer each time we switch into a coroutine. Restore
THAT value when we switch back out.
|
|
The string name being passed to LLCoros didn't match.
|
|
|
|
Sometimes it can be useful to have http_proxy set in the environment, but if
we leave it set while INTEGRATION_TEST_llcorehttp is running, the test hangs.
Suppress that variable for that integration test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
intrusive_ptr<> for refrence counting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This exception class got inadvertently swept up into the llcoro namespace. Its
LLClassConvention name is intended for use in the global namespace. As there
are no current references, this is a trivial change.
|
|
|
|
|