2005-09-21 |
Daniel Stenberg | return an error string for the missing URL case |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Daniel Stenberg | mention what WRITEFUNCTION and WRITEDATA do by default |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Daniel Stenberg | oops, broken sentence fixed: |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Daniel Stenberg | Uses __stdcall instead of SEC_ENTRY since it seems... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Daniel Stenberg | Since newer ares versions should work with ipv6, I... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Daniel Stenberg | typecasts added in an attempt to please the picky compilers |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Daniel Stenberg | added test 271 |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Daniel Stenberg | test 271, the first ever TFTP test |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Daniel Stenberg | seems to work for test 271 on Linux now! |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Daniel Stenberg | Dmitry Bartsevich made the SSPI support work on Windows... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Dominick Meglio | Added constants that will be used by ares_getaddrinfo... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Daniel Stenberg | keep 'socktype' in the connectdata struct and make... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Daniel Stenberg | recent changes |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Daniel Stenberg | renamed sendfile() since some systems have a system... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Daniel Stenberg | In the Solaris 7 header files for tftp, the th_stuff... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Daniel Stenberg | prevent warnings on re-defining MIN |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Daniel Stenberg | added URLs to bug reports |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Daniel Stenberg | Added known bugs #26, started using my new "bounce... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Daniel Stenberg | use int "subscripts" to prevent warnings from picky... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Daniel Stenberg | use internal *printf() clones |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Daniel Stenberg | ifdef for includes, added checking for two not previous... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Daniel Stenberg | use make -k when running the tests |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Daniel Stenberg | ignore this too |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Daniel Stenberg | build tftpd too! |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Daniel Stenberg | First version of the TFTP server. Basic functionality... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Daniel Stenberg | added TFTP and TFTP-ipv6 support |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Daniel Stenberg | moved test2file() to util.c |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Daniel Stenberg | minor changes, the biggest one being using Curl_select() |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Daniel Stenberg | mention the configure change |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Daniel Stenberg | oops, return error if an error did occur! |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Daniel Stenberg | CURLOPT_BUFFERSIZE clarification |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Daniel Stenberg | Use the AC_CHECK_MEMBER() function for check struct... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Daniel Stenberg | --max-time should work just as good on win32 these... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Daniel Stenberg | mention the protocol-guessing when no protocol part... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Daniel Stenberg | added tftp.c |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Daniel Stenberg | Ben Madsen reported a problem that only seemed to occur... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Daniel Stenberg | Thanks to Scott Davis' detailed reports, I found this... |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Gisle Vanem | Fix warning about missing initializers. |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Gisle Vanem | Fix for bind() on Winsock; AF_UNSPEC (0) is illegal. |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Daniel Stenberg | Now curl warns if an unknown variable is used in the... |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Daniel Stenberg | binding updates |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Daniel Stenberg | sockets are curl_socket_t to build cleaner |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Daniel Stenberg | Use SOCK_DGRAM for TFTP. Consider setting this up at... |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Gunter Knauf | minor Makefile fixes. |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Daniel Stenberg | Added the people from the 7.14.1 release announcement. |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Daniel Stenberg | new release, work has been "initiated" |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Daniel Stenberg | mention the recent improvements |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Daniel Stenberg | don't start lines with apostrophes! |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Daniel Stenberg | check that bind() returns success |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Daniel Stenberg | --protocols now supports TFTP |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Daniel Stenberg | 7.14.2 actually |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Daniel Stenberg | Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Daniel Stenberg | John Kelly added TFTP support to libcurl. A bunch of... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Daniel Stenberg | explain why the ABI depends on the SSL libs |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Daniel Stenberg | use -c to automake to copy the new files |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Daniel Stenberg | work on 7.14.2 starts now |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Daniel Stenberg | 7.14.1 coming right up |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Daniel Stenberg | softened my opinions, added API benefit - Thanks to... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Daniel Stenberg | clarify that the ctxfunc is called on all new connects |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Daniel Stenberg | added DISTRO-DILEMMA |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Daniel Stenberg | added the URL |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Daniel Stenberg | new |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Daniel Stenberg | oops, the GNU GSS patch could clobber the CPPFLAGS... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Daniel Stenberg | ocurl release |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Daniel Stenberg | use it as 'struct addrinfo' so perhaps it builds on... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Gunter Knauf | quick hack to make it working again on Win32 - however... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Daniel Stenberg | Kevin Lussier pointed out a problem with curllib.dsp |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Daniel Stenberg | Use the more correct BUILDING_LIBCURL define instead... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Daniel Stenberg | spell-fix |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Daniel Stenberg | Igor Polyakov fixed a rather nasty problem with the... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Daniel Stenberg | Added GNU GSS and separate sections for MIT GSS and... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Daniel Stenberg | Simon Josefson brought GNU GSS support |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Daniel Stenberg | 1.3.0 coming just up |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Daniel Stenberg | Moved the GnuTLS related TODO items from lib/TODO.gnutl... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Daniel Stenberg | 4.14 Redirects work in browser but not with curl! |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Daniel Stenberg | ok, the right term (using RFC2616 lingo) for the -X... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Daniel Stenberg | "Added in 7.14.1" notes and some minor edits |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Daniel Stenberg | CURLINFO_COOKIELIST is added in 7.14.1 |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Daniel Stenberg | Theo Borm's example, as was posted here: |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Daniel Stenberg | Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Daniel Stenberg | valgrind version 3 renames the --logfile command line... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Daniel Stenberg | fixed #26, GnuTLS CA cert verification |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Daniel Stenberg | Fixed CA cert verification using GnuTLS with the defaul... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Daniel Stenberg | known bug #26, pretty fatal for anyone who wants to... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Gunter Knauf | enabled statically linked builds. |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Daniel Stenberg | well hit me, that wasn't possible, use 1:0:0 anyway... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Daniel Stenberg | modified the version-info, we only added functions |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Daniel Stenberg | increase version info |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Daniel Stenberg | avoid adding a blank dir to the LD_LIBRARY_PATH when... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Daniel Stenberg | Alfredo Tupone provided a fix for the Windows code... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Daniel Stenberg | Using CURLOPT_COOKIEFILE serveral times add more files... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Daniel Stenberg | removed the unreachable code warning from gcc debug... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Daniel Stenberg | Norbert Novotny had problems with FTPS and he helped... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Daniel Stenberg | one german mirror has died while another one was added... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Daniel Stenberg | Added new contributors from RELEASE-NOTES. The somewhat... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Daniel Stenberg | removed some inaccurate comments about the TYPE_IN_ADDR... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Daniel Stenberg | The big POST to HTTPS is probably not a bug. |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Gunter Knauf | minor Makefile fixes. |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Gunter Knauf | updated NetWare section. |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Daniel Stenberg | detabified |
commit | commitdiff | tree | snapshot |
next |