File Changes for galt
switch to commits view, user indexv350_preview to v350_preview2 (2017-05-22 to 2017-05-29) v350
Show details
- src/hg/cirm/cdw/cdwServeTagStorm/cdwServeTagStorm.c
- lines changed 18, context: html, text, full: html, text
7be45023c3d59745679040ef16b91842ce338d41 Thu May 25 10:00:43 2017 -0700
Adding support for csv, fixing format string compare for tsv and text. Addresses link issues on cdwWebBrowse Data Sets page where it has html, text, tsv, and csv links.
- src/lib/https.c
- lines changed 9, context: html, text, full: html, text
a13302691fc41d6ff9a561685f4af33ef2921d51 Wed May 24 14:32:19 2017 -0700
Problem discovered handle leak. Reported by Jonathan. We just need to close it ourselves at the end since we use BIO_noclose flag. This is good for future if we someday re-use a connection.
- src/lib/net.c
- lines changed 1, context: html, text, full: html, text
f42e23773a5fd7a5d3f0fd1c1a6f183ab1175772 Wed May 24 11:25:16 2017 -0700
File descriptor leak in netLineFileMayOpen when error-condition occurs. Reported by Jonathan.
switch to commits view, user index