- Jun 24, 2011
-
-
Tom Wright authored
-
Dan Fandrich authored
Autobuild submitters can use this to add some text to their setup files to describe issues they've found with the build or tests. This could include laying blame on test failures on network issues or dependent libraries, explaining away compiler warnings or providing any additional information that could be useful to people reviewing and investigating problems with the publicly available autobuild logs. Note that persistent test failures that are not issues with curl itself should normally be fixed by excluding them from the test run instead. This is an entirely optional field that is not entered by the user the first time a new build is created.
-
Dan Fandrich authored
-
- Jun 23, 2011
-
-
Daniel Stenberg authored
Just to make sure a user is aware of it.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 22, 2011
-
-
Daniel Stenberg authored
libcurl inappropriate GSSAPI delegation. Full details at http://curl.haxx.se/docs/adv_20110623.html
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This is a security flaw. See curl advisory 20110623 for details. Reported by: Richard Silverman
-
- Jun 21, 2011
-
-
Josue Andrade Gomes authored
-
Daniel Stenberg authored
[pop3] remove extra space in LIST command
-
Ori Avtalion authored
Some servers, e.g. mail.bezeqint.net:110, consider it a syntax error
-
Yang Tse authored
compiler warning: conditional expression is constant
-
Yang Tse authored
compiler warning: variable is initialized but not referenced
-
Yang Tse authored
-
Daniel Stenberg authored
-
- Jun 20, 2011
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Jun 19, 2011
-
-
Amr Shahin authored
adding unit test for Curl_llist_move, documenting unit-tested functions in llist.c, changing unit-test to unittest, replacing assert calls with abort_unless calls
-
- Jun 17, 2011
-
-
Daniel Stenberg authored
The CURLFORM_STREAM is documented to only insert a file name (and thus look like a file upload) in the part if CURLFORM_FILENAME is set, but in reality it always inserted a filename="" and if CURLFORM_FILENAME wasn't set, it would insert insert rubbish (or possibly crash). This is now fixed to work as documented, and test 554 has been extended to verify this. Reported by: Sascha Swiercy Bug: http://curl.haxx.se/mail/lib-2011-06/0070.html
-
Yang Tse authored
-
Yang Tse authored
-
- Jun 14, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 13, 2011
-
-
Daniel Stenberg authored
Properly deal with the fact that the last fread() call most probably is a short read, and when using callbacks in fact all calls can be short reads. No longer consider a file read done until it returns a 0 from the read function. Reported by: Aaron Orenstein Bug: http://curl.haxx.se/mail/lib-2011-06/0048.html
-
Daniel Stenberg authored
If a piece is set to use a callback to get the data, it should not be treated as data. It unfortunately also requires that curl_easy_perform() or similar has been used as otherwise the callback function hasn't been figured out and curl_formget won't know how to get the content.
-
Daniel Stenberg authored
Due to a design flaw, the CURLFORM_STREAM option doesn't really work with curl_formget until after curl_easy_perform (or similar).
-
Daniel Stenberg authored
We don't author the bindings, they are created outside the main project.
-
- Jun 12, 2011
-
-
Dan Fandrich authored
-
- Jun 11, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
These were just warnings in test code but it still makes it nicer to not generate them.
-
Daniel Stenberg authored
Typecast when converting to int from long to avoid some compiler warnings
-
Yang Tse authored
-
Dan Fandrich authored
Removing dynamic allocations also simplifies the test.
-
- Jun 10, 2011
-
-
Daniel Stenberg authored
The test code that was #ifdef'ed in the code was converted into unit tests in test case 1309. I also removed the #if 0'ed code from splay.c
-
Daniel Stenberg authored
With "@unittest: [num]" in the header comment for each tested function. Shows we have a log way to go still...
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This is a few first rather basic tests of curl_formadd() and curl_formget(). Should serve as building blocks to add more variations to the test.
-