Age | Commit message (Expand) | Author |
2008-11-05 | corrected and clarified the *_SPEED_LARGE comments | Daniel Stenberg |
2008-11-03 | - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a | Daniel Stenberg |
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-19 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |
2008-10-19 | clarified an argument's situation due to a false positive alert pointed out | Daniel Stenberg |
2008-10-17 | oops ;-) | Yang Tse |
2008-10-17 | oops | Yang Tse |
2008-10-17 | fix syntax error | Daniel Stenberg |
2008-10-17 | fix compiler warning | Yang Tse |
2008-10-16 | Return an error when a proxy option is set when configured with | Dan Fandrich |
2008-10-16 | don't segfault when NULL is passed in to CURLOPT_USERPWD or | Daniel Stenberg |
2008-10-16 | - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that then | Daniel Stenberg |
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-14 | fix compiler warning | Yang Tse |
2008-10-10 | _ Adapt OS400 EBCDIC wrappers to new options. | Patrick Monnerat |
2008-10-08 | Fixed a memory leak in the new CURLOPT_USERPWD handling | Dan Fandrich |
2008-10-08 | fix missing null-pointer check | Yang Tse |
2008-10-08 | - Igor Novoseltsev brought a patch that introduced two new options to | Daniel Stenberg |
2008-10-07 | - Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A then | Daniel Stenberg |
2008-09-29 | Fixed a compile problem with --disable-proxy | Dan Fandrich |
2008-09-29 | - Daniel Egger provided a patch that allows you to disable proxy support in | Daniel Stenberg |
2008-09-29 | Moved all signal-based name resolution timeout handling into a single new | Dan Fandrich |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse |
2008-09-24 | Make sure not to dereference the wrong UrlState proto union member when | Dan Fandrich |
2008-09-19 | Only define alarmfunc when signals are used | Dan Fandrich |
2008-09-19 | Don't bother to install a SIGALRM handler unless alarm() is available. | Dan Fandrich |
2008-09-18 | fix compiler warning: external declaration in primary source file | Yang Tse |
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-05 | - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames | Daniel Stenberg |
2008-09-05 | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg |
2008-09-04 | fix print formatting string directives | Yang Tse |
2008-09-02 | Made some variables const which eliminated some casts | Dan Fandrich |
2008-08-28 | - Dengminwen reported that libcurl would lock a (cookie) share twice (without | Daniel Stenberg |
2008-08-28 | Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to set | Dan Fandrich |
2008-08-26 | Fixed out of memory problems that caused torture test failures in tests | Dan Fandrich |
2008-08-21 | Work around a scanf() bug in djgpp 2.04. The assignments for this | Gisle Vanem |
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-11 | - Constantine Sapuntzakis filed bug report #2042440 | Daniel Stenberg |
2008-08-01 | User names embedded in proxy URLs without a password were parsed | Dan Fandrich |
2008-08-01 | Refactored create_conn by breaking it up into many smaller functions | Dan Fandrich |
2008-07-31 | Fixed a problem with any FTP URL or any URLs containing an IPv6 address | Dan Fandrich |
2008-07-31 | Fixed parsing of an IPv6 proxy address to support a scope identifier, | Dan Fandrich |
2008-07-31 | Fixed a couple of problems in the IPv6 scope code. First, a host name in | Dan Fandrich |