File Changes for chinhli
switch to commits view, user indexv293_preview to v293_preview2 (2013-11-18 to 2013-12-02) v293
- src/hg/encode3/encodeDataWarehouse/lib/resetEdw
- lines changed 1, context: html, text, full: html, text
Make a new view "vf" in encodeDataWarehouse that joins the edwFile and edwValidFile table,and convert endUploadTime and updateTime to more readable date (YYYY-MM-DD) format.
- lines changed 1, context: html, text, full: html, text
The vf was changed to display xxxxxTime column in "DATETIME" format:
endUploadTime: 2013-11-06 14:30:16
updateTime: 2013-08-12 11:59:27
- src/hg/encode3/encodeDataWarehouse/oneShot/rsyncEdwUser/makefile
- lines changed 2, context: html, text, full: html, text
Move the rsyncEdwUser source one more level down the source tree.
- src/inc/hmac.h
- lines changed 12, context: html, text, full: html, text
created to have hmacSha1() and hmacMd5() functions in kent/src/lib tocalculate openssl keyed-hash message authentication code (HMAC)
- src/lib/hmac.c
- lines changed 58, context: html, text, full: html, text
created to have hmacSha1() and hmacMd5() functions in kent/src/lib tocalculate openssl keyed-hash message authentication code (HMAC)
- src/lib/makefile
- lines changed 1, context: html, text, full: html, text
created to have hmacSha1() and hmacMd5() functions in kent/src/lib tocalculate openssl keyed-hash message authentication code (HMAC)
switch to commits view, user index