2006-04-10 |
Daniel Stenberg | mention recent additions |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | adding the new man pages to the package |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | Ates Goral found out that if you specified both CURLOPT... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | First curl_multi_socket() commit. Should primarily... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | This no longer needs the extra define! |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | added README.multi_socket |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | state of the multi_socket API works |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | check for fork() as well, so that we can build the... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | avoid duplicate typedefs, as this type is also defined... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | curl_multi_socket() updates |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | if configure found a fork(), sws supports --fork which... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | output the exit code from stunnel to stderr in case... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | support --fork and pass that on to sws |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | Scan for 'stunnel4' before 'stunnel' since debian have... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | Use correct content-length. Found out by patching the... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | 33. Doing multi-pass HTTP authentication on a non-defau... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | 65 - curl_multi_socket() added but not extensively... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | we haven't been using yacc/bison in a long time! |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Daniel Stenberg | forked off the changes from 2005 into its own file |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Daniel Stenberg | CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Daniel Stenberg | mention RFC 2396 for URL syntax spec |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Daniel Stenberg | new little example using the new conversion callbacks... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Daniel Stenberg | mention the outlength argument |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Gisle Vanem | readint_le() not needed in USE_WINDOWS_SSPI code. |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Gisle Vanem | curl_easy_unescape() takes 4 arguments. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Daniel Stenberg | First commit of David McCreedy's EBCDIC and TPF changes. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Daniel Stenberg | minor re-arrange to return a value in order to avoid... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Daniel Stenberg | added typedefed function pointers and typecast the... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Daniel Stenberg | attempt to avoid warnings in picky environments by... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Daniel Stenberg | cut off a bit more of the type-2 ntlm message since... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Daniel Stenberg | Michele Bini modified the NTLM code to work for his... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Daniel Stenberg | for the CURLDEBUG case, we redefine sprintf and vsprint... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Daniel Stenberg | #1451929 (curl.haxx.se/bug/view.cgi?id=1451929) detaile... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Daniel Stenberg | converted sprintf() to snprintf() to reduce risk |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Daniel Stenberg | David Byron found a problem multiple -d options when... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Gunter Knauf | minor Makefile fix - let's go 2006; |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Daniel Stenberg | Tor Arntsen figured out that TFTP was broken on a lot... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Daniel Stenberg | David McCreedy added CURLINFO_FTP_ENTRY_PATH to export... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Daniel Stenberg | Xavier Bouchoux made the SSL connection non-blocking... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Daniel Stenberg | Tor Arntsen fixed the AIX Toolbox RPM spec |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Daniel Stenberg | David McCreedy fixed libcurl to no longer ignore AUTH... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Daniel Stenberg | mention today's fixes |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Daniel Stenberg | 7.15.3 contributors |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Dan Fandrich | Fixed a bug whereby a received file whose length was... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Daniel Stenberg | off-by-one for the case when it adds /? and a terminati... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Daniel Stenberg | start working towards 7.15.4 |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Daniel Stenberg | fixed the AIX packages |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Daniel Stenberg | missing in CVS |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Daniel Stenberg | fixed tftp packet overflow risk |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Daniel Stenberg | slight rewording based on debian bug report #357388... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Daniel Stenberg | fixed in CVS |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Daniel Stenberg | AIX Toolbox RPM spec file by Tor Arntsen |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Daniel Stenberg | slightly edited explanation for -f/--fail by the help... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Daniel Stenberg | use the new types accordingly |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Daniel Stenberg | --ftp-method and CURLOPT_FTP_FILEMETHOD are now documen... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Daniel Stenberg | David McCreedy found a use of the wrong variable when... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Daniel Stenberg | David McCreedy found a missing return code assignment |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Daniel Stenberg | Scott Worley's typo fixes |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Daniel Stenberg | Peter Heuchert's correction for the clear control conne... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Daniel Stenberg | Markus Koetter filed debian bug report #355715 which... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Daniel Stenberg | Peter Heuchert made sure the CURLFTPSSL_CONTROL setting... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Daniel Stenberg | Lots of users on Windows have reported getting the... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Daniel Stenberg | build fix for Interix |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Daniel Stenberg | If run on a curl built shared, detect this and invoke... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Daniel Stenberg | added test524 |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Daniel Stenberg | Prevent uploading to a URL that has no file name part. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Daniel Stenberg | point out that CAINFO points out a file name by default |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Daniel Stenberg | added large chunk of blurb about the progress meter |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Daniel Stenberg | I'm pretty sure #24 is fixed in 7.15.2 |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Daniel Stenberg | mention Dan F's out-of-file handles fix from the other day |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Daniel Stenberg | check for and use getprotobyname |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Dan Fandrich | Don't lock up at start when there aren't any free file... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Daniel Stenberg | added missing files |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Daniel Stenberg | ack, removed duplicate |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Daniel Stenberg | 7.15.2 contributors added |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Daniel Stenberg | start over on what might become 7.15.3 |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Daniel Stenberg | hehe, wrong year but who reads these lines anyway? ;-) |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Daniel Stenberg | 7.15.2 |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Gisle Vanem | Small fix. |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Gisle Vanem | Use getprotobyname() to retrieve protocol number for TCP |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Gisle Vanem | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Dan Fandrich | Added user ID support to SOCKS4. |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Daniel Stenberg | Fixed typo, the option is called --write-out. Bob Bagwi... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Daniel Stenberg | argh, forgot the check for a connection before we call... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Dan Fandrich | Fixed a few more comment typos. |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Daniel Stenberg | Peter Su's SOCKS4 fix |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Daniel Stenberg | the last planned fix is done |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Daniel Stenberg | Lots of work and analysis by "xbx___" in bug #1431750 |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Dan Fandrich | Fixed test case 57 (KNOWN_BUG #18) |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Dan Fandrich | Fixed some spelling errors in comments, and extraneous... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Daniel Stenberg | two typos in comments |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Daniel Stenberg | Peter Su added support for SOCKS4 proxies. Enable this... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Daniel Stenberg | ftp upload with url ending with slash |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Daniel Stenberg | Shmulik Regev fixed an issue with multi-pass authentica... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Daniel Stenberg | Ulf Härnhammar fixed a format string (printf style... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Yang Tse | Fix spacing. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Daniel Stenberg | fixed formatting |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Daniel Stenberg | Shmulik Regev provided a fix for the DNS cache when... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Dan Fandrich | Gopher is no longer supported. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Daniel Stenberg | two items before release |
commit | commitdiff | tree | snapshot |
next |