Age | Commit message (Collapse) | Author |
|
|
|
|
|
unicode symbols
|
|
|
|
|
|
|
|
|
|
|
|
upload (and add better logging)
|
|
upload (and add better logging)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
send logic
|
|
|
|
Also log the failed URL.
|
|
|
|
cancel calls.
Refactor any remaining LLCore::HTTPHandlers to use boost::shared_ptr
Started minor refactor in the materials manager into coroutines (unfinished)
|
|
|
|
|
|
|
|
intrusive_ptr<> for refrence counting.
|
|
Specifically, change the ptr_t typedefs for these LLCore classes to use
IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us
to use a simple ptr_t(raw ptr) constructor rather than having to remember to
code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid:
remove the now-extraneous 'false' constructor parameters.
|
|
and use it for existing LLSomeClass::cleanupClass() calls.
This logs the fact of making the call, as well as making it.
|
|
Put timeout back into crashlogger post.
|
|
|
|
|
|
|
|
|
|
|
|
Windows issues and get us per-run logfiles.
|
|
|
|
|
|
complexities.
|
|
|
|
|
|
|
|
Secondlife.log filehandle, XP Crash.
|
|
- memory leaks fixing;
|
|
|
|
|
|
|
|
|
|
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
|
|
|
|
|
|
|