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
/
src
Age
Commit message (
Expand
)
Author
2004-05-12
Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG is
Daniel Stenberg
2004-05-10
slightly better dealing of bad mem situations
Daniel Stenberg
2004-05-10
better detect if/when curl_slist_append() returns failure, and bail out
Daniel Stenberg
2004-05-10
checkpasswd() prevents segfault by checking that input argument is non-NULL
Daniel Stenberg
2004-05-05
slightly odd fix to prevent -Wunreachable-code to warn
Daniel Stenberg
2004-05-05
additional typecasts in an attempt to avoid compiler warnings when switching
Daniel Stenberg
2004-05-05
removed bad free()
Daniel Stenberg
2004-05-03
Added support for --proxy-digest
Daniel Stenberg
2004-04-30
use the new lib/curlx.h header and modified the code to use all to-become-
Daniel Stenberg
2004-04-30
make the contents able to be any data, the previous stopped at white space
Daniel Stenberg
2004-04-26
Include "setup.h" and not "config.h" since setup.h is made to include
Daniel Stenberg
2004-04-26
supports showing "IDN" as a libcurl feature, now outputs the features
Daniel Stenberg
2004-04-25
USE_MANUAL is now defined by default
Daniel Stenberg
2004-04-25
make the generated hugehelp.c file use the USE_MANUAL define so that it
Daniel Stenberg
2004-04-23
Made --proxy-ntlm check if the underlying library actually supports NTLM
Daniel Stenberg
2004-04-22
allow newlines in the contents when doing -F "var=[contents]"
Daniel Stenberg
2004-04-14
Gisle Vanem made the -4/-6 actually get set too
Daniel Stenberg
2004-04-07
renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*
Daniel Stenberg
2004-04-07
Use curl_off_t for the limit rate values to support REALLY huge values on
Daniel Stenberg
2004-04-06
improved --limit-rate functionality, partly by the new use of curlx_tvnow()
Daniel Stenberg
2004-04-06
added HAVE_GETTIMEOFDAY, we need it for better time resolution
Daniel Stenberg
2004-04-06
typecasts to please picky compilers checking the printf() format string
Daniel Stenberg
2004-04-02
Andrés García's updated mingw makefiles
Daniel Stenberg
2004-03-29
these are now in the packages/vms dir
Daniel Stenberg
2004-03-29
Gisle Vanem's djgpp/MS-DOS updates
Daniel Stenberg
2004-03-25
tcp-nodelay patch by Joe Halpin
Daniel Stenberg
2004-03-24
include curl/curlver.h instead since this only needs the version defines
Daniel Stenberg
2004-03-23
int/size_t cleanup
Daniel Stenberg
2004-03-21
removed deleted files
Daniel Stenberg
2004-03-21
Marty Kuhrt's adjustments for a cleaner VMS build
Daniel Stenberg
2004-03-17
new netware-related files added to the distribution
Daniel Stenberg
2004-03-17
Günter Knauf's NetWare changes.
Daniel Stenberg
2004-03-17
nonsense comments removed
Daniel Stenberg
2004-03-15
Marty Kuhrt's VMS updates
Daniel Stenberg
2004-03-12
David Byron's fix to clear outs.filename
Daniel Stenberg
2004-03-10
use the new OS define from lib/config-win32.h
Daniel Stenberg
2004-03-10
make loop variable size_t as well when looping to a size_t limit
Daniel Stenberg
2004-03-08
fread() returns a size_t
Daniel Stenberg
2004-03-08
use curl standard source formatting
Daniel Stenberg
2004-03-08
typecast enum to int to make it printf() properly
Daniel Stenberg
2004-03-08
variable type fixes
Daniel Stenberg
2004-03-08
Moved the error message buffer into the glob struct as well.
Daniel Stenberg
2004-03-04
David Byron's version resource fix
Daniel Stenberg
2004-03-04
new "version resource" file for windows builds
Daniel Stenberg
2004-03-03
David Byron's work on making libcurl only require winsock 1.1 on Windows
Daniel Stenberg
2004-03-03
Tom Bates' adjustment to build on his nsr-tandem-nsk.
Daniel Stenberg
2004-03-02
Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined.
Daniel Stenberg
2004-03-02
CURLOPT_MUTE is obsolete since a long while, we don't need to set it!
Daniel Stenberg
2004-03-01
check for CURL_VERSION_LARGEFILE in the feature bitmask
Daniel Stenberg
2004-03-01
Use the z-option to printf %d for size_t printf. z is supported by the
Daniel Stenberg
[next]