Commit Graph

326 Commits

Author SHA1 Message Date
Felipe Pena
a1e8d340c3 New macro for check void parameters 2008-02-28 14:16:25 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Ilia Alshanetsky
f8b7f4bed6 MFB: Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can
result in a crash)
2007-12-18 13:48:19 +00:00
Antony Dovgal
b3a45d492d fix folding 2007-12-04 08:55:58 +00:00
Jani Taskinen
fc5d24284f - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL) 2007-11-16 14:18:59 +00:00
Michael Wallner
25f77827dd - fix CURLOPT_TIMEOUT_MS support (available since 7.16.2) 2007-10-03 20:32:52 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Sara Golemon
16b1288ee1 Bagder says I don't need these ifdefs 2007-08-21 21:23:35 +00:00
Sara Golemon
0deb7d03df Add support for CURLPROXY_SOCKS4 2007-08-20 18:56:05 +00:00
Antony Dovgal
0c0166979d add CURLINFO_PRIVATE & CURLOPT_PRIVATE
patch by Andrey A. Belashkov
2007-07-04 13:33:01 +00:00
Michael Wallner
c54763d35a - fix typo 2007-05-25 12:48:39 +00:00
Michael Wallner
31509b6433 MFB: first check the SSL lib string in libcurl and then the header 2007-05-21 13:34:39 +00:00
Michael Wallner
97399e90f7 - fix compiler/linker agnostic runpath switch 2007-05-19 19:36:35 +00:00
Michael Wallner
b83260a150 MFB: r1.28.2.3.2.4 2007-05-16 21:19:53 +00:00
Antony Dovgal
84827aabc4 add CURLOPT_FTP_CREATE_MISSING_DIRS 2007-04-23 14:36:38 +00:00
Sara Golemon
68fb6f020b Add support for CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS 2007-04-17 18:39:18 +00:00
Martin Kraemer
e46b1b3747 Typo 2007-03-14 09:49:58 +00:00
Rasmus Lerdorf
bdd22775fe MFB Off by ! in file:/// control char check 2007-03-09 01:22:47 +00:00
Antony Dovgal
b4f2b5d1df fix leak
no need to allocate the buffer if there was no data
2007-02-23 20:50:17 +00:00
Antony Dovgal
d92352967c improve the fix 2007-01-19 18:03:25 +00:00
Antony Dovgal
70863e0395 fix #40169 (CURLOPT_TCP_NODELAY only available in curl >= 7.11.2) 2007-01-19 15:38:02 +00:00
Sara Golemon
ea81a3a7b7 Add CURLOPT_TCP_NODELAY 2007-01-08 20:04:56 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky
fdf33c7593 MFB: Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro). 2006-12-26 16:57:51 +00:00
Antony Dovgal
6fe75a0ae0 gracefully bail out on invalid header 2006-12-20 13:08:54 +00:00
Michael Wallner
88cd3100c7 - check CRYPTO_get_id_callback() if anyone else already set thread lock callbacks 2006-12-19 21:41:12 +00:00
Ilia Alshanetsky
e0b72d28c6 Improve handling of POST data with Andrei's help. 2006-12-09 14:37:40 +00:00
Hannes Magnusson
815ec53657 Fix build 2006-12-09 14:07:13 +00:00
Ilia Alshanetsky
6ef2d0dd23 Fixed typo 2006-12-08 03:13:41 +00:00
Ilia Alshanetsky
e8101a6d16 Allow POST of unicode data as utf8 2006-12-08 00:46:01 +00:00
Ilia Alshanetsky
38d622732d Allow submission of unicode data in utf8 form 2006-12-07 01:06:54 +00:00
Ilia Alshanetsky
374a5b63c6 Final set of unicode changes 2006-12-06 18:40:55 +00:00
Ilia Alshanetsky
aa6e70f216 First part of unicode upgrade 2006-12-06 17:52:11 +00:00
Ilia Alshanetsky
f7289c93db Make functions as being unicode safe 2006-12-06 16:25:17 +00:00
Ilia Alshanetsky
f1fdf21706 MFB: Adjust previous patch to work better 2006-11-21 15:58:12 +00:00
Ilia Alshanetsky
f09218a04c MFB: Fixed compiler warnings 2006-11-20 19:06:09 +00:00
Edin Kadribasic
05a3c2a14b MFB: Tell linker that we're using stati libcurl 2006-11-14 19:57:35 +00:00
Ilia Alshanetsky
0311ffef1f MFB: Fixed bug #39354 (Allow building of curl extension against libcurl
7.16.0)
2006-11-03 14:53:27 +00:00
Ilia Alshanetsky
1032b2eaa3 MFB: Fixed bug #39034 (curl_exec() with return transfer returns TRUE on
empty files).
2006-10-10 23:13:13 +00:00
Ilia Alshanetsky
6c3b4288bb MFB: Added missing configuration checks 2006-10-08 22:39:48 +00:00
Hannes Magnusson
176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Sebastian Bergmann
b7dc089fc2 MFB: Fix ZTS build. 2006-10-06 03:49:04 +00:00
Antony Dovgal
9adc8c3931 decrement ch->uses (or destroy handle) when destroying multi handle 2006-10-05 15:06:11 +00:00
Ilia Alshanetsky
b8b3ade128 MFB: Fixed bug #38574 (missing curl constants and improper constant
detection).
2006-09-18 16:13:00 +00:00
Antony Dovgal
4d4166fcbc missing part of the fix for #38844 2006-09-15 15:42:39 +00:00
Antony Dovgal
b8e416139d MFB: still output an error, even if there is no curl_easy_strerror() 2006-09-15 15:33:30 +00:00
Antony Dovgal
da064ca404 fix segfault in curl_multi_info_read() 2006-09-15 15:04:03 +00:00
Antony Dovgal
b6596bebc7 fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0) 2006-09-15 13:43:55 +00:00
Hannes Magnusson
8b427acfd0 Be overly picky: CURL->cURL 2006-09-09 20:03:55 +00:00
Ilia Alshanetsky
5e14e8ee0c MFB: Fixed bug #38693 (curl_multi_add_handle() set curl handle to null). 2006-09-04 16:31:38 +00:00