Commit Graph

9 Commits

Author SHA1 Message Date
Omvpatil
446ce5f541
Fix #19823 - Changed http to https 2024-02-14 17:42:25 +01:00
theNKCode
7dd19cff68 Referenced https:// instead of http:// everywhere as per requirement 2023-03-22 06:58:25 +01:00
pancake
e6f2cd0b2a
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00
Maijin
9227815fdb Change radare->radareorg links 2019-10-07 10:48:31 +02:00
Evan Carroll
c12418f05f moved to markdown extension (#9522) 2018-02-27 10:54:54 +01:00
Tatsuyuki Ishi
6f53a6a69f PDB downloader: workaround MS server bug Fix #8848 2017-11-25 11:24:33 +01:00
Xiaoyin Liu
8c3db51c48 Use HTTPS for Microsoft symbol server URL (#6577)
* Use HTTPS for Microsoft symbol server URL

Update Microsoft symbol server URL to https://msdl.microsoft.com/download/symbols. This is the default sympath in WinDbg 10.0.14321.

* Use HTTPS in cconfig.c
2017-01-25 11:29:51 +01:00
inisider
f798918758 Add pdb usage markdown 2014-12-21 04:22:49 +01:00
inisider
155997598f Add initial support to download PDB files (NodeJS helper) 2014-12-10 17:01:32 +01:00