File Changes for jcasper
switch to commits view, user indexv499_preview to v499_preview2 (2026-05-18 to 2026-05-25) v499
Show details
- confs/hgwbeta.hg.conf
- lines changed 2, context: html, text, full: html, text
1ae0734e9438c6c23224b8e4c6ecd5ac75c4523e Sun May 24 01:11:15 2026 -0700
Installing updated hg.conf files from UCSC servers
- confs/hgwdev.hg.conf
- lines changed 4, context: html, text, full: html, text
1ae0734e9438c6c23224b8e4c6ecd5ac75c4523e Sun May 24 01:11:15 2026 -0700
Installing updated hg.conf files from UCSC servers
- src/hg/lib/botDelay.c
- lines changed 14, context: html, text, full: html, text
279166ca6fde058a85d9889501a1509499251d16 Wed May 20 11:40:23 2026 -0700
Cleaning up an earlyBotCheck persistent SQL connection that snuck in, and
ensuring that sqlCleanupAll doesn't crash. Some CGIs set up carefulMemHandler after earlyBotCheck,
so the connection list is a mix of two memory allocation setups. Instead of trying to
manually free that memory at exit, sqlCleanupAll can let the system handle it. refs #37494
- lines changed 3, context: html, text, full: html, text
e09c2a865147bf97bc9bc218d6baeb921cb2448b Thu May 21 07:17:31 2026 -0700
Gotta remember to close early connections in botDelay stuff, refs #37494
- src/hg/lib/jksql.c
- lines changed 1, context: html, text, full: html, text
279166ca6fde058a85d9889501a1509499251d16 Wed May 20 11:40:23 2026 -0700
Cleaning up an earlyBotCheck persistent SQL connection that snuck in, and
ensuring that sqlCleanupAll doesn't crash. Some CGIs set up carefulMemHandler after earlyBotCheck,
so the connection list is a mix of two memory allocation setups. Instead of trying to
manually free that memory at exit, sqlCleanupAll can let the system handle it. refs #37494
switch to commits view, user index