Age | Commit message (Expand) | Author |
2008-10-20 | All the coverity.com issues have no been taken care of. | Daniel Stenberg |
2008-10-20 | added a NULL pointer check for the name field as it can in fact be NULL when | Daniel Stenberg |
2008-10-20 | some more temporary magic for the icc seg-fault issue | Yang Tse |
2008-10-19 | messages initially intended only for debug purposes, now become permanent | Yang Tse |
2008-10-19 | fix compiler warning | Yang Tse |
2008-10-19 | Fixed potential memory leak in OOM situations. Detected by coverity.com | Daniel Stenberg |
2008-10-19 | oops | Yang Tse |
2008-10-19 | dumpeasycode() uses warnf() which uses config->errors so we must not close | Daniel Stenberg |
2008-10-19 | Removed dead code, identified by coverity.com. | Daniel Stenberg |
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 | fix compiler warning | Yang Tse |
2008-10-17 | fix missing double-quotes | Yang Tse |
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 | Introduce new options CURLOPT_PROXY{USERNAME, PASSWORD} in OS400 code and RPG... | Patrick Monnerat |
2008-10-17 | fix compiler warning | Yang Tse |
2008-10-17 | OOM condition fix | Yang Tse |
2008-10-17 | Charles Hardin made adig support a regular numerical dotted IP address for the | Daniel Stenberg |
2008-10-17 | 185 - CURLOPT_PROXYUSER etc | Daniel Stenberg |
2008-10-17 | After having studied one of the coverity.com reports at length last night, I | Daniel Stenberg |
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 | Added missing HTTP proxy and other keywords | Dan Fandrich |
2008-10-16 | CURLOPT_POST301 => CURLOPT_POSTREDIR | 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 | compile the library file strequal.c to get the Curl_raw_equal function as | Daniel Stenberg |
2008-10-16 | mention the openssl requirement for the certinfo data | Daniel Stenberg |
2008-10-16 | correct version number for the certinfo addition | Daniel Stenberg |
2008-10-16 | Added CURLINFO_CERTINFO | Daniel Stenberg |
2008-10-16 | I renamed the function | 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-16 | some more temporary magic for the icc seg-fault issue | Yang Tse |
2008-10-15 | fix warning | Daniel Stenberg |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |
2008-10-15 | Ensure that shell variable contents which have active meaning | Yang Tse |
2008-10-15 | A <precheck> command is considered to have failed if it returns a non-zero | Dan Fandrich |
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 |