summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/url.c
Commit message (Collapse)AuthorAgeFilesLines
* special case for libreoffice-langpack-brThierry Vignaud2012-12-211-5732/+560
|
* include Parse::EDID for monitor-parse-edid (mga#8076)Thierry Vignaud2012-11-151-560/+5732
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+1
| | | | | - move string/system utility functions in utils.c
* re-sync after the big svn lossPascal Rigaux2007-04-251-2/+2
|
* Fix another couple of potential buffer overflowsRafael Garcia-Suarez2006-02-151-7/+1
|
* http redirection supportOlivier Blin2005-09-071-8/+49
|
* create str_ftp_error()Pascal Rigaux2004-11-041-0/+10
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* list only the requested file in ftp_get_filesize() instead of the whole ↵Olivier Blin2004-06-081-2/+2
| | | | directory (the buffer happens to be too small sometimes), make this function available for other modules
* fix buggy redhat code exhausted only in -Os which corruptedGuillaume Cottenceau2004-02-161-1/+1
| | | | | | memory and gave wrong results for download file size in FTP/HTTP installs
* log server http responseGuillaume Cottenceau2004-02-061-0/+1
|
* try to use asprintf a bit (hope it doesn't segfault too much)Guillaume Cottenceau2003-12-221-11/+3
|
* http proxy support for ftp/http install contributed by Olivier Blin <blino ↵Guillaume Cottenceau2003-12-221-6/+26
| | | | at mandrake.org>
* provide Host: in http requests so that install works from sites with virtual ↵Guillaume Cottenceau2003-03-061-2/+2
| | | | hosting (#2561)
* compile with -WGuillaume Cottenceau2002-07-031-1/+1
|
* - first draft of adsl supportGuillaume Cottenceau2001-06-011-7/+2
| | | | | - get back some code for supporting broken glibc unable to resolve when linked statically
* use poll() rather than select(), smaller code sizeGuillaume Cottenceau2001-05-141-31/+18
|
* for HTTP installs, make use of Content-Length when available, to display ↵Guillaume Cottenceau2001-02-201-2/+8
| | | | progressbar
* allow providing void password in network/ftp installsGuillaume Cottenceau2001-01-211-3/+2
|
* use strrchr instead of doing it by handGuillaume Cottenceau2001-01-121-6/+1
|
* *** empty log message ***Guillaume Cottenceau2001-01-111-0/+519