Age | Commit message (Expand) | Author |
2008-10-23 | Added rawstr.c to the non-configure libcurl makefiles | Dan Fandrich |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-23 | added include to make the krb4 code compile again | Daniel Stenberg |
2008-10-23 | Really old gcc doesn't like parenthesis around the names of functions that | Dan Fandrich |
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-22 | Changed some arrays of char* to arrays of char[] to reduce data size and | Dan Fandrich |
2008-10-21 | Compile away some more code in the CURL_DISABLE_PROXY case. | Dan Fandrich |
2008-10-21 | Fixed some problems with SFTP range support to fix test cases 634 through 637. | Dan Fandrich |
2008-10-20 | remove debug-code which zero-filled some structures before free()ing them | Yang Tse |
2008-10-20 | A few prototypes shouldn't be defined if SSL is disabled. | Dan Fandrich |
2008-10-20 | *** empty log message *** | Yang Tse |
2008-10-20 | added a NULL pointer check for the name field as it can in fact be NULL when | Daniel Stenberg |
2008-10-19 | fix compiler warning | Yang Tse |
2008-10-19 | oops | Yang Tse |
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-19 | Fixed a compiler warning in the CURL_DISABLE_HTTP case | Dan Fandrich |
2008-10-19 | attempt to fix compiler warning relative to potential misaligned data access | Yang Tse |
2008-10-18 | Removed some more code in the CURL_DISABLE_HTTP case | Dan Fandrich |
2008-10-18 | Removed a line of dead code (discovered by Coverity) | Dan Fandrich |
2008-10-17 | Forgot it's a struct | Dan Fandrich |
2008-10-17 | Fixed a compile error reported by Albert Chin on AIX and IRIX when using | Dan Fandrich |
2008-10-17 | protect against 'use after free' or race condition | Yang Tse |
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-17 | OOM condition fix | Yang Tse |
2008-10-17 | remove some spurious line-endings | Yang Tse |
2008-10-17 | portability fix to avoid memory alignment problems | 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-16 | Curl_ascii_equal() must not assume that the string is actually ASCII (so that... | Daniel Stenberg |
2008-10-15 | fix warning | Daniel Stenberg |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |
2008-10-15 | removed the proto as well since the function is now gone | Daniel Stenberg |
2008-10-15 | remove Curl_strcasestr() since there is no code at all using this function! | Daniel Stenberg |
2008-10-15 | - John Wilkinson filed bug #2155496 | Daniel Stenberg |
2008-10-14 | fix compiler warning | Yang Tse |
2008-10-13 | Removed superfluous check of clist->name, as in this code path that pointer | Daniel Stenberg |
2008-10-13 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |
2008-10-13 | There's no guarantee that a socket was involved at this point, so avoid displ... | Yang Tse |
2008-10-12 | Changed Curl_strlcat to strlcat, which is the one guaranteed to exist | Dan Fandrich |
2008-10-11 | fix compiler warning | Yang Tse |
2008-10-11 | fix compiler warning: explicit conversion of a 64-bit integral type to a smal... | Yang Tse |
2008-10-10 | Fixed some compiler warnings with CURL_DISABLE_HTTP | Dan Fandrich |
2008-10-10 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |