Age | Commit message (Expand) | Author |
2008-08-17 | libcurl internal md5.h header file renamed to curl_md5.h | Yang Tse |
2008-08-16 | Oops, missed FORMAT_OFF_TU | Yang Tse |
2008-08-16 | Fix Use of conditional definition of USE_OPENSSL | Yang Tse |
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-14 | When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be defi... | Yang Tse |
2008-08-14 | CURL_LLONG_MIN should now be signed | Yang Tse |
2008-08-13 | Sync config.h generation from lib/Makefile.netware and src/Makefile.netware | Yang Tse |
2008-08-13 | The size of long is a build time characteristic and as such it is now recorded | Yang Tse |
2008-08-13 | Remved '-dDEBUG_THREADING_GETADDRINFO' (no longer used). | Gisle Vanem |
2008-08-13 | Update dependencies. | Gisle Vanem |
2008-08-13 | Adjustment due to curl_off_t no longer following off_t | Yang Tse |
2008-08-12 | Removed unneeded header files | Dan Fandrich |
2008-08-12 | Fixed a buffer overflow problem in Curl_proxyCONNECT that could occur | Dan Fandrich |
2008-08-12 | Fix 'result' may be used uninitialized in function readwrite_data() | Yang Tse |
2008-08-12 | Fix curl_off_t sized constants usage | Yang Tse |
2008-08-12 | DOS/Windows 'shells' eat echoed percent sign characters unless escaped. | Yang Tse |
2008-08-11 | Fixed a boundary condition error in ftp_readresp() whereby a non-terminal | Dan Fandrich |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042430 | Daniel Stenberg |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042440 | Daniel Stenberg |
2008-08-11 | Added missing signed and unsigned curl_off_t integer constant suffixes for | Yang Tse |
2008-08-11 | Fix NetWare missing curl_off_t typedef!! | Yang Tse |
2008-08-11 | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse |
2008-08-10 | fixed creation of curlbuild.h. | Gunter Knauf |
2008-08-10 | Fix NetWare curlbuild.h | Yang Tse |
2008-08-08 | Refactored Curl_readwrite() into a number of smaller functions. | Dan Fandrich |
2008-08-08 | Remove rule no longer needed since tests/testcurl.pl revision 1.63 | Yang Tse |
2008-08-08 | Fixed an uninitialized variable in multi_runsingle() that could cause a | Dan Fandrich |
2008-08-07 | use CP macro rather than cp command. | Gunter Knauf |
2008-08-07 | added rule to create include/curl/curlbuild.h from include/curl/curlbuild.h.d... | Gunter Knauf |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-08-06 | remove debug code I accidentally left in here | Daniel Stenberg |
2008-08-06 | Removed TRACE() code. | Gisle Vanem |
2008-08-04 | - Yehoshua Hershberg found a problem that would make libcurl re-use a | Daniel Stenberg |
2008-08-04 | - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and | Daniel Stenberg |
2008-08-03 | - Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT | Daniel Stenberg |
2008-08-01 | Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't | Dan Fandrich |
2008-08-01 | User names embedded in proxy URLs without a password were parsed | Dan Fandrich |
2008-08-01 | Added more code under #ifndef CURL_DISABLE_HTTP to fix builds with | Dan Fandrich |
2008-08-01 | Refactored create_conn by breaking it up into many smaller functions | Dan Fandrich |
2008-08-01 | Made a parameter const | 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 |
2008-07-30 | - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL | Daniel Stenberg |
2008-07-30 | - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a | Daniel Stenberg |
2008-07-30 | Factored out Curl_copy_header_value | Dan Fandrich |
2008-07-30 | Sync comment with reality. | Yang Tse |
2008-07-30 | Undo using the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse |
2008-07-30 | Minor Symbian updates. | Dan Fandrich |