Posted
almost 10 years
ago
by
chris
Fix warning caused by saving a const string in a non-const pointer
|
Posted
almost 10 years
ago
by
chris
Fix test failures caused by failure to commit the temporary refcount DB.
Files need to be closed before renaming over them on Windows.
|
Posted
almost 10 years
ago
by
chris
Improve error logging in win32 emu library.
Consistently capture the last Windows error code in the global variable
winerrno. Add logging macros that report the Windows error message for
this error code.
|
Posted
almost 10 years
ago
by
chris
Hopefully fix clang detection on Travis.
Travis clang reports its version as "clang version 3.4
(tags/RELEASE_34/final)", unlike "Ubuntu clang version 3.3-5ubuntu4~precise1".
|
Posted
almost 10 years
ago
by
chris
Catch setitimer() failure, throw exceptions with descriptive messages in Timer.cpp.
|
Posted
almost 10 years
ago
by
chris
Show compiler version for clang compile flags debugging
|
Posted
almost 10 years
ago
by
chris
Whitespace and semicolon-after-macro fixes.
|
Posted
almost 10 years
ago
by
chris
Add missing timeouts to Archive reads.
Allows Archive to be used safely on network streams.
|
Posted
almost 10 years
ago
by
jamesog
Update Mailman links
(diff)
|
Posted
almost 10 years
ago
by
chris
Reorganise Charles' branches so that git-svn can process them.
Will make it easier to merge Charles' work after the git->svn migration.
|