summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel Stenberg2008-01-211-1/+1
* Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support thatDaniel Stenberg2008-01-161-74/+74
* Woops, partly revert my previous commit and do it slightly differently instead.Daniel Stenberg2008-01-151-7/+2
* I made the torture test on test 530 go through. This was actually due toDaniel Stenberg2008-01-151-8/+8
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-101-0/+18
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-081-0/+7
* more SOCKS5_HOSTNAME adjustments from Richard AttererDaniel Stenberg2008-01-061-1/+1
* make sure CURLPROXY_SOCKS5_HOSTNAME is taken care of as wellDaniel Stenberg2008-01-061-2/+4
* Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg2008-01-051-8/+0
* Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg2008-01-041-0/+8
* 'false' and 'true' are not built-ins on most compilers.Gisle Vanem2008-01-031-2/+2
* Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg2008-01-021-4/+8
* Dmitry Kurochkin mentioned a flawDaniel Stenberg2007-12-261-1/+1
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-38/+38
* Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg2007-12-021-0/+17
* reqdata doesn't exist anymore and the path moved to the UrlState structDaniel Stenberg2007-11-241-1/+1
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-48/+38
* Make the do_complete() function not get called until the DO actually isDaniel Stenberg2007-11-211-2/+6
* remove the unconditional enabling of cookies if you set a share to use!Daniel Stenberg2007-11-201-7/+3
* Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg2007-11-151-3/+72
* comment languageDaniel Stenberg2007-11-121-3/+3
* Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which wasDaniel Stenberg2007-11-121-6/+11
* Fix compiler warning: integral size mismatch in argumentYang Tse2007-11-081-1/+1
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-96/+96
* Fixed an OOM problem with file: URLsDan Fandrich2007-10-301-4/+6
* typecast to prevent compiler warningYang Tse2007-10-261-1/+1
* Don't assume there's a sessionhandle around when a connection is disconnected,Daniel Stenberg2007-10-251-3/+1
* Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points outDaniel Stenberg2007-10-231-7/+11
* Michal Marek forwarded the bug reportDaniel Stenberg2007-10-221-0/+16
* Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points outDaniel Stenberg2007-10-221-5/+13
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-201-3/+3
* Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...Yang Tse2007-10-201-1/+1
* Allow CURLOPT_COPYPOSTFIELDS with explicit data size = 0Patrick Monnerat2007-10-181-5/+13
* Avoid a NULL pointer dereference in an OOM condition.Dan Fandrich2007-10-181-1/+1
* Fix overflow detection, take four. Avoiding zero size malloc.Yang Tse2007-10-171-2/+2
* Fix overflow detection, thanks to Patrick Monnerat detecting testYang Tse2007-10-171-2/+3
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-18/+10
* ANSI C compliant overflow checkYang Tse2007-10-161-4/+2
* Fixed compiler warning re: unused variable `bigsize'Dan Fandrich2007-10-161-1/+3
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-151-5/+64
* Fix LDAP compile error when LDAP is not available.Dan Fandrich2007-10-151-1/+1
* Made a few more functions static with the protocol handler table in place.Dan Fandrich2007-10-131-6/+7
* another Curl_handler fix, the #ifdefs got a bit mixed up...Daniel Stenberg2007-10-121-16/+14
* Fixed a few compile errors and warnings.Dan Fandrich2007-10-121-3/+3
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-289/+120
* Michael Wallner made the CULROPT_COOKIELIST option support a new magicDaniel Stenberg2007-10-051-24/+40
* Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION andDaniel Stenberg2007-10-031-62/+77
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-031-1/+8
* Fix compiler warningYang Tse2007-10-021-1/+1
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-25/+25