0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a missing semi-colon. More... over 6 years ago
Modified the code to run the platform-specific version of testenv. More... over 6 years ago
Added initial support for ApacheRequireMutualAuth. This commit was pending since about 2017-01-23. More... almost 7 years ago
Added initial support for ApacheRequireMutualAuth as a global property. More... over 7 years ago
Added the ApacheRequireMutualAuth control to the webjob.server config file template. More... over 7 years ago
Updated version number (1.10.0.ds41 --> 1.10.0.ds42). More... over 7 years ago
Updated version number (0.7.0.rc5 --> 0.7.0.rc6). More... over 7 years ago
Fixed an incorrect return value that was causing unexpected memory errors of the form: "pointer being freed was not allocated". This issue was identified on a MacOS 16.3.0 platform. More... over 7 years ago
Updated version number (1.10.0.ds40 --> 1.10.0.ds41). More... over 7 years ago
Updated version number (0.7.0.rc4 --> 0.7.0.rc5). More... over 7 years ago
Refined and clarified wording. More... over 7 years ago
Modified WjcdParseKeyValuePairs() to allow leading/trailing whitespace on both keys and values. More... over 7 years ago
Added support for a new property: TargetList. More... over 7 years ago
Cleaned up trailing whitespace. More... over 7 years ago
Modified the code to create a detached timer thread for UNIX platforms -- effectively matching the way the thread is handled on Windows platforms. Defined various thread/mutex/condition macros to help abstract away the differences between UNIX and Windows platforms. Overhauled WjcdTimer(). More... over 7 years ago
Modified WjcdParseDelimitedList() to allow per-item leading/trailing whitespace. More... over 7 years ago
Added _trename as an alias for rename under UNIX. More... over 7 years ago
Pushed a couple log messages into WjcdUpdateWorkerList(). More... over 7 years ago
Updated version number (1.10.0.ds39 --> 1.10.0.ds40). More... over 7 years ago
Updated version number (0.7.0.rc3 --> 0.7.0.rc4). More... over 7 years ago
Added a two-second skew to the minute check in WjcdDispatcher() to help catch early birds. Going forward, workers that are 1 or 2 seconds early will be treated as if they belong to the current minute. Note that this also implies that any worker 58 or more seconds late will be rejected. More... over 7 years ago
Reworked the gravitation logic in WjcdComputeDispatcherTimeout(). Under the new implementation, drift only gravitates towards the period's start boundary. In retrospect, the timeout should have never been allowed to gravitate towards a period's end boundary since that logic could yield timeout values larger than the period itself. Near period boundaries (i.e., around second 59), this may have contributed to workers not being launched on schedule. For example, suppose a worker was scheduled to run at 1 minute past the hour. Now suppose it's 59 seconds and change past the hour. The timeout computed for a 60-second period would have been 61 seconds. That, in turn, would take us to minute 2, and minute 1 would have been skipped altogether. More... over 7 years ago
Updated version number (1.10.0.ds38 --> 1.10.0.ds39). More... over 7 years ago
Updated version number (0.7.0.rc2 --> 0.7.0.rc3). More... over 7 years ago
Replaced strtok() with strtok_r() because the former is not thread safe on UNIX platforms. Note that the Windows implementation was not changed. The MSDN documentation for strtok() states that the "function uses a thread-local static variable", thus it already was (and should continue to be) thread safe. More... over 7 years ago
Added the '-d' option to the do_create_crt command line, since it's now a required argument. More... over 7 years ago
Expanded the set of allowed password characters. More... over 7 years ago
Modified TermSetDsvPassphrase() to report a reason when it fails to obtain the specified DSV passphrase. More... over 7 years ago
Updated version number (1.10.0.ds37 --> 1.10.0.ds38). More... over 7 years ago
Added initial support for updating selected properties in nph-webjob.cfg. More... over 7 years ago