Commits for galt
switch to files view, user index
v430_base to v431_preview (2022-04-25 to 2022-05-02) v431
Show details
44ccfacbe3a3d4b300f80d48651c77837a4b571e Tue Apr 26 11:12:02 2022 -0700
- SQL INJECTION Prevention Version 2 - this improves our methods by making subclauses of SQL that get passed around be both easy and correct to use. The way that was achieved was by getting rid of the obscure and not well used functions sqlSafefFrag and sqlDyStringPrintfFrag and replacing them with the plain versions of those functions, since these are not needed anymore. The new version checks for NOSQLINJ in unquoted %-s which is used to include SQL clauses, and will give an error the NOSQLINJ clause is not present, and this will automatically require the correct behavior by developers. sqlDyStringPrint is a very useful function, however because it was not enforced, users could use various other dyString functions and they operated without any awareness or checking for SQL correct use. Now those dyString functions are prohibited and it will produce an error if you try to use a dyString function on a SQL string, which is simply detected by the presence of the NOSQLINJ prefix.
- src/gfServer/gfServer.c - lines changed 3, context: html, text, full: html, text
- src/hg/affyGnf/affyPslAndAtlasToBed.c - lines changed 1, context: html, text, full: html, text
- src/hg/altSplice/affySplice/altHtmlPages.c - lines changed 3, context: html, text, full: html, text
- src/hg/altSplice/affySplice/altProbes.c - lines changed 10, context: html, text, full: html, text
- src/hg/altSplice/affySplice/gcPresAbs.c - lines changed 2, context: html, text, full: html, text
- src/hg/altSplice/affySplice/probeMatcher.c - lines changed 1, context: html, text, full: html, text
- src/hg/altSplice/affySplice/spliceProbeVis.c - lines changed 7, context: html, text, full: html, text
- src/hg/altSplice/altSplice/altAnalysis.c - lines changed 4, context: html, text, full: html, text
- src/hg/altSplice/altSplice/altPaths.c - lines changed 3, context: html, text, full: html, text
- src/hg/altSplice/altSplice/orthoSplice.c - lines changed 1, context: html, text, full: html, text
- src/hg/altSplice/axtCountBeds/axtCountBeds.c - lines changed 3, context: html, text, full: html, text
- src/hg/altSplice/exonWalk/exonWalk.c - lines changed 2, context: html, text, full: html, text
- src/hg/altSplice/lib/mouseAPSetEventMap.c - lines changed 2, context: html, text, full: html, text
- src/hg/altSplice/lib/pfamDat.c - lines changed 2, context: html, text, full: html, text
- src/hg/altSplice/lib/splice.c - lines changed 1, context: html, text, full: html, text
- src/hg/altSplice/spliceWalk/spliceWalk.c - lines changed 2, context: html, text, full: html, text
- src/hg/autoSql/autoSql.c - lines changed 7, context: html, text, full: html, text
- src/hg/autoSql/tests/dbLinkTest.c - lines changed 8, context: html, text, full: html, text
- src/hg/autoSql/tests/expected/newTest.c - lines changed 2, context: html, text, full: html, text
- src/hg/autoSql/tests/testSymCols.c - lines changed 6, context: html, text, full: html, text
- src/hg/bedItemOverlapCount/bedItemOverlapCount.c - lines changed 3, context: html, text, full: html, text
- src/hg/bioImage/bioImageLoad/bioImageLoad.c - lines changed 3, context: html, text, full: html, text
- src/hg/bioImage/knownToBioImage/knownToBioImage.c - lines changed 5, context: html, text, full: html, text
- src/hg/borfBig/borfBig.c - lines changed 1, context: html, text, full: html, text
- src/hg/cartReset/cartReset.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/affy10KDetails.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/affy120KDetails.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/annoStreamDb.c - lines changed 32, context: html, text, full: html, text
- src/hg/cgilib/annoStreamDbFactorSource.c - lines changed 4, context: html, text, full: html, text
- src/hg/cgilib/barChartData.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/barChartSample.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/borkPseudoHom.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/cartTrackDb.c - lines changed 3, context: html, text, full: html, text
- src/hg/cgilib/ccdsInfo.c - lines changed 3, context: html, text, full: html, text
- src/hg/cgilib/celeraCoverage.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/chicken13kInfo.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/chr18deletions.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/cnpSebat.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/dbSnpRs.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/dnaProbe.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/ensPhusionBlast.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/genMapDb.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/gencodeIntron.c - lines changed 3, context: html, text, full: html, text
- src/hg/cgilib/geneSimilarities.c - lines changed 3, context: html, text, full: html, text
- src/hg/cgilib/genoLay.c - lines changed 4, context: html, text, full: html, text
- src/hg/cgilib/genomicSuperDups.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/gtexEqtlCluster.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/haplotypes.c - lines changed 3, context: html, text, full: html, text
- src/hg/cgilib/hashJoin.c - lines changed 6, context: html, text, full: html, text
- src/hg/cgilib/humanParalog.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/jaxOrtholog.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/joinMixer.c - lines changed 3, context: html, text, full: html, text
- src/hg/cgilib/lsSnpPdbChimera.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/mouseOrtho.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/mouseSynWhd.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/oreganno.c - lines changed 6, context: html, text, full: html, text
- src/hg/cgilib/polyGenotype.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/protVar.c - lines changed 8, context: html, text, full: html, text
- src/hg/cgilib/putaInfo.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/recombRate.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/rnaHybridization.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/simpleRepeat.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/stsInfoMouse.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/stsMapMouse.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/synteny100000.c - lines changed 1, context: html, text, full: html, text
- src/hg/cgilib/tfbsConsMap.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/transMapGene.c - lines changed 7, context: html, text, full: html, text
- src/hg/cgilib/transMapInfo.c - lines changed 4, context: html, text, full: html, text
- src/hg/cgilib/transMapSrc.c - lines changed 4, context: html, text, full: html, text
- src/hg/cgilib/ucscRetroInfo.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/ucscRetroOrtho.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/variome.c - lines changed 2, context: html, text, full: html, text
- src/hg/cgilib/wikiTrack.c - lines changed 16, context: html, text, full: html, text
- src/hg/checkTableCoords/checkTableCoords.c - lines changed 12, context: html, text, full: html, text
- src/hg/cirm/cdw/cdwFindSymlinkable/cdwFindSymlinkable.c - lines changed 12, context: html, text, full: html, text
- src/hg/cirm/cdw/cdwMakeFileTags/cdwMakeFileTags.c - lines changed 4, context: html, text, full: html, text
- src/hg/cirm/cdw/cdwRunOnIds/cdwRunOnIds.c - lines changed 3, context: html, text, full: html, text
- src/hg/cirm/cdw/cdwWebBrowse/cdwWebBrowse.c - lines changed 17, context: html, text, full: html, text
- src/hg/cirm/cdw/lib/cdw.c - lines changed 70, context: html, text, full: html, text
- src/hg/cirm/cdw/lib/cdwLib.c - lines changed 2, context: html, text, full: html, text
- src/hg/cirm/cdw/lib/cdwStep.c - lines changed 8, context: html, text, full: html, text
- src/hg/dnaGene/dnaGene.c - lines changed 6, context: html, text, full: html, text
- src/hg/encode/docId/docIdView/docIdView.c - lines changed 2, context: html, text, full: html, text
- src/hg/encode/docId/lib/docIdSub.c - lines changed 1, context: html, text, full: html, text
- src/hg/encode/encodeExp/encodeExp.c - lines changed 8, context: html, text, full: html, text
- src/hg/encode/encodeRenameObj/encodeRenameObj.c - lines changed 1, context: html, text, full: html, text
- src/hg/encode/hgEncodeApi/hgEncodeApi.c - lines changed 1, context: html, text, full: html, text
- src/hg/encode/hgEncodeScheduler/hgEncodeScheduler.c - lines changed 11, context: html, text, full: html, text
- src/hg/encode3/eap/eapAddStep/eapAddStep.c - lines changed 17, context: html, text, full: html, text
- src/hg/encode3/eap/lib/eapDb.c - lines changed 22, context: html, text, full: html, text
- src/hg/encode3/eap/oneShot/eapToHub/eapToHub.c - lines changed 3, context: html, text, full: html, text
- src/hg/encode3/encodeDataWarehouse/edwSubmit/edwSubmit.c - lines changed 5, context: html, text, full: html, text
- src/hg/encode3/encodeDataWarehouse/lib/edwLib.c - lines changed 2, context: html, text, full: html, text
- src/hg/encode3/encodeDataWarehouse/lib/encodeDataWarehouse.c - lines changed 54, context: html, text, full: html, text
- src/hg/encode3/encodeDataWarehouse/oneShot/edwToEap1/edwAnalysis.c - lines changed 8, context: html, text, full: html, text
- src/hg/encode3/importEncode2/encode2ExpDumpFlat/encode2ExpDumpFlat.c - lines changed 3, context: html, text, full: html, text
- src/hg/encode3/importEncode2/encode2Meta/encode2Meta.c - lines changed 3, context: html, text, full: html, text
- src/hg/estOrient/estOrient.c - lines changed 3, context: html, text, full: html, text
- src/hg/featureBits/featureBits.c - lines changed 8, context: html, text, full: html, text
- src/hg/gbToFaRa/gbToFaRa.c - lines changed 2, context: html, text, full: html, text
- src/hg/geneBounds/axtForEst/axtForEst.c - lines changed 5, context: html, text, full: html, text
- src/hg/geneBounds/clusterGenes/clusterGenes.c - lines changed 2, context: html, text, full: html, text
- src/hg/geneBounds/clusterRna/clusterRna.c - lines changed 6, context: html, text, full: html, text
- src/hg/geneBounds/eisenInput/eisenInput.c - lines changed 3, context: html, text, full: html, text
- src/hg/geneBounds/estLibStats/estLibStats.c - lines changed 6, context: html, text, full: html, text
- src/hg/geneBounds/lib/improbRunInfo.c - lines changed 1, context: html, text, full: html, text
- src/hg/getFeatDna/getFeatDna.c - lines changed 16, context: html, text, full: html, text
- src/hg/getRnaPred/getRnaPred.c - lines changed 3, context: html, text, full: html, text
- src/hg/gigAssembler/codJobs/jabba/jabba.c - lines changed 2, context: html, text, full: html, text
- src/hg/gpcrParser/gpcrParser.c - lines changed 8, context: html, text, full: html, text
- src/hg/gsid/gsidMember/gsidMember.c - lines changed 15, context: html, text, full: html, text
- src/hg/gsid/pbGsid/pbGsid.c - lines changed 10, context: html, text, full: html, text
- src/hg/hgBlatTest/hgBlatTest.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgCollection/hgCollection.c - lines changed 8, context: html, text, full: html, text
- src/hg/hgCoordConv/hgCoordConv.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgGateway/hgGateway.c - lines changed 10, context: html, text, full: html, text
- src/hg/hgGene/alleles.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgGene/altSplice.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgGene/dnaBindMotif.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgGene/gencodeSection.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgGene/mrnaDescriptions.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgGene/pathways.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgGene/pseudoGene.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgGene/sequence.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgGene/synonym.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgGeneRing/hgGeneRing.c - lines changed 6, context: html, text, full: html, text
- src/hg/hgGeneRing/interaction.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgGenome/hgGenome.c - lines changed 8, context: html, text, full: html, text
- src/hg/hgGenome/import.c - lines changed 5, context: html, text, full: html, text
- src/hg/hgGtexApi/hgGtexApi.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgHubConnect/hgHubConnect.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgLinkIn/handlerList.c - lines changed 6, context: html, text, full: html, text
- src/hg/hgLogin/gbMembers.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgLogin/hgLogin.c - lines changed 5, context: html, text, full: html, text
- src/hg/hgSelect/hgSelect.c - lines changed 14, context: html, text, full: html, text
- src/hg/hgSession/backup.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgSession/hgSession.c - lines changed 16, context: html, text, full: html, text
- src/hg/hgSuggest/hgSuggest.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTables/bedList.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTables/filterFields.c - lines changed 17, context: html, text, full: html, text
- src/hg/hgTables/genomeSpace.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTables/gffOut.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTables/great.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgTables/hgTables.c - lines changed 24, context: html, text, full: html, text
- src/hg/hgTables/identifiers.c - lines changed 18, context: html, text, full: html, text
- src/hg/hgTables/wikiTrack.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTablesTest/hgTablesTest.c - lines changed 6, context: html, text, full: html, text
- src/hg/hgText/hgText.c - lines changed 14, context: html, text, full: html, text
- src/hg/hgText/hgWigText.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTrackUi/cgapSageUi.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/cgapSageTrack.c - lines changed 5, context: html, text, full: html, text
- src/hg/hgTracks/chainTrack.c - lines changed 16, context: html, text, full: html, text
- src/hg/hgTracks/cutterTrack.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/encode.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/gencodeTracks.c - lines changed 8, context: html, text, full: html, text
- src/hg/hgTracks/gtexEqtlClusterTrack.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/hgTracks.c - lines changed 32, context: html, text, full: html, text
- src/hg/hgTracks/imageV2.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/netTrack.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTracks/pslTrack.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/pubsTracks.c - lines changed 29, context: html, text, full: html, text
- src/hg/hgTracks/retroGene.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTracks/rmskJoinedTrack.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/rmskTrack.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTracks/rnaFoldTrack.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/sampleTracks.c - lines changed 7, context: html, text, full: html, text
- src/hg/hgTracks/searchTracks.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgTracks/simpleTracks.c - lines changed 52, context: html, text, full: html, text
- src/hg/hgTracks/snakeTrack.c - lines changed 15, context: html, text, full: html, text
- src/hg/hgTracks/sortWig.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/vcfTrack.c - lines changed 15, context: html, text, full: html, text
- src/hg/hgTracks/wigMafTrack.c - lines changed 10, context: html, text, full: html, text
- src/hg/hgTracks/wigTrack.c - lines changed 9, context: html, text, full: html, text
- src/hg/hgTracks/wikiTrack.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgc/gencodeClick.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgc/gtexEqtlClusterClick.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgc/peakClusters.c - lines changed 21, context: html, text, full: html, text
- src/hg/hgc/variomeClick.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgc/virusClick.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgcentralTidy/hgcentralTidy.c - lines changed 2, context: html, text, full: html, text
- src/hg/hubApi/apiUtils.c - lines changed 1, context: html, text, full: html, text
- src/hg/hubApi/getData.c - lines changed 3, context: html, text, full: html, text
- src/hg/intronEnds/intronEnds.c - lines changed 3, context: html, text, full: html, text
- src/hg/intronSizes/intronSizes.c - lines changed 3, context: html, text, full: html, text
- src/hg/lib/affyAllExonProbe.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/affyTranscriptome.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/alleleFreqs.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/asmEquivalent.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/barChartBed.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/barChartCategory.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/bigBedLabel.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/chainNetDbLoad.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/chromGraph.c - lines changed 5, context: html, text, full: html, text
- src/hg/lib/chromGraphFactory.c - lines changed 8, context: html, text, full: html, text
- src/hg/lib/cnpSharpCutoff.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/cnpSharpSample.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/columnInfo.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/customAdjacency.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/customFactory.c - lines changed 24, context: html, text, full: html, text
- src/hg/lib/customTrack.c - lines changed 4, context: html, text, full: html, text
- src/hg/lib/dnaMotifSql.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/encode/encodeErge.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/encode/encodeExp.c - lines changed 54, context: html, text, full: html, text
- src/hg/lib/encode/encodeRna.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/encode/unused/encodePrimateAlleles.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/estOrientInfo.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/facetField.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/findKGAlias.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/findKGProtAlias.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/fosEndPairs.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/genotypeFreqs.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/gtexGeneBed.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/gtexTissue.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/gtexTissueData.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/hapmapPrimateAlleles.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/hgFindSpecCustom.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/hubConnect.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/hubSearchText.c - lines changed 19, context: html, text, full: html, text
- src/hg/lib/ispyTables.c - lines changed 26, context: html, text, full: html, text
- src/hg/lib/liftOverChain.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/mafSummary.c - lines changed 3, context: html, text, full: html, text
- src/hg/lib/makeItemsItem.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/plasEndPairs.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/pslReader.c - lines changed 58, context: html, text, full: html, text
- src/hg/lib/retroMrnaInfo.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/rikenCluster.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/sangerGeneToWBGeneID.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/snp125Exceptions.c - lines changed 7, context: html, text, full: html, text
- src/hg/lib/snpExceptions.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/syntenyBerk.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/syntenySanger.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/tablesTables.c - lines changed 7, context: html, text, full: html, text
- src/hg/lib/taxonDivision.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/taxonGeneticCode.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/tests/binTest.c - lines changed 3, context: html, text, full: html, text
- src/hg/lib/tests/expected/sqlCheck/sqlCheck.9 - lines changed 1, context: html, text, full: html, text
- src/hg/lib/tests/sqlCheck.c - lines changed 14, context: html, text, full: html, text
- src/hg/lib/tigrCmrGene.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/tilingPath.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/trackVersion.c - lines changed 2, context: html, text, full: html, text
- src/hg/lib/wigDataStream.c - lines changed 22, context: html, text, full: html, text
- src/hg/liftAgp/liftAgp.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/ccds/ccdsCommon.c - lines changed 3, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/ccds/ccdsImport.c - lines changed 19, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/ccds/ccdsMkTables.c - lines changed 36, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/dbload/gbGeneTbl.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/dbload/gbMetaData.c - lines changed 232, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/extFileUpdate/extFileUpdate.c - lines changed 4, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/gbSanity/chkAlignTbls.c - lines changed 13, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/gbSanity/chkMetaDataTbls.c - lines changed 36, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/gbSanity/chkSeqTbl.c - lines changed 14, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/gbSanity/gbSanity.c - lines changed 7, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/lib/extFileTbl.c - lines changed 24, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/lib/gbLoadedTbl.c - lines changed 28, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/lib/gbStatusTbl.c - lines changed 68, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/lib/imageCloneTbl.c - lines changed 29, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/lib/seqTbl.c - lines changed 45, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/lib/sqlDeleter.c - lines changed 11, context: html, text, full: html, text
- src/hg/makeDb/genbank/src/repair/refPepRepair.c - lines changed 9, context: html, text, full: html, text
- src/hg/makeDb/hgAddLiftOverChain/hgAddLiftOverChain.c - lines changed 16, context: html, text, full: html, text
- src/hg/makeDb/hgCalStat/hgCalStat.c - lines changed 4, context: html, text, full: html, text
- src/hg/makeDb/hgClonePos/hgClonePos.c - lines changed 37, context: html, text, full: html, text
- src/hg/makeDb/hgCtgPos/hgCtgPos.c - lines changed 30, context: html, text, full: html, text
- src/hg/makeDb/hgCutters/hgCutters.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/hgDeleteChrom/hgDeleteChrom.c - lines changed 3, context: html, text, full: html, text
- src/hg/makeDb/hgFindSpec/hgFindSpec.c - lines changed 12, context: html, text, full: html, text
- src/hg/makeDb/hgGcPercent/hgGcPercent.c - lines changed 2, context: html, text, full: html, text
- src/hg/makeDb/hgGeneBands/hgGeneBands.c - lines changed 4, context: html, text, full: html, text
- src/hg/makeDb/hgGoldGapGl/hgGoldGapGl.c - lines changed 8, context: html, text, full: html, text
- src/hg/makeDb/hgGoldGapGl/hgLoadGap.c - lines changed 2, context: html, text, full: html, text
- src/hg/makeDb/hgKgGetText/hgKgGetText.c - lines changed 7, context: html, text, full: html, text
- src/hg/makeDb/hgKgMrna/hgKgMrna.c - lines changed 121, context: html, text, full: html, text
- src/hg/makeDb/hgKnownMore.oo21/hgKnownMore.c - lines changed 5, context: html, text, full: html, text
- src/hg/makeDb/hgKnownMore/hgKnownMore.c - lines changed 5, context: html, text, full: html, text
- src/hg/makeDb/hgLoadBed/hgLoadBed.c - lines changed 27, context: html, text, full: html, text
- src/hg/makeDb/hgLoadBlastTab/hgLoadBlastTab.c - lines changed 6, context: html, text, full: html, text
- src/hg/makeDb/hgLoadChain/hgLoadChain.c - lines changed 36, context: html, text, full: html, text
- src/hg/makeDb/hgLoadChromGraph/hgLoadChromGraph.c - lines changed 41, context: html, text, full: html, text
- src/hg/makeDb/hgLoadNet/hgLoadNet.c - lines changed 33, context: html, text, full: html, text
- src/hg/makeDb/hgLoadOut/hgLoadOut.c - lines changed 42, context: html, text, full: html, text
- src/hg/makeDb/hgLoadOutJoined/hgLoadOutJoined.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/hgLoadSample/hgLoadSample.c - lines changed 16, context: html, text, full: html, text
- src/hg/makeDb/hgLoadSqlTab/hgLoadSqlTab.c - lines changed 7, context: html, text, full: html, text
- src/hg/makeDb/hgLoadWiggle/hgLoadWiggle.c - lines changed 23, context: html, text, full: html, text
- src/hg/makeDb/hgNibSeq/hgNibSeq.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/hgPepPred/hgPepPred.c - lines changed 4, context: html, text, full: html, text
- src/hg/makeDb/hgSanger20/hgSanger20.c - lines changed 3, context: html, text, full: html, text
- src/hg/makeDb/hgSanger22/hgSanger22.c - lines changed 2, context: html, text, full: html, text
- src/hg/makeDb/hgStanfordMicroarray/hgStanfordMicroarray.c - lines changed 2, context: html, text, full: html, text
- src/hg/makeDb/hgStsAlias/hgStsAlias.c - lines changed 3, context: html, text, full: html, text
- src/hg/makeDb/hgTomRough/hgTomRough.c - lines changed 6, context: html, text, full: html, text
- src/hg/makeDb/hgTpf/hgTpf.c - lines changed 17, context: html, text, full: html, text
- src/hg/makeDb/hgTrackDb/hgTrackDb.c - lines changed 11, context: html, text, full: html, text
- src/hg/makeDb/hgWaba/hgWaba.c - lines changed 2, context: html, text, full: html, text
- src/hg/makeDb/mdbUpdate/mdbPrint.c - lines changed 2, context: html, text, full: html, text
- src/hg/makeDb/outside/hgBioCyc/hgBioCyc.c - lines changed 3, context: html, text, full: html, text
- src/hg/makeDb/outside/hgExonerate/hgExonerate.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/outside/hgFiberglass/hgFiberglass.c - lines changed 26, context: html, text, full: html, text
- src/hg/makeDb/outside/hgFlyBase/hgFlyBase.c - lines changed 29, context: html, text, full: html, text
- src/hg/makeDb/outside/hgGtex/hgGtex.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/outside/hgJaxQtl/hgJaxQtl.c - lines changed 3, context: html, text, full: html, text
- src/hg/makeDb/outside/hgKegg/hgKegg.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/outside/hgKegg2/hgKegg2.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/outside/hgKegg3/hgKegg3.c - lines changed 4, context: html, text, full: html, text
- src/hg/makeDb/outside/hgLsSnpPdbLoad/hgLsSnpPdbLoad.c - lines changed 4, context: html, text, full: html, text
- src/hg/makeDb/outside/hgPhMouse/hgPhMouse.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/outside/hgSoftPromoter/hgSoftPromoter.c - lines changed 36, context: html, text, full: html, text
- src/hg/makeDb/outside/hgSoftberryHom/hgSoftberryHom.c - lines changed 23, context: html, text, full: html, text
- src/hg/makeDb/outside/hgSuperfam/hgSuperfam.c - lines changed 3, context: html, text, full: html, text
- src/hg/makeDb/outside/yeast/hgSgdGfp/hgSgdGfp.c - lines changed 8, context: html, text, full: html, text
- src/hg/makeDb/schema/dbFindFieldsWith/dbFindFieldsWith.c - lines changed 3, context: html, text, full: html, text
- src/hg/makeDb/schema/dbSnoop/dbSnoop.c - lines changed 6, context: html, text, full: html, text
- src/hg/makeDb/schema/makeTableDescriptions/makeTableDescriptions.c - lines changed 4, context: html, text, full: html, text
- src/hg/makeSeqs/makeSeqs.c - lines changed 7, context: html, text, full: html, text
- src/hg/mouseStuff/axtChain/axtChain.c - lines changed 2, context: html, text, full: html, text
- src/hg/mouseStuff/bedCoverage/bedCoverage.c - lines changed 3, context: html, text, full: html, text
- src/hg/mouseStuff/chainCleaner/chainCleaner.c - lines changed 4, context: html, text, full: html, text
- src/hg/mouseStuff/chainOverlap/chainOverlap.c - lines changed 1, context: html, text, full: html, text
- src/hg/mouseStuff/chainScore/chainScore.c - lines changed 1, context: html, text, full: html, text
- src/hg/mouseStuff/chainStitch/chainStitch.c - lines changed 1, context: html, text, full: html, text
- src/hg/mouseStuff/correctEst/correctEst.c - lines changed 2, context: html, text, full: html, text
- src/hg/mouseStuff/knownVsBlat/knownVsBlat.c - lines changed 3, context: html, text, full: html, text
- src/hg/mouseStuff/lavToAxt/lavToAxt.c - lines changed 2, context: html, text, full: html, text
- src/hg/mouseStuff/libScan/libScan.c - lines changed 4, context: html, text, full: html, text
- src/hg/mouseStuff/mafCoverage/mafCoverage.c - lines changed 3, context: html, text, full: html, text
- src/hg/mouseStuff/mousePoster/mousePoster.c - lines changed 6, context: html, text, full: html, text
- src/hg/mouseStuff/netClass/netClass.c - lines changed 17, context: html, text, full: html, text
- src/hg/mouseStuff/phToPsl/phToPsl.c - lines changed 4, context: html, text, full: html, text
- src/hg/mouseStuff/regionPicker/regionPicker.c - lines changed 3, context: html, text, full: html, text
- src/hg/mouseStuff/rikenBestInCluster/rikenBestInCluster.c - lines changed 9, context: html, text, full: html, text
- src/hg/mouseStuff/simpleChain/simpleChain.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgClusterGenes/hgClusterGenes.c - lines changed 3, context: html, text, full: html, text
- src/hg/near/hgExpDistance/hgExpDistance.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgExpDistance/hgExpDistance_fm.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgExpDistance/hgExpDistance_fm_tm.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgExpDistance/hgExpDistance_fq.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgExpDistance/hgExpDistance_fq_tm.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgExpDistance/hgExpDistance_tm.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgKnownToSuper/hgKnownToSuper.c - lines changed 6, context: html, text, full: html, text
- src/hg/near/hgNear/association.c - lines changed 3, context: html, text, full: html, text
- src/hg/near/hgNear/expRatio.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgNear/hgNear.c - lines changed 2, context: html, text, full: html, text
- src/hg/near/hgNear/knownGene.c - lines changed 5, context: html, text, full: html, text
- src/hg/near/hgNear/pfam.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgNear/search.c - lines changed 2, context: html, text, full: html, text
- src/hg/near/hgNear/userSettings.c - lines changed 1, context: html, text, full: html, text
- src/hg/near/hgNearTest/hgNearTest.c - lines changed 2, context: html, text, full: html, text
- src/hg/near/knownToHprd/knownToHprd.c - lines changed 3, context: html, text, full: html, text
- src/hg/oneShot/cacheMergedRanges/cacheMergedRanges.c - lines changed 9, context: html, text, full: html, text
- src/hg/oneShot/cartSim/cartSim.c - lines changed 7, context: html, text, full: html, text
- src/hg/oneShot/cartSimNoInsert/cartSimNoInsert.c - lines changed 5, context: html, text, full: html, text
- src/hg/oneShot/fakeHomozygousity/fakeHomozygousity.c - lines changed 4, context: html, text, full: html, text
- src/hg/oneShot/getHumanBrainRna/getHumanBrainRna.c - lines changed 19, context: html, text, full: html, text
- src/hg/oneShot/kgName/fbName.c - lines changed 1, context: html, text, full: html, text
- src/hg/oneShot/kgName/kgName.c - lines changed 3, context: html, text, full: html, text
- src/hg/oneShot/randomEst/randomEst.c - lines changed 3, context: html, text, full: html, text
- src/hg/oneShot/rcvs/rcvs.c - lines changed 7, context: html, text, full: html, text
- src/hg/oneShot/testCart/cart.c - lines changed 2, context: html, text, full: html, text
- src/hg/oneShot/timeMysqlHandler/timeMysqlHandler.c - lines changed 4, context: html, text, full: html, text
- src/hg/orthoMap/orthoEvaluate.c - lines changed 1, context: html, text, full: html, text
- src/hg/perf/hgTracksRandom.c - lines changed 4, context: html, text, full: html, text
- src/hg/perf/rangeQuery.c - lines changed 2, context: html, text, full: html, text
- src/hg/poster/finPoster/finPoster.c - lines changed 11, context: html, text, full: html, text
- src/hg/poster/foldDb/foldDb.c - lines changed 3, context: html, text, full: html, text
- src/hg/protein/fixAgp/fixAgp.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/gadPos/gadPos.c - lines changed 3, context: html, text, full: html, text
- src/hg/protein/kgAliasM/kgAliasM.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/kgAliasP/kgAliasP.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/kgAttachKegg/kgAttachKegg.c - lines changed 7, context: html, text, full: html, text
- src/hg/protein/kgBestMrna/kgPrepBestMrna.c - lines changed 3, context: html, text, full: html, text
- src/hg/protein/kgBestMrna/kgPrepBestMrna2.c - lines changed 2, context: html, text, full: html, text
- src/hg/protein/kgBestMrna/kgResultBestMrna.c - lines changed 3, context: html, text, full: html, text
- src/hg/protein/kgBestMrna2/kgPrepBestMrna2.c - lines changed 2, context: html, text, full: html, text
- src/hg/protein/kgBestMrna2/kgResultBestMrna2.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/kgBestRef2/kgPrepBestRef2.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/kgBestRef2/kgResultBestRef2.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/kgCheck/kgCheck.c - lines changed 2, context: html, text, full: html, text
- src/hg/protein/kgCheck2/kgCheck2.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/kgGetCds/kgGetCds.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/kgPepMrna/kgPepMrna.c - lines changed 4, context: html, text, full: html, text
- src/hg/protein/kgPick/kgPick.c - lines changed 2, context: html, text, full: html, text
- src/hg/protein/kgProtAlias/kgProtAlias.c - lines changed 2, context: html, text, full: html, text
- src/hg/protein/kgProtAliasNCBI/kgProtAliasNCBI.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/kgUniq/kgUniq.c - lines changed 3, context: html, text, full: html, text
- src/hg/protein/kgXref/kgXref.c - lines changed 11, context: html, text, full: html, text
- src/hg/protein/kgXref2/kgXref2.c - lines changed 11, context: html, text, full: html, text
- src/hg/protein/lib/doSam.c - lines changed 2, context: html, text, full: html, text
- src/hg/protein/lib/doStamps.c - lines changed 7, context: html, text, full: html, text
- src/hg/protein/lib/doTracks.c - lines changed 11, context: html, text, full: html, text
- src/hg/protein/lib/domains.c - lines changed 3, context: html, text, full: html, text
- src/hg/protein/lib/pbUtil.c - lines changed 12, context: html, text, full: html, text
- src/hg/protein/omimCheckAv/omimCheckAv.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/omimParseRec/omimParseRec.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/pbCalDist/pbCalDist.c - lines changed 8, context: html, text, full: html, text
- src/hg/protein/pbCalDistGlobal/pbCalDistGlobal.c - lines changed 2, context: html, text, full: html, text
- src/hg/protein/pbCalPi/pbCalPi.c - lines changed 3, context: html, text, full: html, text
- src/hg/protein/pbCalResStd/pbCalResStd.c - lines changed 4, context: html, text, full: html, text
- src/hg/protein/pbGlobal/pbGlobal.c - lines changed 12, context: html, text, full: html, text
- src/hg/protein/pbTracks/pbTracks.c - lines changed 7, context: html, text, full: html, text
- src/hg/protein/pfamXref/pfamXref.c - lines changed 4, context: html, text, full: html, text
- src/hg/protein/rmKGPepMrna/rmKGPepMrna.c - lines changed 5, context: html, text, full: html, text
- src/hg/protein/spToDb/spToDb.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/spToProteins/spToProteins.c - lines changed 3, context: html, text, full: html, text
- src/hg/protein/spToProteinsVar/spToProteinsVar.c - lines changed 1, context: html, text, full: html, text
- src/hg/protein/spXref3/spXref3.c - lines changed 2, context: html, text, full: html, text
- src/hg/protein/spm6/spm6.c - lines changed 2, context: html, text, full: html, text
- src/hg/protein/spm7/spm7.c - lines changed 2, context: html, text, full: html, text
- src/hg/pslCheck/pslCheck.c - lines changed 3, context: html, text, full: html, text
- src/hg/pslDist/pslDist.c - lines changed 2, context: html, text, full: html, text
- src/hg/pslPretty/pslPretty.c - lines changed 2, context: html, text, full: html, text
- src/hg/pslPseudo/checkExp/checkExp.c - lines changed 4, context: html, text, full: html, text
- src/hg/pslPseudo/pslPseudo.c - lines changed 4, context: html, text, full: html, text
- src/hg/qa/timePosTable.c - lines changed 3, context: html, text, full: html, text
- src/hg/qaPushQ/qaPushQ.c - lines changed 16, context: html, text, full: html, text
- src/hg/ratStuff/mafGene/mafGene.c - lines changed 1, context: html, text, full: html, text
- src/hg/ratStuff/mafSplitPos/mafSplitPos.c - lines changed 10, context: html, text, full: html, text
- src/hg/recycleDb/bedUp/bedUp.c - lines changed 3, context: html, text, full: html, text
- src/hg/rnaStructure/utrFa/utrFa.c - lines changed 1, context: html, text, full: html, text
- src/hg/sageVisCGI/sageVisCGI.c - lines changed 2, context: html, text, full: html, text
- src/hg/sim4big/sim4big.c - lines changed 2, context: html, text, full: html, text
- src/hg/snp/details/dbSnp.c - lines changed 8, context: html, text, full: html, text
- src/hg/snp/snpLoad/hapmapValidate.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpCheckCluster.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpClassAndObserved.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpContigLocFilter.c - lines changed 5, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpContigLocFilter125.c - lines changed 5, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpContigLocusIdCondense.c - lines changed 5, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpContigLocusIdFilter.c - lines changed 5, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpContigLocusIdFilter125.c - lines changed 5, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpExpandAllele.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpFunction.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpGetSeqDup.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpGetSimple.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpLoad.c - lines changed 3, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpLoadFasta.c - lines changed 2, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpLoadFromTmp.c - lines changed 3, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpLocType.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpLocType125.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpMoltype.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpReadFasta.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpRefUCSC.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpSNP.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpSplit.c - lines changed 5, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpSplitByChrom.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpSplitByChrom2.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/snpSplitSimple.c - lines changed 1, context: html, text, full: html, text
- src/hg/snp/snpLoad/subSnpCondense.c - lines changed 7, context: html, text, full: html, text
- src/hg/snp/snpMask/snpMask.c - lines changed 1, context: html, text, full: html, text
- src/hg/snpException/snpException.c - lines changed 12, context: html, text, full: html, text
- src/hg/sqlToXml/sqlToXml.c - lines changed 6, context: html, text, full: html, text
- src/hg/sqlUpdateRelated/sqlUpdateRelated.c - lines changed 5, context: html, text, full: html, text
- src/hg/synMap/createSlamParaSpec.c - lines changed 3, context: html, text, full: html, text
- src/hg/synMap/runSlam.c - lines changed 2, context: html, text, full: html, text
- src/hg/test/otest/test1.c - lines changed 35, context: html, text, full: html, text
- src/hg/tutorial/affyVsIlluminaCommon/affyVsIlluminaCommon.c - lines changed 5, context: html, text, full: html, text
- src/hg/txCds/txCdsGoodBed/txCdsGoodBed.c - lines changed 4, context: html, text, full: html, text
- src/hg/txGene/txGeneExplainUpdate2/txGeneExplainUpdate2.c - lines changed 1, context: html, text, full: html, text
- src/hg/txGraph/txAbFragFind/txAbFragFind.c - lines changed 6, context: html, text, full: html, text
- src/hg/utils/bedExtendRanges/bedExtendRanges.c - lines changed 3, context: html, text, full: html, text
- src/hg/utils/cartEditSuperTrack/cartEditSuperTrack.c - lines changed 2, context: html, text, full: html, text
- src/hg/utils/hgTracksDelta/hgTracksDelta.c - lines changed 4, context: html, text, full: html, text
- src/hg/utils/hubCheck/hubCheck.c - lines changed 1, context: html, text, full: html, text
- src/hg/utils/hubPublicCheck/hubPublicCheck.c - lines changed 2, context: html, text, full: html, text
- src/hg/utils/liftUpBedFromTable/liftUpBedFromTable.c - lines changed 1, context: html, text, full: html, text
- src/hg/utils/makeTableList/makeTableList.c - lines changed 3, context: html, text, full: html, text
- src/hg/utils/motifFinder/motifFinder.c - lines changed 1, context: html, text, full: html, text
- src/hg/utils/mutationClassifier/mutationClassifier.c - lines changed 2, context: html, text, full: html, text
- src/hg/utils/mysqlSecurityCheck/mysqlSecurityCheck.c - lines changed 12, context: html, text, full: html, text
- src/hg/utils/refreshNamedSessionCustomTracks/refreshNamedSessionCustomTracks.c - lines changed 5, context: html, text, full: html, text
- src/hg/utils/safePush/safePush.c - lines changed 9, context: html, text, full: html, text
- src/hg/visiGene/hgVisiGene/fullTextExperiment.c - lines changed 3, context: html, text, full: html, text
- src/hg/visiGene/hgVisiGene/hgVisiGene.c - lines changed 1, context: html, text, full: html, text
- src/hg/visiGene/hgVisiGene/printCaption.c - lines changed 3, context: html, text, full: html, text
- src/hg/visiGene/hgVisiGene/visiSearch.c - lines changed 3, context: html, text, full: html, text
- src/hg/visiGene/knownToVisiGene/knownToVisiGene.c - lines changed 9, context: html, text, full: html, text
- src/hg/visiGene/vgGetText/makefile - lines changed 3, context: html, text, full: html, text
- src/hg/visiGene/vgGetText/vgGetText.c - lines changed 17, context: html, text, full: html, text
- src/hg/visiGene/vgLoadJax/vgLoadJax.c - lines changed 7, context: html, text, full: html, text
- src/hg/visiGene/vgLoadMahoney/vgLoadMahoney.c - lines changed 12, context: html, text, full: html, text
- src/hg/visiGene/vgProbeTrack/vgProbeTrack.c - lines changed 18, context: html, text, full: html, text
- src/hg/visiGene/vgRemoveSubmission/vgRemoveSubmission.c - lines changed 9, context: html, text, full: html, text
- src/hg/visiGene/visiGeneLoad/visiGeneLoad.c - lines changed 15, context: html, text, full: html, text
- src/hg/visiGene/visiGeneSearch/visiGeneSearch.c - lines changed 25, context: html, text, full: html, text
- src/jkOwnLib/gfPcrLib.c - lines changed 2, context: html, text, full: html, text
- src/lib/genomeRangeTree.c - lines changed 1, context: html, text, full: html, text
- src/lib/tests/mimeDecodeTest.c - lines changed 1, context: html, text, full: html, text
- src/lib/tests/mimeTester.c - lines changed 2, context: html, text, full: html, text
- src/lib/tests/testDecodedString.c - lines changed 2, context: html, text, full: html, text
- src/lib/tests/testQuotedString.c - lines changed 2, context: html, text, full: html, text
- src/oneShot/clusterBox/clusterBox.c - lines changed 1, context: html, text, full: html, text
- src/oneShot/newSang6/newSang6.c - lines changed 4, context: html, text, full: html, text
- src/oneShot/newStitch/newStitch.c - lines changed 1, context: html, text, full: html, text
- src/oneShot/newStitch2/newStitch2.c - lines changed 1, context: html, text, full: html, text
- src/oneShot/newStitch3/newStitch3.c - lines changed 1, context: html, text, full: html, text
- src/oneShot/newStitch4/newStitch4.c - lines changed 1, context: html, text, full: html, text
- src/oneShot/tabTable/tabTable.c - lines changed 3, context: html, text, full: html, text
- src/parasol/gensub2/gensub2.c - lines changed 1, context: html, text, full: html, text
- src/parasol/lib/jobResult.c - lines changed 2, context: html, text, full: html, text
- src/parasol/lib/machSpec.c - lines changed 2, context: html, text, full: html, text
- src/parasol/para/para.c - lines changed 9, context: html, text, full: html, text
- src/parasol/paraHub/paraHub.c - lines changed 1, context: html, text, full: html, text
- src/parasol/paraNode/paraNode.c - lines changed 3, context: html, text, full: html, text
- src/parasol/paraNodeStart/paraNodeStart.c - lines changed 2, context: html, text, full: html, text
- src/parasol/parasol/parasol.c - lines changed 3, context: html, text, full: html, text
- src/reformat/fa4blast/fa4blast.c - lines changed 1, context: html, text, full: html, text
- src/tagStorm/tagStormArrayToCsv/tagStormArrayToCsv.c - lines changed 1, context: html, text, full: html, text
- src/utils/ccCpLock/ccCp.3.c - lines changed 6, context: html, text, full: html, text
- src/utils/ccCpLock/ccCp.c - lines changed 6, context: html, text, full: html, text
- src/utils/ccCpLock/ccCp_rsh.c - lines changed 6, context: html, text, full: html, text
- src/utils/git-reports/git-reports.c - lines changed 1, context: html, text, full: html, text
- src/utils/newProg/newProg.c - lines changed 1, context: html, text, full: html, text
- src/utils/subColumn/subColumn.c - lines changed 1, context: html, text, full: html, text
- src/utils/twoBitDup/twoBitDup.c - lines changed 2, context: html, text, full: html, text
- src/utils/vulgarToPsl/vulgarToPsl.c - lines changed 2, context: html, text, full: html, text
0974642a7d35edfb39a06de8eff41387540c5023 Thu Apr 28 13:00:01 2022 -0700
- oops, this Ext function is no longer needed.
switch to files view, user index