Age | Commit message (Expand) | Author |
2009-11-27 | - Markus Koetter provided a polished and updated version of Chad Monroe's TFTP | Daniel Stenberg |
2009-11-23 | - Bjorn Augustsson reported a bug which made curl not report any problems even | Daniel Stenberg |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-11-15 | Remove enable-thread / disable-thread configure option. These were only placebo | Yang Tse |
2009-11-14 | Refactor how preprocessor symbol _THREAD_SAFE definition is done. | Yang Tse |
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse |
2009-10-27 | Fix spelling | Yang Tse |
2009-10-27 | Fix Pelles C Win32 target compilation issues | Yang Tse |
2009-10-21 | - A patch in bug report #2883177 (http://curl.haxx.se/bug/view.cgi?id=2883177) | Daniel Stenberg |
2009-10-18 | Check for basename() is now done the same as other function checks | Yang Tse |
2009-10-17 | Fix invalid file name characters handling on Windows | Yang Tse |
2009-10-15 | Replace tabs with spaces | Yang Tse |
2009-10-14 | Fix an OOM handling problem | Yang Tse |
2009-10-06 | Fix comment | Yang Tse |
2009-10-05 | more files to ignore | Yang Tse |
2009-09-18 | fix compiler warning: comparison between signed and unsigned | Yang Tse |
2009-09-16 | Attempt to silence bogus compiler warning: "Potential null pointer dereferenc... | Yang Tse |
2009-09-16 | Attempt to silence bogus compiler warning: "Potential null pointer dereferenc... | Yang Tse |
2009-09-07 | changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can ha... | Gunter Knauf |
2009-08-24 | - Eric Wong introduced support for the new option -T. (dot) that makes curl | Daniel Stenberg |
2009-08-09 | Fixed some memory leaks in the command-line tool that caused most of the | Dan Fandrich |
2009-08-06 | added a cast to silent compiler warning with 64bit systems. | Gunter Knauf |
2009-08-03 | respect error code from ftruncate(), mentioned by Peter Sylvester | Daniel Stenberg |
2009-07-25 | properly free data returned by aprintf(), and bring back the code to be | Daniel Stenberg |
2009-07-25 | blocked new stuff with HAVE_LIBSSH2_KNOWNHOST_API to check if this is our cu... | Gunter Knauf |
2009-07-22 | - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA. | Daniel Stenberg |
2009-07-17 | trial to fix a win64 compiler warning. | Gunter Knauf |
2009-07-15 | Added nonblock.c to the non-automake makefiles (note that the dependencies | Dan Fandrich |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when li... | Gunter Knauf |
2009-07-09 | - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for | Daniel Stenberg |
2009-06-20 | avoid pressanykey() call when curl finishes and was launched from bash. | Gunter Knauf |
2009-06-19 | sclose() function-like macro definition used to close a socket, | Yang Tse |
2009-06-16 | - Reuven Wachtfogel made curl -o - properly produce a binary output on windows | Daniel Stenberg |
2009-06-16 | fix compiler warning | Yang Tse |
2009-06-15 | fixed TRUE/FALSE case typo. | Gunter Knauf |
2009-06-15 | - Eric Wong's patch: | Daniel Stenberg |
2009-06-15 | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse |
2009-06-15 | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse |
2009-06-13 | improve usability with UNIX-like shells or a DOS command interpreters | Yang Tse |
2009-06-12 | Fixed to take in account the different interpretation of double | Yang Tse |
2009-06-11 | DOS adjustments | Yang Tse |
2009-06-10 | - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and | Daniel Stenberg |
2009-06-10 | VMS adjustments | Yang Tse |
2009-06-10 | Adjusted to take in account that... | Yang Tse |
2009-06-09 | ENH: lower case cmake functions and remove tabs and re-indent cmake code | Bill Hoffman |
2009-06-09 | fix compiler warning | Yang Tse |
2009-06-08 | fix compiler warning: signed and unsigned type in conditional expression | Yang Tse |
2009-06-07 | - Eric Wong fixed --no-buffer to actually switch off output buffering. Been | Daniel Stenberg |
2009-06-06 | Revert delegating c-ares linking magic on libtool and auto-makefiles when using | Yang Tse |
2009-06-05 | introduction of os-specific.c and os-specific.h | Yang Tse |