| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
@ Added the curl_getinfo() function to find out information about a CURL
transfer. This function requires cURL 4.0 or above. (Sterling)
@ Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE,
CURLOPT_POSTQUOTE, CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options.
(Sterling)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
parameters. (Sterling)
@ Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP
headers to a remote site from cURL. (Sterling)
@ Add the curl_error() and curl_errno() functions. (Sterling)
Buncha other changes...
- Changed if () else if () in curl_setopt to switch .. case
- Fixed a couple crashes in certain cases.
- Finally a decent error reporting scheme.
- A few formatting changes.
|
| |
|
| |
|
|
|
|
|
| |
# it was getting hacky already.
|
|
|
|
|
|
|
|
|
| |
- Add the ability to return the web page into a variable
by setting the CURLOPT_RETURNTRANSFER constant to 1.
- Make everything conform to the naming guidelines.
- Delete the resource id from the file_id table when a
resource is closed.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
# Switch this commit message with the last one and you get the
# right commit order.
|
|
|
|
|
|
|
|
|
|
| |
- Apache not having the output go to stdout in some cases.
- Output being displayed before the header is displayed.
And causes the following:
- *Slightly* slower cURL transfers.
|
|
|
|
|
| |
- Add error constants.
|
| |
|
|
|
|
|
| |
user programs in order to have them react appropriately.
|
|
|
|
|
|
|
| |
2. Thread safety
3. Set some initial options
4. Redo the placement of some functions and options.
|
|
# Currently pretty experimental, and labeled so, it
# only really works with the CGI version. I wanted
# to get the sources in CVS, so I could give a
# reference point for some issues, and get more
# extensive testing...
#
# Does anyone know how long it is going to be till
# the next minor release?
|