Daniel Stenberg
|
3aa3d7e629
Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and
|
15 years ago |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 years ago |
Daniel Stenberg
|
bdec6f2b20
- Frank Hempel found out a bug and provided the fix:
|
15 years ago |
Dan Fandrich
|
80ffd3581f
Created a CURLMIN macro to match CURLMAX
|
16 years ago |
Daniel Stenberg
|
c76d939563
Christian Krause fixed a build failure when building with gss support
|
16 years ago |
Michal Marek
|
c331c73ec6
- Fixed a potential data loss in Curl_client_write() when the transfer is
|
16 years ago |
Dan Fandrich
|
484d549ece
Marked with TODO comments a number of problems in the Kerberos code detected
|
16 years ago |
Dan Fandrich
|
7fc4e8af0a
Changed some arrays of char* to arrays of char[] to reduce data size and
|
16 years ago |
Yang Tse
|
d61688923d
fix compiler warning: enumerated type mixed with another type
|
16 years ago |
Daniel Stenberg
|
aff5408633
made Curl_read_plain() return an 'int' instead of CURLcode since it actually
|
16 years ago |
Daniel Stenberg
|
391e8afd1f
- Made the SOCKS code use the new Curl_read_plain() function to fix the bug
|
16 years ago |
Yang Tse
|
59e378f48f
remove unnecessary typecasting of malloc()
|
16 years ago |
Dan Fandrich
|
3acd1146f9
Use realloc when paused in Curl_client_write
|
16 years ago |
Daniel Stenberg
|
4c9768565e
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
|
16 years ago |
Dan Fandrich
|
bb67388bbe
Made some variables const
|
16 years ago |
Daniel Stenberg
|
422fd933f5
- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy
|
16 years ago |
Michal Marek
|
e2b82b4325
- Make Curl_write and it's callees accept a const pointer, in preparation
|
16 years ago |
Daniel Stenberg
|
53a549000c
- Based on initial work done by Gautam Kachroo to address a bug, we now keep
|
17 years ago |
Daniel Stenberg
|
33d68653f0
this was modified this year so we bump the copyright year
|
17 years ago |
Daniel Stenberg
|
ef0ed9b720
Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed
|
17 years ago |
Daniel Stenberg
|
de23b98522
Introducing curl_easy_pause() and new magic return codes for both the read
|
17 years ago |
Daniel Stenberg
|
b0b40d9a00
Andrew Moise filed bug report #1847501
|
17 years ago |
Daniel Stenberg
|
662bee7193
All static functions that were previously name Curl_* something no longer
|
17 years ago |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 years ago |
Dan Fandrich
|
0f77fe55b6
Reverted the const change--what was I thinking?
|
17 years ago |
Dan Fandrich
|
68ee002ad0
Made some pointers const
|
17 years ago |
Dan Fandrich
|
16b95fc773
Enabled a few more gcc warnings with --enable-debug. Renamed a few
|
17 years ago |
Dan Fandrich
|
5ecd56d964
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
|
17 years ago |
Daniel Stenberg
|
54967d2a3a
Thomas J. Moore provided a patch that introduces Kerberos5 support in
|
17 years ago |
Daniel Stenberg
|
3d513f7ab1
spell and language fix
|
17 years ago |