Age | Commit message (Expand) | Author |
2008-10-23 | Really old gcc doesn't like parenthesis around the names of functions that | Dan Fandrich |
2008-10-23 | Tweaked a few tests to test proper Turkish locale handling | Dan Fandrich |
2008-10-23 | Created Curl_raw_nequal() which does a C-locale string case comparison. | Dan Fandrich |
2008-10-23 | #include <stdlib.h> for exit() prototype | Yang Tse |
2008-10-22 | Updated example sizes and disable key words | Dan Fandrich |
2008-10-22 | Fixed a compiler warning with --disable-proxy | Dan Fandrich |
2008-10-22 | fixed language, added the Solaris _REENTRANT thing | Daniel Stenberg |
2008-10-22 | For i686 icc autobuilds: | Yang Tse |
2008-10-22 | removed four issues that had no action at all for the last four weeks or more | Daniel Stenberg |
2008-10-22 | some more temporary magic for the icc seg-fault issue | Yang Tse |
2008-10-22 | remove from configure.ac temporary magic for the icc seg-fault issue | Yang Tse |
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 | some more temporary magic for the icc seg-fault issue | Yang Tse |
2008-10-21 | Fixed some problems with SFTP range support to fix test cases 634 through 637. | Dan Fandrich |
2008-10-21 | Charles Hardin patch: | Yang Tse |
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 | 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 |