search for: newurl

Displaying 2 results from an estimated 2 matches for "newurl".

2007 Jul 12
0
[LLVMdev] CallInst API Changes Ready
Reid, when gcc-4.0 lands, please send around the svn switch --relocate OLDURL NEWURL magic incantation. Just a reminder :-) Thanks, Gabor
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...me type; + char *headers; } *Rurlconn; /* used in internet module */ @@ -67,7 +68,7 @@ Rconnection getConnection_no_err(int n); Rboolean switch_stdout(int icon, int closeOnExit); void init_con(Rconnection new, const char *description, int enc, const char * const mode); -Rconnection R_newurl(const char *description, const char * const mode, int type); +Rconnection R_newurl(const char *description, const char * const mode, SEXP headers, int type); Rconnection R_newsock(const char *host, int port, int server, const char * const mode, int timeout); Rconnection in_R_newsock(const char *h...