index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2009-05-12
Reverted my change to use Curl_connected_proxy() here. Clearly I wasn't
Daniel Stenberg
2009-05-12
make no proxy set return OK from Curl_connected_proxy() since it will be called
Daniel Stenberg
2009-05-11
moved variables more locally to get rid of one set of #ifdefs
Daniel Stenberg
2009-05-11
Use Curl_connected_proxy() here instead of duplicating code. Spell out the
Daniel Stenberg
2009-05-11
fix the Curl_connected_proxy function for when libcurl actually connects fine
Daniel Stenberg
2009-05-11
- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
Daniel Stenberg
2009-05-11
- Kamil Dudka provided a fix for libcurl-NSS reported by Michael Cronenworth
Daniel Stenberg
2009-05-11
- I fixed the problem with doing NTLM, POST and then following a 302 redirect,
Daniel Stenberg
2009-05-11
Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and
Daniel Stenberg
2009-05-10
- Andre Guibert de Bruet correctly pointed out an over-alloc with one wasted
Daniel Stenberg
2009-05-10
Fix function call pointed data size argument mismatch on 64Bit systems
Yang Tse
2009-05-10
Fix type cast
Yang Tse
2009-05-09
ConnectPlease() fixed for the new proxy connect functionality to make sure
Daniel Stenberg
2009-05-09
Fix libssh2 preprocessor symbol definition check
Yang Tse
2009-05-09
Ignore more files for cvs
Yang Tse
2009-05-08
Fix CR
Yang Tse
2009-05-08
Renamed vc6 workspace and project files to avoid filename clash when used for...
Yang Tse
2009-05-08
Renamed vc6 workspace and project files to avoid filename clash when used for...
Yang Tse
2009-05-08
- Constantine Sapuntzakis fixed bug report #2784055
Daniel Stenberg
2009-05-07
Curl_sndbufset is (at times) defined in the header, no need to do it again here
Daniel Stenberg
2009-05-07
- Made the SO_SNDBUF setting for the data connection socket for ftp uploads as
Daniel Stenberg
2009-05-07
Fix an issue, affecting FTP transfers, introduced with the transfer.c patch c...
Yang Tse
2009-05-07
- Vijay G filed bug report #2723236
Daniel Stenberg
2009-05-05
fix compiler warning
Yang Tse
2009-05-05
I simplified the SSL session id re-use code now to *always* ditch the previous
Daniel Stenberg
2009-05-04
- Inspired by Michael Smith's session id fix for OpenSSL, I did the
Daniel Stenberg
2009-05-04
- Michael Smith posted bug report #2786255
Daniel Stenberg
2009-05-04
David McCreedy's "transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII pla...
Yang Tse
2009-05-02
Use build-time configured curl_socklen_t instead of socklen_t
Yang Tse
2009-05-01
David McCreedy's "http.c fix to Curl_proxyCONNECT for non-ASCII platforms" patch
Yang Tse
2009-05-01
David McCreedy's "TPF-platform specific changes to various files" patch
Yang Tse
2009-04-30
fix compiler warning: unused parameter
Yang Tse
2009-04-30
Use 'unsigned int' instead of size_t attempting to avoid header inclusion
Yang Tse
2009-04-30
NetWare LibC's getpeername() third argument data type is size_t
Yang Tse
2009-04-29
curl_socklen_t NetWare follow-up
Yang Tse
2009-04-29
- Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219)
Daniel Stenberg
2009-04-28
- Constantine Sapuntzakis filed bug report #2783090
Daniel Stenberg
2009-04-28
allow usage of in-tree c-ares when building from outside of the cvs tree
Yang Tse
2009-04-28
- Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim
Daniel Stenberg
2009-04-27
Add missing cmake files to the tarball (thanks to Richard Atterer's report)
Daniel Stenberg
2009-04-26
- Bug report #2779733 (http://curl.haxx.se/bug/view.cgi?id=2779733) by Sven
Daniel Stenberg
2009-04-25
Further narrow the use of the icc 9.1 optimizer workaround.
Yang Tse
2009-04-24
- Kamil Dudka fixed another NSS-related leak when client certs were used.
Daniel Stenberg
2009-04-24
Try a simpler variation of the 'volatile' variables icc 9.1 on unix IA32 work...
Yang Tse
2009-04-23
Try another variation of the 'volatile' variables icc 9.1 on unix IA32 workar...
Yang Tse
2009-04-23
Added new libcurl source files to Amiga, RiscOS and VC6 build files.
Dan Fandrich
2009-04-22
Disable optimizations when compiling function Curl_freeaddrinfo() with icc 9....
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2009-04-21
remove unnecessary typecast
Yang Tse
[next]