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-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
2008-01-10
Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow
Daniel Stenberg
2007-12-13
David Wright filed bug report #1849764
Daniel Stenberg
2007-12-08
All static functions that were previously name Curl_* something no longer
Daniel Stenberg
2007-12-05
Spacen Jasset reported a problem with doing POST (with data read with a
Daniel Stenberg
2007-12-02
Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control
Daniel Stenberg
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-20
white space changes only to clean up indent and source width
Daniel Stenberg
2007-11-16
Fix unsigned integral math check in add_buffer_send()
Yang Tse
2007-11-15
Ates Goral identified a problem in http.c:add_buffer_send() when a debug
Daniel Stenberg
2007-11-15
removed unnecessary check from add_buffer_send() that only was made within
Daniel Stenberg
2007-11-14
Fix a variable potential wrapping in add_buffer() when using absolutely
Yang Tse
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-10-23
Fix compiler warning: subscript has type `char'
Yang Tse
2007-10-22
Michal Marek forwarded the bug report
Daniel Stenberg
2007-10-17
We use this ZERO_NULL to avoid picky compiler warnings,
Yang Tse
2007-10-15
Fix dynamic CURLOPT_POSTFIELDS bug: back to static.
Patrick Monnerat
2007-10-12
Fixed a few compile errors and warnings.
Dan Fandrich
[next]