File Changes for galt
switch to commits view, user indexv450_preview2 to v450_base (2023-06-20 to 2023-06-26) v450
Show details
- src/hg/geoIpToCountry/README
- lines changed 12, context: html, text, full: html, text
6ff8d018525b73c8836fa687bf16f45ccc1a11f1 Wed Jun 21 23:33:34 2023 -0700
Adding a utility for using our existing geoIp infrastructure to lookup a 2-letter country code from an IP address (IPv4 or IPv6). Gives an error if the IP address is malformed, gives an error if hgcentral.geoIpCountry6 table does not exist, then uses it to lookup the country. If it is not found in our Maxmind table, then it returns "not found". Hopefully Hiram and others can use this.
- src/hg/geoIpToCountry/geoIpToCountry.c
- lines changed 64, context: html, text, full: html, text
6ff8d018525b73c8836fa687bf16f45ccc1a11f1 Wed Jun 21 23:33:34 2023 -0700
Adding a utility for using our existing geoIp infrastructure to lookup a 2-letter country code from an IP address (IPv4 or IPv6). Gives an error if the IP address is malformed, gives an error if hgcentral.geoIpCountry6 table does not exist, then uses it to lookup the country. If it is not found in our Maxmind table, then it returns "not found". Hopefully Hiram and others can use this.
- src/hg/geoIpToCountry/makefile
- lines changed 21, context: html, text, full: html, text
6ff8d018525b73c8836fa687bf16f45ccc1a11f1 Wed Jun 21 23:33:34 2023 -0700
Adding a utility for using our existing geoIp infrastructure to lookup a 2-letter country code from an IP address (IPv4 or IPv6). Gives an error if the IP address is malformed, gives an error if hgcentral.geoIpCountry6 table does not exist, then uses it to lookup the country. If it is not found in our Maxmind table, then it returns "not found". Hopefully Hiram and others can use this.
- src/hg/inc/geoMirror.h
- lines changed 4, context: html, text, full: html, text
6ff8d018525b73c8836fa687bf16f45ccc1a11f1 Wed Jun 21 23:33:34 2023 -0700
Adding a utility for using our existing geoIp infrastructure to lookup a 2-letter country code from an IP address (IPv4 or IPv6). Gives an error if the IP address is malformed, gives an error if hgcentral.geoIpCountry6 table does not exist, then uses it to lookup the country. If it is not found in our Maxmind table, then it returns "not found". Hopefully Hiram and others can use this.
- src/hg/inc/versionInfo.h
- lines changed 1, context: html, text, full: html, text
925d3cb6efcdd497a15d38b0fa3178495b2247c4 Mon Jun 26 12:08:03 2023 -0700
New version number v450
- src/hg/lib/geoMirror.c
- lines changed 66, context: html, text, full: html, text
6ff8d018525b73c8836fa687bf16f45ccc1a11f1 Wed Jun 21 23:33:34 2023 -0700
Adding a utility for using our existing geoIp infrastructure to lookup a 2-letter country code from an IP address (IPv4 or IPv6). Gives an error if the IP address is malformed, gives an error if hgcentral.geoIpCountry6 table does not exist, then uses it to lookup the country. If it is not found in our Maxmind table, then it returns "not found". Hopefully Hiram and others can use this.
- src/inc/srcVersion.h
- lines changed 1, context: html, text, full: html, text
925d3cb6efcdd497a15d38b0fa3178495b2247c4 Mon Jun 26 12:08:03 2023 -0700
New version number v450
- src/utils/qa/weeklybld/buildEnv.csh
- lines changed 3, context: html, text, full: html, text
79fb71ae04f82239f2a1bc82cfcf1202dd057c35 Mon Jun 26 11:29:33 2023 -0700
v450 final build, refs #31506
switch to commits view, user index