Age | Commit message (Expand) | Author |
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 |
2008-07-30 | Fixed --use-ascii to properly convert text files on Symbian OS, MS-DOS | Dan Fandrich |
2008-07-29 | Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4 | Dan Fandrich |
2008-07-29 | ignore *.dist files | Yang Tse |
2008-07-28 | Fixed display of the interface bind address in the trace output when it's | Dan Fandrich |
2008-07-27 | setup.h handles definition of _REENTRANT based on NEED_REENTRANT | Yang Tse |
2008-07-27 | Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4 | Dan Fandrich |
2008-07-26 | - David Bau filed bug report #2026240 "CURL_READFUNC_PAUSE leads to buffer | Daniel Stenberg |
2008-07-24 | ignore curllib.vcproj | Yang Tse |
2008-07-22 | minor reordering in OS/400 config/setup files | Yang Tse |
2008-07-21 | Change recvfrom's sixth argument data type to the 'historically standard' 'int' | Yang Tse |
2008-07-21 | Undefine 'byte' due to dict.c. | Gisle Vanem |
2008-07-21 | fix compiler warning: comparison between signed and unsigned | Yang Tse |
2008-07-21 | Adjust recvfrom's sixth arg data type definition for NetWare (LIBC) | Yang Tse |
2008-07-21 | Use the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse |
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse |
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse |
2008-07-16 | fix comment | Yang Tse |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse |
2008-07-15 | add comment for include paths | Yang Tse |
2008-07-14 | Move _REENTRANT definition earlier in lib/setup.h | Yang Tse |
2008-07-14 | Removed inclusion of remaining system header files from configuration files. | Yang Tse |
2008-07-14 | Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.h | Yang Tse |
2008-07-14 | Remove duplicate file inclusions. These are already done in lib/setup.h | Yang Tse |
2008-07-14 | Remove duplicate file inclusions. These are already done in lib/setup.h | Yang Tse |
2008-07-14 | HTTP_ONLY definition check in lib/setup.h is now done once that configuration | Yang Tse |
2008-07-11 | fix multiple header inclusion prevention definition | Yang Tse |
2008-07-11 | move multiple header inclusion prevention definition to top of file | Yang Tse |
2008-07-11 | Added missing multiple header inclusion prevention definition | Yang Tse |
2008-07-11 | indent and comment cleanup (no code change) | Daniel Stenberg |
2008-07-11 | - Daniel Fandrich found out we didn't pass on the user-agent properly when | Daniel Stenberg |
2008-07-11 | Changed slightly the SFTP quote commands chmod, chown and chgrp to only | Dan Fandrich |
2008-07-10 | Fixed another OOM problem, this time with test 64. | Dan Fandrich |
2008-07-10 | Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRI | Yang Tse |
2008-07-09 | - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I | Daniel Stenberg |
2008-07-09 | Fixed an OOM handling problem that cause test 11 to fail the torture test. | Dan Fandrich |
2008-07-08 | Fixed test 554 to pass the torture test. | Dan Fandrich |