6
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Increase scalability on DB operations by reducing DB pool locks
gustafn
as Gustaf Neumann
More... over 2 years ago
release work
gustafn
as Gustaf Neumann
More... over 2 years ago
release work
gustafn
as Gustaf Neumann
More... over 2 years ago
release work
gustafn
as Gustaf Neumann
More... over 2 years ago
release work
gustafn
as Gustaf Neumann
More... over 2 years ago
minor cleanup
gustafn
as Gustaf Neumann
More... over 2 years ago
use consistently "NS_RESTRICT" instead of "restrict"
gustafn
as Gustaf Neumann
More... over 2 years ago
added handling of __restrict for MSVC
gustafn
as Gustaf Neumann
More... over 2 years ago
minor configure magic update
gustafn
as Gustaf Neumann
More... over 2 years ago
make clear, we are talking about cache entries
gustafn
as Gustaf Neumann
More... over 2 years ago
improve variable name
gustafn
as Gustaf Neumann
More... over 2 years ago
Fixed more issues flagged by fb infer 1.1
gustafn
as Gustaf Neumann
More... over 2 years ago
release work
gustafn
as Gustaf Neumann
More... over 2 years ago
fix man page
gustafn
as Gustaf Neumann
More... over 2 years ago
minor cleanup
gustafn
as Gustaf Neumann
More... over 2 years ago
Added more comments to double-fork construct in NsForkBinder()
gustafn
as Gustaf Neumann
More... over 2 years ago
styling conventions: use uppercase for hexdigits
gustafn
as Gustaf Neumann
More... over 2 years ago
minor code cleanup: added missing static declaration, reduced implict coversions, added prototype
gustafn
as Gustaf Neumann
More... over 2 years ago
avoid passing NULL after the last typed argument to a variadic function
gustafn
as Gustaf Neumann
More... over 2 years ago
improve handling when running out of memory (raising tcl error, don't set erroneous values)
gustafn
as Gustaf Neumann
More... over 2 years ago
silence compiler when fprinting rlim_t
gustafn
as Gustaf Neumann
More... over 2 years ago
Fixed Apple M1 problem with double-fork in NsBinder()
gustafn
as Gustaf Neumann
More... over 2 years ago
silence picky compilers
gustafn
as Gustaf Neumann
More... over 2 years ago
Improved support for Apple M1 machines: - call NsForkBinder() only when prebind is specified, such that regression test and testing on non-privileged ports works (there is still a problem when prebind is specified on M1 with the double-fork construct) - Improved output of limit warning (rl.rlim_cur == handle RLIM_INFINITY)
gustafn
as Gustaf Neumann
More... over 2 years ago
install man.css extra for better appearance on plain git checkouts (without running doc-generation)
gustafn
as Gustaf Neumann
More... over 2 years ago
fix for FreeBSD 13.0-CURRENT: complains about failing unlock in "ns_logctl flush" call
gustafn
as Gustaf Neumann
More... almost 3 years ago
macOS fix for connecting to domain names having multiple IP addresses assigend
gustafn
as Gustaf Neumann
More... almost 3 years ago
Improved backwards compatibility of ns_parseurl
gustafn
as Gustaf Neumann
More... almost 3 years ago
Do not require to have tcllib package "try" installed when using Tcl 8.6 or newer
gustafn
as Gustaf Neumann
More... almost 3 years ago
extended regression test for parsing paths with ns_parseurl (including legacy behavior)
gustafn
as Gustaf Neumann
More... almost 3 years ago