- May 25, 2011
-
-
Yang Tse authored
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored
-
- May 24, 2011
-
-
Yang Tse authored
-
Yang Tse authored
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored
-
Yang Tse authored
Fix compiler warning: external definition with no prior declaration
-
Yang Tse authored
Fix compiler warning: external definition with no prior declaration
-
Yang Tse authored
Fix compiler warning: argument is incompatible with corresponding format string conversion
-
Yang Tse authored
Enclose header file in an inclusion guard
-
Yang Tse authored
Fix compiler warning: expression has no effect
-
- May 23, 2011
-
-
Yang Tse authored
Fix compiler warning: `keycheck' might be used uninitialized in this function. Fix compiler warning: `keybit' might be used uninitialized in this function.
-
Yang Tse authored
Fix variable declaration placement
-
Yang Tse authored
Fix missing semicolon
-
Yang Tse authored
Fix compiler warning: expression has no effect Fix OOM handling
-
Yang Tse authored
Fix compiler warning: expression has no effect
-
Yang Tse authored
Fix compiler warning: unused variable 'data'
-
- May 21, 2011
-
-
Yang Tse authored
Fix compiler warning: enumerated type mixed with another type
-
Yang Tse authored
Fix compiler warning: enumerated type mixed with another type
-
Yang Tse authored
Fix compiler warning: enumerated type mixed with another type
-
Yang Tse authored
Fix compiler warning: enumerated type mixed with another type
-
Yang Tse authored
Fix compiler warning: enumerated type mixed with another type
-
Yang Tse authored
Fix compiler warning: empty body in an if-statement
-
Yang Tse authored
Additionally, prevent multiple inclusions of curl_config.h
-
- May 20, 2011
-
-
Daniel Stenberg authored
winbuild: typo in docs
-
Ola Mork authored
Get cyassl's NO_FILESYSTEM to work with libcurl. Otherwise I'd get linker errors for the missing "SSL_CTX_load_verify_locations" functions.
-
Pierre Joye authored
-
- May 19, 2011
-
-
Daniel Stenberg authored
-
Yang Tse authored
Test 585: Fix opensocket return type, and avoid function name clash.
-
Yang Tse authored
Fix linkage on c-ares enabled Windows static builds
-
- May 18, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Test 585 and 586 were added. Using a modified lib500.c
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Fix the return type of the callback to match close() and make use of it.
-
Daniel Stenberg authored
Introduced the initial setup to allow closesocket callbacks by making sure sclose() is only ever called from one place in the libcurl source and still run all test cases fine.
-
Daniel Stenberg authored
Commit cbf4961b garbled the timeout handling while doing SSL handshaking (in an attempt at fixing another bug). This puts sanity back. Bug: http://curl.haxx.se/mail/lib-2011-05/0167.html Reported by: Ethan Glasser Camp
-
- May 16, 2011
-
-
Daniel Stenberg authored
-
Marcel Roelofs authored
-
- May 13, 2011
-
-
Daniel Stenberg authored
Added test 1126 and 1127 to verify curl's behaviour when If-Modified-Since is used and a 200 is returned. The list of test cases in Makefile.am is now sorted numerically.
-
- May 09, 2011
-
-
Daniel Stenberg authored
Made the public headers checksrc compliant Removed types.h (it's been unused since April 2004) Made the root makefile do make in include by default as well, so that TAGS and the checksrc will work better.
-
- May 06, 2011
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-