1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-fix bug that was causing some config settings not be empty - ie: if return TlsServerPrivateKeyFilename is left blank then it is supposed to look for the key in the file specified by TlsServerCertificateFilename More... about 11 years ago
repro: repro.config: add notes about users.txt file format More... about 11 years ago
repro: dist repro.config.ws More... about 11 years ago
repro: sync repro.config.ws More... about 11 years ago
repro: bump REPRO_DSO_PLUGIN_API_VERSION More... about 11 years ago
repro: give plugins notification of HUP More... about 11 years ago
release: Update for 1.9.0~rc1 More... about 11 years ago
rutil: Sha1: fix capitalization More... about 11 years ago
rutil: ServerProcess: support for supplementary groups More... about 11 years ago
reTurn: fail more gracefully if users.txt open/read failure occurs More... about 11 years ago
repro: WebAdmin: select current log level by default More... about 11 years ago
repro: WebAdmin: fix location header as relative URL More... about 11 years ago
-fix compilation on windows - wrap HUP stuff in #ifdefs More... about 11 years ago
repro: add sample users.txt More... about 11 years ago
repro: respond with an error code when invalid pages requested More... about 11 years ago
repro: take HttpAdminPassword out of repro.config, use a htdigest file More... about 11 years ago
repro: change log level from web admin More... about 11 years ago
repro: reset logger when HUP received More... about 11 years ago
reTurn: reset logger when HUP received More... about 11 years ago
rutil: avoiding truncating the log file More... about 11 years ago
-use new SHA1 class to allow Websockets transport without OpenSSL More... about 11 years ago
-add new SHA1 class to builds -added new API on SHA1 class to support retrieving of binary SHA1 hash More... about 11 years ago
-add ConfigParse::insertConfigValue back with old parameter list so that we don't break thirdparty apps (including TFM) More... about 11 years ago
-Sha1 implementation for when OpenSSL is not available More... about 11 years ago
-update certs - last root cert had expired after a month - root cert is now good until 2034 and domain cert until 2024 More... about 11 years ago
-use default args for StaticRealm so that 3rd party apps and tfm build don't break More... about 11 years ago
-fixup reprocmd so that it works properly for commands with arguments ie: SetCongestionTolerances - now requires a '/' in front of the actual command More... about 11 years ago
-fix crash when shutting down repro -modified AuthenticatorFactory to return auto_ptr's for repro processors When Processors are added the ProcessorChain now owns the object and it will be deleted when the chain is deleted. We shouldn't be handing out SharedPtr's. Looks like there was an attempt to a SharedPtr reset to try and get around this, but that would have only reset the returned SharedPtr and not the SharedPtr stored in the object. More... about 11 years ago
-modified basicClient to use EventStackThread instead of InterruptableStackThread -enables Epoll support on platforms that support it More... about 11 years ago
-added preprocessor conditional compile option for Windows source interface selection to avoid using adapter addresses tagged as Transient. Transient addresses include those that are used for Virtual IP addresses and tagged with SkipAsSource (also used in Windows Clustering solutions) More... about 11 years ago