index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http.c
Age
Commit message (
Expand
)
Author
2008-11-19
- I removed the default use of "Pragma: no-cache" from libcurl when a proxy is
Daniel Stenberg
2008-11-19
- Christian Krause reported and fixed a memory leak that would occur with HTTP
Daniel Stenberg
2008-11-11
- Rainer Canavan filed bug #2255627
Daniel Stenberg
2008-11-06
Factored out some common code into a new function output_auth_headers
Dan Fandrich
2008-10-28
added an extra set of braces to unconfuse emacs and then I re-indented a
Daniel Stenberg
2008-10-24
fix compiler warning
Yang Tse
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-23
Created Curl_raw_nequal() which does a C-locale string case comparison.
Dan Fandrich
2008-10-22
Fixed a compiler warning with --disable-proxy
Dan Fandrich
2008-10-21
Compile away some more code in the CURL_DISABLE_PROXY case.
Dan Fandrich
2008-10-17
fix compiler warning
Yang Tse
2008-10-16
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
Daniel Stenberg
2008-10-15
- Pascal Terjan filed bug #2154627
Daniel Stenberg
2008-10-08
Added const to some pointer variables
Dan Fandrich
2008-10-01
Fixed some compiler warnings with gcc
Dan Fandrich
2008-09-29
Removed unneeded includes of signal.h and setjmp.h
Dan Fandrich
2008-09-26
Fixed a few comment typos
Dan Fandrich
2008-09-22
- Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +
Daniel Stenberg
2008-09-08
fix compiler warning
Yang Tse
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-09-06
remove unnecessary typecasting of realloc()
Yang Tse
2008-09-05
Improved the logic the decides whether to use HTTP 1.1 features or not in a
Dan Fandrich
2008-09-02
Made some variables const which eliminated some casts
Dan Fandrich
2008-08-17
libcurl internal base64.h header file renamed to curl_base64.h
Yang Tse
2008-08-16
Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
Yang Tse
2008-08-15
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
Yang Tse
2008-08-12
Fixed a buffer overflow problem in Curl_proxyCONNECT that could occur
Dan Fandrich
2008-08-06
remove debug code I accidentally left in here
Daniel Stenberg
2008-08-04
- Yehoshua Hershberg found a problem that would make libcurl re-use a
Daniel Stenberg
2008-08-04
- Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and
Daniel Stenberg
2008-08-03
- Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT
Daniel Stenberg
2008-07-30
Factored out Curl_copy_header_value
Dan Fandrich
2008-07-03
Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx
Daniel Stenberg
2008-06-22
- Eduard Bloch filed the debian bug report #487567
Daniel Stenberg
2008-05-19
when the multi handle was in DO and DOING states, the HTTP and HTTPS protocol
Daniel Stenberg
2008-05-03
Added comments, check Curl_http_auth_act()'s return code and added a check
Daniel Stenberg
2008-04-17
Some trivial changes
Dan Fandrich
2008-03-31
expanded a comment around some of the new formpost callback usage
Daniel Stenberg
2008-03-31
- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
Daniel Stenberg
2008-03-27
- As found out and reported by Dan Petitt, libcurl didn't show progress/call
Daniel Stenberg
2008-03-01
- Anatoli Tubman found and fixed a crash with Negotiate authentication used on
Daniel Stenberg
2008-02-18
https_getsock() should be static all over (and did some fixed indenting)
Daniel Stenberg
2008-02-17
rephrased comment
Daniel Stenberg
2008-02-17
don't do the GOT_NOTHING error check if the DONE function was called with
Daniel Stenberg
2008-02-15
- Pooyan McSporran found and fixed a flaw where you first would do a normal
Daniel Stenberg
2008-01-31
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
Daniel Stenberg
2008-01-25
- Kevin Reed filed bug report #1879375
Daniel Stenberg
2008-01-23
"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
Daniel Stenberg
2008-01-14
Joe Malicki filed bug report #1871269
Daniel Stenberg
[prev]
[next]