| Commit message (Expand) | Author | Age | Files | Lines |
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -2/+2 |
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 |
* | MFB: Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can | Ilia Alshanetsky | 2007-12-18 | 1 | -1/+1 |
* | fix folding | Antony Dovgal | 2007-12-04 | 2 | -6/+10 |
* | - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL) | Jani Taskinen | 2007-11-16 | 1 | -3/+5 |
* | - fix CURLOPT_TIMEOUT_MS support (available since 7.16.2) | Michael Wallner | 2007-10-03 | 1 | -4/+4 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | Bagder says I don't need these ifdefs | Sara Golemon | 2007-08-21 | 1 | -2/+0 |
* | Add support for CURLPROXY_SOCKS4 | Sara Golemon | 2007-08-20 | 1 | -0/+3 |
* | add CURLINFO_PRIVATE & CURLOPT_PRIVATE | Antony Dovgal | 2007-07-04 | 1 | -0/+5 |
* | - fix typo | Michael Wallner | 2007-05-25 | 1 | -1/+1 |
* | MFB: first check the SSL lib string in libcurl and then the header | Michael Wallner | 2007-05-21 | 1 | -36/+37 |
* | - fix compiler/linker agnostic runpath switch | Michael Wallner | 2007-05-19 | 1 | -1/+1 |
* | MFB: r1.28.2.3.2.4 | Michael Wallner | 2007-05-16 | 1 | -26/+57 |
* | add CURLOPT_FTP_CREATE_MISSING_DIRS | Antony Dovgal | 2007-04-23 | 1 | -2/+4 |
* | Add support for CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS | Sara Golemon | 2007-04-17 | 1 | -0/+12 |
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
* | MFB Off by ! in file:/// control char check | Rasmus Lerdorf | 2007-03-09 | 1 | -1/+1 |
* | fix leak | Antony Dovgal | 2007-02-23 | 1 | -2/+4 |
* | improve the fix | Antony Dovgal | 2007-01-19 | 1 | -1/+1 |
* | fix #40169 (CURLOPT_TCP_NODELAY only available in curl >= 7.11.2) | Antony Dovgal | 2007-01-19 | 1 | -0/+4 |
* | Add CURLOPT_TCP_NODELAY | Sara Golemon | 2007-01-08 | 1 | -0/+2 |
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -4/+4 |
* | MFB: Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro). | Ilia Alshanetsky | 2006-12-26 | 1 | -6/+10 |
* | gracefully bail out on invalid header | Antony Dovgal | 2006-12-20 | 1 | -0/+5 |
* | - check CRYPTO_get_id_callback() if anyone else already set thread lock callb... | Michael Wallner | 2006-12-19 | 1 | -7/+2 |
* | Improve handling of POST data with Andrei's help. | Ilia Alshanetsky | 2006-12-09 | 1 | -11/+25 |
* | Fix build | Hannes Magnusson | 2006-12-09 | 1 | -1/+1 |
* | Fixed typo | Ilia Alshanetsky | 2006-12-08 | 1 | -1/+1 |
* | Allow POST of unicode data as utf8 | Ilia Alshanetsky | 2006-12-08 | 1 | -5/+11 |
* | Allow submission of unicode data in utf8 form | Ilia Alshanetsky | 2006-12-07 | 1 | -10/+22 |
* | Final set of unicode changes | Ilia Alshanetsky | 2006-12-06 | 1 | -10/+31 |
* | First part of unicode upgrade | Ilia Alshanetsky | 2006-12-06 | 1 | -84/+85 |
* | Make functions as being unicode safe | Ilia Alshanetsky | 2006-12-06 | 1 | -8/+8 |
* | MFB: Adjust previous patch to work better | Ilia Alshanetsky | 2006-11-21 | 1 | -5/+6 |
* | MFB: Fixed compiler warnings | Ilia Alshanetsky | 2006-11-20 | 1 | -5/+11 |
* | MFB: Tell linker that we're using stati libcurl | Edin Kadribasic | 2006-11-14 | 1 | -0/+1 |
* | MFB: Fixed bug #39354 (Allow building of curl extension against libcurl | Ilia Alshanetsky | 2006-11-03 | 1 | -1/+6 |
* | MFB: Fixed bug #39034 (curl_exec() with return transfer returns TRUE on | Ilia Alshanetsky | 2006-10-10 | 1 | -1/+5 |
* | MFB: Added missing configuration checks | Ilia Alshanetsky | 2006-10-08 | 1 | -0/+4 |
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 1 | -3/+3 |
* | MFB: Fix ZTS build. | Sebastian Bergmann | 2006-10-06 | 1 | -0/+1 |
* | decrement ch->uses (or destroy handle) when destroying multi handle | Antony Dovgal | 2006-10-05 | 2 | -1/+23 |
* | MFB: Fixed bug #38574 (missing curl constants and improper constant | Ilia Alshanetsky | 2006-09-18 | 1 | -8/+13 |
* | missing part of the fix for #38844 | Antony Dovgal | 2006-09-15 | 2 | -0/+10 |
* | MFB: still output an error, even if there is no curl_easy_strerror() | Antony Dovgal | 2006-09-15 | 1 | -0/+2 |
* | fix segfault in curl_multi_info_read() | Antony Dovgal | 2006-09-15 | 1 | -7/+7 |
* | fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0) | Antony Dovgal | 2006-09-15 | 2 | -0/+10 |
* | Be overly picky: CURL->cURL | Hannes Magnusson | 2006-09-09 | 3 | -13/+13 |
* | MFB: Fixed bug #38693 (curl_multi_add_handle() set curl handle to null). | Ilia Alshanetsky | 2006-09-04 | 1 | -10/+11 |