- Aug 29, 2006
-
-
Gisle Vanem authored
-
- Jul 27, 2006
-
-
Daniel Stenberg authored
formposts work exactly the way you want it (and the way you'd assume it works)
-
- Jul 20, 2006
-
-
Daniel Stenberg authored
problem added with the curl_formget() patch.
-
- Jun 28, 2006
-
-
Yang Tse authored
-
- Jun 24, 2006
-
-
Daniel Stenberg authored
(serialise) a previously built formpost (as with curl_formadd()).
-
- Apr 26, 2006
-
-
Gisle Vanem authored
#ifdef around WSAEDISCON in strerror.c.
-
- Nov 24, 2005
-
-
Daniel Stenberg authored
disabled
-
- May 02, 2005
-
-
Daniel Stenberg authored
-
- Apr 26, 2005
-
-
Daniel Stenberg authored
VS2005.
-
- Dec 22, 2004
-
-
Dan Fandrich authored
-
- Dec 16, 2004
-
-
Daniel Stenberg authored
of struct_stat in formdata.c as well, to support formpost uploads of large files on Windows too
-
- Dec 15, 2004
-
-
Dan Fandrich authored
-
- Nov 02, 2004
-
-
Daniel Stenberg authored
-
- Oct 24, 2004
-
-
Daniel Stenberg authored
good. I fixed.
-
- Oct 08, 2004
-
-
Daniel Stenberg authored
our own in the formdata.c file to prevent warnings on systems without it
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
- Oct 05, 2004
-
-
Daniel Stenberg authored
Mainly meant to deal with the IRIX case which seems to requrie a "-lgen" lib to find the basename function and thus without the gen lib, it finds the header but not the function and our replacement function has a prototype that doesn't match the IRIX one. A different approach would be to make configure detect and use -lgen for the systems that require it.
-
Daniel Stenberg authored
-
- Oct 01, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths.
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
precaution to prevent mistakes to lead to buffer overflows.
-
Daniel Stenberg authored
linked list for name resolved data, even on hosts/systems with only IPv4 stacks as this simplifies a lot of code.
-
- Jun 14, 2004
-
-
Daniel Stenberg authored
file until it is actually being uploaded. Make sure we build and still work with HTTP disabled - the SSL code might use the boundary string for some random seeding.
-
- Jun 13, 2004
-
-
Daniel Stenberg authored
-
- Jun 10, 2004
-
-
Daniel Stenberg authored
-
- Jun 09, 2004
-
-
Daniel Stenberg authored
keep the API complete at all times
-
- Jun 03, 2004
-
-
Daniel Stenberg authored
-
- May 13, 2004
-
-
Daniel Stenberg authored
-
- May 12, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
causes xlc and gcc act differently on AIX.
-
- May 11, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Also some minor edits.
-
- May 10, 2004
-
-
Daniel Stenberg authored
building formposts
-
- May 07, 2004
-
-
Daniel Stenberg authored
-
- May 04, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 23, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
for it. It saves one extra copy of the header. I also added comments for several functions in formdata.c
-
- Mar 12, 2004
-
-
Daniel Stenberg authored
-