summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - bug report #2727981 (http://curl.haxx.se/bug/view.cgi?id=2727981) by MartinDaniel Stenberg2009-04-131-10/+17
* - David James brought a patch that make libcurl close (all) dead connectionsDaniel Stenberg2009-03-031-16/+16
* - David Kierznowski notified us about a security flawcurl-7_19_4Daniel Stenberg2009-03-021-1/+35
* fix compiler warningYang Tse2009-02-281-6/+6
* - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 forDaniel Stenberg2009-02-171-1/+1
* Moved Curl_strntoupper() to the rawstr.c file where the other raw stringDaniel Stenberg2009-02-071-15/+0
* - Patrick Scott found a rather large memory leak when using the multiDaniel Stenberg2009-02-021-1/+5
* - Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg2009-02-021-5/+9
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-0/+31
* - Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an appDaniel Stenberg2009-01-261-0/+6
* - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg2009-01-251-76/+158
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-211-2/+16
* Unified much of the SessionHandle initialization done in Curl_open() andDan Fandrich2009-01-081-64/+77
* - Phil Lisiecki filed bug report #2413067Daniel Stenberg2008-12-291-5/+11
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-0/+1
* Make the getoff all pipelines function only set _inuse to FALSE if theDaniel Stenberg2008-12-121-14/+18
* Dan F pointed out that we don't need to scan IPv6 addresses for '%'-lettersDaniel Stenberg2008-12-111-1/+4
* - Keshav Krity found out that libcurl failed to deal with dotted IPv6Daniel Stenberg2008-12-111-1/+2
* - Internet Explorer had a broken HTTP digest authentication before v7 andDaniel Stenberg2008-12-101-0/+19
* - Igor Novoseltsev filed bug #2351645Daniel Stenberg2008-12-031-7/+15
* - Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas gotDaniel Stenberg2008-11-191-0/+5
* corrected and clarified the *_SPEED_LARGE commentsDaniel Stenberg2008-11-051-6/+4
* - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out aDaniel Stenberg2008-11-031-32/+28
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-231-1/+1
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-191-1/+4
* clarified an argument's situation due to a false positive alert pointed outDaniel Stenberg2008-10-191-3/+8
* oops ;-)Yang Tse2008-10-171-1/+1
* oopsYang Tse2008-10-171-1/+1
* fix syntax errorDaniel Stenberg2008-10-171-1/+1
* fix compiler warningYang Tse2008-10-171-2/+4
* Return an error when a proxy option is set when configured withDan Fandrich2008-10-161-53/+45
* don't segfault when NULL is passed in to CURLOPT_USERPWD orDaniel Stenberg2008-10-161-0/+3
* - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that thenDaniel Stenberg2008-10-161-39/+62
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-12/+12
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-12/+12
* fix compiler warningYang Tse2008-10-141-2/+2
* _ Adapt OS400 EBCDIC wrappers to new options.Patrick Monnerat2008-10-101-2/+2
* Fixed a memory leak in the new CURLOPT_USERPWD handlingDan Fandrich2008-10-081-0/+1
* fix missing null-pointer checkYang Tse2008-10-081-2/+8
* - Igor Novoseltsev brought a patch that introduced two new options toDaniel Stenberg2008-10-081-8/+47
* - Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A thenDaniel Stenberg2008-10-071-0/+6
* Fixed a compile problem with --disable-proxyDan Fandrich2008-09-291-0/+2
* - Daniel Egger provided a patch that allows you to disable proxy support inDaniel Stenberg2008-09-291-4/+9
* Moved all signal-based name resolution timeout handling into a single newDan Fandrich2008-09-291-126/+17
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-5/+0
* Make sure not to dereference the wrong UrlState proto union member whenDan Fandrich2008-09-241-0/+1
* Only define alarmfunc when signals are usedDan Fandrich2008-09-191-10/+2
* Don't bother to install a SIGALRM handler unless alarm() is available.Dan Fandrich2008-09-191-37/+32