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
2007-11-08
Define WIN32 when build target is Win32 API.
Yang Tse
2007-11-08
Fix compiler warning: may be used uninitialized
Yang Tse
2007-11-08
spell!
Daniel Stenberg
2007-11-08
Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed
Daniel Stenberg
2007-11-07
MSVC versions prior to VS2005 do not complain about portable C functions
Yang Tse
2007-11-07
if () => if()
Daniel Stenberg
2007-11-07
Improved telnet support by drastically reducing the number of write
Dan Fandrich
2007-11-06
Added prototype for _strtoi64().
Gisle Vanem
2007-11-06
Constified from arguments.
Gisle Vanem
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-11-05
Move connection-oriented variables from the SessionHandle struct to the
Daniel Stenberg
2007-11-03
make sure the code deals with failures on the DO_MORE state properly
Daniel Stenberg
2007-11-02
avoid setting up a transfer when the state machine failed previously
Daniel Stenberg
2007-11-01
minor re-indent
Daniel Stenberg
2007-10-31
Add support for LDAP urls. Allthough the OpenWatcom
Gisle Vanem
2007-10-31
Added optional use of zlib (USE_ZLIB=1).
Gisle Vanem
2007-10-30
Fixed an OOM problem with file: URLs
Dan Fandrich
2007-10-29
Reverted the const change--what was I thinking?
Dan Fandrich
2007-10-29
Made some pointers const
Dan Fandrich
2007-10-29
let 7.17.1 be version-info 4:1:0
Daniel Stenberg
2007-10-28
OpenWatcom cannot use wldap32.lib (wrong calling convention?).
Gisle Vanem
2007-10-26
Fixed a valgrind uninitialized variable error.
Dan Fandrich
2007-10-26
typecast to prevent compiler warning
Yang Tse
2007-10-25
Made libcurl built with NSS possible to ignore the peer verification.
Daniel Stenberg
2007-10-25
prevent compiler warnings about shadowing and one case of unused variable
Daniel Stenberg
2007-10-25
Don't assume there's a sessionhandle around when a connection is disconnected,
Daniel Stenberg
2007-10-25
fix the check
Daniel Stenberg
2007-10-25
Fixed a TFTP memory leak. Enabled test 2003 to verify this.
Daniel Stenberg
2007-10-24
Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. That
Daniel Stenberg
2007-10-24
added clarifying comment
Daniel Stenberg
2007-10-24
Windows build targets have socklen_t definition in ws2tcpip.h but some
Yang Tse
2007-10-23
Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points out
Daniel Stenberg
2007-10-23
File is not a protocol that can deal with "persistancy"
Yang Tse
2007-10-23
Fix compiler warning: subscript has type `char'
Yang Tse
2007-10-22
Michal Marek forwarded the bug report
Daniel Stenberg
2007-10-22
Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points out
Daniel Stenberg
2007-10-20
We use this ZERO_NULL to avoid picky compiler warnings,
Yang Tse
2007-10-20
Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...
Yang Tse
2007-10-18
Allow CURLOPT_COPYPOSTFIELDS with explicit data size = 0
Patrick Monnerat
2007-10-18
Avoid a NULL pointer dereference in an OOM condition.
Dan Fandrich
2007-10-17
Fix overflow detection, take four. Avoiding zero size malloc.
Yang Tse
2007-10-17
Fix overflow detection, thanks to Patrick Monnerat detecting test
Yang Tse
2007-10-17
We use this ZERO_NULL to avoid picky compiler warnings,
Yang Tse
2007-10-17
Fix compiler warning: signed and unsigned type in conditional expression
Yang Tse
2007-10-17
Fix compiler warning: comparison between signed and unsigned
Yang Tse
2007-10-16
ANSI C compliant overflow check
Yang Tse
2007-10-16
Fixed compiler warning re: unused variable `bigsize'
Dan Fandrich
2007-10-15
Fix dynamic CURLOPT_POSTFIELDS bug: back to static.
Patrick Monnerat
2007-10-15
Fix LDAP compile error when LDAP is not available.
Dan Fandrich
2007-10-13
Made a few more functions static with the protocol handler table in place.
Dan Fandrich
[prev]
[next]