kichik committed revision 6228 to the Nullsoft Scriptable Install System SVN repository, changing 1 files.
2012-05-02 11:01:36 PDT in Nullsoft Scriptab...
kichik committed revision 6227 to the Nullsoft Scriptable Install System SVN repository, changing 1 files.
2012-05-02 11:00:44 PDT in Nullsoft Scriptab...
kichik committed revision 6226 to the Nullsoft Scriptable Install System SVN repository, changing 4 files.
2012-05-01 22:42:22 PDT in Nullsoft Scriptab...
kichik committed revision 6225 to the Nullsoft Scriptable Install System SVN repository, changing 1 files.
2012-05-01 21:35:31 PDT in Nullsoft Scriptab...
kichik committed revision 6224 to the Nullsoft Scriptable Install System SVN repository, changing 1 files.
2012-04-29 21:37:59 PDT in Nullsoft Scriptab...
kichik committed revision 6223 to the Nullsoft Scriptable Install System SVN repository, changing 1 files.
2012-04-29 21:28:37 PDT in Nullsoft Scriptab...
Was looking into a crash in our code and I found out that strftime() is not thread-safe as it uses getenv() internally. When going over the rest of the code to make sure it isn't used anywhere else, I found libevent uses it in HTTP server code. It is used In http.c evhttp_make_header() to generate the Date header. This makes the HTTP server code not thread-safe. If setenv() in another thread...
2012-01-26 16:17:45 PST in libevent - an asy...
kichik committed revision 6189 to the Nullsoft Scriptable Install System SVN repository, changing 1 files.
2011-12-01 20:30:49 PST in Nullsoft Scriptab...